.trophy, .trophy * {
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
}

.trophy:hover, .trophy *:hover {
    text-decoration: none;
}

.trophy {
    display: block;
    width: 1384px;
    margin: 30px auto;
    background: url(../images/banners/trophy/bg.png) no-repeat top left;
}

.trophy .banner-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 350px;
    width: 90%;
    margin: 0 auto;
    max-width: 1384px;
}

.trophy .banner-trophy img {
    animation: showFadeIn 3s, diving 2s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}

.trophy .text-container {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    line-height: 150%;
    font-size: 28px;
    max-width: 45%;
    text-align: center;
}


.trophy .text-container .banner-text strong {
    display: inline;
}

.trophy .text-container .cta {
    background: url(../images/banners/trophy/cta-bg.png) no-repeat center center;
    padding: 0 10px;
    width: 302px;
    height: 62px;
    line-height: 62px;
    opacity: 0;
    animation: 0.5s ease 0s normal forwards 1 scaleInOut;
    animation-delay: 2s;
}

.trophy .banner-text {
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.trophy .banner-text span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.trophy .banner-text span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    font-weight: bold;
}

.trophy .banner-text span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
    font-weight: bold;
}

.trophy .banner-text span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
    font-weight: bold;
}

.trophy .banner-text span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
    font-weight: bold;
}

.trophy .banner-text span:nth-child(5) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
    font-weight: bold;
}

.trophy .banner-text span:nth-child(6) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.trophy .banner-text span:nth-child(7) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.trophy .banner-text span:nth-child(8) {
    animation: fade-in 0.8s 0.10s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.trophy .banner-text span:nth-child(9) {
    animation: fade-in 0.8s 0.11s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

@keyframes scaleInOut {
    0% {
        opacity: 0;
        transform: scale(0.10);
    }
    25% {
        opacity: 1;
        transform: scale(1.10);
    }
    50% {
        transform: scale(0.85);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

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

@keyframes diving {
    0% {
        margin-top:5px;
    }
    50% {
        margin-top:20px;
    }

    100% {
        margin-top:5px;
    }
}

@keyframes diving-rotate {
    0% {
        transform:rotate(0deg);
    }
    50% {
        transform:rotate(3deg);
    }
    100% {
        transform:rotate(0deg);
    }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}

.w-icon-file-upload-remove:before {
    content: "\e900";
}

.w-icon-file-upload-icon:before {
    content: "\e903";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-clearfix:after {
    clear: both;
}

.w-hidden {
    display: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    box-shadow: none;
    opacity: 1.0;
    transform: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
}

.w-webflow-badge {
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.w-webflow-badge > img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus,
.w-select:focus {
    border-color: #3898EC;
    outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
    height: auto;
}

.w-select {
    background-color: #f3f3f3;
}

.w-select[multiple] {
    height: auto;
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px;
}

.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-radio:after {
    clear: both;
}

.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-file-upload {
    display: block;
    margin-bottom: 10px;
}

.w-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    display: inline-block;
    color: #333333;
}

.w-file-upload-error {
    display: block;
    margin-top: 10px;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}

.w-file-upload-uploading-btn {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-file-upload-file {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-file-upload-file-name {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer;
}

.w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
}

.w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0;
}

.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}

.w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}

.w-icon-file-upload-uploading {
    height: 20px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-container:after {
    clear: both;
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }
}

.w-widget {
    position: relative;
}

.w-widget-map {
    width: 100%;
    height: 400px;
}

.w-widget-map label {
    width: auto;
    display: inline;
}

.w-widget-map img {
    max-width: inherit;
}

.w-widget-map .gm-style-iw {
    text-align: center;
}

.w-widget-map .gm-style-iw > button {
    display: none !important;
}

.w-widget-twitter {
    overflow: hidden;
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block;
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}

.w-widget-gplus {
    overflow: hidden;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

.w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
    border-radius: 100%;
}

.w-slider-nav.w-num > div {
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
    font-size: inherit;
    line-height: inherit;
}

.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
    color: #fff;
}

.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
    background-color: #222;
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
    background-color: #fff;
}

.w-slider-dot:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #fff;
}

.w-slider-dot:focus.w-active {
    box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
    position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
    outline: 0;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

.w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.w-slider-force-show {
    display: block !important;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

.w-dropdown-toggle:focus {
    outline: 0;
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown-list.w--open {
    display: block;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

.w-dropdown-link.w--current {
    color: #0082f3;
}

.w-dropdown-link:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {
    .w-nav-brand {
        padding-left: 10px;
    }
}

/* *
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
/* *
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;

    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);

    /* 2 */
}

/* *
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}

/* * 1. Remove default margin set by user-agent on the <figure> element. */
.w-lightbox-figure {
    position: relative;
    margin: 0;

    /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

/* *
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

/* *
 * 1. Reset if style is set by user on "All Images" */
.w-lightbox-image {
    display: block;
    float: none;

    /* 1 */
    max-width: 100vw;
    max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/* * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
.w-lightbox-close {
    right: 0;
    height: 2.6em;

    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
}

/* *
 * 1. All IE versions add extra space at the bottom without this. */
.w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;

    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

/* * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;

    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);

    /* 2 */
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
}

/* * Utility classes */
.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }

    /* .w-lightbox-content */
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-richtext:after {
    clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.w-richtext figure {
    position: relative;
    max-width: 60%;
}

.w-richtext figure > div:before {
    cursor: default!important;
}

.w-richtext figure img {
    width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}

.w-richtext figure div {
    /* fix incorrectly sized selection border in the data manager */
    font-size: 0px;
    color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    display: table-caption;
    caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
    clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;

    /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right */
    padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none;
}

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-nav:after {
    clear: both;
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.w-nav-link.w--current {
    color: #0082f3;
}

.w-nav-menu {
    position: relative;
    float: right;
}

[data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.w-nav-overlay [data-nav-menu-open] {
    top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-nav-button:focus {
    outline: 0;
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white;
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

.w--nav-dropdown-open {
    display: block;
}

.w--nav-dropdown-toggle-open {
    display: block;
}

.w--nav-dropdown-list-open {
    position: static;
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}

.w-tabs {
    position: relative;
}

.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-tabs:after {
    clear: both;
}

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}

.w-tab-link.w--current {
    background-color: #C8C8C8;
}

.w-tab-link:focus {
    outline: 0;
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}

.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}

.w-dyn-hide {
    display: none !important;
}

.w-dyn-bind-empty {
    display: none !important;
}

.w-condition-invisible {
    display: none !important;
}

.tabela-sub-col-i.dentro-td {
    top: 11px;
    left: 10px;
}

/* ============
   Basic Colors
   ============ */
/* states colors */
/* basic colors */
/* ============
   Variables
   ============ */
/* generate variants from color 1 */
/* generate variants from color 2 */
/* generate variants from color 3 */
/* generate variants from color 4 */
/* ============
   basic colors
   ============ */
/* ============
   fonts text colors
   ============ */
.text-white {
  color: #fff;
}

.text-success {
  color: #0DD160;
}

.text-success.darker {
  color: #0e9747;
}

.text-success.lighter {
  color: #3cec86;
}

.text-warning {
  color: #FFE000;
}

.text-warning.lighter {
  color: #fff07e;
}

.text-warning.darker {
  color: #c09d00;
}

.text-danger {
  color: #F21B3F;
}

.text-danger.lighter {
  color: #ff4a68;
}

.text-danger.darker {
  color: #af162f;
}

.text-black {
  color: #3C3838;
}

.text-grey {
  color: #8F8B8B;
}

.text-white {
  color: #fff;
}

.bt-cont {
  vertical-align: top;
}

.w-nav-overlay,
.w--nav-menu-open {
  z-index: 5000 !important;
}

/* Radio e Checkbox */
input[type=checkbox] ~ .check-i {
  opacity: 0;
}

input[type=radio] ~ .check-i {
  opacity: 0;
}

input[type=checkbox]:checked ~ .check-i {
  opacity: 1;
}

input[type=radio]:checked ~ .check-i {
  opacity: 1;
}

input[type=checkbox] ~ .check-bg-selecionado {
  opacity: 0;
}

input[type=radio] ~ .radio-bg-selecionado {
  opacity: 0;
}

input[type=checkbox]:checked ~ .check-bg-selecionado {
  opacity: 1;
}

input[type=radio]:checked ~ .radio-bg-selecionado {
  opacity: 1;
}

/* Tabelas */
.tabela {
  display: table;
  border-spacing: 0px;
}

.tabela-linha {
  display: table-row;
}

.tabela-col {
  display: table-cell;
  vertical-align: middle;
}

.tabela-linha > div:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.tabela-linha > div:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Lightbox */
.w-lightbox-thumbnail {
  border-radius: 0px;
}

.w-lightbox-image {
  border-radius: 0px;
}

.bt-cont {
  vertical-align: top;
}

.w-nav-overlay,
.w--nav-menu-open {
  z-index: 5000 !important;
}

.w-slider {
  text-align: inherit;
}

.menu2-drop-link,
.select-drop-link {
  white-space: nowrap;
}

.galeria-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-bt-tx {
  white-space: normal;
}

/* .select-i {pointer-events: none;} */
/* Radio e Checkbox */
input[type=checkbox] ~ .check-i {
  opacity: 0;
}

input[type=radio] ~ .check-i {
  opacity: 0;
}

input[type=checkbox]:checked ~ .check-i {
  opacity: 1;
}

input[type=radio]:checked ~ .check-i {
  opacity: 1;
}

input[type=checkbox] ~ .check-bg-selecionado {
  opacity: 0;
}

input[type=radio] ~ .radio-bg-selecionado {
  opacity: 0;
}

input[type=checkbox]:checked ~ .check-bg-selecionado {
  opacity: 1;
}

input[type=radio]:checked ~ .radio-bg-selecionado {
  opacity: 1;
}

/* Tabelas */
.tabela {
  display: table;
  border-spacing: 0px;
}

.tabela-linha {
  display: table-row;
}

.tabela-col {
  display: table-cell;
  vertical-align: middle;
}

.tabela-linha > div:first-child .tabela-col-cont,
.tabela-linha > td:first-child .tabela-col-cont {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-left-style: solid;
}

.tabela-linha > div:last-child .tabela-col-cont,
.tabela-linha > td:last-child .tabela-col-cont {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right-style: solid;
}

.tabela-sub-col .tabela-col-cont {
  padding-right: 20px;
  padding-left: 20px;
}

.tabela-sub-col .tabela-col-cont .tabela .tabela-col-cont {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
}

.tabela-sub-col .tabela-col-cont .tabela .tabela-col-cont.tabela-titulo {
  background-color: #F7F3F2;
}

.tabela-sub-col .tabela-linha div.tabela-col-cont {
  border-radius: 0px;
  border-right-style: none;
  border-left-style: none;
}

.tabela-sub-col .tabela-linha > div:first-child .tabela-col-cont,
.tabela-sub-col .tabela-linha > td:first-child .tabela-col-cont {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-left-style: solid;
}
.tabela-sub-col .tabela-linha > div:last-child .tabela-col-cont,
.tabela-sub-col .tabela-linha > td:last-child .tabela-col-cont {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right-style: solid;
}

.tabela-cont-links > a:last-child {
  margin-right: 0px;
}

.grap-bar > div:last-child {
  border: none;
}

/* Lightbox */
.w-lightbox-thumbnail {
  border-radius: 6px;
}

.w-lightbox-image {
  border-radius: 6px;
}

/* Icones */
path {
  fill: currentColor;
}

.icone {
  fill: currentColor;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: " ";
  display: table;
}

.w-checkbox::after {
  content: " ";
  display: table;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  -webkit-box-shadow: 0px 0px 3px 1px #3898ec;
          box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  -webkit-box-shadow: 0px 0px 3px 1px #3898ec;
          box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.cont ::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  position: fixed;
}

.cont ::-webkit-scrollbar-track {
  background-color: #fff;
}

.cont ::-webkit-scrollbar-thumb {
  width: 14px;
  height: 14px;
  border-radius: 16px;
  background-color: #CAC5C4;
  border: 4px solid #fff;
}

.login2-geral {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login2-geral-bg {
  display: none;
}

.login2-titulo-g {
  display: none;
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-shadow: 2px 2px 0px #FF6713;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .login2-titulo-g {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .login2-titulo-g {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .login2-titulo-g {
    font-size: 24px;
    line-height: 30px;
  }
}

.login2-sub-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  padding: 20px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14%;
}
@media (max-width: 991px) {
  .login2-sub-titulo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
}

.login2-sub-titulo-tx {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: right;
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-transform: uppercase;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: none;
}
@media (max-width: 991px) {
  .login2-sub-titulo-tx {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .login2-sub-titulo-tx {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .login2-sub-titulo-tx {
    text-align: center;
  }
}

.login2-titulo {
  color: #FF6713;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media (max-width: 991px) {
  .login2-titulo {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .login2-titulo {
    font-size: 20px;
    line-height: 24px;
  }
}

.login2-rodape-chat {
  background-color: #84A34A;
  color: #fff;
  padding: 10px 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 11px;
  margin-bottom: -20px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.login2-rodape-chat:hover {
  background-color: #a5c767;
}

/* ----------------------- */
.cont.login1-cont.login1-cadastro {
  width: 100%;
  max-width: 900px;
}

.login1-cadastro .form.login1-form {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 25px 0px 15px;
  color: inherit;
}
.login1-cadastro .form.login1-form:before,
.login1-cadastro .form.login1-form:after,
.login1-cadastro .login1-item-bg,
.login1-cadastro .login1-titulo-tx:before,
.login1-cadastro .login1-titulo-tx:after {
  display: none;
}
.login1-cadastro .inp.login1-inp {
  margin-bottom: 15px;
  padding: 13px 20px;
  border: 1px solid #CAC5C4;
  border-radius: 6px;
  background-color: #fff;
  background-image: none;
  line-height: 20px;
  min-height: 50px;
  position: relative;
  z-index: 5;
  width: 100%;
  color: #171414;
}
.login1-cadastro .login1-titulo-tx {
  text-transform: uppercase;
  color: #FF6D00;
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .login1-cadastro .login1-titulo-tx {
    font-size: 20px;
    line-height: 24px;
  }
}
.login1-cadastro .titulo.login1-titulo {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.login1-cadastro .bt.login1-bt-simples {
  color: #FF6D00;
  font-weight: bold;
}
.login1-cadastro .bt.login1-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #A90109;
  font-size: 18px;
  line-height: 20px;
}
.login1-cadastro .bt.login1-bt:hover {
  background-color: #171414;
}

.smenu2-encolhido .bt.bt-mais-detalhes,
.smenu2-encolhido .bt.smenu2-moedas-bt,
.smenu2-encolhido .smenu2-link-fora,
.smenu2-encolhido .smenu2-sub-titulo,
.smenu2-encolhido .smenu2-img-fora,
.smenu2-encolhido .smenu2-txs {
  display: none;
}
.smenu2-encolhido .smenu2-cpf {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.smenu2-encolhido .smenu2-moedas {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  padding: 3px 12px;
  margin-bottom: 0px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.smenu2-encolhido .smenu2-titulo-tx {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}
.smenu2-encolhido .smenu2-titulo-fora {
  padding: 0px 0px 0px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smenu2-encolhido .smenu2-moedas-fora {
  padding: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.smenu2-encolhido .smenu2-moedas-tx.smenu2-moedas-tx-numero {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .smenu2-encolhido .smenu2-moedas-tx.smenu2-moedas-tx-numero {
    font-size: 18px;
    line-height: 20px;
  }
}
.smenu2-encolhido .smenu2-moedas-tx {
  line-height: 16px;
  font-size: 12px;
}
.smenu2-encolhido.smenu2-cont-dentro {
  padding: 5px;
}

@media (max-width: 767px) {
  .smenu2-encolhido-mobile .bt.bt-mais-detalhes,
  .smenu2-encolhido-mobile .bt.smenu2-moedas-bt,
  .smenu2-encolhido-mobile .smenu2-link-fora,
  .smenu2-encolhido-mobile .smenu2-sub-titulo,
  .smenu2-encolhido-mobile .smenu2-img-fora,
  .smenu2-encolhido-mobile .smenu2-txs {
    display: none;
  }
  .smenu2-encolhido-mobile .smenu2-cpf {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
  .smenu2-encolhido-mobile .smenu2-moedas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    padding: 3px 12px;
    margin-bottom: 0px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .smenu2-encolhido-mobile .smenu2-titulo-tx {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
  }
  .smenu2-encolhido-mobile .smenu2-titulo-fora {
    padding: 0px 0px 0px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .smenu2-encolhido-mobile .smenu2-moedas-fora {
    padding: 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .smenu2-encolhido-mobile .smenu2-moedas-tx.smenu2-moedas-tx-numero {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .smenu2-encolhido-mobile {
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .smenu2-encolhido-mobile .smenu2-moedas-tx.smenu2-moedas-tx-numero {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .smenu2-encolhido-mobile .smenu2-moedas-tx {
    line-height: 16px;
    font-size: 12px;
  }
  .smenu2-encolhido-mobile.smenu2-cont-dentro {
    padding: 5px;
  }
}
/* Calendario */
.row.yearCalendarSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
.row.yearCalendarSlider .slide-mascara {
  width: 100%;
}

.yearCalendarSlider .calendar {
  max-width: 410px;
}

.yearCalendarSlider table {
  width: 100%;
}

.yearCalendarSlider td {
  text-align: center;
  width: 14.2857142857%;
  position: relative;
  font-size: 14px;
  color: #ADA8A8;
  padding-top: 9px;
  padding-bottom: 9px;
}

.yearCalendarSlider .days th {
  font-size: 10px;
  text-transform: uppercase;
  width: 14.2857142857%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.yearCalendarSlider th a,
.yearCalendarSlider th div {
  text-decoration: none;
  color: #FF9304;
  margin-bottom: 10px;
  display: block;
}

.yearCalendarSlider td.last-month-days {
  opacity: 0;
}

.yearCalendarSlider td:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  content: "";
  z-index: -1;
  border-radius: 4px;
  border: 1px solid #E5E0DF;
}

/* .yearCalendarSlider .optional:after,
.calendar .other:after {
    position: absolute;

    // top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 6px;
    height: 4px;
    content: "";
    z-index: -1;
    border-radius: 4px;
}

.yearCalendarSlider .optional:after {
    background-color: $color2;
}

.yearCalendarSlider .other:after {
    background-color: $color4;
} */
.yearCalendarSlider td.danger {
  color: #F21B3F;
  text-decoration: line-through;
}

.yearCalendarSlider td.adicionar {
  color: #FF9304;
  cursor: pointer;
}

.yearCalendarSlider td.adicionar:before {
  border: 1px dashed #FF9304;
}

.yearCalendarSlider td.selecionado {
  color: #fff;
}

.yearCalendarSlider td.selecionado:before {
  background-color: #FF9304;
  border: 1px solid #FF9304;
}

.yearCalendarSlider td.aprovar {
  color: #9D4EDD;
}

.yearCalendarSlider td.finalizar {
  color: #0DD160;
}

.yearCalendarSlider td.aprovar:before {
  border: 1px solid #9D4EDD;
}

.yearCalendarSlider td.finalizar:before {
  border: 1px solid #0DD160;
}

.yearCalendarSlider .slide {
  height: auto;
  width: 33.33%;
}
@media (max-width: 767px) {
  .yearCalendarSlider .slide {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yearCalendarSlider .slide {
    width: 100%;
  }
}

.yearCalendarSlider .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yearCalendarSlider .col {
  height: auto;
  width: 25%;
}
@media (max-width: 991px) {
  .yearCalendarSlider .col {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .yearCalendarSlider .col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .yearCalendarSlider .col {
    width: 100%;
  }
}

/* Calendario */
.calendar2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
}
.calendar2 .slide-mascara {
  width: 100%;
}
.calendar2 .slide {
  height: auto;
  width: 33.33%;
}
@media (max-width: 767px) {
  .calendar2 .slide {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .calendar2 .slide {
    width: 100%;
  }
}
.calendar2 .slide-cont {
  padding-left: 20px;
  padding-right: 20px;
}

.calendar2-title {
  text-decoration: none;
  color: #FF9304;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.calendar2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 5px;
}

.calendar2-grid-item {
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #ADA8A8;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
}
.calendar2-grid-item.disable {
  opacity: 0;
}
.calendar2-grid-item.days {
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #3C3838;
  font-weight: bold;
  text-align: left;
}
.calendar2-grid-item.adicionar {
  color: #fff;
  cursor: pointer;
  background-color: #fbcd00;
}
.calendar2-grid-item.adicionar.selecionado {
  background-color: #171414;
  color: #fbcd00;
}
.calendar2-grid-item.aprovar {
  color: #fff;
  background-color: #FF9304;
}
.calendar2-grid-item.aprovar.selecionado {
  background-color: #171414;
  color: #FF9304;
}
.calendar2-grid-item.finalizar {
  color: #fff;
  background-color: #B3191F;
}
.calendar2-grid-item.finalizar.selecionado {
  background-color: #171414;
  color: #B3191F;
}

.legenda-geral {
  font-size: 13px;
  line-height: 28px;
}

.legenda-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.legenda-item.legenda-titulo {
  color: #FF9304;
  font-weight: bold;
}

.legenda-tx {
  text-align: left;
}

.legenda-num {
  margin-left: auto;
}

.legenda-i {
  margin-right: 10px;
  font-size: 14px;
}

.legenda-i-bloco {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #fbcd00;
}

.legenda-i-bloco.cor2 {
  background-color: #FF9304;
}

.legenda-i-bloco.cor3 {
  background-color: #B3191F;
}

body {
  background-color: #fff;
  color: #565151;
  font-size: 16px;
  line-height: 22px;
  font-family: "Suvinil", sans-serif;
}

h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #565151;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

label {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 4px solid #CAC5C4;
  font-size: 18px;
  line-height: 22px;
}

.linha {
  margin-right: -15px;
  margin-left: -15px;
}

.linha.linha-p {
  margin-right: -5px;
  margin-left: -5px;
}

.linha.linha-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .linha.linha-flex {
    display: block;
  }
}

.linha.linha2 {
  margin-right: -10px;
  margin-left: -10px;
}

.linha.linha-flex-meio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}

.col.col-p {
  padding-right: 5px;
  padding-left: 5px;
}

.col.col2 {
  padding-right: 10px;
  padding-left: 10px;
}

.col.col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col.col-flex-meio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-100 {
  width: 100%;
}

.cont {
  display: block;
  max-width: 1384px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cont.login1-cont {
  position: relative;
  z-index: 10;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 440px;
  padding-left: 40px;
  padding-right: 40px;
}

.cont.smenu2-cont {
  position: relative;
}

.cont.menu2-cont {
  position: relative;
  z-index: 900;
  padding-top: 15px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont.h-slide1-slide-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #fff;
  text-align: center;
}

.cont.h-slide1-slide-cont.s-ondas {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
}

.cont.h-slide1-cont.s-ondas {
  max-width: 1880px;
  padding-right: 0px;
  padding-left: 0px;
}

.cont.catalogo1-menu-cont {
  padding-right: 0px;
  padding-left: 0px;
}

.bt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: #FF6D00;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  min-height: 42px;
}

.bt:hover {
  background-color: #FF9304;
}

.bt.bt-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bt.bt-cinza {
  background-color: #ADA8A8;
  color: #fff;
}

.bt.bt-cinza:hover {
  background-color: #CAC5C4;
}

.bt.bt-verde {
  background-color: #0DD160;
  color: #fff;
}

.bt.bt-verde:hover {
  background-color: #3cec86;
}

.bt.bt-verde-escuro {
  background-color: #067233;
  color: #fff;
}

.bt.bt-verde-escuro:hover {
  background-color: #0e9747;
}

.bt.bt-vermelho {
  background-color: #F21B3F;
  color: #fff;
}

.bt.bt-vermelho:hover {
  background-color: #ff4a68;
}

.bt.dir {
  margin-left: 10px;
  float: right;
}

.bt.esq {
  margin-right: 10px;
  float: left;
}

.bt.meio {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
}

.bt.bt-cor2 {
  background-color: #FF9304;
  color: #fff;
}

.bt.bt-cor2:hover {
  background-color: rgb(255, 168.9442231076, 55);
}

.bt.bt-preto {
  background-color: #171414;
  color: #fff;
}

.bt.bt-preto:hover {
  background-color: #3C3838;
}

.bt.bt-branco {
  background-color: #fff;
  color: #726E6E;
}

.bt.bt-branco:hover {
  background-color: #CAC5C4;
}

.bt.bt-desativado {
  background-color: #E5E0DF;
  color: #8F8B8B;
  cursor: default;
}

.bt .bt-cont .bt-i:only-child {
  margin: 0;
}

.bt.login1-bt-primeira {
  background-color: #fdaa44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px 10px;
  min-height: 10px;
}
.bt.login1-bt-primeira:hover {
  background-color: #171414;
}

.bt.login1-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #A90109;
  font-size: 18px;
  line-height: 20px;
}
.bt.login1-bt:hover {
  background-color: #171414;
}

.bt.login1-bt.login1-inp-principal {
  padding-right: 3px;
  padding-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bt.login1-bt-simples {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  color: #FFBA08;
  text-decoration: underline;
  text-transform: none;
  height: auto;
  min-height: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.bt.login1-bt-simples:hover {
  text-decoration: none;
}

.bt.smenu2-moedas-bt {
  margin-bottom: 0px;
  background-color: #FFBA08;
  font-size: 12px;
  line-height: 16px;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 30px;
  color: #FF6D00;
  margin-left: auto;
}
.bt.smenu2-moedas-bt:hover {
  color: #FFBA08;
  background-color: #FF6D00;
}

.bt.catalogo1-bt-busca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-bottom: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 25px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #FF9304;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(180deg, rgb(255, 168.9442231076, 55), #FF9304);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.bt.catalogo1-bt-busca:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 8px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 8px -1px rgba(0, 0, 0, 0.3);
}

.bt.login1-bt-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #4285f4;
}

.bt.login1-bt-google:hover {
  background-color: #206ae4;
}

.bt.login1-bt-face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3b5998;
}

.bt.login1-bt-face:hover {
  background-color: #294681;
}

.bt.catalogo1-produto-bt {
  margin-bottom: 0px;
  padding: 21px 60px 20px;
  background-color: #FF6D00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(180deg, rgb(255, 138.2, 51), #FF6D00);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.bt.catalogo1-produto-bt:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 1px 1px 8px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 1px 1px 8px -1px rgba(0, 0, 0, 0.3);
}

.bt.catalogo1-frete-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-bottom: 0px;
  padding: 8px 20px 8px 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #3C3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3838), to(#565151));
  background-image: linear-gradient(180deg, #3C3838, #565151);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.bt.catalogo1-produto-calc-bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #ADA8A8;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3C3838;
  text-shadow: none;
}

.bt.carrinho1-cupom-bt {
  display: block;
  height: 34px;
  margin-bottom: 0px;
  padding: 7px 12px;
  border-radius: 0px 4px 4px 0px;
  background-color: #3C3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3838), to(#565151));
  background-image: linear-gradient(180deg, #3C3838, #565151);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
}

.bt.carrinho1-frete-bt {
  display: block;
  height: 34px;
  margin-bottom: 0px;
  padding: 7px 12px;
  border-radius: 0px 4px 4px 0px;
  background-color: #3C3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3838), to(#565151));
  background-image: linear-gradient(180deg, #3C3838, #565151);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
}

.bt.carrinho1-bt-pagar {
  background-color: #FF6D00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(180deg, rgb(255, 138.2, 51), #FF6D00);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.bt.carrinho1-bt-pagar:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 2px 8px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 2px 8px -1px rgba(0, 0, 0, 0.3);
}

.bt.carrinho1-rev-end-item-bt {
  margin-bottom: 0px;
}

.bt.carrinho1-final-bt {
  margin-bottom: 0px;
}

.bt.carrinho1-final-bt.carrinho1-final-bt-refazer {
  background-color: #3C3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3838), to(#565151));
  background-image: linear-gradient(180deg, #3C3838, #565151);
  color: #fff;
}

.bt.quiz1-bt {
  float: right;
}

.bt.quiz1-bt.quiz1-bt-voltar {
  float: left;
}

.bt.quiz1-bt.quiz1-bt-confirmar.posts1-enquete {
  float: left;
}

.bt.treinamento1-bt-download {
  float: left;
}

.bt.treinamento1-slide-bt {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: -42px;
  float: left;
  font-size: 14px;
  background-color: transparent;
  color: #8F8B8B;
  font-weight: normal;
  padding-left: 0px;
  padding-right: 0px;
}
.bt.treinamento1-slide-bt:hover {
  color: #171414;
}

.bt.treinamento1-slide-bt.dir {
  float: right;
}

.bt.treinamento1-slide-bt-prox {
  float: right;
}

.bt.contato1-bt-msg {
  float: right;
}

.bt.contato1-bt-msg.voltar {
  float: left;
}

.bt.contato1-chat-bt {
  display: block;
  margin-bottom: 0px;
}

.espaco {
  height: 30px;
  clear: both;
}

.espaco.esp-g {
  height: 50px;
}

.espaco.esp-g.c-linha {
  margin-top: 40px;
}

.espaco.esp-p {
  height: 15px;
}

.espaco.c-linha {
  margin-top: 30px;
  border-top: 1px solid #E5E0DF;
}

.espaco.c-linha.pontilhado {
  border-top-style: dashed;
  border-top-color: #CAC5C4;
}

.esq {
  float: left;
}

.dir {
  float: right;
}

.tx-meio {
  text-align: center;
}

.tx-dir {
  text-align: right;
}

.icone {
  display: inline-block;
  float: none;
  font-family: "Streamline filled", sans-serif;
}

.icone.i-linha {
  font-family: "Streamline line", sans-serif;
}

.tx-g {
  font-size: 56px;
  line-height: 56px;
  font-weight: 200;
}

.tx-p {
  font-size: 12px;
  line-height: 16px;
}

.inp {
  margin-bottom: 15px;
  padding: 13px 20px;
  border: 1px solid #CAC5C4;
  border-radius: 6px;
  background-color: #fff;
  background-image: none;
  line-height: 20px;
  min-height: 50px;
  position: relative;
  z-index: 5;
  width: 100%;
  color: #171414;
}

select.inp {
  padding-top: 12px;
  padding-bottom: 12px;
}

.login1-form .inp,
.login1-form .radio-bg,
.login1-form .login1-radio-bg-selecionado {
  border-color: #fff;
  color: #5b5a5e;
}
.login1-form .select-i {
  color: #5b5a5e;
}

.inp:focus {
  border-color: #726E6E;
}

.inp::-webkit-input-placeholder {
  color: #8F8B8B;
}

.inp:-ms-input-placeholder {
  color: #8F8B8B;
}

.inp::-ms-input-placeholder {
  color: #8F8B8B;
}

.inp::-moz-placeholder {
  color: #8F8B8B;
}

.inp::placeholder {
  color: #8F8B8B;
}

/* Inp c-erro */
.inp-fora.c-erro .inp {
  border-color: #F21B3F;
}

.inp.inp-m {
  height: 150px;
}

.inp.inp-m.contato1-chat-msg {
  margin-bottom: 15px;
}

.inp.inp-g {
  height: 200px;
}

.inp.inp-p {
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
}

.inp.inp-select {
  display: block;
  padding-right: 48px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #8F8B8B;
}

.inp.inp-select.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.inp.inp-select.catalogo1-filtro-inp-select {
  height: 34px;
  margin-bottom: 0px;
  padding: 8px 34px 6px 15px;
  border-radius: 18px;
}

.inp.inp-select.catalogo1-filtro-inp-select.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.inp.inp-select.inp-select-ativo {
  color: #565151;
}

.inp.inp-select.carrinho1-tabela-inp {
  height: 34px;
  margin-bottom: 0px;
  padding-right: 26px;
  border-radius: 4px;
}

.inp.inp-select.carrinho1-rev-end-inp {
  padding-right: 34px;
}

.inp.login1-inp {
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #5b5a5e;
}

.inp-fora.c-erro .inp.login1-inp {
  border-color: #A90109;
}

.inp.catalogo1-inp-busca {
  margin-bottom: 0px;
  padding-left: 20px;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.inp.inp-desativado {
  background-color: #F7F3F2;
  cursor: default;
}

.inp.catalogo1-qnt-inp {
  width: 80px;
  height: 34px;
  margin-bottom: 0px;
  padding: 6px 10px 6px 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.inp.catalogo1-qnt-inp.qnt-ate {
  padding-right: 15px;
  padding-left: 10px;
  border-radius: 0px 24px 24px 0px;
}

.inp.catalogo1-frete-inp {
  height: 38px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-right-style: none;
  border-radius: 60px 0px 0px 60px;
}

.inp.carrinho1-tabela-inp {
  height: 38px;
  padding: 9px 12px;
  line-height: 16px;
}

.inp.carrinho1-tabela-inp.carrinho1-tabela-inp-qtde {
  width: 34px;
  height: 34px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
  text-align: center;
}

.inp.carrinho1-cupom-inp {
  height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 12px;
  border-right-style: none;
  border-radius: 4px 0px 0px 4px;
}

.inp.carrinho1-frete-inp {
  height: 34px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px 0px 0px 4px;
}

.inp.carrinho1-rev-end-inp {
  height: 38px;
  margin-bottom: 0px;
  padding: 9px 15px;
  border-radius: 8px;
  background-color: #F7F3F2;
  font-size: 12px;
}

.inp.carrinho1-rev-end-inp.carrinho1-rev-inp-tx {
  height: 140px;
  margin-bottom: 0px;
}

.inp.select-drop-inp {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  border-color: #ADA8A8;
}

.inp.posts1-inp {
  height: 46px;
  margin-bottom: 0px;
  background-color: #F7F3F2;
}

.check {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  line-height: 20px;
}

.check.esq {
  margin-right: 20px;
}

.check.dir {
  margin-left: 20px;
}

.check.login1-radio {
  margin-bottom: 0px;
  color: #fff;
}

.check.catalogo1-favorito {
  margin-bottom: 0px;
  padding-left: 0px;
  float: right;
  line-height: 20px;
}

.check.catalogo1-produto-opcoes {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.check.catalogo1-frete-resultado-check {
  margin-bottom: 0px;
}

.check.carrinho1-frete-resultado-check {
  margin-bottom: 0px;
}

.check-label {
  margin-bottom: 0px;
  display: none;
}

.radio-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid #FF6D00;
  border-radius: 200px;
  background-color: #fff;
}

.radio-bg.catalogo1-produto-opcoes {
  width: 100%;
  height: 100%;
  border: 1px dashed #ADA8A8;
  border-radius: 28px;
  background-color: transparent;
}

.check-bg {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 1px solid #FF9304;
  border-radius: 4px;
  background-color: #fff;
}

.check-bg.catalogo1-favorito {
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
  padding: 3px 11px;
  float: left;
  border-style: dashed;
  border-width: 1px;
  border-radius: 40px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slide-setas {
  width: 40px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 24px;
  line-height: 24px;
  height: 30px;
  top: auto;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ADA8A8;
}

.slide-setas.dir {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: 0px;
  margin-right: auto;
}

.slide-setas.catalogo1-slide-setas {
  width: 48px;
  margin-right: -48px;
  margin-left: -48px;
  padding-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slide-setas.catalogo1-slide-setas.dir {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slide-setas.h-slide1-slide-setas.s-ondas {
  width: 96px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.slide-setas.catalogo1-banners-setas {
  width: 35px;
  margin-bottom: 0px;
}

.slide-setas.catalogo1-banners-setas.cat {
  color: #ADA8A8;
}

.slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  font-size: 22px;
  position: relative;
  width: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  padding: 0px;
}

.w-slider-dot {
  opacity: 1;
  background-color: #CAC5C4;
  margin: 1px;
  border: 6px solid #fff;
}

.w-slider-dot.w-active {
  opacity: 1;
  background-color: #726E6E;
}

.slide-nav.catalogo1-slide-nav {
  position: relative;
  padding-top: 0px;
  opacity: 0.5;
  font-size: 10px;
}

.slide-nav.catalogo1-produto-img-slide-nav {
  height: 15px;
  margin-bottom: -7px;
  padding-top: 5px;
  font-size: 10px;
}

.slide-nav.h-slide1-slide-nav {
  opacity: 1;
}

.slide-nav.h-slide1-slide-nav.s-ondas {
  margin-bottom: -40px;
  padding-top: 10px;
  opacity: 0.4;
}

.relativo {
  position: relative;
}

.login1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 40px;
}

.login1-item.login1-principal {
  z-index: 2;
}

.form {
  margin-bottom: 0px;
}

.form.login1-form {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 25px 25px 15px;
  color: #fff;
}

.form.login1-form:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40%;
  left: -5%;
  top: 0;
  border-radius: 30px 0 0 30px;
  background-color: #F73F00;
  -webkit-transform: skewX(3deg);
      -ms-transform: skewX(3deg);
          transform: skewX(3deg);
  border-top: 5px solid #fdaa44;
  border-left: 5px solid #fdaa44;
  border-right-style: none;
  border-bottom: 5px solid #fdaa44;
  border-color: #fdaa44;
  z-index: -1;
}

.form.login1-form:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5%;
  left: 40%;
  top: 0;
  background-color: #F73F00;
  -webkit-transform: skewX(-3deg);
      -ms-transform: skewX(-3deg);
          transform: skewX(-3deg);
  border-top: 5px solid #fdaa44;
  border-left-style: none;
  border-right: 5px solid #fdaa44;
  border-bottom: 5px solid #fdaa44;
  border-color: #fdaa44;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}

.topo {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-sucesso {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #0DD160;
  background-image: linear-gradient(135deg, #3cec86, #0DD160);
  color: #fff;
  text-align: center;
}

.f-erro {
  margin-top: 0px;
  padding: 8px 15px;
  border-radius: 6px;
  background-color: #F21B3F;
  background-image: none;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tab-link {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 8px 25px 7px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px none transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #8F8B8B;
  color: #3C3838;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.tab-link:hover {
  background-color: #ADA8A8;
}

.tab-link.w--current {
  z-index: 10;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px none #CAC5C4;
  background-color: #F7F3F2;
}

.login1-fora {
  position: relative;
  z-index: 20;
  margin-bottom: 20px;
}

.tx-esq {
  text-align: left;
}

.pop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.pop.aberto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop.pop-regulamento {
  opacity: 1;
}

.pop-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 20, 20, 0.7);
}

.pop-cont-fora {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 98%;
  max-width: 98%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  min-width: 300px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pop-fechar {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  float: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CAC5C4;
  text-align: center;
  text-decoration: none;
}

.pop-fechar-i {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

.pop-fechar:hover {
  color: #8F8B8B;
}

.pop-so-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 84vh;
}
.pop-so-img img {
  max-height: 84vh;
}

.drop-link-i {
  position: relative;
  top: 1px;
  margin-left: 7px;
  float: right;
  font-size: 8px;
  width: 12px;
  height: 9px;
  background-color: #fff;
}
.drop-link-i svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modulo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modulo.login1-modulo {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modulo.rodape1-modulo {
  margin-top: auto;
  padding-bottom: 20px;
  position: relative;
  background-color: #E8660C;
  padding-top: 0px;
  background-image: url("../../images/2026/topo-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.modulo.rodape1-modulo.login {
  background-image: none;
  padding-bottom: 0px;
  background-color: #BD0007;
}

.modulo.rodape1-modulo:after {
  content: "";
  top: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background-color: #F7F3F2;
  z-index: -2;
}

.modulo.h-slide1-modulo {
  display: block;
}

.modulo.h-slide1-modulo.s-ondas {
  position: relative;
  margin-top: -60px;
  margin-bottom: -50px;
  padding-bottom: 0px;
}

.modulo.css {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tx-caps {
  text-transform: uppercase;
}

.tx-cinza-claro {
  color: #ADA8A8;
}

.tx-cor1 {
  color: #FF6D00;
}

.tx-cor1.claro {
  color: rgb(255, 138.2, 51);
}

.tx-cor1.escuro {
  color: rgb(204, 87.2, 0);
}

.check-i {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  color: #fff;
  font-size: 9px;
}

.check-i.radio {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background-color: #fff;
  color: transparent;
}

.check-tx.login1-check-tx {
  color: hsla(0, 0%, 100%, 0.8);
}

.check-tx.catalogo1-produto-opcoes {
  position: relative;
  z-index: 2;
}

.check-tx.radio.carrinho1-frete-resultado-check-tx {
  padding-top: 1px;
}

.em-linha {
  display: inline-block;
}

.pagina {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
}

.css-titulo {
  margin-bottom: 40px;
  opacity: 0.3;
  color: #171414;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tx-gg {
  font-size: 72px;
  line-height: 72px;
  font-weight: 100;
}

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

.tx-bold {
  font-weight: 800;
}

.tx-h4 {
  font-size: 18px;
  line-height: 24px;
}

.tx-h3 {
  font-size: 24px;
  line-height: 30px;
}

.tx-h2 {
  font-size: 34px;
  line-height: 36px;
}

.tx-h1 {
  font-size: 45px;
  line-height: 45px;
}

.tx-cor2 {
  color: #FF9304;
}

.tx-cor2.escuro {
  color: rgb(208, 118.5019920319, 0);
}

.tx-cor3 {
  color: #FFBA08;
}

.tx-cor3.claro {
  color: rgb(255, 200.2469635628, 59);
}

.tx-cor3.escuro {
  color: rgb(212, 152.7773279352, 0);
}

.tx-sucesso {
  color: #0DD160;
}

.tx-sucesso.claro {
  color: #3cec86;
}

.tx-sucesso.escuro {
  color: #0e9747;
}

.tx-azul {
  color: #2D76FA;
}

.tx-erro {
  color: #F21B3F;
}

.tx-erro.claro {
  color: #ff4a68;
}

.tx-erro.escuro {
  color: #af162f;
}

.tx-preto {
  color: #171414;
}

.tx-cinza {
  color: #8F8B8B;
}

.tx-branco {
  color: #fff;
}

.css-cor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 1px 10px 1px 1px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 80px;
  background-color: #FF6D00;
}

.css-cor-box.claro {
  background-color: rgb(255, 138.2, 51);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.css-cor-box.cor2 {
  background-color: #FF9304;
}

.css-cor-box.cor2.claro {
  background-color: rgb(255, 168.9442231076, 55);
}

.css-cor-box.cor2.escuro {
  background-color: rgb(208, 118.5019920319, 0);
}

.css-cor-box.cor3 {
  background-color: #FFBA08;
}

.css-cor-box.cor3.claro {
  background-color: rgb(255, 200.2469635628, 59);
}

.css-cor-box.cor3.escuro {
  background-color: rgb(212, 152.7773279352, 0);
}

.css-cor-box.cinza1 {
  background-color: #171414;
}

.css-cor-box.cinza2 {
  background-color: #3C3838;
}

.css-cor-box.cinza3 {
  background-color: #565151;
}

.css-cor-box.cinza4 {
  background-color: #726E6E;
}

.css-cor-box.cinza5 {
  background-color: #8F8B8B;
}

.css-cor-box.cinza6 {
  background-color: #ADA8A8;
}

.css-cor-box.cinza7 {
  background-color: #CAC5C4;
}

.css-cor-box.cinza8 {
  background-color: #F7F3F2;
}

.css-cor-box.cor4 {
  background-color: #9D4EDD;
}

.css-cor-box.cor4.claro {
  background-color: rgb(180.6872037915, 120.7819905213, 229.2180094787);
}

.css-cor-box.cor4.escuro {
  background-color: rgb(132.8151658768, 39.9620853081, 208.0379146919);
}

.css-cor-box.sucesso {
  background-color: #0DD160;
}

.css-cor-box.sucesso.claro {
  background-color: #3cec86;
}

.css-cor-box.sucesso.escuro {
  background-color: #0e9747;
}

.css-cor-box.erro {
  background-color: #F21B3F;
}

.css-cor-box.erro.claro {
  background-color: #ff4a68;
}

.css-cor-box.erro.escuro {
  background-color: #af162f;
}

.css-cor-box.branco {
  background-color: #fff;
}

.css-cor-box.alert {
  background-color: #FF6D00;
}

.css-cor-box.alert.claro {
  background-color: #fff07e;
}

.css-cor-box.alert.escuro {
  background-color: #FFE000;
}

.css-cor-box.escuro {
  background-color: #d39300;
}

.tx-cor4 {
  color: #9D4EDD;
}

.tx-cor4.claro {
  color: rgb(180.6872037915, 120.7819905213, 229.2180094787);
}

.drop {
  z-index: 200;
  display: inline-block;
}

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

.drop.esq {
  margin-right: 10px;
}

.drop.dir {
  margin-left: 10px;
}

.drop.meio {
  margin-right: 5px;
  margin-left: 5px;
}

.drop.catalogo1-produto-calc-drop {
  display: block;
}

.drop-cont-fora {
  left: 50%;
  z-index: auto;
  overflow: hidden;
  margin-top: -5px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.drop-cont-fora.smenu2-drop-cont-fora.w--open {
  min-width: 180px;
}

.drop-cont-fora.smenu2-drop-cont-fora.smenu2-drop-cont-fora-msn {
  min-width: 250px;
}

.drop-cont-fora.menu2-drop-cont-fora.w--open {
  margin-top: -2px;
  top: 100%;
}

.drop-seta-fora {
  position: absolute;
  left: 50%;
  top: 1px;
  z-index: 4;
  overflow: hidden;
  width: 20px;
  height: 12px;
  padding-top: 5px;
  padding-left: 5px;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.drop-cont {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 13px 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
}

.drop-cont-text {
  padding: 25px;
}

.drop-cont.smenu2-drop-cont.smenu2-drop-cont-msn {
  border-style: none;
}

.drop-cont.menu2-drop-cont {
  border-style: none;
}

.drop-cont-link {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #CAC5C4;
  color: #565151;
  text-decoration: none;
}

.drop-cont-link:hover {
  background-color: #F7F3F2;
}

.drop-cont-link.drop-cont-link-ativo {
  background-color: #F7F3F2;
}

.drop-seta {
  position: relative;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drop-cont-fora.drop-cima {
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: -5px;
}
.drop-cont-fora.drop-cima .drop-seta-fora {
  bottom: 10px;
  top: auto;
}
.drop-cont-fora.drop-cima .drop-seta {
  bottom: 10px;
  top: auto;
}

.drop-seta.menu2-drop-seta {
  top: 4px;
}

.drop-cont-links {
  position: relative;
  z-index: 3;
  margin-bottom: -1px;
}

.tab-cont-fora {
  z-index: 5;
  overflow: visible;
  width: 100%;
}

.tab-cont-dentro {
  padding: 20px;
  border: 1px none #CAC5C4;
  border-radius: 0px 6px 6px;
  background-color: #F7F3F2;
}

.tab-menu {
  display: block;
  margin-right: -3px;
  margin-left: -3px;
}

.tabela-fora {
  overflow: auto;
  max-height: 500px;
}

.tabela-fora.carrinho1-tabela-fora {
  overflow: visible;
}

.tabela-fora.carrinho1-tabela-fora.carrinho1-rev-tabela-fora {
  overflow: auto;
}

.tabela {
  width: 100%;
  min-width: 750px;
  overflow: hidden;
  position: relative;
}

.tabela.sticky th {
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: #fff;
}

.tabela.carrinho1-tabela.carrinho1-rev-tabela {
  width: 100%;
  min-width: 700px;
}

.tabela-linha.tabela-especial {
  color: #ADA8A8;
}

.tabela-linha.tabela-c-link {
  position: relative;
  z-index: 1;
  color: #565151;
  text-decoration: none;
}

.tabela-linha.tabela-c-link:hover .tabela-col-cont {
  background-color: #E5E0DF;
}

.tabela-linha.tabela-c-link.cinza .tabela-col-cont {
  background-color: #F7F3F2;
}

.tabela-linha.tabela-c-link.cinza:hover .tabela-col-cont {
  background-color: #E5E0DF;
}

.tabela-col {
  height: 42px;
  padding-bottom: 10px;
}

.tabela-col.tabela-titulo {
  height: 36px;
  border-style: none;
  padding-bottom: 0px;
}

.tabela-col.tabela-sub-col {
  padding-left: 30px;
  position: relative;
}

.tabela-col.tabela-cinza {
  background-color: #F7F3F2;
}

.tabela-col-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  line-height: 16px;
  border: 1px none #E5E0DF;
  border-bottom: 1px solid #E5E0DF;
  border-right: 1px none #E5E0DF;
  border-top: 1px solid #E5E0DF;
}

.tabela-col-cont.tabela-titulo {
  color: #FF9304;
  font-weight: 700;
  text-transform: uppercase;
  border-style: none !important;
}

.tabela-col-cont.tabela-titulo.tabela-titulo-full {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF6D00;
  color: #fff;
  text-align: center;
}

.tabela-col-cont.ultimo {
  border-right-style: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabela-col-cont.tabela-cont-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tabela-col-cont.tx-dir {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabela-col-cont.tx-meio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabela-col-cont.primeiro {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-fora {
  padding-top: 40px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item.nav-pontinhos {
  background-color: transparent;
}

.nav-item-dentro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  min-width: 30px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  color: #8F8B8B;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-item-dentro:hover {
  background-color: #CAC5C4;
  color: #565151;
}

.nav-item-dentro.nav-esq {
  padding-right: 15px;
  padding-left: 15px;
}

.nav-item-dentro.nav-atual {
  border-radius: 60px;
  background-color: #565151;
  color: #fff;
}

.nav-item-dentro.nav-pontinhos {
  background-color: transparent;
}

.nav-item-dentro.nav-dir {
  padding-right: 15px;
  padding-left: 15px;
}

.tabela-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  background-color: #F7F3F2;
  color: #726E6E;
  font-size: 18px;
  text-decoration: none;
}
.tabela-link.small {
  max-width: 36px;
}

.tabela-link:hover {
  background-color: #CAC5C4;
}

.tabela-link.ativo {
  background-color: #F21B3F;
  color: #fff;
}

.tabela-link.desativado {
  opacity: 0.5;
  background-color: #F7F3F2;
  color: #E5E0DF;
}

.tabela-link.especial {
  background-color: transparent;
}

.galeria {
  margin: -10px;
}

.galeria-img2 {
  width: 100%;
  height: 100%;
  background-image: url("../images/hotel-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.galeria-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(33, 33, 33, 0.7);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.galeria-hover:hover {
  opacity: 1;
}

.galeria-hover.aberto {
  opacity: 1;
}

.galeria-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  float: left;
  border: 3px none #fff;
  border-radius: 21px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.galeria-hover-cont {
  color: #fff;
  text-align: center;
}

.galeria-hover-i {
  font-size: 24px;
  line-height: 32px;
}

.galeria-item-fora {
  width: 25%;
  height: 180px;
  padding: 10px;
  float: left;
}

.pos-titulo {
  position: relative;
  height: 3px;
  margin-top: 3px;
  border-radius: 40px;
  background-color: #FF6D00;
  display: none;
}

.pos-titulo.sub-titulo {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: 9px;
  margin-right: 15px;
  float: left;
  background-color: #FF9304;
  opacity: 0.22;
}

.bt-tx {
  float: left;
}

.bt-tx.login1-bt-simples-tx {
  float: none;
}

.bt-i {
  height: 20px;
  margin-right: 5px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.bt-i img {
  width: 100%;
}

.bt-i.login1-bt-i.login1-inp-principal {
  margin-right: 0px;
  font-size: 18px;
}

.bt-i.smenu2-moedas-bt-i {
  width: 13px;
  height: 13px;
}

.bt-i.catalogo1-bt-i {
  font-size: 12px;
}

.bt-i.catalogo1-bt-busca-i {
  margin-right: 0px;
  font-size: 18px;
}

.bt-i.quiz1-bt-i {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bt-i.quiz1-bt-i.quiz1-bt-voltar {
  margin-right: 8px;
  margin-left: 0px;
  float: left;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.bt-i.dir {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bt-i.treinamento1-slide-bt.prox {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
}

.bt-cont {
  position: relative;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bt-cont.login1-bt-simples-cont {
  display: inline;
}

.bt-cont.treinamento1-slide-bt {
  display: block;
}

.css-ajustes-embed {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #CAC5C4;
}

.drop-link-tx {
  float: left;
}

.check-bg-selecionado {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #FF6D00;
}

.check-bg-selecionado.catalogo1-favorito {
  top: 0px;
  width: auto;
  height: auto;
  padding: 4px 12px;
  border-radius: 40px;
  color: #fff;
}

.radio-bg-selecionado {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 200px;
  border: 1px solid #FF6D00;
}

.radio-bg-selecionado.catalogo1-produto-opcoes {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #fff;
  border-radius: 28px;
  background-color: #CAC5C4;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.check-fora {
  padding-top: 5px;
  clear: both;
}

.check-fora.catalogo1-favorito {
  padding-top: 0px;
}

.check-fora.catalogo1-produto-opcoes {
  padding-top: 0px;
  float: left;
  clear: none;
}

.check-fora.catalogo1-frete-resultado-check-fora {
  padding-top: 0px;
}

.check-fora.carrinho1-frete-resultado-check-fora {
  padding-top: 0px;
}

.inp-fora {
  position: relative;
}

.inp-fora.login1-inp-fora {
  width: 100%;
}

.inp-fora.catalogo1-inp-busca-fora {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inp-fora.inp-fora-select.catalogo1-filtro-inp-fora-select {
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}

.inp-fora.inp-fora-select.carrinho1-tabela-inp-select {
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.inp-fora.catalogo1-qnt-inp-fora {
  float: left;
}

.inp-fora.catalogo1-qnt-inp-fora.qnt-ate {
  padding-left: 1px;
}

.inp-fora.catalogo1-frete-inp-fora {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inp-fora.carrinho1-frete-inp-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inp-fora.select-drop-inp-fora {
  margin-bottom: 2px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.inp-fora.esq {
  margin-right: 10px;
}

.inp-fora.posts1-inp {
  margin-bottom: 25px;
}

.label.catalogo1-qnt-label {
  line-height: 14px;
}

.label.catalogo1-frete-label {
  display: block;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.label.carrinho1-cupom-label {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.label.carrinho1-frete-label {
  display: block;
  height: 34px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label.label-check {
  display: block;
}

.label.label-check.esq {
  margin-right: 20px;
  margin-bottom: 10px;
}

.inp-i {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F8B8B;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 15px 10px 13px;
  bottom: 15px;
}

.inp-i.login1-inp-i {
  padding-left: 6px;
}

.inp-i.inp-i-select {
  position: absolute;
  left: -2px;
  top: -2px;
  margin-bottom: 0px;
}

.inp-i.select-drop-inp-i {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.inp-i-erro {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 10;
  width: 48px;
  height: 48px;
  float: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F21B3F;
  font-size: 18px;
  line-height: 18px;
  display: none;
}

.inp-i-erro.inp-i-erro-select {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
}

.inp-i-erro.contato1-chat-msg {
  opacity: 0;
}

.titulo {
  position: relative;
  margin-bottom: 25px;
}

.titulo.login1-titulo {
  margin-top: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.titulo-cont.login1-titulo-cont {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.titulo.catalogo1-produto-titulo {
  margin-bottom: 10px;
}

.titulo.catalogo1-produto-sub-titulo {
  margin-bottom: 10px;
}

.titulo.titulo-m.s-ondas {
  margin-top: -140px;
  margin-bottom: 100px;
}

.titulo.sub-titulo {
  margin-bottom: 20px;
}

.slide-cont {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-cont.h-slide1-cont-fora {
  padding: 0px;
}

.slide-cont.h-slide1-cont-fora.s-ondas {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pop-cont {
  position: relative;
  z-index: 5;
  overflow: auto;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.esqueletos-desc {
  position: fixed;
  left: 0px;
  bottom: 294px;
  z-index: 4000;
  overflow: hidden;
  width: 100px;
  padding: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0 16px 0 rgba(0, 0, 0, 0.1);
  color: #8F8B8B;
  font-size: 9px;
  line-height: 13px;
}

.slide-setas-i {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide-setas-i path {
  fill: #CAC5C4;
}

.slide-setas:hover .slide-setas-i path {
  fill: #3C3838;
}

.slide-setas-i.catalogo1-slide-setas-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-right: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #CAC5C4;
  border-radius: 40px;
  color: #ADA8A8;
  font-size: 20px;
}

.slide-setas-i.catalogo1-slide-setas-i.dir {
  padding-right: 0px;
  padding-left: 4px;
}

.slide-setas-i.dir.h-slide1-slide-setas-i {
  padding-right: 0px;
  padding-left: 5px;
}

.slide-setas-i.h-slide1-slide-setas-i.s-ondas {
  padding-top: 17px;
  padding-bottom: 17px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #FF9304;
  text-shadow: none;
}

.slide-setas-i.catalogo1-banners-setas {
  float: none;
  font-size: 16px;
  text-align: center;
}

.titulo-cont {
  display: inline-block;
}

.titulo-cont.smenu2-msn-titulo-cont {
  display: block;
}

.select-drop-fora {
  overflow: hidden;
  margin-top: -2px;
  background-color: transparent;
}

.select-drop-fora.w--open {
  z-index: 100;
  margin-top: -16px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.select-drop-fora.catalogo1-filtro-select-drop-fora.w--open {
  right: 0px;
  margin-top: 0px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.select-drop-fora.carrinho1-tabela-select-drop-fora.w--open {
  margin-top: -2px;
}

.select-drop-fora.carrinho1-rev-end-select-drop-fora {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select {
  z-index: auto;
  display: block;
}

.select.catalogo1-filtro-select {
  min-width: 140px;
}

.select-tx {
  float: left;
}

.select-tx.catalogo1-filtro-select-tx {
  font-size: 12px;
}

.select-i {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 8px;
  z-index: 10;
  height: 44px;
  background-color: #fff;
  pointer-events: none;
  margin-right: 3px;
  border-radius: 6px;
  bottom: 15px;
  margin-bottom: 3px;
}
.w-dropdown-toggle .select-i {
  bottom: 0px;
}

.select-i.catalogo1-filtro-select-i.seta-fechado {
  width: 34px;
}

.select-i.carrinho1-tabela-select-i {
  width: 30px;
}

.select-i.carrinho1-rev-end-select-i {
  width: 34px;
}

.select-bg {
  color: #8F8B8B;
}

.select-drop {
  overflow: auto;
  max-height: 400px;
  border: 1px solid #CAC5C4;
  border-top: 1px none #ADA8A8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.select-drop-link {
  display: block;
  padding: 12px 20px;
  border-top: 1px solid #CAC5C4;
  color: #726E6E;
  text-decoration: none;
}

.select-drop-link:hover {
  background-color: #F7F3F2;
}

.select-drop-link.ativo {
  background-color: #F7F3F2;
}

.select-drop-link.catalogo1-filtro-select-drop-link {
  padding: 7px 15px;
  font-size: 12px;
}

.login1-titulo-tx {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 15px 30px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .login1-titulo-tx {
    font-size: 20px;
    line-height: 24px;
  }
}

.login1-titulo-tx:before {
  content: "";
  position: absolute;
  background-image: url("../../images/2026/login-titulo-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  display: block;
  bottom: -10px;
  right: -10px;
  left: -10px;
  top: -10px;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
}

.login1-titulo-tx:after {
  content: "";
  background-image: url("../../images/2025-mecanica/login-25-seta.png");
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
}

.login1-link-fora {
  margin-bottom: 20px;
}

.login1-link-fora.login1-link-fora-esqueci {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.login1-link-fora.login1-link-fora-voltar {
  padding-right: 10px;
  padding-left: 0px;
  float: left;
}

.login1-bt-fora {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.login1-bt-primeira-fora {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  width: 100%;
}

.login1-bts {
  width: 100%;
  float: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login1-inps {
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login1-tab-fora {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.login1-tab-menu {
  margin-bottom: 10px;
}

.login1-tab-bt {
  width: 50%;
  margin-top: -2px;
  padding: 0px 0px 10px 1px;
  float: left;
  background-color: transparent;
}

.login1-tab-bt.w--current {
  background-color: transparent;
}

.check-bt {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 50;
}

.check-bt.catalogo1-favorito {
  width: 100%;
}

.check-bt.catalogo1-produto-opcoes {
  width: 100%;
}

.login1-logo-fora {
  position: relative;
  z-index: 20;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  margin-bottom: 20%;
}
@media (max-width: 991px) {
  .login1-logo-fora {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    margin: 0;
  }
}

.login1-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .login1-logo {
    margin-right: auto;
    margin-left: auto;
  }
}

.login1-logo.login1-logo-dentro {
  margin-right: 0px;
  margin-left: 0px;
}

.login1-check-fora {
  height: 42px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 12px;
  display: none;
}

.login1-bt-inp-fora {
  display: block;
  float: right;
}

.login1-bt-inp-fora.login1-inp-principal {
  width: 20%;
}

.login1-item-bg {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -8px;
  left: 30px;
  top: 60px;
  z-index: -1;
  border-radius: 30px;
  -webkit-box-shadow: 9px 11px 25px rgba(122, 4, 10, 0.7);
          box-shadow: 9px 11px 25px rgba(122, 4, 10, 0.7);
  -webkit-transform: skewX(-2deg);
      -ms-transform: skewX(-2deg);
          transform: skewX(-2deg);
}

.menu2 {
  background-color: #fff;
  background-image: url("../../images/2026/topo-bg.png"), -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(231, 79, 16)), color-stop(90%, rgb(241, 122, 9)));
  background-image: url("../../images/2026/topo-bg.png"), linear-gradient(90deg, rgb(231, 79, 16) 10%, rgb(241, 122, 9) 90%);
  position: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2000;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 114px;
}

.smenu2 {
  position: relative;
  z-index: 800;
  clear: both;
}

.login1-logo-bg {
  display: none;
}

.smenu2-logo {
  z-index: 20;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smenu2-logo-img {
  max-height: 60px;
}

.smenu2-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  border-radius: 20px;
  float: left;
  min-height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background-color: #C30A2D;
  color: #fff;
}

.smenu2-link:hover {
  background-color: #5f0112;
}

.smenu2-link.smenu2-drop-bt {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu2-links-fora {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.smenu2-link-i {
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.smenu2-drop-links {
  margin-bottom: -1px;
}

.smenu2-drop-link {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #F7F3F2;
  color: #565151;
  text-decoration: none;
}

.smenu2-drop-link:hover {
  background-color: #F7F3F2;
}

.smenu2-drop-link.smenu2-msn-drop-link {
  color: #8F8B8B;
  text-align: right;
}

.smenu2-drop-link.smenu2-msn-drop-link:hover {
  text-decoration: none;
}

.smenu2-drop-link-i {
  float: left;
}

.smenu2-moedas-tx {
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
}

.smenu2-moedas-tx.smenu2-moedas-tx-numero {
  margin-right: 5px;
  color: #FFBA08;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 4px;
}

.smenu2-moedas-i {
  float: left;
}

.smenu2-img-fora {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #CAC5C4;
  border-radius: 500px;
  overflow: hidden;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.smenu2-img {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
}

.smenu2-img-bg {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  display: block;
  background-color: #CAC5C4;
  background-image: url("../images/i-perfil.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.menu2-logo {
  position: relative;
  margin-right: 20px;
  padding: 0px;
}

.menu2-logo-img {
  position: relative;
  z-index: 6;
  max-height: 74px;
}

.menu2-logo-bg {
  position: absolute;
  right: -540px;
  bottom: -120px;
  z-index: -2;
  width: 2000px;
  height: 2000px;
  border-radius: 100%;
  background-color: #FF6D00;
  opacity: 0.3;
}

.menu2-link-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.menu2-link-fora.menu2-link-home {
  margin-left: auto;
}

.menu2-link {
  padding: 12px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.menu2-link:hover .menu2-link-bg {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #fff;
}

.menu2-link.w--current {
  color: #FF6D00;
}
.menu2-link.w--current path {
  stroke: #FF6D00;
}

.menu2-link.menu2-drop-bt {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu2-link-tx {
  float: left;
}

.menu2-link-bg {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu2-drop-bt-i {
  position: relative;
  top: 1px;
  margin-left: 7px;
  font-size: 8px;
  width: 16px;
  height: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1px;
}
.menu2-drop-bt-i svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  fill: #fff;
  opacity: 1;
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
}

.menu2-drop-link {
  display: block;
  padding: 9px 20px;
  color: #726E6E;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menu2-drop-link:hover {
  color: #FF6D00;
}

.menu2-drop-link.w--current {
  color: #171414;
}

.menu2-espaco {
  height: 180px;
  width: 100%;
}

.smenu2-msn {
  display: block;
  padding: 13px 15px;
  border-bottom: 1px solid #F7F3F2;
  color: #565151;
  text-decoration: none;
}

.smenu2-drop-bt-tx {
  float: left;
}

.smenu2-drop-bt-i {
  position: relative;
  top: 1px;
  margin-left: 5px;
  float: left;
  font-size: 8px;
}

.smenu2-msn-sub-titulo {
  color: #ADA8A8;
  font-size: 10px;
  line-height: 14px;
}

.smenu2-msn-titulo-tx {
  color: #171414;
  font-size: 14px;
  font-weight: 700;
}

.smenu2-cont-dentro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E5E0DF;
  border-radius: 30px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .smenu2-cont-dentro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.menu2-drop-bt-tx {
  float: left;
}

.smenu2-moedas {
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 60px;
  background-color: #FF6D00;
  padding: 15px 25px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.catalogo1-titulo-tx {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #FF9304;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}

.catalogo1-lista-fora {
  padding: 20px 15px;
}

.catalogo1-lista {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.catalogo1-lista:hover {
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.3), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.3), inset 0 -2px 0 0 #CAC5C4;
}

.catalogo1-lista-item-fora {
  width: 100%;
  height: 385px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalogo1-lista-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  color: #565151;
  text-decoration: none;
}

.catalogo1-lista-img-fora {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  text-align: center;
}

.catalogo1-lista-img {
  position: relative;
  text-align: center;
}

.catalogo1-lista-img-dentro {
  max-height: 140px;
}

.catalogo1-lista-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.02);
}

.catalogo1-lista-cont {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalogo1-lista-cont-tx {
  overflow: hidden;
  max-height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F8B8B;
}

.catalogo1-lista-cont-titulo {
  height: 20px;
  font-weight: 700;
}

.catalogo1-lista-preco-fora {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1px none #CAC5C4;
  background-color: transparent;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.catalogo1-lista-item-bg {
  position: relative;
}

.catalogo1-lista-preco-de-cont {
  display: block;
  height: 25px;
  max-width: 30%;
  padding-top: 3px;
  float: left;
  color: #ADA8A8;
  font-size: 12px;
}

.catalogo1-lista-preco-de-tx {
  text-decoration: line-through;
}

.catalogo1-lista-preco-de-num {
  display: inline-block;
  text-decoration: line-through;
}

.catalogo1-lista-tag-fora {
  position: absolute;
  left: 24px;
  top: -9px;
  z-index: 20;
}

.catalogo1-lista-tag {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-radius: 40px;
  background-color: #F7F3F2;
  font-size: 10px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
}

.catalogo1-lista-tag.catalogo1-cor1 {
  background-color: #FF6D00;
  color: #fff;
}

.catalogo1-lista-tag.catalogo1-cor2 {
  background-color: #FF9304;
  color: #fff;
}

.catalogo1-lista-tag-i {
  margin-right: 5px;
  float: left;
}

.catalogo1-lista-tag-tx {
  float: left;
}

.catalogo1-lista-hover-fora {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.catalogo1-lista-hover-fora:hover {
  opacity: 1;
}

.catalogo1-lista-hover {
  position: static;
  left: 50%;
  top: 50%;
  padding: 70px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
}

.catalogo1-lista-hover-i {
  font-size: 32px;
  line-height: 32px;
}

.catalogo1-bt-fora {
  text-align: center;
}

.catalogo1-slide-fora {
  height: auto;
  margin-right: -15px;
  margin-left: -15px;
  background-color: transparent;
}

.catalogo1-slide {
  width: 25%;
}

.catalogo1-slide.listagem {
  float: left;
}

.catalogo1-topo {
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
  border-bottom: 1px dashed #CAC5C4;
}

.catalogo1-busca {
  position: relative;
  width: 80%;
  margin-bottom: 15px;
  padding-right: 80px;
  float: right;
}

.catalogo1-busca.favoritos {
  width: 100%;
}

.catalogo1-filtros-dir {
  margin-bottom: 5px;
  float: right;
}

.catalogo1-menu-link-fora {
  display: block;
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.catalogo1-menu-link-fora.filtro1-menu-ultimo {
  width: 100%;
  height: auto;
  margin-top: 15px;
  float: left;
  border-bottom-style: none;
  text-align: right;
}

.catalogo1-menu-link {
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.catalogo1-menu-link:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.catalogo1-menu-link.filtro1-menu-ultimo {
  padding-top: 0px;
  padding-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 14px;
  text-decoration: underline;
}

.catalogo1-menu-link.filtro1-menu-ultimo:hover {
  background-color: transparent;
  text-decoration: none;
}

.catalogo1-bt-busca-fora {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
}

.smenu2-perfil2-fora {
  position: relative;
  float: right;
}

.smenu2-moedas-fora {
  float: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 420px;
}
@media (max-width: 991px) {
  .smenu2-moedas-fora {
    max-width: 400px;
  }
}

.smenu2-titulo-fora {
  float: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  max-width: 500px;
}

.menu2-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.tabela-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 10px;
  border-radius: 12px;
  background-color: #F7F3F2;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #726E6E;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabela-status.tabela-status-cor1 {
  background-color: #FF6D00;
  color: #fff;
}

.tabela-status.tabela-status-cor2 {
  background-color: #FF9304;
  color: #fff;
}

.tabela-status.tabela-status-cor3 {
  background-color: #FFBA08;
  color: #fff;
}

.tabela-status.tabela-status-cor4 {
  background-color: #9D4EDD;
  color: #fff;
}

.tabela-status.tabela-status-escuro {
  background-color: #171414;
  color: #fff;
}

.tabela-status.tabela-status-verde {
  background-color: #0DD160;
  color: #fff;
}

.tabela-status.tabela-status-vermelho {
  background-color: #F21B3F;
  color: #fff;
}

.tabela-status.tabela-status-amarelo {
  background-color: #FFE000;
  color: #171414;
}

.tabela-status-tx {
  float: left;
}

.tabela-status-i {
  margin-right: 4px;
  float: left;
  font-size: 10px;
}

.login1-body {
  background-repeat: no-repeat;
  background-image: url("../../images/2026/login-bg.png");
  background-size: cover;
  background-color: #f84600;
  background-attachment: fixed;
  background-position: center center;
}

.nav-item-dentro-i {
  margin-top: 2px;
  font-size: 8px;
}

.nav-item-dentro-i.nav-i-dir {
  margin-left: 5px;
}

.nav-item-dentro-i.nav-i-esq {
  margin-right: 5px;
}

.tab-link-bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -6px;
  height: 6px;
  background-color: #fff;
}

.login1-bt-google-fora {
  clear: both;
}

.login1-redes-titulo-fora {
  clear: both;
}

.login1-redes-titulo {
  position: relative;
  padding-top: 20px;
  padding-bottom: 22px;
  text-align: center;
}

.login1-redes-titulo-bg {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dashed #ADA8A8;
}

.login1-redes-titulo-tx {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.catalogo1-fora {
  margin-top: 40px;
  margin-bottom: 30px;
  clear: both;
}

.catalogo1-fora.listagem {
  margin-top: -20px;
}

.catalogo1-lista-preco-cont {
  height: 25px;
  max-width: 70%;
  padding-top: 2px;
  float: right;
  color: #FF9304;
  text-align: right;
}

.catalogo1-lista-preco-i {
  margin-top: -4px;
  margin-right: 4px;
  font-size: 16px;
}

.catalogo1-lista-preco-num {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
}

.catalogo1-topo-fora {
  padding-bottom: 10px;
}

.catalogo1-topo-fora.favoritos {
  margin-bottom: 40px;
}

.catalogo1-topo-nav {
  margin-right: -6px;
  margin-bottom: 30px;
  margin-left: -6px;
}

.catalogo1-nav-itens-bt {
  display: block;
  padding: 3px 6px 2px;
  color: #ADA8A8;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-decoration: none;
}

.catalogo1-nav-itens-bt:hover {
  color: #3C3838;
}

.catalogo1-nav-itens-bt.catalogo1-nav-itens-bt-atual {
  color: #171414;
}

.catalogo1-nav-itens-bt.catalogo1-nav-itens-bt-filtro {
  border-radius: 4px;
  background-color: #E5E0DF;
  color: #8F8B8B;
}

.catalogo1-nav-itens-bt-tx {
  float: left;
}

.catalogo1-nav-itens {
  margin-bottom: 5px;
  float: left;
}

.catalogo1-nav-itens.catalogo1-nav-itens-filtro {
  padding-right: 4px;
  padding-left: 4px;
}

.catalogo1-nav-itens-bt-i {
  margin-top: 3px;
  margin-left: 8px;
  float: left;
  font-size: 8px;
  line-height: 12px;
}

.catalogo1-nav-itens-bt-i.catalogo1-nav-itens-bt-filtro {
  display: block;
  margin-top: 0px;
}

.catalogo1-nav-itens-i {
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 2px;
  float: left;
  color: #CAC5C4;
  font-size: 7px;
  line-height: 12px;
  font-weight: 700;
}

.catalogo1-filtros-esq {
  margin-bottom: 15px;
  padding-right: 10px;
  float: left;
}

.catalogo1-qnt-titulo {
  height: 34px;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  float: left;
}

.catalogo1-qnt-titulo-tx {
  color: #171414;
  font-weight: 700;
}

.catalogo1-produto-fora {
  margin-bottom: 40px;
}

.catalogo1-produto-info-fora {
  margin-right: -20px;
  margin-left: -20px;
}

.catalogo1-produto-img-fora {
  position: relative;
  width: 40%;
  margin-bottom: 20px;
  padding: 40px 30px 30px;
  float: left;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.catalogo1-produto-bloco1 {
  position: relative;
  width: 60%;
  margin-bottom: 20px;
  padding-left: 50px;
  float: right;
}

.catalogo1-produto-bloco2 {
  width: 60%;
  padding-left: 50px;
  float: right;
}

.catalogo1-produto-calc-fora {
  width: 40%;
  margin-top: 20px;
  float: left;
}

.catalogo1-produto-info {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.catalogo1-produto-info-titulo-cont-tx {
  font-weight: 700;
}

.catalogo1-produto-img-dentro {
  position: relative;
  display: inline-block;
}

.catalogo1-produto-img-img {
  max-height: 300px;
}

.catalogo1-produto-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.02);
}

.catalogo1-produto-desc-fora {
  margin-bottom: 20px;
}

.catalogo1-produto-titulo-tx {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.catalogo1-produto-sub-titulo-tx {
  font-size: 18px;
  line-height: 24px;
}

.catalogo1-favorito-i {
  height: 20px;
  margin-right: 6px;
  float: left;
}

.catalogo1-favorito-tx {
  display: block;
  padding-top: 1px;
  float: left;
}

.catalogo1-produto-precos {
  padding-top: 10px;
  padding-bottom: 20px;
}

.catalogo1-produto-preco1 {
  color: #ADA8A8;
  text-decoration: line-through;
}

.catalogo1-produto-preco2 {
  color: #FF9304;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

.catalogo1-produto-preco1-tx {
  display: inline-block;
  margin-right: 5px;
}

.catalogo1-produto-opcoes-fora {
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalogo1-produto-opcoes-checks {
  float: left;
}

.catalogo1-produto-opcoes-titulo-tx {
  color: #171414;
  font-weight: 700;
}

.catalogo1-produto-bts-fora {
  margin-bottom: 20px;
  padding-top: 10px;
  clear: both;
}

.catalogo1-frete {
  position: relative;
  padding-right: 120px;
}

.catalogo1-frete-resultado-fora {
  position: relative;
  display: block;
  overflow: hidden;
}

.catalogo1-produto-calc {
  border: 1px solid #CAC5C4;
  border-radius: 20px;
}

.catalogo1-produto-calc-titulo {
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #171414;
  text-align: center;
}

.catalogo1-produto-calc-cont {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  text-align: center;
}

.catalogo1-frete-bt-fora {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  padding-top: 24px;
}

.catalogo1-frete-resultado {
  margin-top: 20px;
}

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.loading.catalogo1-frete-resultado-loading {
  position: absolute;
  background-color: #F7F3F2;
}

.loading.carrinho1-frete-resultado-loading {
  position: absolute;
  background-color: #F7F3F2;
}

.loading-cont {
  position: relative;
  z-index: 5;
}

.loading-img-fora {
  padding: 30px;
  border-radius: 4px;
  background-color: #F7F3F2;
}

.loading-img-fora.catalogo1-frete-resultado-loading {
  background-color: #F7F3F2;
}

.catalogo1-frete-resultado-item {
  margin-top: 10px;
}

.catalogo1-frete-resultado-item.catalogo1-titulo {
  font-weight: 700;
}

.catalogo1-frete-resultado-tipo {
  width: 30%;
  padding-right: 10px;
  float: left;
}

.catalogo1-frete-resultado-entrega {
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.catalogo1-frete-resultado-valor {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.catalogo1-produto-calc-titulo-cont {
  display: inline-block;
}

.catalogo1-produto-calc-titulo-i {
  margin-right: 8px;
  float: left;
  font-size: 19px;
}

.catalogo1-produto-calc-titulo-tx {
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.catalogo1-produto-calc-tx-fora {
  margin-bottom: 15px;
}

.catalogo1-produto-calc-tx2 {
  margin-top: 2px;
  margin-bottom: 2px;
  color: #171414;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

.catalogo1-produto-calc-tx4 {
  margin-top: -5px;
  color: #8F8B8B;
  font-size: 12px;
  font-style: italic;
}

.carrinho1-nav-itens-fora {
  margin-right: -8px;
  margin-bottom: 30px;
  margin-left: -8px;
}

.carrinho1-nav-itens {
  margin-bottom: 5px;
  float: left;
}

.carrinho1-nav-itens-bt {
  display: block;
  padding: 3px 8px 2px;
  color: #ADA8A8;
  font-size: 10px;
  line-height: 12px;
}

.carrinho1-nav-itens-bt.carrinho1-nav-itens-bt-atual {
  color: #FF6D00;
}

.carrinho1-nav-itens-bt-i {
  margin-top: -1px;
  margin-right: 6px;
  margin-bottom: -2px;
  float: left;
  font-size: 14px;
}

.carrinho1-nav-itens-bt-tx {
  float: left;
}

.carrinho1-nav-itens-i {
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 4px;
  float: left;
  color: #CAC5C4;
  font-size: 7px;
  line-height: 12px;
  font-weight: 700;
}

.carrinho1-tabela-todas.carrinho1-rev-tabela-todas {
  margin-bottom: 20px;
}

.carrinho1-tabela-img-fora {
  position: relative;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.carrinho1-tabela-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.02);
}

.carrinho1-tabela-img {
  position: relative;
  z-index: 0;
  max-height: 32px;
}

.carrinho1-tabela-desc {
  max-width: 250px;
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.carrinho1-tabela-opcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carrinho1-tabela-excluir-fora {
  margin-right: 5px;
}

.carrinho1-tabela-qtde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carrinho1-tabela-qtde-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-left: 5px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carrinho1-tabela-excluir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ADA8A8;
  font-size: 13px;
}

.carrinho1-tabela-qtde-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8F8B8B;
  font-size: 9px;
  text-decoration: none;
}

.carrinho1-cont-esq {
  padding-right: 40px;
  float: left;
}

.carrinho1-desc-final {
  padding-top: 40px;
}

.carrinho1-frete-fora {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px dashed #ADA8A8;
  border-radius: 20px;
}

.carrinho1-sub-total-fora {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.carrinho1-cont-dir {
  margin-bottom: 20px;
  padding: 30px;
  float: right;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1);
  text-align: right;
}

.carrinho1-cupom {
  position: relative;
  margin-bottom: 20px;
  padding-right: 120px;
}

.carrinho1-cupom-bt-fora {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.carrinho1-sub-total-tx2 {
  display: inline-block;
}

.carrinho1-sub-total-tx1 {
  display: inline-block;
  margin-right: 10px;
}

.carrinho1-sub-total.carrinho1-rev-sub-total {
  font-weight: 700;
}

.carrinho1-total-frete {
  color: #8F8B8B;
}

.carrinho1-total-frete-tx1 {
  display: inline-block;
  margin-right: 10px;
}

.carrinho1-total-frete-tx2 {
  float: right;
}

.carrinho1-total-cupom-fora {
  color: #8F8B8B;
}

.carrinho1-total-cupom {
  float: right;
}

.carrinho1-total-cupom-tx1 {
  margin-right: 10px;
  float: left;
}

.carrinho1-total-cupom-tx2 {
  float: right;
}

.carrinho1-total-final {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  color: #FF9304;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

.carrinho1-total-tx1 {
  margin-right: 10px;
  float: left;
}

.carrinho1-total-tx2 {
  float: right;
}

.carrinho1-total-final-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 1px;
  background-color: #CAC5C4;
}

.carrinho1-total-pontos1-fora {
  font-weight: 700;
}

.carrinho1-total-pontos1 {
  float: right;
}

.carrinho1-total-pontos1-tx1 {
  margin-right: 10px;
  float: left;
}

.carrinho1-total-pontos1-tx2 {
  float: right;
}

.carrinho1-total-pontos2 {
  float: right;
}

.carrinho1-total-pontos2-tx1 {
  margin-right: 10px;
  float: left;
}

.carrinho1-total-pontos2-tx2 {
  float: right;
}

.smenu2-perfil1-fora {
  float: right;
}

.smenu2-meus-dados {
  float: right;
}

.smneu2-link-fora-msn {
  float: right;
}

.carrinho1-frete {
  position: relative;
  padding-right: 120px;
}

.carrinho1-frete-bt-fora {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 120px;
}

.carrinho1-frete-resultado-fora {
  position: relative;
  display: block;
  overflow: hidden;
}

.carrinho1-frete-resultado {
  margin-top: 40px;
  font-size: 12px;
}

.carrinho1-frete-resultado-item {
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.carrinho1-frete-resultado-item.carrinho1-frete-resultado-titulo {
  font-weight: 700;
}

.carrinho1-frete-resultado-tipo {
  width: 30%;
  float: left;
}

.carrinho1-frete-resultado-entrega {
  width: 20%;
  padding-left: 10px;
  float: left;
}

.carrinho1-frete-resultado-valor {
  width: 50%;
  padding-left: 10px;
  float: left;
}

.carrinho1-frete-resultado-entrega-tx {
  padding-top: 1px;
}

.carrinho1-frete-resultado-valor-tx {
  padding-top: 1px;
}

.carrinho1-bts {
  margin-top: 20px;
  clear: both;
}

.carrinho1-bt-pagar-fora {
  float: right;
}

.carrinho1-bt-continuar-fora {
  float: left;
}

.carrinho1-rev-end-fora {
  clear: both;
}

.carrinho1-rev-end-itens {
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carrinho1-rev-end-item-fora {
  width: 33.33%;
  height: 493px;
  padding: 15px;
  float: left;
}

.carrinho1-rev-end-item {
  position: relative;
  height: 100%;
  padding: 30px 30px 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  border: 1px none #CAC5C4;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), 0 2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), 0 2px 0 0 #CAC5C4;
  font-weight: 500;
}

.carrinho1-rev-end-item.carrinho1-rev-end-selecionado {
  border-style: solid;
  border-color: #3C3838;
}

.carrinho1-rev-end-item-bt-fora {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 100%;
  height: 46px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.carrinho1-rev-end-item-i-fora {
  position: absolute;
  top: -13px;
  right: 20px;
  display: block;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #3C3838;
  border-radius: 20px;
  background-color: #3C3838;
  color: #fff;
  font-size: 12px;
}

.carrinho1-rev-end-item-i {
  margin-right: 8px;
  float: left;
  font-size: 12px;
}

.carrinho1-rev-end-item-i-tx-fora {
  float: left;
}

.carrinho1-rev-end-item-cont1 {
  width: 100%;
}

.carrinho1-rev-end-item-cont2 {
  width: 50%;
  padding-right: 5px;
  float: left;
}

.carrinho1-rev-end-item-cont2.carrinho1-rev-end-adicionar {
  width: 50%;
  padding-right: 5px;
  float: left;
}

.carrinho1-rev-end-item-cont3 {
  width: 50%;
  padding-left: 5px;
  float: left;
}

.carrinho1-rev-end-item-cont3.carrinho1-rev-end-adicionar {
  width: 50%;
  padding-left: 5px;
  float: left;
}

.carrinho1-rev-end-item-cont {
  margin-bottom: 10px;
  clear: both;
}

.carrinho1-rev-end-item-tx1 {
  margin-bottom: 2px;
  color: #ADA8A8;
}

.carrinho1-rev-end-item-tx2 {
  font-weight: 700;
}

.carrinho1-rev-end-item-cont4 {
  width: 100%;
}

.carrinho1-final {
  padding-top: 40px;
  padding-bottom: 40px;
}

.carrinho1-final-cont {
  margin-bottom: 20px;
  text-align: center;
}

.carrinho1-final-bts {
  text-align: center;
}

.carrinho1-final-i-fora {
  margin-bottom: 20px;
  color: #0DD160;
  text-align: center;
}

.carrinho1-final-i-fora.carrinho1-final-erro {
  color: #F21B3F;
}

.carrinho1-final-i {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}

.carrinho1-final-titulo-tx {
  color: #0DD160;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

.carrinho1-final-titulo-tx.carrinho1-final-erro {
  color: #F21B3F;
}

.carrinho1-final-sub-titulo-tx {
  color: #8F8B8B;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}

.carrinho1-final-bt-fora {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.rodape1-logo {
  display: inline-block;
}

.login1-logo-tx {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .login1-logo-tx {
    font-size: 24px;
    line-height: 30px;
  }
}

.login1-contato-fora {
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  text-align: center;
}

.login1-contato-fora.login1-contato-fora-baixo {
  display: block;
}

.bt-bg {
  display: none;
}

.bt-bg.quiz1-bt-bg.quiz1-bt-voltar {
  background-color: #CAC5C4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CAC5C4), to(#ADA8A8));
  background-image: linear-gradient(180deg, #CAC5C4, #ADA8A8);
}

.bt-bg.quiz1-bt-bg.quiz1-bt-confirmar {
  background-color: #0DD160;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3cec86), to(#0DD160));
  background-image: linear-gradient(180deg, #3cec86, #0DD160);
}

.bt-bg.quiz1-bt-bg.quiz1-bt-avancar {
  background-color: #3C3838;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#565151), to(#3C3838));
  background-image: linear-gradient(180deg, #565151, #3C3838);
}

.bt-bg.login1-bt-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(hsla(0, 0%, 100%, 0.25)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), hsla(0, 0%, 100%, 0.25));
}

.catalogo1-produto-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalogo1-produto-img-slide-fora {
  height: auto;
  padding-bottom: 25px;
  background-color: transparent;
}

.catalogo1-produto-img-slide-mascara {
  height: 100%;
}

.catalogo1-produto-img-slide {
  height: 100%;
}

.css-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 49px;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.tabela-sub-col-i {
  position: absolute;
  left: -20px;
  width: 10px;
  height: 20px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #CAC5C4;
  top: 8px;
}

.css-cor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  line-height: 1.2em;
}

.css-cor.cinza {
  border-radius: 200px;
  background-color: #8F8B8B;
}

.css-body {
  background-color: #FF9304;
}

.css-box {
  min-width: 140px;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background-color: #F7F3F2;
  text-align: center;
}

.css-box-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slide-fora {
  height: auto;
  background-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-fora.h-slide1-slide-fora.s-ondas {
  margin-right: -20px;
  margin-left: -20px;
  border-radius: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.titulo-m-tx {
  margin-bottom: 0px;
}

.modulo-bg {
  display: none;
}

.inp-barra {
  position: relative;
  display: block;
  height: 6px;
  margin-top: 2px;
  border-radius: 200px;
  background-color: #F7F3F2;
}

.inp-barra-bola-fora {
  position: absolute;
  left: 10%;
  top: 18px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.inp-barra-bola-fora.inp-barra-bola-fora-dir {
  left: auto;
  right: 20%;
}

.inp-barra-dentro {
  position: absolute;
  left: 10%;
  right: 20%;
  height: 100%;
  border-radius: 200px;
  background-color: #FF6D00;
}

.inp-barra-fora {
  position: relative;
  padding-top: 23px;
  padding-bottom: 5px;
}

.inp-barra-bola {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background-color: #FF6D00;
}

.inp-barra-bola-tx {
  position: absolute;
  top: -18px;
  z-index: 2;
  color: #726E6E;
  font-size: 12px;
  line-height: 18px;
}

.tab-link-cont {
  display: block;
}

.tab-link-i {
  margin-right: 8px;
  float: left;
  font-size: 14px;
}

.tab-link-tx {
  float: left;
}

.ver-mais-bt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 17px;
  padding: 0px;
}

.ver-mais-bt-cont {
  display: block;
}

.ver-mais {
  position: relative;
  display: block;
  padding-bottom: 17px;
}

.ver-mais-bt-tx {
  float: left;
}

.ver-mais-bt-i {
  margin-right: 8px;
  float: left;
  font-size: 10px;
}

.ver-mais-drop {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.ver-mais-drop-cont {
  padding-bottom: 10px;
}

.ver-mais-fora {
  padding-top: 10px;
}

.quiz1-escolhas {
  margin: -10px;
}

.quiz1-escolhas.posts1-enquete {
  margin: -10px;
}

.quiz1-escolha {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  background-color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #CAC5C4;
}
@media (max-width: 767px) {
  .quiz1-escolha {
    font-size: 16px;
    line-height: 24px;
  }
}

.quiz1-escolha:hover {
  background-color: #F7F3F2;
}

.quiz1-escolha.quiz1-certo {
  border-color: #0DD160;
  color: #fff;
  background-color: #0DD160;
}

.quiz1-escolha.quiz1-errado {
  color: #fff;
  border-color: #F21B3F;
  background-color: #F21B3F;
}

.quiz1-escolha.posts1-enquete {
  min-height: 20px;
  padding: 25px;
  border: 1px solid #F7F3F2;
  background-color: #F7F3F2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quiz1-escolha.posts1-enquete:hover {
  border-color: #ADA8A8;
}

.quiz1-escolha-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}

.quiz1-escolha-fora.posts1-enquete {
  padding: 10px;
}

.quiz1-escolha-i {
  position: absolute;
  width: 50px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  font-size: 14px;
  border: 3px none #ffffff;
  right: 0px;
}

.quiz1-escolha-i.quiz1-escolhido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FF9304;
  color: #fff;
}

.quiz1-escolha-i.quiz1-certo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0DD160;
  color: #fff;
}

.quiz1-escolha-i.quiz1-errado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F21B3F;
  color: #fff;
}

.quiz1-escolha-numero {
  margin-right: 10px;
}

.quiz1-escolha-tx {
  display: inline-block;
}

.quiz1-pergunta-fora {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .quiz1-pergunta-fora {
    font-size: 20px;
  }
}

.quiz1-pergunta-fora.posts1-enquete {
  margin-bottom: 25px;
  text-align: left;
}

.quiz1-pergunta-numero {
  margin-right: 10px;
  color: #FF9304;
}

.quiz1-bloco {
  margin-bottom: 60px;
  padding-top: 20px;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quiz1-bloco.posts1-enquete {
  margin-bottom: 25px;
  padding-top: 0px;
}

.gra-bar-fora {
  clear: both;
}

.gra-bar {
  margin-right: -15px;
  margin-left: -15px;
}

.gra-bar.horiz {
  margin: -15px 0px;
}

.gra-bar-item {
  position: relative;
  width: 16.66666667%;
  height: 300px;
  padding: 0px 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px none #CAC5C4;
  text-align: center;
}

.gra-bar-item.grap-bar-cinza {
  background-color: #F7F3F2;
}

.gra-bar-item.horiz {
  width: 100%;
  height: auto;
  padding: 5px 0px;
}

.gra-bar-barra-fora {
  position: absolute;
  left: 0px;
  top: 75px;
  right: 0px;
  bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gra-bar-barra-fora.horiz {
  position: static;
  left: 40px;
  right: 150px;
  bottom: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  clear: both;
}

.grap-bar-barra {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-width: 26px;
  border: 2px none #FFE000;
  border-radius: 40px;
  background-color: #FF6D00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(180deg, rgb(255, 138.2, 51), #FF6D00);
  -webkit-box-shadow: inset 1px 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.grap-bar-barra.h50 {
  height: 50%;
}

.grap-bar-barra.h15 {
  height: 15%;
}

.grap-bar-barra.horiz {
  position: relative;
  left: 0%;
  top: 0px;
  height: 26px;
  max-width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(90deg, rgb(255, 138.2, 51), #FF6D00);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.grap-bar-barra.horiz._w-25 {
  width: 25%;
}

.grap-bar-barra.horiz._w-50 {
  width: 50%;
}

.grap-bar-barra.horiz._w-75 {
  width: 75%;
}

.grap-bar-barra.h25 {
  height: 25%;
}

.grap-bar-barra.h75 {
  height: 75%;
}

.gra-bar-tx1-fora {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 30px;
  margin-top: 15px;
}

.gra-bar-tx1-fora.horiz {
  position: relative;
  width: 50%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: right;
}

.gra-bar-tx2-fora {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 20px;
  margin-bottom: 15px;
}

.gra-bar-tx2-fora.horiz {
  position: relative;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: auto;
  margin-bottom: 0px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
}

.grap-bar-barra-tx-fora {
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  height: 20px;
}

.grap-bar-barra-tx-fora.horiz {
  left: auto;
  top: 6px;
  right: 11px;
  bottom: auto;
  width: 50px;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: right;
}

.tabela-col-cont-bt {
  margin: -8px -15px;
  padding: 8px 15px;
  color: #565151;
}

.tabela-col-cont-bt-tx {
  float: left;
}

.tabela-col-cont-bt-i {
  margin-left: 5px;
  float: right;
  font-size: 10px;
}

.barra-h-fora {
  clear: both;
}

.barra-h {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 1px;
  border-bottom: 1px solid #fff;
  border-radius: 50px;
  background-color: #E5E0DF;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.barra-h-por {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 40px;
  float: left;
}

.barra-h-por.barra-h-dir {
  position: absolute;
  z-index: 1;
  width: 60%;
  border-left: 2px solid #F7F3F2;
  border-radius: 100px;
}

.barra-h-anima {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #FF6D00;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(90deg, rgb(255, 138.2, 51), #FF6D00);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.barra-h-anima.barra-h-dir {
  background-color: #FF9304;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(90deg, rgb(255, 168.9442231076, 55), #FF9304);
}

.barra-h-tx-fora {
  float: left;
}

.barra-h-tx-fora.barra-h-dir {
  float: right;
  text-align: right;
}

.barra-h-tx-2 {
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.barra-h-bg {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 50;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.barra-h-anima-tx-fora {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 200px;
  padding: 10px 20px;
}

.barra-h-anima-tx {
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.barra-h-anima-tx.barra-h-dir {
  left: auto;
  right: 0px;
  text-align: right;
}

.css-cont {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.css-cont.metade {
  width: 48%;
  float: left;
}

.css-cont.metade.dir {
  float: right;
}

.tx-alerta {
  color: #FF6D00;
}

.tx-alerta.claro {
  color: #fff07e;
}

.tx-alerta.escuro {
  color: #FFE000;
}

.contato1-msg-anteriores {
  overflow: hidden;
  height: 0px;
}

.contato1-msg-chat-hora {
  position: absolute;
  right: 0px;
  bottom: -20px;
  color: #ADA8A8;
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
  text-align: right;
}

.contato1-msg-chat-hora.canal {
  left: 0px;
  right: auto;
}

.contato1-msg-chat-hora.encerrado {
  position: static;
  text-align: center;
}

.contato1-msg-avatar-fora {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 65px;
  height: 100%;
  padding-right: 0px;
  padding-left: 15px;
  float: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.contato1-msg-avatar-fora.canal {
  left: 0px;
  top: 0px;
  right: auto;
  padding-right: 15px;
  padding-left: 0px;
  float: left;
}

.contato1-msg-link,
.contato1-msg-link-fechar {
  display: block;
  margin-bottom: 30px;
  color: #ADA8A8;
  font-size: 12px;
}
@media (min-width: 479px) {
  .contato1-msg-link,
  .contato1-msg-link-fechar {
    text-align: center;
  }
}

.contato1-msg-fora {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #CAC5C4;
}
@media (max-width: 479px) {
  .contato1-msg-fora {
    border: none;
    padding: 0px;
  }
}

.contato1-msg-chat-fora {
  position: relative;
  height: auto;
  margin-bottom: 15px;
  padding-right: 65px;
  padding-bottom: 20px;
  text-decoration: none;
}

.contato1-msg-chat-fora.canal {
  padding-right: 0px;
  padding-left: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contato1-msg-chat-fora.msg {
  margin-top: 40px;
}

.contato1-msg-chat-fora.encerrado {
  padding-right: 0px;
}

.contato1-msg-img-fora {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: right;
  border-radius: 800px;
}

.contato1-msg-img-fora.canal {
  padding: 7px;
  background-color: #fff;
  border: 1px solid #FF9304;
}

.contato1-msg-img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("../../images/i-perfil.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E5E0DF;
}

.contato1-msg-img.canal {
  background-image: url("../images/Logo.png");
  background-size: contain;
  background-color: transparent;
}

.cont-2 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.contato1-msg-chat {
  position: relative;
  max-height: 100%;
  max-width: 75%;
  padding: 15px 20px;
  float: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  background-color: #E5E0DF;
}
@media (max-width: 767px) {
  .contato1-msg-chat {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}

.contato1-msg-chat.encerrado {
  width: 100%;
  max-width: 100%;
  float: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.contato1-msg-chat.canal {
  float: left;
  background-color: #FF9304;
  color: #fff;
}

.contato1-msg-chat.msg {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contato1-msg-avatar-seta {
  position: absolute;
  left: -5px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #E5E0DF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contato1-msg-avatar-seta.canal {
  left: auto;
  right: -5px;
  background-color: #FF9304;
}

.treinamento1-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.treinamento1-img {
  background-image: url("../images/s-img.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 40%;
}

.treinamento1-img.treinamento-img2 {
  background-image: url("../images/tubik-studio-ui-design-1.jpg");
}

.treinamento1-img.treinamento-img2.exp1 {
  background-image: url("../images/best_mobile_app_UI_2016_Marline.jpg");
}

.treinamento1-img.treinamento-img2.exp2 {
  background-image: url("../images/website-presentation-template-psd-free-psd-ui-design-template-ideas.jpg");
}

.treinamento1-img.exp1 {
  background-image: url("../images/service-ui.jpg");
}

.treinamento1-img.treinamento-img3 {
  background-image: url("../images/tubik-studio-dating-app-concept-1.jpg");
}

.treinamento1-img.treinamento-img3.exp2 {
  background-image: url("../images/elegance-psd-ui-kit.jpg");
}

.treinamento1-img.treinamento-img3.exp1 {
  background-image: url("../images/fd97d428949465.55db122e361ab.jpg");
}

.treinamento1-img.exp2 {
  background-image: url("../images/free-design-presentation-mockup-psd.png");
}

.treinamento1-bloco {
  position: relative;
  display: block;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #CAC5C4;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.treinamento1-bloco:hover {
  border-color: #FF9304;
}

.treinamento1-bloco-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 20px;
  float: left;
}
@media (max-width: 991px) {
  .treinamento1-bloco-fora {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .treinamento1-bloco-fora {
    width: 100%;
  }
}

.treinamento1-feito {
  background-color: #FF9304;
  color: #fff;
  text-align: center;
  z-index: 30;
  height: 35px;
  border-radius: 6px 0px 0px;
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  float: right;
  margin-right: -25px;
  margin-bottom: -25px;
}

.treinamento1-img-fora {
  position: relative;
}

.treinamento1-slide {
  overflow: hidden;
  height: 100%;
  padding: 0px;
  background-color: #fff;
}

.treinamento1-slide-mascara {
  height: 100%;
  border-radius: 6px;
}

.treinamento1-slide-fora {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  max-width: 900px;
}

.noticias1-item {
  width: 33.33%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.noticias1-item-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 25px;
  border: 1px none #CAC5C4;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
  opacity: 1;
  color: #565151;
  text-decoration: none;
}

.noticias1-item-link:hover {
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.3), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.3), inset 0 -2px 0 0 #CAC5C4;
}

.noticias1-item-link.home {
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noticias1-bloco {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.noticias1-itens {
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.noticias1-item-img-fora {
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.noticias1-item-img-fora.home {
  margin-right: 10px;
  float: left;
}

.noticias1-item-img {
  width: 120px;
  height: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  background-image: url("../images/xquero_expor.jpg.pagespeed.ic.ZWkv9vta3S.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.noticias1-item-img.exp2 {
  background-image: url("../images/macbook-2558216_1920.jpg");
}

.noticias1-item-img.exp3 {
  background-image: url("../images/free-design-presentation-mockup-psd.png");
}

.noticias1-item-img.home {
  width: 110px;
  height: 80px;
}

.espaco-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  clear: both;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-bt {
  display: block;
  font-size: 20px;
  padding-left: 40px;
  line-height: 30px;
}

.faq-item {
  display: block;
  border: 1px solid #CAC5C4;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
}

.col-p {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.linha-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq-bt-i {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ADA8A8;
  font-size: 14px;
}

.faq-cont-fora {
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.revelar-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.bt-revela-fechar {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-bottom: 10px;
  float: right;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #949494;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.bt-revela-fechar:hover {
  color: #3d3d3d;
}

.css-col {
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  background-color: #F7F3F2;
}

.css-col.css-col2 {
  background-color: #CAC5C4;
}

.css-col.flex {
  height: 50px;
}

.slide {
  height: 400px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.slide.h-slide1-slide {
  height: auto;
}

.slide-mascara.h-slide1-mascara {
  border-radius: 25px;
}

.slide-mascara.h-slide1-mascara.s-ondas {
  padding-bottom: 0px;
  border-radius: 20px;
}

.galeria-desc {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  padding: 10px;
  opacity: 0.7;
  color: #fff;
  text-align: right;
}

.galeria-desc-i {
  float: right;
  font-size: 16px;
  line-height: 14px;
}

.galeria-desc-tx {
  float: right;
  font-size: 12px;
  line-height: 16px;
}

.galeria-desc-tx2 {
  font-size: 10px;
  line-height: 16px;
  font-style: italic;
}

.galeria-img {
  width: 100%;
  height: 100%;
}

.home-blocos-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -15px;
}

.home-bloco {
  padding: 15px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.home-bloco._w-33 {
  width: 33.33%;
  float: left;
  clear: none;
}

.home-bloco._w-66 {
  width: 66.66%;
  float: left;
  clear: none;
}

.home-bloco.dir {
  float: right;
}

.home-bloco-cont {
  position: relative;
  padding: 25px;
  border-radius: 25px;
  background-color: #F7F3F2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-bloco-cont.h-g {
  height: 630px;
}

.home-bloco-cont.banner-treinamento {
  border-style: none;
  background-image: url("../images/banner-treinamento-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-bloco-cont.banner-premios {
  background-color: #FF6D00;
  background-image: url("../images/banner-premiacao-bg.png"), linear-gradient(180deg, rgb(212, 152.7773279352, 0), rgb(255, 200.2469635628, 59)), linear-gradient(322deg, #FFBA08, #FF9304);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
  background-repeat: no-repeat, repeat, repeat;
}

.home-bloco-cont.h-p.banner-galeria {
  border-style: none;
  background-color: #FF9304;
  background-image: url("../images/banner-galeria-bg.png"), -webkit-gradient(linear, left top, left bottom, from(rgb(208, 118.5019920319, 0)), to(rgb(255, 168.9442231076, 55)));
  background-image: url("../images/banner-galeria-bg.png"), linear-gradient(180deg, rgb(208, 118.5019920319, 0), rgb(255, 168.9442231076, 55));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.home-bloco-cont.h-p.banner-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 0px;
  width: 100%;
}

.home-bloco-cont.s-margem {
  padding: 0px;
}

.home-bloco-cont.bloco-cor1 {
  overflow: hidden;
  background-color: #FF6D00;
  background-image: linear-gradient(315deg, #FF6D00, rgb(255, 138.2, 51));
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgb(204, 87.2, 0);
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgb(204, 87.2, 0);
  color: #fff;
}

.home-bloco-cont.bloco-cor2 {
  overflow: hidden;
  background-color: #FF9304;
  background-image: linear-gradient(315deg, #FF9304, rgb(255, 168.9442231076, 55));
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgb(208, 118.5019920319, 0);
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 rgb(208, 118.5019920319, 0);
  color: #fff;
}

.home-bloco-cont.s-link:hover {
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
}

.ondas-bg1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgb(255, 168.9442231076, 55);
  background-image: url("../images/onda-cima.png"), -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: url("../images/onda-cima.png"), linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 50% 102%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.ondas-bg1.bg2 {
  background-image: url("../images/onda-baixo2.png"), -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: url("../images/onda-baixo2.png"), linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 50% 105%, 0px 0px;
  background-repeat: repeat-x, repeat;
  opacity: 0.5;
}

.ondas-bg1.bg2.login1-ondas-bg1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 0px 0px;
  background-repeat: repeat;
}

.ondas-bg1.bg3 {
  background-image: url("../images/onda-baixo1.png"), -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: url("../images/onda-baixo1.png"), linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 50% 107%, 0px 0px;
  opacity: 0.2;
}

.ondas-bg1.bg3.login1-ondas-bg1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 0px 0px;
  background-repeat: repeat;
}

.ondas-bg1.bg3.s-ondas {
  top: auto;
  bottom: -80px;
  display: block;
  height: 247px;
  background-color: transparent;
  background-image: url("../images/onda-circulo.png");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  opacity: 1;
}

.ondas-bg1.login1-ondas-bg1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 0px 0px;
  background-repeat: repeat;
}

.ondas-bg1.s-ondas {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF9304), color-stop(50%, rgb(255, 168.9442231076, 55)), to(#FF9304));
  background-image: linear-gradient(90deg, #FF9304, rgb(255, 168.9442231076, 55) 50%, #FF9304);
  background-position: 0px 0px;
  background-repeat: repeat;
}

.sub-titulo-tx {
  margin-bottom: -5px;
  color: #FF9304;
}

.treinamento1-titulo-tx {
  margin-bottom: 10px;
  color: #FF9304;
}

.treinamento1-titulo {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 30px;
}

.treinamento1-desc {
  position: relative;
  z-index: 2;
}

.quiz1-resultado-fora {
  margin-bottom: 60px;
  text-align: center;
}

.quiz1-resultado-i {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 100px;
}

.quiz1-resultado-tx1 {
  color: #0DD160;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.quiz1-resultado-tx1.quiz1-errado {
  color: #F21B3F;
}

.quiz1-resultado-tx2 {
  color: #ADA8A8;
  font-style: italic;
}

.quiz1-barra-fora {
  margin-bottom: 40px;
}

.quiz1-barra {
  overflow: hidden;
  height: 12px;
  border-radius: 80px;
  background-color: #E5E0DF;
}

.quiz1-barra-tx1 {
  margin-top: 10px;
}

.quiz1-barra-tx2 {
  display: none;
}

.quiz1-barra-dentro {
  width: 25%;
  height: 100%;
  border-radius: 40px;
  background-color: #FF9304;
}

.quiz1-barra-dentro._w-100 {
  width: 100%;
}

.quiz1-barra-dentro._w-50 {
  width: 50%;
}

.img {
  border-radius: 20px;
}

.bloco-destaque {
  padding: 40px;
  border: 2px solid #CAC5C4;
  border-radius: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-bt-tx {
  float: left;
}

.faq-cont {
  padding-top: 5px;
  padding-bottom: 30px;
}

.ondas-bg1-cruz-fora {
  position: absolute;
  right: 4%;
  bottom: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.2;
}

.ondas-bg1-cruz-fora.bg2 {
  left: -8%;
  top: -11%;
  right: auto;
  bottom: auto;
  width: 400px;
  height: 400px;
}

.ondas-bg1-cruz-fora.bg2.s-ondas {
  top: 4%;
}

.ondas-bg1-cruz-fora.bg3 {
  left: 8%;
  right: auto;
  bottom: 26%;
  width: 150px;
  height: 150px;
}

.ondas-bg1-cruz-fora.s-ondas {
  position: fixed;
  top: 18%;
  bottom: auto;
}

.ondas-bg1-bolinha {
  position: absolute;
  right: 5%;
  bottom: 27%;
  width: 20px;
  height: 20px;
  border-radius: 80px;
  background-color: #fff;
  opacity: 0.2;
}

.ondas-bg1-bolinha.bg2 {
  left: 6%;
  top: 41%;
  right: auto;
  bottom: auto;
}

.ondas-bg1-bolinha.bg3 {
  right: 21%;
  bottom: 37%;
  width: 15px;
  height: 15px;
}

.ondas-bg1-bolinha.bolinha2 {
  top: 5%;
  right: 13%;
  bottom: auto;
}

.ondas-bg1-bolinha.bolinha2.bg2 {
  left: 13%;
  top: 5%;
  right: auto;
  width: 10px;
  height: 10px;
}

.ondas-bg1-bolinha.bolinha2.bg3 {
  left: 5%;
  top: auto;
  right: auto;
  bottom: 41%;
}

.ondas-bg1-bolinha.bolinha2.s-ondas {
  top: 3%;
}

.ondas-bg1-bolinha.s-ondas {
  position: fixed;
  top: 54%;
  bottom: auto;
  background-color: #F7F3F2;
}

.ondas-bg1-cruz {
  position: absolute;
  width: 24%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.ondas-bg1-cruz.cruz2 {
  width: 100%;
  height: 24%;
}

.ondas-bg1-cruz.cruz2.s-ondas {
  background-color: #F7F3F2;
}

.ondas-bg1-cruz.s-ondas {
  background-color: #F7F3F2;
}

.ondas-fora {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 840px;
  max-width: 100%;
}

.ondas-fora.menu2-ondas-fora {
  height: 405px;
}

.ondas-fora.menu2-ondas-fora.s-ondas {
  height: 340px;
}

.ondas-fora.h-slide1-ondas-fora.s-ondas {
  top: -50%;
  height: 130%;
}

.ondas-fora.login1-ondas-fora {
  height: 100%;
}

.treinamento1-bloco-imgs-fora {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 6px;
}

.treinamento1-slide-nav {
  margin-left: 15%;
  margin-right: 15%;
  height: 42px;
  margin-top: 20px;
}

.noticias1-item-data {
  margin-bottom: 20px;
}

.noticias1-item-data.home {
  margin-bottom: 15px;
}

.noticias1-item-data-tx {
  color: #ADA8A8;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.noticias1-item-data-tx.home {
  margin-top: 2px;
}

.noticias1-item-titulo-tx {
  color: #171414;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.noticias1-item-titulo-tx.home {
  margin-top: -4px;
  font-size: 14px;
  line-height: 20px;
}

.noticias1-item-resumo {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.noticias1-item-resumo.home {
  height: 40px;
  float: left;
}

.noticias1-item-resumo-tx.home {
  overflow: hidden;
  color: #8F8B8B;
}

.noticias1-item-cont {
  overflow: hidden;
  height: 250px;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.noticias1-item-cont.home {
  height: 140px;
}

.ranking1-linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ranking1-linha.ranking1-titulo {
  margin-bottom: 0px;
  color: #171414;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ranking1-linha.ranking1-destaque {
  border: 1px solid #CAC5C4;
  border-radius: 80px;
  background-color: #fff;
}

.ranking1-linha.ranking1-3-primeiros {
  border: 1px none rgb(204, 87.2, 0);
  border-radius: 80px;
  background-color: #F7F3F2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 138.2, 51)), to(#FF6D00));
  background-image: linear-gradient(0deg, rgb(255, 138.2, 51), #FF6D00);
  color: #fff;
  font-weight: 700;
}

.ranking1-linha.ranking1-3-primeiros.ranking1-destaque {
  border-style: solid;
  border-color: #565151;
}

.ranking1-col {
  position: relative;
  width: 13%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  float: left;
  line-height: 16px;
  text-align: center;
}

.ranking1-col.nome {
  width: 61%;
  padding-right: 6px;
  padding-left: 6px;
  text-align: left;
}

.ranking1-col.nome.ranking1-3-primeiros {
  font-size: 14px;
}

.ranking1-col.nome.ranking1-3-primeiros.ranking1-primeiro {
  font-size: 14px;
}

.ranking1-col.pontos {
  width: 26%;
  padding-right: 12px;
  padding-left: 0px;
}

.ranking1-col.pontos.ranking1-3-primeiros {
  font-size: 14px;
}

.ranking1-col.pontos.ranking1-3-primeiros.ranking1-primeiro {
  font-size: 14px;
}

.ranking1-col.ranking1-3-primeiros {
  font-size: 18px;
}

.ranking1-col.ranking1-3-primeiros.ranking1-primeiro {
  font-size: 24px;
}

.ranking1-destaque-tx {
  position: absolute;
  left: -7px;
  top: -14px;
  padding: 2px 5px;
  border: 1px solid #CAC5C4;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #ADA8A8;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.ranking1-destaque-tx.ranking1-3-primeiros {
  border-color: #565151;
  background-color: #FF6D00;
  color: #fff;
}

.tx-normal {
  font-weight: 400;
}

.contato1-filtrar-titulo {
  margin-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
}

.contato1-tab-i {
  color: #8F8B8B;
  font-size: 18px;
}

.contato1-msg-link-tx {
  border-radius: 4px;
}

.contato1-msg-chat-tx.encerrado {
  font-size: 24px;
  line-height: 30px;
}

.contato1-chat-msg-form {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contato1-chat-bt-fora {
  float: right;
}

.relatorio1-item {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relatorio1-item-cont {
  position: relative;
  top: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  text-align: left;
}

.relatorio1-item-i {
  position: absolute;
  right: -62px;
  bottom: -80px;
  display: inline-block;
  width: 160px;
  height: 160px;
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
  border: 4px solid #fff;
  border-radius: 80px;
  opacity: 0.3;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
}

.relatorio1-item-tx-fora {
  margin-bottom: 0px;
}

.catalogo1-menu-fora {
  position: static;
  width: 20%;
  margin-bottom: 15px;
  padding-right: 20px;
  float: left;
  background-color: transparent;
}

.catalogo1-menu-bt {
  height: 48px;
  padding: 13px 15px 13px 0px;
  float: left;
  color: #FF9304;
  font-size: 18px;
}

.catalogo1-menu-bt.w--open {
  background-color: transparent;
  color: #FF9304;
}

.catalogo1-menu-bt-i {
  margin-right: 8px;
  float: left;
  font-size: 23px;
}

.catalogo1-menu-bt-tx {
  float: left;
}

.catalogo1-menu-links-fora {
  overflow: hidden;
  padding: 17px 20px;
  border-radius: 20px;
  background-color: #FF9304;
  color: #fff;
  text-align: left;
}

.catalogo1-banners-fora {
  margin-right: -10px;
  margin-left: -10px;
}

.catalogo1-banners-fora.cat {
  margin-right: 0px;
  margin-left: 0px;
}

.catalogo1-banners {
  position: relative;
  width: 50%;
  height: 250px;
  padding: 10px;
  float: left;
}

.catalogo1-banners.medio {
  width: 33.33%;
}

.catalogo1-banners.cat {
  width: 100%;
  height: auto;
  text-align: center;
}

.catalogo1-banners.menor-comprido {
  width: 100%;
  height: 120px;
}

.catalogo1-banners-link {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: block;
  border-radius: 20px;
}

.catalogo1-banners-slide-fora {
  height: 100%;
  background-color: transparent;
}

.catalogo1-banners-slide-fora.cat {
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
}

.catalogo1-lista-bts {
  text-align: center;
}

.catalogo1-lista-bt {
  display: inline-block;
  padding: 8px 20px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: rgb(255, 138.2, 51);
  border-bottom-width: 1px;
  border-bottom-color: rgb(204, 87.2, 0);
  border-radius: 60px;
  background-color: #FF6D00;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF6D00), to(rgb(255, 138.2, 51)));
  background-image: linear-gradient(0deg, #FF6D00, rgb(255, 138.2, 51));
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.catalogo1-lista-barra-fora {
  position: relative;
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.catalogo1-lista-barra {
  position: relative;
  z-index: 1;
  height: 22px;
}

.catalogo1-lista-barra-porc-geral {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  height: 22px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #E5E0DF;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.catalogo1-lista-barra-porc-fora {
  width: 30%;
  height: 100%;
  border-radius: 20px;
}

.catalogo1-lista-barra-porc-fora.exp2 {
  width: 70%;
}

.catalogo1-lista-barra-porc {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #CAC5C4;
  background-image: -webkit-gradient(linear, left top, right top, from(#CAC5C4), to(#ADA8A8));
  background-image: linear-gradient(90deg, #CAC5C4, #ADA8A8);
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.catalogo1-lista-barra-tx {
  position: relative;
  z-index: 3;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  color: #565151;
  font-size: 10px;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
  text-shadow: 0 0 5px #F7F3F2;
}

.catalogo1-titulo-fora {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.catalogo1-banners-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url("../images/geral.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalogo1-banners-slide {
  width: 100%;
  height: 100%;
}

.catalogo1-banners-slide.cat {
  width: 14.28571429%;
}

.catalogo1-produto-opcoes-titulo {
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
}

.catalogo1-produto-preco1-tx2 {
  display: inline-block;
  margin-right: 5px;
  text-decoration: line-through;
}

._3talogo1-produto-preco1-tx2 {
  display: inline-block;
}

.catalogo1-produto-preco2-tx2 {
  display: inline-block;
  margin-right: 4px;
}

.catalogo1-produto-preco2-tx3 {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.h-slide1-slide-link {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.h-slide1-slide-link.s-ondas {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-bloco-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #FFBA08;
  border-radius: 25px;
  width: 100%;
  min-height: 120px;
}
.home-bloco-link:hover {
  background-color: rgb(255, 200.2469635628, 59);
}

.home-bloco-link.banner-destaques {
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gra-bar-item-cont {
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.gra-bar-item-cont.gra-bar-cinza {
  background-color: #F7F3F2;
}

.gra-bar-item-cont.horiz {
  height: auto;
  padding: 10px 15px;
}

.gra-bar-tx1 {
  color: #ADA8A8;
}

.gra-bar-barra-tx {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.gra-bar-barra-tx.horiz {
  color: #fff;
}

.gra-bar-tx2 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.gra-bar-tx2.horiz {
  line-height: 20px;
}

.relatorio1-item-tx {
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

.relatorio1-item-tx2 {
  font-size: 18px;
  line-height: 24px;
}

.relatorio1-item-tx3 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.catalogo1-banners-cat-i {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 30px;
}

.catalogo1-filtros {
  clear: both;
}

.catalogo1-qnt-sub-titulo {
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
}

.exp-banner-tx1 {
  position: relative;
  z-index: 8;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.exp-banner-tx1.exp-treinamento {
  color: #FF6D00;
  font-size: 64px;
}

.exp-banner-tx2 {
  position: relative;
  z-index: 4;
  font-size: 12px;
  line-height: 16px;
}

.exp-banner-tx2.exp-galeria {
  font-size: 32px;
  line-height: 32px;
}

.exp-banner-tx2.exptreinamento {
  font-size: 50px;
  line-height: 50px;
}

.exp-banner-tx3 {
  color: #fff;
  font-weight: 700;
}

.exp-banner-treinamento-bg {
  position: absolute;
  width: 220px;
  height: 2px;
  border-radius: 100%;
  background-color: #171414;
  -webkit-box-shadow: 0 0 100px 100px #171414;
          box-shadow: 0 0 100px 100px #171414;
  opacity: 0.47;
}

.exp-banner-treinamento-degrade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  background-image: linear-gradient(135deg, rgb(208, 118.5019920319, 0), rgb(255, 168.9442231076, 55));
  opacity: 0.15;
}

.exp-banner1-img {
  position: absolute;
  bottom: -39px;
  z-index: 2;
  margin-left: 336px;
}

.exp-banner1-img.exp2 {
  bottom: 88px;
  width: 134px;
  margin-left: 328px;
}

.exp-banner1-tx1 {
  position: absolute;
  bottom: 72px;
  z-index: 2;
  font-family: Coiny, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.exp-banner1-tx1.exp-banner2 {
  bottom: 74px;
  color: #FF9304;
  font-size: 100px;
  line-height: 90px;
}

.exp-banner1-tx1.exp-banner2.exp-cor2 {
  color: #fff;
}

.exp-banner1-tx1.exp2 {
  bottom: 138px;
  font-size: 80px;
}

.exp-banner1-tx2 {
  position: absolute;
  bottom: 36px;
  z-index: 3;
  font-family: Marckscript, sans-serif;
  color: #FF6D00;
  font-size: 54px;
  line-height: 34px;
}

.exp-banner1-tx2.exp-banner2 {
  bottom: 40px;
  font-size: 80px;
}

.exp-banner1-tx2.exp2 {
  bottom: 100px;
}

.exp-banner1-bg1 {
  position: absolute;
  bottom: -450px;
  z-index: 0;
  width: 1740px;
  height: 600px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-color: #FF9304;
}

.exp-banner1-bg1.exp-bg2 {
  width: 2020px;
  height: 610px;
  opacity: 0.5;
}

.posts1-post-video {
  position: relative;
  display: block;
}

.posts1-coment-mais {
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
}

.posts1-post-topo-desc {
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.posts1-post-topo-desc.posts1-admin {
  color: rgb(255, 168.9442231076, 55);
}

.posts1-reacao-link {
  display: block;
  margin-right: 15px;
  float: left;
  line-height: 20px;
  text-decoration: none;
}

.posts1-reacao-link.desativado {
  opacity: 0.5;
  -webkit-filter: saturate(0%);
          filter: saturate(0%);
}

.posts1-coment-mais-fora.posts1-sub-post {
  margin-top: -5px;
}

.posts1-reacao-tx {
  float: left;
  font-size: 12px;
  font-weight: 500;
}

.posts1-data-fora {
  float: right;
  color: #8F8B8B;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.posts1-post-topo-tx-fora {
  padding-top: 1px;
  padding-bottom: 1px;
}

.posts1-post-topo-tx-fora.posts1-admin {
  color: #FF9304;
}

.posts1-reacao-img {
  display: block;
  width: 20px;
  margin-right: 7px;
  float: left;
}

.posts1-coment-form {
  clear: both;
}

.posts1-coment-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  float: left;
  border: 1px solid #CAC5C4;
  border-radius: 80px;
  background-image: url("../images/avatar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts1-coment-img.exp1 {
  background-image: url("../images/39e9b39628e745a39f900dc14ee4d9a7.jpg");
}

.posts1-coment-img.posts1-admin {
  border-color: #FF9304;
  background-image: url("../images/mediaclip.jpg");
}

.posts1-post-baixo {
  padding-top: 15px;
}

.posts1-post-meio {
  position: relative;
  overflow: hidden;
  margin-right: -25px;
  margin-left: -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts1-post-meio.c-texto {
  padding: 60px;
  background-color: #FF9304;
  font-family: Coiny, sans-serif;
  color: #FF6D00;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
}

.posts1-post-img-efeito {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(135deg, rgba(118, 49, 182, 0.4), rgba(252, 195, 63, 0.2));
}

.posts1-post-perfil-img {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  float: left;
  border: 1px solid #ADA8A8;
  border-radius: 100px;
  background-image: url("../images/avatar.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts1-post-perfil-img.exp1 {
  background-image: url("../images/39e9b39628e745a39f900dc14ee4d9a7.jpg");
}

.posts1-post-perfil-img.posts1-admin {
  border-color: #FF9304;
  background-image: url("../images/mediaclip.jpg");
}

.posts1-coment-form-fora {
  margin-bottom: 0px;
  padding-top: 25px;
  clear: both;
}

.posts1-loagind {
  margin-bottom: 20px;
  text-align: center;
}

.posts1-reacao-fora {
  float: left;
}

.posts1-post {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 25px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
          box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.1), inset 0 -2px 0 0 #CAC5C4;
}

.posts1-coment-tx-fora {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
}

.posts1-post-topo-titulo {
  font-weight: 700;
}

.posts1-post-topo {
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts1-coment {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
}

.posts1-coment.posts1-sub-post {
  margin-left: 40px;
}

.posts1-coment.posts1-sub-post.posts1-c-mensagem {
  padding-left: 0px;
}

.posts1-post-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 4px;
  border: 3px solid #fff;
  border-radius: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.posts1-data-tx {
  float: left;
}

.posts1-post-perfil {
  float: left;
}

.posts1-post-titulo {
  font-family: Coiny, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.posts1-post-img-fora {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts1-coment-nome {
  font-weight: 700;
}

.posts1-coment-tx.posts1-admin {
  color: #FF9304;
}

.posts1-post-titulo-fora {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.css-ajustes {
  z-index: 4000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3C3838;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
  color: #8F8B8B;
  font-size: 10px;
  line-height: 18px;
}

.css-ajustes-styles {
  height: 20px;
  min-width: 50px;
  margin-right: 8px;
  background-color: #F7F3F2;
}

.css-ajustes-tx {
  margin-right: 8px;
  margin-left: 8px;
}

.last-date-selected {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #31bab4;
  color: #fff;
}

.first-date-selected {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #31bab4;
  color: #fff;
}

.css-ajuste-fora {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

html.w-mod-js *[data-ix=comeca-aparece] {
  display: block;
}

html.w-mod-js *[data-ix=barra-h-rapido] {
  width: 0%;
}

html.w-mod-js *[data-ix=barra-h-lento] {
  width: 0%;
}

html.w-mod-js *[data-ix=login-comeca] {
  opacity: 0;
}

html.w-mod-js *[data-ix=slide-treinamento] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix=grap-bola-acende-4] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix=grap-bola-acende-2] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix=grap-bola-acende1] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix=grap-bola-acende-3] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix=grap-barra-horizontal] {
  width: 0px;
}

html.w-mod-js *[data-ix=grap-barra-4] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-2] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-6] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-3] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-8] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-5] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-7] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-9] {
  height: 0px;
}

html.w-mod-js *[data-ix=grap-barra-10] {
  height: 0px;
}

html.w-mod-js *[data-ix=comeca-aparece-2] {
  display: block;
}

@media screen and (max-width: 991px) {
  .cont.menu2-cont {
    z-index: 1200;
  }
  .slide-setas {
  }
  .slide-setas.catalogo1-slide-setas {
    width: 40px;
  }
  .drop-cont-fora.menu2-drop-cont-fora.w--open {
    position: relative;
    left: 0%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tabela-fora.carrinho1-tabela-fora {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 2px solid #CAC5C4;
    border-radius: 4px;
  }
  .galeria-item-fora {
    width: 33.33%;
  }
  .slide-cont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-setas-i.catalogo1-slide-setas-i {
    width: 40px;
    height: 40px;
  }
  .menu2-links-fora {
    width: 250px;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
    background-color: #e74f10;
    overflow: auto;
    max-height: 100vh;
  }
  .menu2-link-fora {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu2-link {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .menu2-link:hover {
  }
  .menu2-bt {
    padding: 20px;
    border-radius: 6px;
    width: auto;
    height: auto;
    margin-left: auto;
    background-color: transparent !important;
  }
  .catalogo1-slide-fora {
    margin-right: 0px;
    margin-left: 0px;
  }
  .catalogo1-slide {
    width: 50%;
  }
  .carrinho1-tabela-pc {
  }
  .carrinho1-tabela-tablet {
    display: block;
  }
  .carrinho1-tabela-desc {
    max-width: 100%;
  }
  .quiz1-escolhas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quiz1-escolha-fora {
    width: 50%;
  }
  .noticias1-item {
    width: 50%;
  }
  .home-bloco._w-33 {
    width: 50%;
  }
  .home-bloco._w-66 {
    width: 100%;
  }
  .ondas-bg1-cruz-fora {
    width: 200px;
    height: 200px;
  }
  .ondas-bg1-cruz-fora.bg2 {
    width: 300px;
    height: 300px;
  }
  .posts1-fora {
    width: 72%;
    padding-left: 0px;
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .menu2-links {
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .cont.menu2-cont {
    clear: both;
  }
  .tx-g {
    font-size: 45px;
    line-height: 45px;
  }
  .slide-setas.catalogo1-slide-setas {
  }
  .slide-nav.catalogo1-slide-nav {
    padding-top: 5px;
    font-size: 12px;
  }
  .modulo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tx-gg {
    font-size: 56px;
    line-height: 56px;
  }
  .tx-h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .tx-h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .galeria-item-fora {
    width: 50%;
  }
  .login1-bt-inp-fora.login1-inp-principal {
    width: 25%;
  }
  .menu2 {
    padding-bottom: 30px;
  }
  .smenu2-links {
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .smenu2-moedas-tx {
  }
  .smenu2-moedas-tx.smenu2-moedas-tx-numero {
    font-size: 36px;
    line-height: 40px;
  }
  .smenu2-img-fora {
    width: 80px;
    height: 80px;
  }
  .smenu2-cont-dentro {
  }
  .catalogo1-titulo-tx {
    font-size: 30px;
    line-height: 32px;
  }
  .catalogo1-slide-fora {
    padding-right: 0px;
    padding-left: 0px;
  }
  .catalogo1-slide {
    width: 50%;
  }
  .smenu2-moedas-fora {
  }
  .smenu2-titulo-fora {
  }
  .catalogo1-produto-img-img {
    max-height: 200px;
  }
  .carrinho1-total-final {
    font-size: 30px;
    line-height: 32px;
  }
  .carrinho1-final-titulo-tx {
    font-size: 30px;
    line-height: 32px;
  }
  .catalogo1-produto-img {
    height: 200px;
  }
  .titulo-m-tx {
    font-size: 45px;
    line-height: 45px;
  }
  .cont-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .noticias1-item {
    width: 100%;
  }
  .faq-bt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .home-bloco._w-33 {
    width: 100%;
  }
  .home-bloco-cont.h-p {
  }
  .home-bloco-cont.s-margem.h-p {
    height: auto;
  }
  .sub-titulo-tx {
    font-size: 30px;
    line-height: 32px;
  }
  .ondas-bg1-cruz-fora {
  }
  .ondas-bg1-bolinha {
  }
  .ondas-fora.menu2-ondas-fora {
    height: 325px;
  }
  .noticias1-item-cont {
    height: auto;
  }
  .catalogo1-banners {
    width: 100%;
  }
  .posts1-fora {
    width: 100%;
    padding-right: 0px;
  }
  .posts1-post-img-efeito {
    width: 200px;
    min-height: auto;
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .cont.smenu2-cont {
  }
  .bt {
    float: none;
  }
  .bt.quiz1-bt.quiz1-bt-confirmar {
    display: block;
    float: none;
  }
  .bt.quiz1-bt.quiz1-bt-avancar {
    display: block;
    float: none;
  }
  .check.esq {
    display: block;
    margin-right: 0px;
    float: none;
  }
  .check.login1-check {
    float: left;
  }
  .form.login1-form {
  }
  .nav-item-dentro.nav-esq {
    width: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-item-dentro.nav-dir {
    width: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .galeria-item-fora {
    height: 120px;
  }
  .nav-item-tx {
  }
  .label.label-check.esq {
    margin-right: 0px;
    float: none;
  }
  .login1-link-fora {
    width: 100%;
    padding-left: 0px;
  }
  .login1-check-fora {
    width: 100%;
    margin-bottom: 0px;
  }
  .login1-bt-inp-fora {
    width: 100%;
  }
  .login1-bt-inp-fora.login1-inp-principal {
    width: 30%;
  }
  .smenu2-links {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    float: none;
    text-align: center;
  }
  .smenu2-link-fora {
  }
  .smenu2-img-fora {
  }
  .smenu2-cont-dentro {
  }
  .catalogo1-slide {
    width: 100%;
  }
  .smenu2-moedas-fora {
  }
  .smenu2-titulo-fora {
  }
  .nav-item-dentro-i.nav-i-dir {
    margin-left: 0px;
  }
  .nav-item-dentro-i.nav-i-esq {
    margin-right: 0px;
  }
  .carrinho1-tabela-cel-2 {
    display: block;
  }
  .carrinho1-tabela-cel-1 {
  }
  .quiz1-escolhas {
    margin: -10px;
  }
  .quiz1-escolha-fora {
    width: 100%;
    padding: 10px;
  }
  .contato1-msg-chat {
  }
  .treinamento1-bloco {
    padding: 20px;
  }
  .noticias1-item-link {
    padding: 20px;
  }
  .noticias1-bloco {
    width: 100%;
  }
  .noticias1-item-img-fora {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .faq-bt {
    padding-left: 28px;
    font-size: 16px;
    line-height: 20px;
  }
  .faq-cont-fora.w--open {
    padding-left: 0px;
  }
  .login1-cont-cont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bloco-destaque {
    padding: 20px;
  }
  .ondas-fora.menu2-ondas-fora {
    height: 375px;
  }
  .posts1-reacao-link {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .posts1-data-fora {
    font-size: 14px;
  }
  .posts1-reacao-img {
    width: 20px;
  }
  .posts1-post-img-efeito {
    position: relative;
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
    border-radius: 0px;
  }
  .posts1-reacao-fora {
    width: 55%;
  }
}
.rodape-rede-link {
  margin-left: 8px;
  height: 22px;
  margin-bottom: 8px;
}

.cont.rodape1-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.cont.rodape1-cont a {
  color: #fff;
}

.modulo.login1-modulo.login1-module-topo {
  border-top: 70px solid #FF6D00;
}
@media (max-width: 1200px) {
  .modulo.login1-modulo.login1-module-topo {
    border-top: 30px solid #FF6D00;
  }
}

.rodape1-col1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  padding: 10px 20px;
}

.rodape1-col2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 20px;
}

.rodape1-col3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 20px;
}

.rodape1-col4 {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 20px;
  margin-left: auto;
}
.rodape1-col4.chat {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rodape1-col1-tx-g {
  font-size: 27px;
  font-weight: lighter;
  line-height: 30px;
}

.rodape1-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu2-link-i {
  margin-right: 5px;
  margin-top: -2px;
}

.menu2-drop-bt-i img {
  width: 16px;
  height: 9px;
}

.seta-aberto {
  display: none;
}

.menu2-link.menu2-link-home:hover:before {
  background-color: #FF6D00;
}

.menu2-link-bell {
  position: absolute;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  font-size: 10px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1px;
  background-color: #FFBA08;
  font-weight: bold;
  left: 40px;
}
.menu2-link-bell:hover .menu2-link-bell-pop {
  display: block;
}

.menu2-link-bell-pop {
  position: absolute;
  top: 100%;
  width: 200px;
  right: -5px;
  min-height: 30px;
  z-index: 10;
}

.menu2-link-bell-pop-cont {
  background-color: #FF6D00;
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  text-align: left;
}

.menu2-link-bell-pop-cont:after {
  position: absolute;
  content: "";
  top: -4px;
  width: 10px;
  height: 10px;
  background-color: #FF6D00;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  right: 20px;
  z-index: -1;
}

.menu2-link-bell-pop-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.menu2-link-bell-pop-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu2-link-bell-pop-item:first-child {
  border-top: none;
}

.menu2-link.menu2-link-sair {
  border-radius: 30px;
  border: 1px solid #726E6E;
}

.smenu2-link-fora.smenu2-link-sair {
  margin-left: auto;
}

.smenu2-link-fora.smenu2-link-sair .smenu2-link {
  border-radius: 30px;
  margin-right: 0px;
  margin-left: 10px;
}

.bt.bt-mais-detalhes {
  margin-bottom: 0px;
  min-height: auto;
  line-height: 16px;
  font-size: 12px;
  color: #8F8B8B;
  background-color: #E5E0DF;
  border-radius: 30px;
  border: 1px solid #E5E0DF;
  margin-right: auto;
  padding: 7px 10px;
}
.bt.bt-mais-detalhes:hover {
  border-color: #ADA8A8;
}

.slide.slide-h-auto {
  height: auto;
}

.slide-mascara {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
}

.smenu2-btn-open {
  background-color: #E5E0DF;
  padding: 7px;
  border-radius: 2px;
  position: absolute;
  right: 44px;
  bottom: -24px;
}

.smenu2-btn-open img {
  display: block;
}

.smenu2-txs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  max-width: 400px;
}

.smenu2-tx {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bt-i img {
  display: block;
}

.smenu2-titulo-tx {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.smenu2-link-i img {
  display: block;
}

.menu2-bt-i {
  width: 24px;
  height: 24px;
}

.menu2-bt-i img {
  display: block;
}

.smenu2-cpf {
  display: none;
}

.tx-home-info {
  font-size: 14px;
  line-height: 24px;
}

.home-produtos-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-produtos-img {
  margin-top: -2px;
}

.home-produtos-tx {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home-bloco .w-slider-dot {
  border-color: #F7F3F2;
}

.espaco.c-linha.esp-p {
  margin-top: 10px;
}

.tabela-status-pts {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabela-status-pts-linha {
  border-bottom: 1px solid #E5E0DF;
}
.tabela-status-pts-linha:last-child {
  border-bottom: none;
}

.tabela-status-pts-col {
  padding-top: 15px;
  padding-bottom: 13px;
}
.tabela-status-pts-col:first-child {
  border-left: none;
  width: auto;
}

.tipo2 .tabela-status-pts-col {
  border-left: 1px solid #E5E0DF;
  width: 35%;
}
.tipo2 .tabela-status-pts-col:first-child {
  border-left: none;
  width: auto;
}

.tabela-status-pts-mes {
  padding-right: 15px;
}

.tabela-status-pts-status {
  background-color: #CAC5C4;
  border-radius: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 2px 15px;
  text-align: center;
}

.tabela-status-pts-tx {
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  text-align: center;
}

.tabela-status-moeda {
  background-image: url("../../images/moeda-cinza.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9C9C9C;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4px;
  font-size: 11px;
  line-height: 11px;
  padding-bottom: 1px;
  text-align: center;
}
.tabela-status-moeda.laranja {
  background-image: url("../../images/moeda-laranja.png");
  color: #FD6B02;
}

.tabela-status-pts-status.veremelho {
  background-color: #F21B3F;
  color: #fff;
}

.tabela-status-pts-status.amarelo {
  background-color: #FFE000;
}

.tabela-status-pts-status.verde {
  background-color: #0DD160;
  color: #fff;
}

.bt.bt-simples {
  background-color: transparent;
  color: #565151;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: auto;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 16px;
}
.bt.bt-simples .drop-link-i {
  background-color: transparent;
}
.bt.bt-simples .drop-link-i path {
  fill: #8F8B8B;
}

.home-bloco-cont.metade {
  height: calc(50% - 14px);
}

.home-bloco-cont.menor {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-bloco-cont.maior {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}

.home-bloco-cont.bg-cinza {
  background-color: #E5E0DF;
}

.home-grafico-pizza {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #FF6D00;
}

.home-grafico-pizza-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-grafico-pizza-bts {
  width: 100%;
  margin-bottom: -10px;
}

.home-grafico-pizza.cor2 {
  background-color: #FF9304;
}

.home-grafico-pizza.cor3 {
  background-color: #FFBA08;
}

.home-grafico-pizza.cor4 {
  background-color: #9D4EDD;
}

.home-grafico-pizza.sucesso {
  background-color: #0DD160;
}

.bt.bt-exportar {
  border: 1px solid #E5E0DF;
  color: #8F8B8B;
  background-color: transparent;
  font-weight: normal;
  min-height: auto;
  padding: 5px 8px;
}
.bt.bt-exportar:hover {
  border-color: #8F8B8B;
  color: #3C3838;
}

.bt-exportar .bt-i {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smenu2-moedas-fora.dentro-bloco {
  padding: 0px;
  max-width: 100%;
  width: 100%;
}

.dentro-bloco .smenu2-moedas {
  background-color: transparent;
  color: #565151;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.dentro-bloco .smenu2-moedas-tx.smenu2-moedas-tx-numero {
  color: #565151;
}

@media (max-width: 991px) {
  .home-bloco-dir-tablet {
    float: right !important;
  }
}

.cont.cont-p {
  max-width: 890px;
  padding: 20px;
}

.tx22 {
  font-size: 22px;
  line-height: 30px;
}

.box-img-geral {
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #FF9304;
  text-align: center;
}

.box-img-titulo {
  font-size: 14px;
  font-weight: bold;
  color: #8F8B8B;
}

.box-img {
  margin-bottom: 25px;
  margin-top: 25px;
}

.box-img-tx {
  font-size: 18px;
  line-height: 24px;
}

.pagina-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.pagina-nav-link {
  text-transform: uppercase;
  color: #ADA8A8;
  text-decoration: none;
  display: block;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.pagina-nav-link path {
  stroke: #CAC5C4;
}
.pagina-nav-link:hover {
  color: #3C3838;
}
.pagina-nav-link:hover path {
  stroke: #3C3838;
}

.pagina-nav-link.home {
  width: 18px;
  height: 18px;
  position: relative;
}

.pagina-nav-link.desativado:hover {
  color: #ADA8A8;
}

.pagina-nav-seta {
  margin-left: 5px;
  margin-right: 5px;
}
.pagina-nav-seta path {
  fill: #CAC5C4;
}

.tx14 {
  font-size: 14px;
}

.regulamento-pdf {
  height: 90vh;
  border-radius: 30px;
  border: 1px solid #E5E0DF;
}

.cadastro-img-geral {
  width: 100%;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cadastro-img {
  padding: 15px;
  border: 1px dashed #8F8B8B;
  border-radius: 100px;
  width: 164px;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  opacity: 0.5;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  position: relative;
}
.cadastro-img:hover {
  opacity: 1;
}

.cadastro-img-hover-i {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}

.cadastro-img.c-img {
  background-image: url("../../images/exp-perfil.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  border-style: none;
  border-width: 0px;
}

.cadastro-img-hover {
  font-weight: bold;
}

.cadastro-img.c-img .cadastro-img-hover {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  padding: 15px;
}

.cadastro-img.c-img:hover .cadastro-img-hover {
  opacity: 1;
}

.treinamento-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inp-fora-c-bt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bt.bt-inp-lado {
  margin-bottom: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  min-width: 60px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 50px;
}

.inp.inp-bt-lado {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-style: none;
}

.bt.bt-inp-lado .bt-i {
  margin-right: 0px;
}

.faq-fora {
  padding-top: 10px;
}

.quiz1-escolha.quiz1-escolhido {
  border-color: #FF9304;
  background-color: #FF9304;
  color: #fff;
}

.treinamento1-feito-i {
  font-size: 14px;
  margin-right: 5px;
}

.treinamento1-feito-tx {
  text-transform: uppercase;
  font-size: 12px;
}

.inp.c-i {
  padding-left: 50px;
}

.inp-i.senha {
  left: auto;
  right: 0px;
  color: #CAC5C4;
}
.inp-i.senha:hover {
  color: #726E6E;
}

.quiz-video {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.quiz1-numeros {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quiz1-numeros-tx {
  margin-right: 10px;
}

.quiz1-numero {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #726E6E;
  border-radius: 6px;
}

.quiz1-numero.atual {
  background-color: #FF9304;
  color: #fff;
}

.tabela-fora.tabela-p {
  max-width: 800px;
}

.tabela-produto-img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin-right: 10px;
}

.tabela-medalha {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFBA08;
  font-size: 20px;
  margin-right: 10px;
  line-height: 20px;
}

.tabela-medalha.cor2 {
  color: #9D4EDD;
}

.bt.bt-p {
  min-height: 42px;
  min-width: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vendas-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inp.s-margem {
  margin: 0px;
}

.tabela-vendas .tabela-titulo {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.tabela-vendas .c-linha {
  border-left: 1px solid #CAC5C4 !important;
}

.tabela-vendas .c-linha-ultimo {
  border-right: 1px solid #CAC5C4 !important;
}

.tabela-vendas .th-linha {
  border-top: 1px solid #CAC5C4;
  border-left: 1px solid #CAC5C4;
  border-right: 1px solid #CAC5C4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 4px;
  display: block;
  top: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.tabela-vendas .th-linha-bg {
  height: 4px;
  background-color: #fff;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -1px;
  right: -1px;
}

.tabela-titulo-box-geral {
  margin: 0px -5px;
}

.tabela-col-cont .tx-cinza,
.tabela-titulo-box {
  color: #ADA8A8;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  border: 1px solid #CAC5C4;
  padding-bottom: 1px;
  float: left;
  margin: 3px 5px;
}

.tabela-vendas .tabela-col-cont {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabela-vendas .tabela-col-cont.tx-dir {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tabela-vendas .inp {
  text-align: center;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tabela-link-i {
  margin-right: 10px;
  font-size: 14px;
}

.tx-light-bold {
  font-weight: 500;
}

.max700width {
  max-width: 700px;
}

.mecanica-passos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .mecanica-passos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mecanica-passos-item {
  position: relative;
  border-radius: 25px;
  background-color: #726E6E;
  color: #fff;
  margin-right: 20px;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mecanica-passos-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.mecanica-passos div:last-child {
  margin: 0px;
}

.mecanica-passis-seta {
  position: absolute;
  right: -10px;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #726E6E;
  height: 10px;
  width: 12px;
}
@media (max-width: 767px) {
  .mecanica-passis-seta {
    right: auto;
    bottom: -10px;
    border-bottom: none;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #726E6E;
    height: 10px;
    width: 12px;
  }
}

.mecanica-passos-seta-linha {
  width: 25px;
  height: 2px;
  background-color: #726E6E;
  position: absolute;
  left: -10px;
  top: -1px;
}
@media (max-width: 767px) {
  .mecanica-passos-seta-linha {
    width: 2px;
    height: 25px;
    left: -1px;
    top: -10px;
  }
}

.mecanica-titulo {
  padding: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 35px;
  background-color: #FF6D00;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.mecanica-titulo-rodape {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #FF6D00;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.mecanica-titulo h3 {
  font-weight: bold;
}

.mecanica-titulo-rodape h2 {
  font-weight: bold;
  color: #FF6D00;
  margin-bottom: 5px;
}

.mecanica-produtos-bloco {
  border-radius: 10px;
  background-color: #F7F3F2;
  padding: 10px;
  text-align: center;
}

.mecanica-produtos-bloco-tx {
  font-size: 14px;
  text-transform: uppercase;
}

.mecanica-produtos-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mecanica-produtos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  /* flex: 1 */
}

.home .mecanica-produtos-item {
  width: 180px;
}

.mecanica-produtos-img {
  position: relative;
  z-index: 5;
  max-width: 80px;
  margin-bottom: 15px;
}

.mecanica-produtos-pts {
  border-radius: 10px;
  border: 1px solid #ADA8A8;
  padding: 20px 10px 10px;
  margin-top: -25px;
  width: 100%;
  max-width: 90px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.mecanica-importante {
  margin-bottom: 20px;
  border: 1px solid #CAC5C4;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 15px;
}

.mecanica-tabela {
  width: 100%;
  font-size: 14px;
}

.mecanica-tabela td {
  border: 1px solid #fff;
  padding: 8px;
  background-color: #E5E0DF;
}

.mecanica-tabela td:first-child {
  background-color: #CAC5C4;
  font-weight: bold;
}

.mecanica-tabela th {
  background-color: #F7F3F2;
  padding: 8px;
}

.mecanica-produto-ranking {
  padding: 10px;
  border: 1px solid #CAC5C4;
}

.mecanica-produtos-ranking-titulo {
  margin-top: 20px;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.mecanica-atencao {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #F7F3F2;
  font-size: 12px;
  line-height: 14px;
  padding: 15px;
}

.linha-g {
  margin-left: -20px;
  margin-right: -20px;
}

.col-g {
  padding-left: 20px;
  padding-right: 20px;
}

.mecanica-gerente-pts {
  border-radius: 25px;
  padding: 15px;
  border: 1px solid #FF6D00;
  text-align: center;
}

.mecanica-gerente-pts-exp {
  border-radius: 20px;
  border: 1px solid #CAC5C4;
  padding: 25px;
  position: relative;
}

.mecanica-gerente-pts-exp-titulo {
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 5px;
  color: #ADA8A8;
}

.mecanica-gerente-pts-exp-desc {
  margin-bottom: 20px;
}

.mecanica-gerente-pts-exp-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mecanica-gerente-pts-exp-item {
  background-color: #FF6D00;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
  line-height: 24px;
  min-width: 130px;
  margin: 10px;
}

.mecanica-gerente-pts-exp-item-mais {
  width: 30px;
  height: 30px;
  margin: 10px;
}

.mecanica-gerente-pts-exp-total {
  background-color: #FF6D00;
  color: #fff;
  margin: 20px -25px;
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
}

.mecanica-gerente-pts-exp-total2 {
  font-weight: bold;
}

.mecanica-gerente-pts-exp-total2-destaque {
  font-size: 30px;
  line-height: 36px;
  color: #FF6D00;
}

.mecanica-balconistas-destaque {
  text-align: center;
  color: #FFBA08;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.menu2-drop-links {
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-desafio-titulo {
  text-align: center;
  color: #FF6D00;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 479px) {
  .home-desafio-titulo {
    font-size: 14px;
  }
}

.home-desafio-tx2 {
  text-align: center;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 479px) {
  .home-desafio-tx2 {
    font-size: 14px;
  }
}

.home-desafio-tx {
  font-size: 12px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 16px;
}

.home-desafio-linha-titulo {
  border-top-style: none;
}

.smenu2-inp-fora {
  margin-top: 5px;
  margin-bottom: 5px;
}

.smenu2-inp-fora .inp {
  margin-bottom: 0px;
  min-height: 30px;
  background-color: #E5E0DF;
  padding: 6px 10px;
}

.smenu2-inp-fora .select-i {
  height: 31px;
  width: 31px;
  background-color: #E5E0DF;
}

.tx-meio .tabela-col-cont {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabela-col-cont.tabela-titulo.tabela-mecanica-titulo-linha {
  background-color: #FF9304;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 10px;
  height: auto;
}

.mecanica-links {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
}

.mecanica-link {
  text-decoration: none;
  color: #FFBA08;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #FFBA08;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-small {
  font-size: 12px;
  line-height: 18px;
}

.smenu2-tx-drop .inp.inp-select {
  white-space: normal;
  margin-bottom: 0px;
  font-weight: bold;
}

.smenu2-tx-drop .select-drop-link {
  white-space: normal;
}

.smenu2-tx-drop .select-drop-link.ativo {
  font-weight: bold;
}

.smenu2-tx-drop .select-drop-fora {
  margin-top: -1px;
}

.home-bloco-tintas-desc {
  background-color: #E5E0DF;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
}

.tabela-vendas-sub-linha .tabela-col-cont {
  /* border-style: none !important */
  background-color: #F7F3F2;
}

.resgate-pts-geral {
  border-radius: 25px;
  border: 1px solid #FF9304;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

.resgate-pts-titulo {
  font-size: 32px;
  line-height: 36px;
  color: #FF6D00;
  margin-bottom: 5px;
}

.resgate-etapas-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .resgate-etapas-geral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.resgate-etapas-blocos {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 280px;
}
@media (max-width: 767px) {
  .resgate-etapas-blocos {
    max-width: 100%;
  }
}

.resgate-etapas-seta {
  padding-left: 30px;
  padding-right: 30px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .resgate-etapas-seta {
    height: auto;
  }
}

.resgate-etapas-i {
  width: 28px;
  height: 44px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../../images/i-dir.svg");
          mask-image: url("../../images/i-dir.svg");
  background-color: #ADA8A8;
}
@media (max-width: 767px) {
  .resgate-etapas-i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 20px;
    height: 40px;
  }
}

.resgate-etapas-bloco1 {
  padding: 20px;
  border-radius: 20px;
  background-color: #E5E0DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  height: 100px;
}
.resgate-etapas-bloco1:hover {
  background-color: #ADA8A8;
}
.resgate-etapas-bloco1.s-hover {
  background-color: #E5E0DF;
}
.resgate-etapas-bloco1.ativo {
  background-color: #0DD160;
}
@media (max-width: 767px) {
  .resgate-etapas-bloco1 {
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }
}

.resgate-etapas-bloco2 {
  border: 1px solid #e5e0df;
  padding: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #E5E0DF;
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  height: 62px;
}
.resgate-etapas-bloco2:hover {
  color: #0DD160;
  border-color: #0DD160;
}
.resgate-etapas-bloco2.s-hover {
  color: #E5E0DF;
  border-color: #e5e0df;
}
.resgate-etapas-bloco2.ativo {
  color: #0DD160;
  border-color: #0DD160;
}
@media (max-width: 767px) {
  .resgate-etapas-bloco2 {
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }
}

.resgate-etapas-bloco2.tx-p {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .resgate-etapas-bloco2.tx-p {
    font-size: 14px;
    line-height: 16px;
  }
}

.resgate-etapas-seta.ativo .resgate-etapas-i {
  background-color: #0DD160;
}

.tabela-link.verde {
  background-color: #0DD160;
  color: #fff;
}

.tabela-link.verde:hover {
  background-color: #3cec86;
}

.tabela-link.vermelho {
  background-color: #F21B3F;
  color: #fff;
}

.tabela-link.vermelho:hover {
  background-color: #ff4a68;
}

.tabela-produto-geral {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* erro */
.error-500-titulo {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 36px;
}

.error-500-modulo {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 70px solid #FF6D00;
}
@media (max-width: 1200px) {
  .error-500-modulo {
    border-top: 30px solid #FF6D00;
  }
}

.error-500-tx {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.error-500-cont {
  text-align: center;
  max-width: 500px;
}

.home-bloco-passos {
  background-image: url("../../images/home-banners/bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-box-passos {
  width: 100%;
}

.home-box-passos-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 767px) {
  .home-box-passos-item img {
    width: 100%;
    max-width: 260px;
  }
}

.home-bloco-passos-faixa {
  background-color: #E5DFDF;
  height: 24px;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 310px;
  width: 100%;
}

.banner-trofeu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 2vw;
  line-height: 1.4em;
  gap: 1%;
  padding: 1%;
}
@media screen and (min-width: 1344px) {
  .banner-trofeu {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .banner-trofeu {
    gap: 3%;
    padding: 3%;
  }
}

.banner-trofeu-logo {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-trofeu-trofeu {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.banner-trofeu-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  text-align: center;
}

.banner-trofeu-tx2 {
  background-image: url("../images/home-banners/trofeu-tx-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 5% 3%;
  margin-top: 2%;
  background-position: center center;
}

.tm-geral {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.tm-geral .linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-geral .tm-col-cont .tx-cinza {
  margin-bottom: 2px;
}
.tm-geral .esp-p {
  height: 5px;
  width: 100%;
}
.tm-geral .inp-p {
  min-height: 34px;
  height: 34px;
  padding: 6px 12px;
}

.tm-table {
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  min-width: 800px;
}
.tm-m .tm-table {
  min-width: 750px;
}
.tm-g .tm-table {
  min-width: 900px;
}
.tm-table.tm-max-h {
  max-height: none;
}

.tm-table-p {
  min-width: 400px;
  max-width: 500px;
  margin: 0 auto;
}

.tm-group {
  /* necessary for sicky */
  position: relative;
  top: 0px;
}

.tm-row {
  position: relative;
}

.tm-row-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E5E0DF;
  margin-top: -1px;
  background-color: #fff;
  position: relative;
}

.tm-col {
  border-left: 1px dashed #E5E0DF;
}

/* col percentage 1 to 100 */
.tm-col-1 {
  width: 1%;
}

.tm-col-2 {
  width: 2%;
}

.tm-col-3 {
  width: 3%;
}

.tm-col-4 {
  width: 4%;
}

.tm-col-5 {
  width: 5%;
}

.tm-col-6 {
  width: 6%;
}

.tm-col-7 {
  width: 7%;
}

.tm-col-8 {
  width: 8%;
}

.tm-col-9 {
  width: 9%;
}

.tm-col-10 {
  width: 10%;
}

.tm-col-11 {
  width: 11%;
}

.tm-col-12 {
  width: 12%;
}

.tm-col-13 {
  width: 13%;
}

.tm-col-14 {
  width: 14%;
}

.tm-col-15 {
  width: 15%;
}

.tm-col-16 {
  width: 16%;
}

.tm-col-17 {
  width: 17%;
}

.tm-col-18 {
  width: 18%;
}

.tm-col-19 {
  width: 19%;
}

.tm-col-20 {
  width: 20%;
}

.tm-col-21 {
  width: 21%;
}

.tm-col-22 {
  width: 22%;
}

.tm-col-23 {
  width: 23%;
}

.tm-col-24 {
  width: 24%;
}

.tm-col-25 {
  width: 25%;
}

.tm-col-26 {
  width: 26%;
}

.tm-col-27 {
  width: 27%;
}

.tm-col-28 {
  width: 28%;
}

.tm-col-29 {
  width: 29%;
}

.tm-col-30 {
  width: 30%;
}

.tm-col-31 {
  width: 31%;
}

.tm-col-32 {
  width: 32%;
}

.tm-col-33 {
  width: 33%;
}

.tm-col-34 {
  width: 34%;
}

.tm-col-35 {
  width: 35%;
}

.tm-col-36 {
  width: 36%;
}

.tm-col-37 {
  width: 37%;
}

.tm-col-38 {
  width: 38%;
}

.tm-col-39 {
  width: 39%;
}

.tm-col-40 {
  width: 40%;
}

.tm-col-41 {
  width: 41%;
}

.tm-col-42 {
  width: 42%;
}

.tm-col-43 {
  width: 43%;
}

.tm-col-44 {
  width: 44%;
}

.tm-col-45 {
  width: 45%;
}

.tm-col-46 {
  width: 46%;
}

.tm-col-47 {
  width: 47%;
}

.tm-col-48 {
  width: 48%;
}

.tm-col-49 {
  width: 49%;
}

.tm-col-50 {
  width: 50%;
}

.tm-col-51 {
  width: 51%;
}

.tm-col-52 {
  width: 52%;
}

.tm-col-53 {
  width: 53%;
}

.tm-col-54 {
  width: 54%;
}

.tm-col-55 {
  width: 55%;
}

.tm-col-56 {
  width: 56%;
}

.tm-col-57 {
  width: 57%;
}

.tm-col-58 {
  width: 58%;
}

.tm-col-59 {
  width: 59%;
}

.tm-col-60 {
  width: 60%;
}

.tm-col-61 {
  width: 61%;
}

.tm-col-62 {
  width: 62%;
}

.tm-col-63 {
  width: 63%;
}

.tm-col-64 {
  width: 64%;
}

.tm-col-65 {
  width: 65%;
}

.tm-col-66 {
  width: 66%;
}

.tm-col-67 {
  width: 67%;
}

.tm-col-68 {
  width: 68%;
}

.tm-col-69 {
  width: 69%;
}

.tm-col-70 {
  width: 70%;
}

.tm-col-71 {
  width: 71%;
}

.tm-col-72 {
  width: 72%;
}

.tm-col-73 {
  width: 73%;
}

.tm-col-74 {
  width: 74%;
}

.tm-col-75 {
  width: 75%;
}

.tm-col-76 {
  width: 76%;
}

.tm-col-77 {
  width: 77%;
}

.tm-col-78 {
  width: 78%;
}

.tm-col-79 {
  width: 79%;
}

.tm-col-80 {
  width: 80%;
}

.tm-col-81 {
  width: 81%;
}

.tm-col-82 {
  width: 82%;
}

.tm-col-83 {
  width: 83%;
}

.tm-col-84 {
  width: 84%;
}

.tm-col-85 {
  width: 85%;
}

.tm-col-86 {
  width: 86%;
}

.tm-col-87 {
  width: 87%;
}

.tm-col-88 {
  width: 88%;
}

.tm-col-89 {
  width: 89%;
}

.tm-col-90 {
  width: 90%;
}

.tm-col-91 {
  width: 91%;
}

.tm-col-92 {
  width: 92%;
}

.tm-col-93 {
  width: 93%;
}

.tm-col-94 {
  width: 94%;
}

.tm-col-95 {
  width: 95%;
}

.tm-col-96 {
  width: 96%;
}

.tm-col-97 {
  width: 97%;
}

.tm-col-98 {
  width: 98%;
}

.tm-col-99 {
  width: 99%;
}

.tm-col-100 {
  width: 100%;
}

.tm-col-cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tm-col-cont.tx-dir {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.tm-col-cont.tx-esq {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.tm-col-c-links > a:last-child {
  margin-right: 0px;
}

.tm-col-c-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.tm-col-c-links > a:last-child {
  margin-right: 0px;
}

/* title */
.tm-title {
  position: sticky;
  top: 0px;
  z-index: 50;
  padding-top: 0px;
  background-color: #fff;
}
.tm-title.w-sub-titles {
  /* necessary if have scroll bar */
  padding-right: 14px;
}
.tm-title .tm-row-cont {
  border-top: 1px solid #E5E0DF;
  color: #FF9304;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #F7F3F2;
}

/* sub title, sub row */
.tm-sub-title {
  position: sticky;
  top: 0px;
  z-index: 40;
  background-color: #fff;
}
.tm-sub-title .tm-row-cont {
  color: #171414;
  font-weight: 700;
}

.tm-sub-row.bg-white .tm-row-cont .tm-title {
  background-color: #F7F3F2;
}
.tm-sub-row.bg-white .tm-row-cont .tm-col-cont {
  padding: 16px;
}
.tm-sub-row.bg-white .tm-row-cont .tm-col-cont .tm-col-cont {
  padding: 8px;
}
.tm-sub-row.bg-white .tm-row-cont .tm-row-cont {
  background-color: #fff;
}
.tm-sub-row.bg-white .tm-row-cont .tm-title .tm-row-cont {
  background-color: #F7F3F2;
}
.tm-sub-row.bg-white .tm-row-cont .tm-col:first-child:after {
  height: 100%;
}
.tm-sub-row .tm-row-cont {
  background-color: #F7F3F2;
}
.tm-sub-row .tm-row-cont .tm-col:first-child {
  padding-left: 30px;
}
.tm-sub-row .tm-row-cont .tm-col:first-child:before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 8px;
  max-width: 8px;
  height: 18px;
  top: 16px;
  left: 8px;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #CAC5C4;
}
.tm-sub-row .tm-row-cont .tm-col:first-child:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 30px;
  height: calc(100% + 1px);
  top: 0px;
  left: -1px;
  border-right: 1px solid #E5E0DF;
  background-color: #fff;
}
.tm-sub-row .tm-row-cont .tm-col:first-child .tm-col:first-child {
  padding-left: 0px;
}
.tm-sub-row .tm-row-cont .tm-col:first-child .tm-col:first-child:before {
  display: none;
}
.tm-sub-row .tm-row-cont .tm-col:first-child .tm-col:first-child:after {
  display: none;
}
.tm-sub-row.bg-white:last-child .tm-col:first-child:after {
  height: calc(100% + 1px);
}

.tm-row.tm-title .tm-row-cont {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.tm-group:last-child .tm-row:last-child .tm-row-cont {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tm-group:last-child .tm-row:last-child .tm-row-cont .tm-row-cont {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tm-group:last-child .tm-row:last-child .tm-row-cont .tm-group:last-child .tm-row:last-child .tm-row-cont {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tm-col:first-child {
  border: none;
}

/* Banner de contagem */
.contagem-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FF9304;
  border-radius: 40px;
  color: #fff;
  padding: 12px 22px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 20px;
}

.contagem-num {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  margin: -24px 12px;
  border-radius: 40px;
  background-color: #FFBA08;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .contagem-geral {
    font-size: 12px;
    bottom: 33px;
    right: 10px;
    padding: 4px 14px;
  }
  .contagem-num {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.tipo2 .mecanica-produtos-bloco-tx {
  text-transform: capitalize;
  font-weight: bold;
  padding: 20px 20px 70px;
  margin-bottom: -50px;
  font-size: 20px;
  line-height: 20px;
  color: #162022;
}

.tipo2.home {
  padding: 20px;
  height: 100%;
}

.tipo2 .mecanica-produtos-linha {
  border: 1px solid #404040;
  height: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: -25px;
  margin-bottom: -25px;
}
.tipo2 .mecanica-produtos-linha.roxo {
  border: 1px solid #662B85;
}
.tipo2 .mecanica-produtos-linha.verde {
  border: 1px solid #8CB09B;
}

.tipo2 .mecanica-produtos-pts {
  border-radius: 0px;
  border-style: none;
  color: #fff;
  padding: 10px;
  margin: 0px 0px 5px;
  max-width: 95px;
  font-size: 14px;
  text-transform: capitalize;
}

.tipo2 .mecanica-produtos-pts.roxo {
  background-color: #662B85;
}

.tipo2 .mecanica-produtos-pts.roxo2 {
  background-color: #D8A0CC;
}

.tipo2 .mecanica-produtos-pts.verde {
  background-color: #8CB09B;
}

.tipo2 .mecanica-produtos-pts.verde2 {
  background-color: #BAD0C2;
}

.tipo2 .mecanica-produtos-pts.cinza {
  background-color: #404040;
}

.tipo2 .mecanica-produtos-pts.cinza2 {
  background-color: #6F6F6F;
}

.tipo2 .mecanica-produtos-item {
  position: relative;
  padding: 5px;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .tipo2 .mecanica-produtos-item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .tipo2 .mecanica-produtos-item {
    width: 50%;
  }
}
.tipo2 .mecanica-produtos-pts-maior {
  font-size: 22px;
  line-height: 24px;
}

.tipo2.home .mecanica-produtos-pts {
  font-size: 16px;
  max-width: 140px;
}

.tipo2.home .mecanica-produtos-pts-maior {
  font-size: 24px;
  line-height: 30px;
}

.tipo2.home .mecanica-produtos-linha {
  max-width: 160px;
}

@media (max-width: 479px) {
  .tipo2 .mecanica-produtos-pts {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .tipo2 .mecanica-produtos-pts-maior {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.tx-verde {
  color: #0e9747;
}

/* ============
   2023
   ============ */
.mec-comecou-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 991px) {
  .mec-comecou-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.m-2023 p {
  margin-bottom: 0px;
}

.mec-comecou-t1 {
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 36px;
}

@media (min-width: 768px) {
  .mec-comecou-t1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 991px) {
  .mec-comecou-t1 {
    margin-right: 8%;
    width: 30%;
  }
}
.mec-comecou-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 0px 60px 40px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 479px) {
  .mec-comecou-dir {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 991px) {
  .mec-comecou-dir {
    margin-top: 0px;
    width: 62%;
    padding-right: 40px;
  }
}
.mec-comecou-i {
  max-width: 60px;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
  margin-right: 0px;
}

@media (min-width: 479px) {
  .mec-comecou-i {
    margin-right: 30px;
    margin-bottom: 0px;
    max-width: 90px;
  }
}
.mec-comecou-t2 {
  color: #B73088;
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
}

.mec-comecou-bg {
  position: absolute;
  left: -60px;
  top: 45%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1300px;
}

@media (min-width: 479px) {
  .mec-comecou-bg {
    width: 950px;
    left: -20px;
    top: 50%;
  }
}
.mec-periodo-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 30px;
}

@media (min-width: 768px) {
  .mec-periodo-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mec-periodo-i {
  width: 140px;
  margin-bottom: 20px;
  z-index: 4;
}

@media (min-width: 768px) {
  .mec-periodo-i {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.mec-periodo-dir {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 3;
}

@media (min-width: 768px) {
  .mec-periodo-dir {
  }
}
.mec-periodo-t1 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .mec-periodo-t1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.mec-periodo-t2 {
  font-size: 40px;
  line-height: 50px;
  color: #FDB301;
  font-weight: bold;
}

@media (min-width: 991px) {
  .mec-periodo-t2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.m-2023 .cont {
  max-width: 1344px;
  overflow: hidden;
}

.mec-pontos-geral {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  background-image: url("../../images/2023/mec-como-bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .mec-pontos-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0px;
  }
}
.mec-pontos-esq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0px;
  margin-bottom: 70px;
}

@media (min-width: 479px) {
  .mec-pontos-esq {
    width: 290px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .mec-pontos-esq {
    margin-right: 60px;
    margin-bottom: 0px;
  }
}
.mec-pontos-t1-mais {
  position: absolute;
  top: -8px;
  right: 13px;
  width: 24px;
  height: 24px;
}

.mec-pontos-dir {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .mec-pontos-dir {
  }
}
.mec-pontos-estrelas {
  position: relative;
  z-index: 10;
  width: 120px;
  margin-bottom: 10px;
}

@media (min-width: 479px) {
  .mec-pontos-estrelas {
    width: 160px;
  }
}
.mec-pontos-t2 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 479px) {
  .mec-pontos-t2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.mec-pontos-t3 {
  position: relative;
  z-index: 10;
  color: #FDB301;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}

@media (min-width: 479px) {
  .mec-pontos-t3 {
    font-size: 50px;
    line-height: 50px;
  }
}
.mec-pontos-bg2 {
  position: absolute;
  top: 58%;
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 800px;
}

@media (min-width: 479px) {
  .mec-pontos-bg2 {
    left: -5px;
  }
}
.mec-titulo-mais {
  font-weight: bold;
  color: #191919;
  font-size: 25px;
  line-height: 30px;
}

@media (min-width: 479px) {
  .mec-titulo-mais {
    font-size: 35px;
    line-height: 40px;
  }
}
.mec-titulo-mais-geral {
  position: relative;
  border-bottom: 5px solid #fdb301;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-right: 50px;
  padding-left: 10px;
}

.mec-titulo-mais-curva {
  position: absolute;
  top: 0px;
  bottom: -5px;
  right: 0px;
  width: 90px;
  margin-right: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-right: 5px solid #fdb301;
  border-top: 5px solid #fdb301;
  border-bottom: 5px solid #fdb301;
}

.mec-titulo-mais-curva img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 500%;
}

.mec-vendeu-ganhou-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .mec-vendeu-ganhou-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mec-vendeu-ganhou-esq {
  position: relative;
  width: 400px;
  padding: 40px 0px 140px 140px;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .mec-vendeu-ganhou-esq {
    width: 400px;
    padding: 40px 0px 140px 140px;
    margin-right: 80px;
  }
}
.mec-vendeu-ganhou-t1 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

@media (min-width: 479px) {
  .mec-vendeu-ganhou-t1 {
    font-size: 46px;
    line-height: 46px;
  }
}
.mec-vendeu-ganhou-latas {
  position: absolute;
  z-index: 10;
  width: 260px;
  left: -40px;
  bottom: 0px;
}

.mec-vendeu-ganhou-esq-bg {
  position: absolute;
  top: 0%;
  right: -50px;
  width: 660px;
}

.mec-vendeu-ganhou-dir {
  padding: 50px 50px 40px 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 500px;
}

@media (min-width: 479px) {
  .mec-vendeu-ganhou-dir {
    padding: 50px 50px 40px;
  }
}
.mec-vendeu-ganhou-mais {
  width: 60px;
  top: 0px;
  right: 0px;
  position: absolute;
}

.mec-vendeu-ganhou-t2 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 479px) {
  .mec-vendeu-ganhou-t2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.mec-vendeu-ganhou-check {
  width: 50px;
  position: absolute;
  left: 10px;
  top: 0px;
}

@media (min-width: 479px) {
  .mec-vendeu-ganhou-check {
    left: 0px;
  }
}
.mec-mantenha-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .mec-mantenha-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mec-mantenha-esq {
  position: relative;
  padding-right: 30px;
  padding-top: 90px;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 40px;
  max-width: 420px;
}

@media (min-width: 768px) {
  .mec-mantenha-esq {
    width: 35%;
    margin-right: 2%;
    margin-bottom: 0px;
  }
}
.mec-mantenha-dir {
  background-image: url("../../images/2023/mec-medalha-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
}

@media (min-width: 479px) {
  .mec-mantenha-dir {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .mec-mantenha-dir {
    width: 63%;
  }
}
.mec-mantenha-i-equipe {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.mec-mantenha-t1 {
  position: relative;
  z-index: 10;
  font-weight: bold;
  color: #FF5C00;
  font-size: 26px;
  line-height: 30px;
}

.mec-mantenha-t2 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

@media (min-width: 479px) {
  .mec-mantenha-t2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.mec-mantenha-i-moeda {
  width: 60px;
  margin-left: 20px;
}

.mec-como-geral {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 120px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mec-como-cont {
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mec-como-i {
  width: 70px;
  margin-right: 20px;
}

@media (min-width: 479px) {
  .mec-como-i {
    width: 90px;
    margin-right: 30px;
  }
}

.mec-como-t1 {
  font-size: 28px;
  line-height: 38px;
}

@media (min-width: 479px) {
  .mec-como-t1 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .mec-como-t1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.mec-como-t2 {
  font-weight: bold;
  color: #FFB500;
  font-size: 34px;
  line-height: 45px;
}

@media (min-width: 479px) {
  .mec-como-t2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .mec-como-t2 {
    font-size: 65px;
    line-height: 65px;
  }
}
.mec-como-t3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 479px) {
  .mec-como-t3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .mec-como-t3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.mec-como-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 1000px;
  width: 160%;
  margin-top: 30px;
  margin-left: -30px;
}

@media (min-width: 768px) {
  .mec-como-bg {
    margin-top: 50px;
  }
}
.mec-latas-tabela {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 60px;
  z-index: 4;
  position: relative;
}

.mec-latas-tabela .linha {
  margin-left: -10px;
  margin-right: -10px;
}

.mec-latas-tabela .col {
  padding-left: 10px;
  padding-right: 10px;
}

.mec-latas-tabela .mecanica-produtos-bloco {
  background-color: transparent;
  padding: 0px;
}

.mec-latas-tabela .mecanica-produtos-bloco-tx {
  background-color: #FCF8F5;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.mec-latas-tabela .mecanica-produtos-itens {
  background-color: #F6F1F0;
  border-radius: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  padding-top: 5px;
}

.mec-latas-tabela .mecanica-produtos-linha {
  display: none;
}

.mec-latas-tabela .mecanica-produtos-pts {
  border-radius: 20px 20px 100px 100px;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 20px;
  max-width: 110px;
}

.mec-latas-tabela .mecanica-produtos-pts:last-child {
  z-index: 0;
  padding-top: 60px;
  margin-top: -60px;
}

.mec-latas-tabela .mecanica-produtos-img {
  margin-bottom: -25px;
  max-width: 110px;
}

.mec-latas-tabela .mecanica-produtos-pts.roxo {
  background-color: #56178B;
}

.mec-latas-tabela .mecanica-produtos-pts.roxo2 {
  background-color: #9E60D5;
}

.mec-latas-tabela .mecanica-produtos-pts.verde2 {
  background-color: #4EDFB2;
}

.mec-latas-tabela .mecanica-produtos-pts.verde {
  background-color: #00AA6B;
}

.mec-latas-tabela .mecanica-produtos-bloco .mecanica-produtos-pts-maior {
  font-size: 30px;
  line-height: 30px;
}

.mec-aviso-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 40px;
  background-color: #F6F1F0;
  padding: 20px 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mec-aviso-geral {
    border-radius: 80px;
  }
}
.mec-aviso-img1 {
  width: 45px;
}

@media (min-width: 479px) {
  .mec-aviso-img1 {
    width: 65px;
  }
}
.mec-aviso-t {
  color: #FF5C00;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-left: 10px;
}

@media (min-width: 479px) {
  .mec-aviso-t {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .mec-aviso-t {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-right: 20px;
  }
}
.mec-aviso-img2 {
  width: 60px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.mec-desafio-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .mec-desafio-geral {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mec-desafio-geral .mec-vendeu-ganhou-esq {
  padding: 60px 40px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.mec-desafio-geral .mec-vendeu-ganhou-esq p {
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 479px) {
  .mec-desafio-geral .mec-vendeu-ganhou-esq p {
    z-index: 5;
    font-size: 28px;
    line-height: 30px;
  }
}
.mec-desafio-geral .mec-vendeu-ganhou-esq-bg {
  width: 550px;
}
@media (min-width: 768px) {
  .mec-desafio-geral .mec-vendeu-ganhou-esq-bg {
    width: 660px;
  }
}

.mec-desafio-titulo {
  margin-right: 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mec-desafio-titulo {
    margin-right: 70px;
    margin-bottom: 0px;
  }
}
.mec-desafio-dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-desafio-i {
  width: 65px;
  margin-right: 20px;
}

@media (min-width: 479px) {
  .mec-desafio-i {
    width: 85px;
    margin-right: 40px;
  }
}
.mec-desafio-t1 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 479px) {
  .mec-desafio-t1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.mec-desafio-tabela {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

.mec-desafio-geral .mec-titulo-mais-geral {
  padding-top: 30px;
  margin-right: 30px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.mec-desafio-geral .mec-titulo-mais {
  font-size: 44px;
  line-height: 44px;
}

.mec-desafio-geral .mec-titulo-mais-curva {
  margin-right: -50px;
}

.mec-desafio-geral .mec-pontos-t1-mais {
  right: 55px;
}

.mec-desafio-tabela {
  color: #000000;
}

.mec-desafio-tabela .tm-title .tm-row-cont {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 140, 0)), to(rgb(255, 92, 0)));
  background-image: linear-gradient(90deg, rgb(255, 140, 0) 0%, rgb(255, 92, 0) 100%);
  border-radius: 40px;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  border-style: none;
}

.mec-desafio-tabela .tm-col {
  border-style: none;
}

.mec-desafio-tabela .tm-col-cont {
  font-size: 16px;
  line-height: 18px;
  padding: 15px;
}

@media (min-width: 768px) {
  .mec-desafio-tabela .tm-col-cont {
    font-size: 20px;
    line-height: 22px;
  }
}
.mec-desafio-tabela .tx-26 {
  font-size: 20px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .mec-desafio-tabela .tx-26 {
    font-size: 26px;
    line-height: 28px;
  }
}
.mec-desafio-tabela .tx-30 {
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .mec-desafio-tabela .tx-30 {
    font-size: 30px;
    line-height: 32px;
  }
}
.mec-desafio-tabela .tm-group .tm-col:first-child .tm-col-cont {
  font-weight: bold;
  text-transform: uppercase;
}

.mec-desafio-tabela .tm-row-cont {
  border-style: none;
  background-color: #F6F1F0;
  border-radius: 40px !important;
  margin-bottom: 10px;
}

.mec-desafio-tabela .tm-table {
  min-width: 450px;
}

@media (min-width: 768px) {
  .vendedores .mec-vendeu-ganhou-dir {
    padding-left: 10px;
  }
}
.vendedores .mec-como-t1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

@media (min-width: 479px) {
  .vendedores .mec-como-t1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .vendedores .mec-como-t1 {
    font-size: 46px;
    line-height: 46px;
  }
}
.vendedores .mec-como-i {
  margin-right: 0px;
  margin-left: 20px;
}

@media (min-width: 479px) {
  .vendedores .mec-como-i {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .vendedores .mec-como-i {
    width: 180px;
  }
}
.mec-latas-tabela .mecanica-produtos-img.mec-latas-img-p {
  max-width: 80px;
  margin-bottom: -10px;
  margin-top: 10px;
}

.vendedores .mec-desafio-tabela .tm-col-cont {
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 479px) {
  .vendedores .mec-desafio-tabela .tm-col-cont {
    padding: 20px 40px;
    font-size: 22px;
    line-height: 26px;
  }
}
.mec-vendedores-video {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 480px;
}

@media (min-width: 768px) {
  .mec-vendedores-video {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.vendedores .mec-desafio-i {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.vendedores .mec-desafio-dir {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .vendedores .mec-desafio-dir {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vendedores .mec-desafio-t1 span.tx-cor1 {
  font-size: 34px;
  line-height: 34px;
}

.vendedores .mec-desafio-t1 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.mec-periodo-bg1 {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 1;
}

.mec-periodo-bg2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  border-radius: 31px;
  background-image: url("../../images/2023/mec-medalha-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.mec-facil-titulo-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.mec-facil-titulo {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  .mec-facil-titulo {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (min-width: 479px) {
  .mec-facil-titulo-risco {
    height: 2px;
    width: 90px;
    background-color: #FF6D00;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .mec-facil-titulo-risco {
    width: 120px;
  }
}
.mec-facil-linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mec-facil-col {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 479px) {
  .mec-facil-col {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .mec-facil-col {
    width: 25%;
  }
}
.mec-facil-tx {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 479px) {
  .mec-facil-tx {
    font-size: 25px;
    line-height: 28px;
  }
}
.mec-facil-seta {
  background-image: url("../../images/2023/i-como-seta.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 80px;
  position: absolute;
  right: -25px;
  top: 40px;
}

@media (min-width: 479px) {
  .mec-facil-seta {
    width: 70px;
    right: -35px;
  }
}

@media (max-width: 768px) {
  .mec-facil-seta.meio {
    bottom: 0px;
    top: auto;
    right: auto;
    left: -30px;
    -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
.mec-facil-img {
  width: 70px;
  margin-bottom: 20px;
  height: 80px;
}

@media (min-width: 479px) {
  .mec-facil-img {
    width: 90px;
    height: 110px;
  }
}
.como2-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}

.como2-titulo {
  font-size: 40px;
  line-height: 44px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  text-align: center;
}

@media (min-width: 479px) {
  .como2-titulo {
    font-size: 50px;
    line-height: 54px;
  }
}
.como2-amarelo {
  color: #FFE000;
}

.como2-bg {
  background-image: url("../images/2023/bg-cinza.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 600%;
  z-index: 1;
  position: absolute;
  height: 100%;
}

@media (min-width: 479px) {
  .como2-bg {
    width: 400%;
  }
}
@media (min-width: 768px) {
  .como2-bg {
    width: 200%;
  }
}
.como2-produtos.como2-geral {
  z-index: 1;
  margin-top: -40px;
  margin-bottom: -20px;
}
.como2-produtos .como2-titulo {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 479px) {
  .como2-produtos .como2-titulo {
    font-size: 40px;
    line-height: 44px;
  }
}
.como2-produtos .como2-amarelo {
  font-size: 40px;
  line-height: 44px;
}
@media (min-width: 479px) {
  .como2-produtos .como2-amarelo {
    font-size: 60px;
    line-height: 64px;
  }
}
.como2-produtos .como2-bg {
  margin-bottom: -40px;
}

.mec2-geral {
  background-color: #F3EFEE;
  border-radius: 60px;
  padding: 40px;
}
@media (max-width: 767px) {
  .mec2-geral {
    padding: 20px;
    border-radius: 30px;
  }
}

.mec2-tx-laranja {
  color: #FF6713;
}

.mec2-tx-16 {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .mec2-tx-16 {
    font-size: 14px;
    line-height: 20px;
  }
}

.mec2-tx-20 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .mec2-tx-20 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .mec2-tx-20 {
    font-size: 14px;
    line-height: 20px;
  }
}

.mec2-tx-24 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mec2-tx-24 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .mec2-tx-24 {
    font-size: 16px;
    line-height: 22px;
  }
}

.mec2-tx-32 {
  font-size: 32px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .mec2-tx-32 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .mec2-tx-32 {
    font-size: 20px;
    line-height: 26px;
  }
}

.mec2-tx-44 {
  font-size: 44px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .mec2-tx-44 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .mec2-tx-44 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .mec2-tx-44 {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec2-tx-52 {
  font-size: 52px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .mec2-tx-52 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .mec2-tx-52 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .mec2-tx-52 {
    font-size: 24px;
    line-height: 30px;
  }
}

.mec2-titulo-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .mec2-titulo-geral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mec2-titulo-logo {
  width: 50%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mec2-titulo-logo {
    width: 100%;
    max-width: 500px;
  }
}

.mec2-titulo-cont {
  width: 50%;
  position: relative;
  text-align: center;
  padding: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mec2-titulo-cont {
    width: 100%;
    max-width: 500px;
  }
}

.mec2-titulo-poli {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: -5%;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(0 10%, 100% 0, 97% 98%, 4% 100%);
          clip-path: polygon(0 10%, 100% 0, 97% 98%, 4% 100%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .mec2-titulo-poli {
    left: 0px;
  }
}

.mec2-vendeu-ganhou {
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  z-index: 10;
}

.mec2-m-titulo-geral {
  font-size: 52px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 30;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .mec2-m-titulo-geral {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .mec2-m-titulo-geral {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .mec2-m-titulo-geral {
    font-size: 24px;
    line-height: 30px;
  }
}
.mec2-m-titulo-geral.menor {
  font-size: 44px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .mec2-m-titulo-geral.menor {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .mec2-m-titulo-geral.menor {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .mec2-m-titulo-geral.menor {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec2-m-titulo-num {
  color: #FFAF02;
  padding: 10px;
  margin-top: -5px;
}
.mec2-m-titulo-num.laranja {
  color: #FF6D19;
}

.mec2-m-titulo-primeiro {
  position: relative;
  color: #fff;
  padding: 10px 15px 10px 10px;
}

.mec2-m-titulo-primeiro-poli {
  bottom: 0px;
  right: -10px;
  left: -10px;
  top: 0px;
  position: absolute;
  z-index: -2;
  -webkit-clip-path: polygon(3% 0, 94% 8%, 100% 90%, 0% 100%);
          clip-path: polygon(3% 0, 94% 8%, 100% 90%, 0% 100%);
  background-color: #ffb200;
}
.mec2-m-titulo-primeiro-poli.ranking {
  -webkit-clip-path: polygon(3% 8%, 94% 4%, 100% 96%, 0% 100%);
          clip-path: polygon(3% 8%, 94% 4%, 100% 96%, 0% 100%);
  background-color: #FF6D19;
  z-index: -1;
}
.mec2-m-titulo-primeiro-poli.desafio {
  -webkit-clip-path: polygon(0% 9%, 100% 2%, 97% 98%, 4% 93%);
          clip-path: polygon(0% 9%, 100% 2%, 97% 98%, 4% 93%);
  background-color: #FF6D19;
  z-index: -1;
}
.mec2-m-titulo-primeiro-poli.resumo {
  background-color: #FF6D19;
}

.mec2-m-titulo-segundo {
  position: relative;
  color: #fff;
  padding: 10px 15px;
}

.mec2-m-titulo-segundo-poli {
  position: absolute;
  bottom: 0px;
  right: -10px;
  left: -10px;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(0 14%, 100% 0, 97% 85%, 5% 100%);
          clip-path: polygon(0 14%, 100% 0, 97% 85%, 5% 100%);
  background-color: #FF6D19;
}
.mec2-m-titulo-segundo-poli.ranking {
  -webkit-clip-path: polygon(2% 9%, 100% 2%, 97% 98%, 0 93%);
          clip-path: polygon(2% 9%, 100% 2%, 97% 98%, 0 93%);
  background-color: #ffb200;
  z-index: -2;
}

.mec2-vendeu-ganhou-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  margin-top: -70px;
  padding: 80px 50px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mec2-vendeu-ganhou-cont.mec2-distribuidores {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
}
.mec2-vendeu-ganhou-cont.mec2-distribuidores .mec2-vendeu-ganhou-item {
  padding: 20px;
}

.mec2-vendeu-ganhou-item {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  min-width: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .mec2-vendeu-ganhou-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 20px;
  }
}

.mec2-vendeu-ganhou-item.seta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 90px;
}
@media (max-width: 767px) {
  .mec2-vendeu-ganhou-item.seta {
    display: none;
  }
}

.mec2-vendeu-ganhou-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
}

.mec2-vendeu-ganhou-poli {
  position: absolute;
  bottom: -10px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(0 15%, 100% 4%, 97% 95%, 4% 95%);
          clip-path: polygon(0 15%, 100% 4%, 97% 95%, 4% 95%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .mec2-vendeu-ganhou-poli {
    bottom: -20px;
  }
}
@media (max-width: 479px) {
  .mec2-vendeu-ganhou-poli {
    bottom: -40px;
  }
}

.mec2-a-cada-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 40px auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 479px) {
  .mec2-a-cada-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mec2-a-cada-l-lata {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
}
@media (max-width: 479px) {
  .mec2-a-cada-l-lata {
    max-width: 220px;
    margin-bottom: 20px;
  }
}

.mec2-a-cada-l-tx {
  position: relative;
  z-index: 1;
  font-weight: bold;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 479px) {
  .mec2-a-cada-l-tx {
    padding: 0px;
  }
}

.mec2-a-cada-l-tx-c-poli {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.mec2-a-cada-l-tx-c-poli:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -15px;
  left: -15px;
  top: -5px;
  z-index: -1;
  -webkit-clip-path: polygon(0% 20%, 100% 4%, 97% 90%, 4% 95%);
          clip-path: polygon(0% 20%, 100% 4%, 97% 90%, 4% 95%);
  background-color: #FF6D19;
}

.mec2-acumule {
  margin: 40px auto;
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
.mec2-acumule .linha {
  margin-left: -10px;
  margin-right: -10px;
}
.mec2-acumule .col {
  padding-left: 10px;
  padding-right: 10px;
}
.mec2-acumule .mecanica-produtos-bloco {
  background-color: transparent;
  padding: 0px;
  position: relative;
  z-index: 10;
}
.mec2-acumule .mecanica-produtos-bloco-tx {
  text-transform: none;
}
.mec2-acumule .mecanica-produtos-itens {
  border-radius: 70px;
  padding-bottom: 5px;
  padding-top: 5px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mec2-acumule .mecanica-produtos-item {
  position: relative;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: transparent;
  min-width: 170px;
}
@media (max-width: 479px) {
  .mec2-acumule .mecanica-produtos-item {
    width: 50%;
  }
}
.mec2-acumule .mecanica-produtos-linha {
  display: none;
}
.mec2-acumule .mecanica-produtos-pts {
  border-radius: 30px 30px 100px 100px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 30px;
  max-width: 200px;
  border-style: none;
  color: #fff;
  font-size: 28px;
  margin: 0px 0px 5px;
  text-transform: capitalize;
  line-height: 40px;
}
@media (max-width: 767px) {
  .mec2-acumule .mecanica-produtos-pts {
    font-size: 16px;
    line-height: 22px;
  }
}
.mec2-acumule .mecanica-produtos-pts:last-child {
  z-index: 0;
  padding-top: 130px;
  margin-top: -130px;
}
.mec2-acumule .mecanica-produtos-img {
  margin-bottom: -60px;
  max-width: 220px;
}
.mec2-acumule .mecanica-produtos-pts.roxo {
  background-color: #56178B;
}
.mec2-acumule .mecanica-produtos-pts.roxo2 {
  background-color: #9E60D5;
}
.mec2-acumule .mecanica-produtos-pts.verde2 {
  background-color: #4EDFB2;
}
.mec2-acumule .mecanica-produtos-pts.verde {
  background-color: #00AA6B;
}
.mec2-acumule .mecanica-produtos-bloco .mecanica-produtos-pts-maior {
  font-size: 60px;
  line-height: 62px;
}
@media (max-width: 767px) {
  .mec2-acumule .mecanica-produtos-bloco .mecanica-produtos-pts-maior {
    font-size: 40px;
    line-height: 30px;
  }
}
.mec2-acumule .mecanica-produtos-img.mec-latas-img-p {
  max-width: 180px;
  margin-bottom: -30px;
  margin-top: 10px;
}
.mec2-acumule .mecanica-produtos-pts.cinza {
  background-color: #404040;
}
.mec2-acumule .mecanica-produtos-pts.cinza2 {
  background-color: #6F6F6F;
}

.mec2-acumule:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -220px;
  right: -220px;
  left: -220px;
  top: -220px;
  background-image: url("../../images/2023b/bg-g.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.mec2-importante {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.mec2-importante-poli {
  bottom: -5px;
  right: -20px;
  left: -20px;
  top: -5px;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(0% 10%, 100% 4%, 98% 95%, 4% 95%);
          clip-path: polygon(0% 10%, 100% 4%, 98% 95%, 4% 95%);
  background-color: #fff;
}

.mec2-ranking {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.mec2-ranking-cont {
  text-align: center;
  margin-top: -40px;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.mec2-ranking-tx1 {
  position: relative;
  z-index: 10;
  padding-left: 15%;
  padding-right: 15%;
}
.mec2-ranking-tx1.mec2-dist {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.mec2-ranking-tx2 {
  position: relative;
  z-index: 10;
  padding-left: 10%;
  padding-right: 10%;
}
.mec2-ranking-tx2.mec2-dist {
  padding-left: 15px;
  padding-right: 15px;
}

.mec2-ranking-blocos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mec2-ranking-bloco {
  border: 2px dashed #ffffff;
  padding: 15px;
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .mec2-ranking-bloco {
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 479px) {
  .mec2-ranking-bloco {
    width: 100%;
  }
}

.mec2-ranking-bloco-100 {
  font-size: 60px;
  line-height: 60px;
  color: #FFFA3E;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mec2-ranking-bloco-100 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .mec2-ranking-bloco-100 {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 479px) {
  .mec2-ranking-bloco-100 {
    font-size: 32px;
    line-height: 32px;
  }
}
.mec2-ranking-bloco-100.mil {
  font-size: 52px;
  line-height: 52px;
}
@media (max-width: 991px) {
  .mec2-ranking-bloco-100.mil {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .mec2-ranking-bloco-100.mil {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .mec2-ranking-bloco-100.mil {
    font-size: 24px;
    line-height: 24px;
  }
}

.mec2-ranking-pontos {
  color: #FFFA3E;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mec2-ranking-pontos {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .mec2-ranking-pontos {
    font-size: 16px;
    line-height: 22px;
  }
}

.mec2-tx-amarelo {
  color: #FFFA3E;
}

.mec2-ranking-bg-geral {
  bottom: -12px;
  right: 0px;
  left: 0px;
  top: 70px;
  position: absolute;
  z-index: -5;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 98% 98%, 4% 99%);
          clip-path: polygon(0 5%, 100% 0%, 98% 98%, 4% 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 109, 25)), to(rgb(224, 60, 0)));
  background-image: linear-gradient(180deg, rgb(255, 109, 25) 0%, rgb(224, 60, 0) 100%);
}

.mec2-ranking-bg-barco-fora {
  bottom: -12px;
  right: 0px;
  left: 0px;
  top: 70px;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(0 5%, 100% 2%, 98% 98%, 4% 99%);
          clip-path: polygon(0 5%, 100% 2%, 98% 98%, 4% 99%);
}

.mec2-ranking-bg-barco {
  right: -20px;
  top: 0px;
  position: absolute;
  background-image: url("../../images/2023b/barco.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  width: 211px;
  height: 200px;
  background-size: contain;
}
@media (max-width: 767px) {
  .mec2-ranking-bg-barco {
    width: 120px;
  }
}

.mec2-ranking-bg-mais1 {
  right: -200px;
  top: 0px;
  position: absolute;
  z-index: -2;
  background-image: url("../../images/2023b/bg-p-dir.png");
  width: 360px;
  height: 210px;
  background-size: contain;
  mix-blend-mode: overlay;
}

.mec2-ranking-bg-mais2 {
  left: -150px;
  bottom: -100px;
  position: absolute;
  z-index: -2;
  background-image: url("../../images/2023b/bg-p-esq.png");
  width: 360px;
  height: 210px;
  background-size: contain;
  mix-blend-mode: overlay;
}

.mec2-desafio {
  margin: 40px auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec2-desafio-cont {
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 40px;
  margin-top: -10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .mec2-desafio-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mec2-desafio-pc {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -50px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .mec2-desafio-pc {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .mec2-desafio-pc {
    width: 60%;
  }
}

.mec2-desafio-tx {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 20px;
}
@media (max-width: 767px) {
  .mec2-desafio-tx {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .mec2-desafio-tx {
    text-align: center;
  }
}

.mec2-desafio-pontos {
  padding: 15px;
  border: 2px dashed #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mec2-desafio-pontos {
    width: 140px;
  }
}

.mec2-desafio-pontos-tx1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #FF6C18;
}
@media (max-width: 991px) {
  .mec2-desafio-pontos-tx1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .mec2-desafio-pontos-tx1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec2-desafio-pontos-tx2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mec2-desafio-pontos-tx2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .mec2-desafio-pontos-tx2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .mec2-desafio-pontos-tx2 {
    font-size: 30px;
    line-height: 30px;
  }
}

.mec2-desafio-pontos-tx3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mec2-desafio-pontos-tx3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .mec2-desafio-pontos-tx3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec2-desafio-celular {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: -40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: -40px;
}
@media (max-width: 991px) {
  .mec2-desafio-celular {
    width: 40%;
    right: -110px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .mec2-desafio-celular {
    width: 60%;
    right: -60px;
  }
}

.mec2-desafio-poli {
  bottom: 15px;
  top: -15px;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(5% 4%, 95% 2%, 100% 99%, 0 100%);
          clip-path: polygon(5% 4%, 95% 2%, 100% 99%, 0 100%);
  background-color: #FFB102;
}

.mec2-desafio-mais {
  background-image: url("../../images/2023b/bg-mais-desafio.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}

.mec2-detalhe {
  background-color: #fff;
  padding: 20px 10%;
  border-radius: 200px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mec2-detalhe {
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
  }
}

.mec2-desafio-meio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15%;
}
@media (max-width: 479px) {
  .mec2-desafio-meio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mec2-media-pontos {
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
  z-index: 10;
}

.mec2-media-pontos-titulo {
  text-align: center;
  z-index: 2;
  position: relative;
  max-width: 900px;
  margin: 0px auto;
}

.mec2-media-pontos-cont {
  position: relative;
  z-index: 1;
  padding: 40px;
  margin-top: 30px;
}

.mec2-media-pontos-titulo-exemplo {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  text-align: center;
  padding-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: -40px;
}

.mec2-media-pontos-titulo-exemplo-poli {
  position: absolute;
  bottom: -10px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(5% 0, 98% 3%, 100% 93%, 0% 100%);
          clip-path: polygon(5% 0, 98% 3%, 100% 93%, 0% 100%);
  background-color: #FF6C18;
}

.mec2-media-pontos-blocos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec2-media-pontos-bloco {
  color: #000;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
}

.mec2-media-pontos-bloco.icone {
  width: 32px;
}
.mec2-media-pontos-bloco.icone img {
  width: 100%;
}

.mec2-media-pontos-sub-titulo {
  text-align: center;
  margin-top: 20px;
}

.mec2-media-pontos-poli {
  position: absolute;
  bottom: -10px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(0 15%, 100% 4%, 97% 95%, 4% 95%);
          clip-path: polygon(0 15%, 100% 4%, 97% 95%, 4% 95%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .mec2-media-pontos-poli {
    bottom: -20px;
  }
}
@media (max-width: 479px) {
  .mec2-media-pontos-poli {
    bottom: -40px;
  }
}

.mec2-gerentes .mec2-desafio-poli {
  top: 50px;
}
.mec2-gerentes .mec2-desafio-cont {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .mec2-gerentes .mec2-desafio-meio {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .mec2-gerentes .mec2-desafio-meio {
    padding-right: 20px;
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .mec2-gerentes .mec2-desafio-meio {
    padding-right: 0px;
  }
}

.mec2-desafio-extra {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 830px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
.mec2-desafio-extra.mec2-dist {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .mec2-desafio-extra.mec2-dist {
    padding-right: 30%;
  }
}
@media (max-width: 479px) {
  .mec2-desafio-extra.mec2-dist {
    padding-right: 20%;
  }
}

.mec2-desafio-extra-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.mec2-desafio-extra-col.primeiro {
  text-align: right;
}
@media (max-width: 991px) {
  .mec2-desafio-extra-col.primeiro {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.mec2-dist-facil {
  color: #FFBF00;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mec2-dist-pontos-col {
  width: 33.33%;
  position: relative;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  max-width: 320px;
}

.mec2-dist-pontos-titulo {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mec2-dist-pontos-titulo.amarelo {
  color: #FF6D19;
}
@media (max-width: 479px) {
  .mec2-dist-pontos-titulo {
    padding: 10px 0px;
  }
}

.mec2-dist-pontos-titulo-poli {
  position: absolute;
  bottom: 0px;
  right: -10px;
  left: -10px;
  top: 0px;
  z-index: -1;
  -webkit-clip-path: polygon(0 14%, 100% 0, 97% 85%, 5% 100%);
          clip-path: polygon(0 14%, 100% 0, 97% 85%, 5% 100%);
  background-color: #FF6D19;
}
.amarelo .mec2-dist-pontos-titulo-poli {
  background-color: #FFBF00;
}

.mec2-dist-pontos-cont-poli {
  position: absolute;
  bottom: -280px;
  right: 10px;
  left: 10px;
  top: 40px;
  z-index: -1;
  -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
  background-color: #fff;
}
@media (max-width: 991px) {
  .mec2-dist-pontos-cont-poli {
    bottom: -200px;
  }
}
@media (max-width: 767px) {
  .mec2-dist-pontos-cont-poli {
    bottom: -180px;
  }
}
@media (max-width: 479px) {
  .mec2-dist-pontos-cont-poli {
    bottom: -80px;
  }
}

.mec2-dist-pontos-latas {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mec2-dist-pontos-desc {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.mec2-dist-pontos-sub-titulo {
  color: #FF6D19;
  font-weight: bold;
  font-size: 68px;
  line-height: 68px;
}
@media (max-width: 991px) {
  .mec2-dist-pontos-sub-titulo {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .mec2-dist-pontos-sub-titulo {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .mec2-dist-pontos-sub-titulo {
    font-size: 24px;
    line-height: 30px;
  }
}

.mec2-dist-pontos-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.mec2-dist-pontos-geral:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -130px;
  right: -130px;
  left: -130px;
  top: -130px;
  background-image: url("../../images/2023b/bg-g.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.mec2-dist-pontos-mais-i {
  background-image: url("../../images/2023b/mais.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .mec2-dist-pontos-mais-i {
    margin-top: 15px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .mec2-dist-pontos-mais-i {
    margin-top: 10px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 479px) {
  .mec2-dist-pontos-mais-i {
    margin-top: 7px;
    width: 16px;
    height: 16px;
  }
}

.mec2-dist-desafio-mais-i {
  background-image: url("../../images/2023b/mais.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .mec2-dist-desafio-mais-i {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .mec2-dist-desafio-mais-i {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 479px) {
  .mec2-dist-desafio-mais-i {
    width: 16px;
    height: 16px;
  }
}

.mec2-dist-desafio-col-dentro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mec2-logos {
  padding: 20px 10%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 40px;
}
@media (max-width: 479px) {
  .mec2-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.av2-general {
  position: relative;
}

.av2-menu {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #fff;
  position: sticky;
  top: 104px;
  z-index: 100;
}

.av2-menu-bt {
  display: none;
}

.av2-menu-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.av2-menu-form input,
.av2-menu-form select {
  margin: 0;
  min-width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
}
.av2-menu-form .bt {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.av2-tm-check {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

.av2-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.av2-tm-loja-titulo {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4em;
}

.av2-tm-loja-bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.av2-tm-loja-bts .bt {
  margin: 0;
}

.av2-tm-manual {
  padding: 5px 10px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff07e;
  color: #FF9304;
}
.av2-tm-manual:hover {
  background-color: #FFE000;
  color: #FF9304;
}

.av2-tm-bt-chat {
  padding: 5px 10px 7px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.av2-tm-bt-chat .bt-i {
  width: 14px;
  height: 14px;
}

.av2-tm-user-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 5px;
}

.av2-tm-user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.av2-tm-user-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  color: #0DD160;
}

.av2-tm-status-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.av2-tm-litros-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.av2-tm-litros-bar {
  width: 100%;
  height: 4px;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.av2-tm-litros-bar-inside {
  background-color: #9D4EDD;
  height: 100%;
}
.av2-tm-litros-bar-inside.red {
  background-color: #FF6D00;
}
.av2-tm-litros-bar-inside.green {
  background-color: #0DD160;
}

.av2-tm-litros-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.av2-tm-litros-table-item {
  gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.av2-tm-litros-table-item .tx-small {
  font-size: 0.875em;
}

.av2-tm-litros-ponto-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.av2-tm-litros-ponto {
  background-color: #9D4EDD;
  height: 7px;
  width: 7px;
  border-radius: 30px;
}
.av2-tm-litros-ponto.red {
  background-color: #FF6D00;
}
.av2-tm-litros-ponto.green {
  background-color: #0DD160;
}

.av2-tm-litros-meta {
  border-top: 2px solid #E5E0DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  padding-top: 4px;
}

.mec3-geral {
  background-color: #ff7b0b;
  border-radius: 60px;
  padding: 60px 30px;
  color: #fff;
  background-image: url("../../images/2024/mec-bg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.mec3-geral svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mec3-geral {
    padding: 40px 20px;
    border-radius: 30px;
  }
}

.mec3-svg-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mec3-svg-bg img {
  width: 100%;
}

.mec3-titulo-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px #ff770b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 991px) {
  .mec3-titulo-geral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mec3-titulo-geral-img {
  position: relative;
  z-index: 50;
  max-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .mec3-titulo-geral-img {
    width: 100%;
    max-width: 200px;
  }
}

.mec3-titulo-geral-box {
  width: 33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .mec3-titulo-geral-box {
    width: 100%;
    max-width: 350px;
    min-height: 100px;
  }
  .mec3-titulo-geral-box .mec3-svg-bg img {
    width: 75%;
  }
}

.mec3-titulo-logo {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .mec3-titulo-logo {
    max-width: 400px;
  }
}

.mec3-ta-facil-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding: 90px 60px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  text-align: center;
}
@media (max-width: 767px) {
  .mec3-ta-facil-cont {
    padding: 90px 30px 40px;
  }
}

.mec3-vendeu-ganhou-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding: 50px 60px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .mec3-vendeu-ganhou-cont {
    padding: 50px 30px 40px;
  }
}
.mec3-vendeu-ganhou-cont .mec3-vendeu-ganhou-bg {
  background-color: #ff6622;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .mec3-vendeu-ganhou-cont .mec3-vendeu-ganhou-bg {
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.mec3-vendeu-ganhou-item {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  min-width: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #727277;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mec3-vendeu-ganhou-item img {
  max-height: 110px;
}
@media (max-width: 767px) {
  .mec3-vendeu-ganhou-item img {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .mec3-vendeu-ganhou-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 20px;
  }
}

.mec3-m-titulo-num {
  position: relative;
  padding: 15px 0px;
}

.mec3-m-titulo-primeiro {
  position: relative;
  padding: 15px 25px;
  text-align: center;
}
.mec3-m-titulo-primeiro.esq {
  margin-right: auto;
  margin-left: 8%;
  padding-bottom: 25px;
}
.mec3-m-titulo-primeiro.c-sombra .mec3-svg-bg {
  -webkit-filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
          filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
}

.mec3-produtos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mec3-produtos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  min-width: 110px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 160px;
}
.mec3-produtos-item img {
  z-index: 10;
}

.mec3-produtos-item-tx {
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
}
.mec3-produtos-item-tx span {
  display: block;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .mec3-produtos-item-tx span {
    font-size: 20px;
    line-height: 26px;
  }
}
.mec3-produtos-item-tx.escuro {
  z-index: 1;
}

.roxo .mec3-produtos-item-tx {
  background-color: #702283;
}
.roxo .mec3-produtos-item-tx.escuro {
  background-color: #54145E;
}

.vermelho .mec3-produtos-item-tx {
  background-color: #D52228;
}
.vermelho .mec3-produtos-item-tx.escuro {
  background-color: #6C1618;
}

.verde .mec3-produtos-item-tx {
  background-color: #46A334;
}
.verde .mec3-produtos-item-tx.escuro {
  background-color: #1E561A;
}

.azul .mec3-produtos-item-tx {
  background-color: #02527A;
}
.azul .mec3-produtos-item-tx.escuro {
  background-color: #143C72;
}

.verde-agua .mec3-produtos-item-tx {
  background-color: #018052;
}
.verde-agua .mec3-produtos-item-tx.escuro {
  background-color: #38724E;
}

.mec3-importante {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding: 30px 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #727277;
  text-align: center;
}
@media (max-width: 767px) {
  .mec3-importante {
    padding: 30px 20px;
  }
}

.mec3-desafio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mec3-desafio-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mec3-desafio-col.pontos {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 180px;
}
.mec3-desafio-col.pc {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 300px;
  min-height: 160px;
  min-width: 160px;
}
@media (max-width: 479px) {
  .mec3-desafio-col.pc {
    min-height: 220px;
  }
}
.mec3-desafio-col.pc img {
  margin-left: -30%;
  max-width: 130%;
  margin-bottom: -20%;
}
.mec3-desafio-col.pc2 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 300px;
  min-height: 160px;
  min-width: 160px;
}
@media (max-width: 479px) {
  .mec3-desafio-col.pc2 {
    min-height: 220px;
  }
}
.mec3-desafio-col.pc2 img {
  margin-right: -30%;
  max-width: 130%;
  margin-bottom: -20%;
}
.mec3-desafio-col.celular {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  margin-left: auto;
}
.mec3-desafio-col.celular img {
  position: absolute;
  bottom: -70px;
  width: 320px;
  max-width: 300px;
  right: -160px;
}

.mec3-tabela {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mec3-tabela .tm-table {
  min-width: 100px;
}
.mec3-tabela .tm-row-cont {
  border: none !important;
  background-color: transparent !important;
}
.mec3-tabela .tm-row {
  padding: 4px;
  background-color: transparent !important;
}
.mec3-tabela .tm-col {
  border: none !important;
}
.mec3-tabela .tm-col-cont {
  background-color: #DEDFDF;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  color: #FF6C00;
  font-weight: bold;
}
@media (max-width: 991px) {
  .mec3-tabela .tm-col-cont {
    font-size: 16px;
    line-height: 22px;
  }
}
.mec3-tabela .tm-col:first-child .tm-col-cont {
  background-color: #FFB100;
}
.mec3-tabela .tm-title .tm-col-cont {
  background-color: #fff;
}
.mec3-tabela .tm-title .tm-col:first-child .tm-col-cont {
  background-color: #FF6C00;
  color: #fff;
}

.gd-geral {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.gd-gal-geral {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
  display: grid;
  gap: 30px;
  margin-bottom: 30px;
}

.gd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  border-radius: 6px;
  border: 1px solid #FF9304;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
}
.gd-item.add {
  border: 1px solid #CAC5C4;
}

.gd-gal-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.gd-image {
  border-radius: 6px;
  aspect-ratio: 16/9;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gd-image-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0px;
  right: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 2;
  border-radius: 6px;
  border: 1px dashed #CAC5C4;
}
.gd-image-hover svg {
  color: #CAC5C4;
}

.gd-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gd-cont .inp {
  margin-bottom: 0px;
}

.gd-status {
  background-color: #0DD160;
  border-radius: 6px;
  padding: 6px 12px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
  font-size: 12px;
  line-height: 14px;
}
.gd-status.vermelho {
  background-color: #F21B3F;
}
.gd-status.amarelo {
  background-color: #FFE000;
  color: #3C3838;
}

.gd-link {
  color: #8F8B8B;
  font-weight: normal;
}

.mec-v5-tx-amarelo {
  color: #FFD200;
}

.mec-v5-tx-vermelho {
  color: #C3092C;
}

.mec-v5-bg-amarelo {
  background-color: #FFD200;
}

.mec-v5-bg-vermelho {
  background-color: #C3092C;
}

.mec-v5-tx-p {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .mec-v5-tx-p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .mec-v5-tx-p {
    font-size: 11px;
    line-height: 14px;
  }
}

.mec-v5-tx-m {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mec-v5-tx-m {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec-v5-tx-g {
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .mec-v5-tx-g {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .mec-v5-tx-g {
    font-size: 20px;
    line-height: 26px;
  }
}

.mec-v5-tx-gg {
  font-size: 42px;
  line-height: 64px;
}
@media (max-width: 991px) {
  .mec-v5-tx-gg {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .mec-v5-tx-gg {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .mec-v5-tx-gg {
    font-size: 20px;
    line-height: 24px;
  }
}

.mec-v5-tx-xg {
  font-size: 52px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .mec-v5-tx-xg {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .mec-v5-tx-xg {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .mec-v5-tx-xg {
    font-size: 24px;
    line-height: 30px;
  }
}

.mec-v5-tx-bold {
  font-weight: bold;
}

.mec-v5-tx-caps {
  text-transform: uppercase;
}

.mec-v5-geral {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 142, 0)), color-stop(50%, rgb(255, 49, 0)), to(rgb(255, 112, 0)));
  background-image: linear-gradient(180deg, rgb(255, 142, 0) 0%, rgb(255, 49, 0) 50%, rgb(255, 112, 0) 100%);
  color: #fff;
  text-align: center;
  max-width: 1214px;
  border-radius: 30px;
  margin: 40px auto;
  overflow: hidden;
}

.mec-v5-bg-topo,
.mec-v5-bg-baixo {
  background-image: url("../../images/2024/mecv5-bg-mais-topo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 290px;
  background-size: cover;
}
@media (max-width: 991px) {
  .mec-v5-bg-topo,
  .mec-v5-bg-baixo {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .mec-v5-bg-topo,
  .mec-v5-bg-baixo {
    height: 120px;
  }
}
@media (max-width: 479px) {
  .mec-v5-bg-topo,
  .mec-v5-bg-baixo {
    height: 90px;
  }
}

.mec-v5-bg-baixo {
  background-image: url("../../images/2024/mecv5-bg-mais-baixo.png");
  background-position: center top;
}

.mec-v5-modulo {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .mec-v5-modulo {
    padding: 20px;
  }
}

.mec-v5-modulo-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.mec-v5-modulo-titulo-img {
  position: absolute;
  left: -130px;
  z-index: 10;
}
@media (max-width: 991px) {
  .mec-v5-modulo-titulo-img {
    left: -90px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .mec-v5-modulo-titulo-img {
    left: -60px;
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .mec-v5-modulo-titulo-img {
    left: -40px;
    max-width: 130px;
  }
}

.mec-v5-modulo-titulo-tx {
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 50px;
}
@media (min-width: 991px) {
  .mec-v5-modulo-titulo-tx {
    min-width: 760px;
  }
}
@media (max-width: 767px) {
  .mec-v5-modulo-titulo-tx {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media (min-width: 991px) {
  .mec-v5-modulo-titulo-tx:has(img) {
    min-width: 400px;
  }
}

.mec-v5-modulo-cont {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.mec-v5-modulo-cont.p {
  max-width: 650px;
}

.mec-v5-borda-linha {
  padding: 20px 30px;
  border-radius: 20px;
  border: 3px solid #ffffff;
}

.mec-v5-tabela table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.mec-v5-tabela td,
.mec-v5-tabela th {
  border: 3px solid #fff;
  padding: 10px;
  border-radius: 20px;
}
.mec-v5-tabela th {
  background-color: #FFD200;
  color: #C3092C;
}

.mec-v5-produtos-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.mec-v5-produto-cont {
  max-width: 300px;
  padding: 20px;
}

.mec-v5-produtos-img {
  margin-left: -15px;
  margin-right: -20px;
}

.mec-v5-produtos-cont-tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.mec-v5-produtos-cont-tx1 {
  border-radius: 20px;
  padding: 20px 60px 20px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -40px;
}
@media (max-width: 479px) {
  .mec-v5-produtos-cont-tx1 {
    padding: 10px 50px 10px 10px;
    border-radius: 14px;
  }
}

.mec-v5-produtos-cont-tx2 {
  border-radius: 20px;
  border-radius: 14px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 479px) {
  .mec-v5-produtos-cont-tx2 {
    padding: 10px;
  }
}

.ce1-general {
  border: 2px dashed #ADA8A8;
  padding: 20px;
  border-radius: 15px;
}
.ce1-general .av2-menu {
  padding-top: 0;
}

.ce1-bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ce1-bts .bt {
  margin: 0;
}

.ce1-bts-space {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.promo-geral {
  background-image: url("../../images/2024/promo-bg.png");
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding: 40px;
  border-radius: 30px;
  margin: 40px auto;
  overflow: hidden;
  background-color: #ff5b00;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 479px) {
  .promo-geral {
    padding: 20px;
  }
}

.promo-cont {
  max-width: 480px;
  margin: 40px auto;
}

.promo-espaco {
  width: 100%;
  height: 40px;
}

.promo-mais {
  margin-top: 20px;
  margin-bottom: 20px;
}

.promo-quem-vai {
  color: #ff5b00;
  background-color: #FFCF00;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .promo-quem-vai {
    font-size: 24px;
    line-height: 32px;
  }
}

.promo-ganham {
  border: 3px solid #FFCF00;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

.promo-tx-amarelo {
  color: #FFCF00;
}

.promo-tx-caps {
  text-transform: uppercase;
}

.promo-tx-24 {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .promo-tx-24 {
    font-size: 16px;
    line-height: 24px;
  }
}

.promo-tx-28 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .promo-tx-28 {
    font-size: 20px;
    line-height: 28px;
  }
}

.promo-tx-36 {
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .promo-tx-36 {
    font-size: 24px;
    line-height: 32px;
  }
}

.promo-rodape {
  position: relative;
  margin-top: 40px;
}

.promo-rodape-bg {
  position: absolute;
  background-color: #FF9B00;
  left: -40px;
  bottom: -100px;
  right: -40px;
  -webkit-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
          transform: skewY(-6deg);
  top: 40px;
  z-index: 1;
}

.promo-rodape-cont {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .promo-rodape-cont.promo-baixo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.promo-rodape-fundo-vermelho {
  background-color: #C3092D;
  border-radius: 0px 40px 40px 0px;
  padding: 5px 20px 5px 60px;
  margin-left: -90px;
  text-transform: uppercase;
  text-align: left;
}

.promo-rodape-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.promo-rodape-img-latas {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-left: -40px;
  max-width: 70%;
  margin-bottom: -10px;
}

.promo-rodape-tx-p {
  font-size: 9px;
  line-height: 14px;
  text-align: left;
}

/* ============== */
.promo-geral2 {
  max-width: 1400px;
  background-image: url("../../images/2024/promo-bg2.png");
}
.promo-geral2 .promo-cont {
  gap: 40px;
  width: 100%;
  max-width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 767px) {
  .promo-geral2 .promo-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.promo-geral2 .promo-baixo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px !important;
}
.promo-geral2 .promo-rodape-cont {
  max-width: 900px;
  margin: 20px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-geral2 .promo-rodape-fundo-vermelho {
  margin-right: -50px;
  padding-right: 50px;
  border-radius: 8px;
  text-align: center;
  padding-left: 60px;
  margin-left: -120px;
}
.promo-geral2 .promo-rodape-pincel {
  margin-right: -60px;
  max-width: 25%;
}
.promo-geral2 .promo-rodape-tx-p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.promo-geral2 .promo-quem-vai,
.promo-geral2 .promo-ganham {
  border-radius: 10px;
}
.promo-geral2 .promo-rodape-img-latas {
  margin-left: -160px;
}

.promo-col-linha {
  width: 2px;
  background-color: #FF9B00;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 767px) {
  .promo-col-linha {
    display: none;
  }
}

.promo-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 40px;
  margin-top: 40px;
}

.promo-data-fora {
  margin-left: -100px;
  margin-right: -60px;
}

.promo-data {
  position: relative;
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  padding-top: 70px;
  height: 300px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .promo-data {
    width: 400px;
    height: 250px;
  }
}
.promo-data .promo-tx-28 {
  position: relative;
  z-index: 10;
}

.promo-data-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 1;
  background-image: url("../../images/2024/promo-data.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.promo-data-luz {
  top: -50%;
  left: -45%;
  background-image: url("../../images/2024/promo-luz.png");
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  max-width: 600px;
  max-height: 600px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.promo-topo2 {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  z-index: 10;
}
.promo-topo2 img {
  position: relative;
  z-index: 10;
}

.promo-topo2-luz {
  left: -15%;
  background-image: url("../../images/2024/promo-luz.png");
  position: absolute;
  z-index: -1;
  width: 200%;
  height: 200%;
  max-width: 600px;
  max-height: 600px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -45%;
}

.h-ranking-table {
  margin-top: 20px;
  border-radius: 12px;
  border-collapse: collapse;
  text-align: left;
}
.h-ranking-table td,
.h-ranking-table th {
  position: relative;
  padding: 10px;
}
.h-ranking-table td:before,
.h-ranking-table th:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #CAC5C4;
}

.h-ranking-barras {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h-ranking-barras-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-ranking-barras-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.h-ranking-barras-col.barra {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  border-left: 1px solid #CAC5C4;
  padding-right: 0px;
}

.h-ranking-barras-barra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-right: 40px;
}

.h-ranking-barras-barra-b {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #FF6D00;
  height: 20px;
}

.h-ranking-barras-barra-tx {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -40px;
  padding-left: 5px;
}

.pop-resultado-fora {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 98%;
  max-width: 98%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  min-width: 300px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-image: linear-gradient(145deg, rgb(255, 125, 0) 0%, rgb(255, 51, 0) 100%);
  padding: 50px 40px 80px;
}
.pop-resultado-fora .pop-fechar {
  color: #fff;
}

.pop-resultado-bg {
  background-color: #FF9B00;
  position: absolute;
  bottom: -60px;
  right: -40px;
  width: 100%;
  height: 80px;
  -webkit-transform: skew(0deg, -8deg);
      -ms-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
}

.pop-resultado-logo {
  max-width: 350px;
}

.pop-resultado-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
}

.pop-resultado-bt {
  background-color: #FF9B00;
  padding: 15px 25px;
  border-radius: 18px;
  text-align: center;
}

.pop-resultado-amarelo {
  color: #FCDB00;
}

.mec-c3-geral {
  background-image: url("../../images/2024-mec-c3/bg.png");
  background-color: rgb(255, 112, 0);
  color: #fff;
  text-align: center;
  max-width: 1214px;
  border-radius: 30px;
  margin: 40px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}
.mec-c3-geral svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .mec-c3-geral {
    font-size: 18px;
    line-height: 24px;
  }
}
.mec-c3-geral table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.mec-c3-geral td,
.mec-c3-geral th {
  border: 1px solid #fff;
  padding: 10px;
}
.mec-c3-geral td.mec-c3-title {
  background-color: #FBDB00;
  color: #B3191F;
  font-weight: bold;
}
.mec-c3-geral td.mec-c3-red {
  background-color: #D52228;
}
.mec-c3-geral td.mec-c3-green {
  background-color: #46A334;
}
.mec-c3-geral td.mec-c3-blue {
  background-color: #02527A;
}
.mec-c3-geral td.mec-c3-gray {
  background-color: #6b6b6b;
}
.mec-c3-geral td.mec-c3-yellow {
  background-color: #FF6D00;
}

.mec-c3-tx-vermelho {
  color: #B3191F;
}

.mec-c3-tx-bg-vermelho {
  background-color: #B3191F;
  padding-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .mec-c3-tx-bg-vermelho {
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.mec-c3-bg-topo {
  background-image: url("../../images/2024-mec-c3/bg-topo.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 663px;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mec-c3-modulo {
  position: relative;
  z-index: 10;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .mec-c3-modulo {
    padding: 20px;
  }
}

.mec-c3-modulo-cont {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}
.mec-c3-modulo-cont.p {
  max-width: 650px;
}

.mec-c3-bloco-laranja {
  margin-left: auto;
  margin-right: auto;
  background-color: #FF971D;
  padding: 80px 40px 40px;
  gap: 40px;
  margin-top: -40px;
}
.mec-c3-bloco-laranja.escuro {
  background-color: #EB691A;
}
@media (max-width: 767px) {
  .mec-c3-bloco-laranja {
    padding: 70px 20px 20px;
  }
}

.mec-c3-bloco-bt {
  color: #fff;
  background-color: #B3191F;
  text-decoration: none;
  font-weight: bold;
  padding: 15px;
  margin-top: 20px;
  display: inline-block;
}

.mec-c3-bloco-branco {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 60px 40px 40px;
  gap: 40px;
  margin-top: -40px;
  color: #FF6C00;
}
@media (max-width: 767px) {
  .mec-c3-bloco-branco {
    padding: 70px 20px 20px;
  }
}

.mec-c3-bloco-vendedor {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #FF971D;
  height: 100%;
}
@media (max-width: 767px) {
  .mec-c3-bloco-vendedor {
    padding: 20px;
  }
}

.mec-c3-bloco-data {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background-color: #EB6919;
  height: 100%;
  border: 4px solid #FFC12A;
}
@media (max-width: 767px) {
  .mec-c3-bloco-data {
    padding: 20px;
  }
}

.mec-c3-importante {
  padding: 10px;
  background-color: #B3191F;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
}
.mec-c3-importante.amarelo {
  background-color: #FFC12A;
  color: #B3191F;
}

.mec-c3-bg-baixo {
  background-image: url("../../images/2024-mec-c3/bg-rodape.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 675px;
  background-size: cover;
}
@media (max-width: 991px) {
  .mec-c3-bg-baixo {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mec-c3-bg-baixo {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .mec-c3-bg-baixo {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .mec-c3-modulo .mec2-m-titulo-geral img {
    max-width: 150px;
  }
}

.mec-c3-modulo .mec3-produtos .mec3-produtos-item-tx {
  font-size: 14px;
  line-height: 20px;
}
.mec-c3-modulo .mec3-produtos .mec3-produtos-item {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  max-width: 300px;
}
.mec-c3-modulo .mec3-produtos .mec-c3-img {
  margin-right: -64px;
  margin-left: -64px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .mec-c3-modulo .mec3-produtos .mec-c3-img {
    margin-right: -40px;
    margin-left: -40px;
  }
}

.mec3-svg-bg.c-sombra {
  -webkit-filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
          filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
}

.mec3-ta-facil-cont.me-c3-frete {
  padding: 30px 50px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .mec3-ta-facil-cont.me-c3-frete {
    margin-top: 0;
  }
}

.hp-general {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

.hp-desconto {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  background-color: #F42853;
  -webkit-mask: url("../../images/2024-home-produtos/i-selo-desconto.svg") no-repeat 50% 50%;
  mask: url("../../images/2024-home-produtos/i-selo-desconto.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 12px;
}

.hp-like {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-color: #B8BCC8;
  -webkit-mask: url("../../images/2024-home-produtos/i-coracao.svg") no-repeat 50% 50%;
  mask: url("../../images/2024-home-produtos/i-coracao.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.hp-like.active {
  background-color: #F42853;
  -webkit-mask: url("../../images/2024-home-produtos/i-coracao-fechado.svg") no-repeat 50% 50%;
  mask: url("../../images/2024-home-produtos/i-coracao-fechado.svg") no-repeat 50% 50%;
}

.hp-imagem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  height: 350px;
}
.hp-imagem img {
  max-height: 330px;
}

.hp-estrelas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.hp-estrelas-item {
  width: 18px;
  height: 16px;
  background-color: #B8BCC8;
  -webkit-mask: url("../../images/2024-home-produtos/i-estrela.svg") no-repeat 50% 50%;
  mask: url("../../images/2024-home-produtos/i-estrela.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.hp-estrelas-item.active {
  background-color: #FF9304;
}

.hp-desc {
  color: #9C9FA8;
}

.hp-preco {
  padding-top: 10px;
  border-top: 2px solid #B8BCC8;
}

.hp-preco-tx2 {
  font-size: 20px;
}

.home-mini-banner-titulo {
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #FF9B00;
  color: #171414;
  border-radius: 25px;
  font-size: 24px;
  min-height: 100px;
  margin: 25px 25px 0px;
}

.home-mini-banner {
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.home-mini-banner a.hp-general {
  text-decoration: none;
  padding: 20px;
  margin-top: 0px;
}
.home-mini-banner a.hp-general:hover .hp-imagem {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.home-mini-banner .hp-imagem {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: transparent;
  padding: 0;
  height: auto;
}
.home-mini-banner .hp-titulo {
  text-align: center;
  color: #EB4D0D;
  font-size: 21px;
  text-transform: uppercase;
}
.home-mini-banner .hp-desc {
  text-align: center;
  color: #171414;
  font-weight: normal;
}
.home-mini-banner .hp-imagem2 {
  margin-top: 20px;
  text-align: center;
}

.mec-25-geral {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  background-color: #E64C0F;
  background-image: url("../../images/2025-mecanica/m25-bg-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center top;
}
.mec-25-geral * {
  z-index: 1;
}
.mec-25-geral:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 400px;
  z-index: 0;
  background-image: url("../../images/2025-mecanica/m25-bg-5.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 85%;
}

.mec-25-tx-amarelo {
  color: #FFD200;
}

.mec-25-geral-cont {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

/*  */
.mec-25-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 5%;
  margin-right: 5%;
}

.mec-25-logo-img {
  margin-right: -9%;
  margin-top: 5%;
}

.mec-25-logo-img2 {
  margin-right: -4%;
  margin-top: -2%;
}

@media (max-width: 950px) {
  .mec-25-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mec-25-logo-img {
    margin-right: auto;
    margin-top: 5%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .mec-25-logo-img2 {
    max-width: 120%;
    margin-right: -20%;
    margin-left: -30%;
    margin-top: -2%;
  }
}
/*  */
.mec-25-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px 40px 40px;
  position: relative;
  z-index: 10;
}

.mec-25-1-img1-fora {
  width: 100%;
}

.mec-25-1-img1 {
  margin-left: 5%;
}

.mec-25-1-img3 {
  margin-left: -3%;
  margin-top: -10%;
  margin-right: -2%;
}

.mec-25-1-img4 {
  margin-top: -7%;
}

.mec-25-1:before {
  content: "";
  position: absolute;
  top: 11%;
  bottom: 5%;
  left: 7%;
  right: 7%;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 950px) {
  .mec-25-1 {
    padding: 20px 0px 40px 0px;
  }
  .mec-25-1:before {
    display: none;
  }
}
/*  */
.mec-25-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  padding: 5% 8%;
}

.mec-25-2-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
}

.mec-25-2-icone {
  min-width: 40px;
}

.mec-25-2-tx {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 500px) {
  .mec-25-2-tx {
    font-size: 14px;
    line-height: 20px;
  }
}
/*  */
.mec-25-3 {
  padding: 5% 8%;
  position: relative;
  z-index: 10;
}

.mec-25-3:before {
  content: "";
  position: absolute;
  top: 11%;
  bottom: 5%;
  left: 7%;
  right: 7%;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mec-25-3-titulo {
  margin-left: 4%;
}

.mec-25-3-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0% 5% 0% 7%;
}

.mec-25-3-tx1 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.mec-25-3-tx2 {
  font-size: 14px;
  line-height: 18px;
}

.mec-25-3-img {
  margin-bottom: -10%;
  margin-top: -14%;
}

@media (max-width: 950px) {
  .mec-25-3-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mec-25-3-img {
    margin-bottom: -10%;
    margin-top: -4%;
  }
  .mec-25-3:before {
    display: none;
  }
}
/*  */
.mec-25-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 8% 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}

.mec-25-4-cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mec-25-4-tx1 {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .mec-25-4-tx1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.mec-25-4-tx2 {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 950px) {
  .mec-25-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*  */
.mec-25-produtos {
  padding: 5%;
  background-image: url("../../images/2025-mecanica/m25-bg-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 70px;
}

.mec-25-produtos-titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
  position: relative;
  margin-right: auto;
  padding-left: 60px;
  margin-left: 8%;
  text-align: center;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 500px) {
  .mec-25-produtos-titulo {
    font-size: 30px;
    line-height: 32px;
  }
}
.mec-25-produtos-titulo-img {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mec-25-produtos-item-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
  overflow: hidden;
}

.mec-25-produtos-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 5px;
  max-width: 240px;
}

.mec-25-produtos-img {
  padding-left: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 160px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.mec-25-produtos-cont {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-25-produtos-cont:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/m25-4-linha.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  background-position: right center;
}

.mec-25-produtos-pontos {
  text-align: center;
}

.mec-25-produtos-tx1 {
  font-size: 14px;
  line-height: 16px;
}

.mec-25-produtos-tx2 {
  font-size: 40px;
  line-height: 42px;
  color: #FFDB06;
  font-weight: bold;
}

.mec-25-produtos-tx3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/*  */
.mec-25-premios {
  padding: 5%;
}

.mec-25-premios-titulo {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.mec-25-premios-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  gap: 40px;
}

.mec-25-premios-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 170px;
}

.mec-25-premios-img {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-25-premios-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/m25-i-seta-dir.png");
  background-repeat: no-repeat;
  background-size: 28px;
  left: 0;
  background-position: right center;
}

.mec-25-premios-tx {
  text-align: center;
}

.mec-25-premios-cont {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.mec-25-premios-bt-geral {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mec-25-premios-bt {
  background-color: #C30A2D;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  padding: 15px 40px 20px;
  border-radius: 36px;
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .mec-25-premios-bt {
    font-size: 24px;
    line-height: 30px;
  }
}
.mec-25-premios-bt:before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
  z-index: -1;
  border-radius: 42px;
  border: 2px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mec-25-premios-bt:hover:before {
  top: -8px;
  bottom: -8px;
  right: -8px;
  left: -8px;
}

.mec-25-premios-frete {
  position: absolute;
  top: -40%;
  right: 3%;
}

@media (max-width: 900px) {
  .mec-25-premios-frete {
    margin-top: 30px;
    position: relative;
    top: 0%;
    right: 0%;
  }
}
/*  */
.mec-25-5 {
  padding: 0% 5%;
}

.mec-25-5-tx {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 42px;
  border: 2px solid #fff;
}
.mec-25-5-tx b {
  font-size: 14px;
}

/*  */
.mec-25-6 {
  text-align: center;
  padding: 5% 8%;
  background-image: url("../../images/2025-mecanica/m25-bg-3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  background-color: #970005;
}
.mec-25-6 .mec-25-geral-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.mec-25-6-tx1 {
  font-size: 26px;
  line-height: 30px;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mec-25-6-tx2 {
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mec-25-6-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mec-25-6-item {
  border-radius: 14px;
  border: 3px solid #FFD100;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 150px;
}

.mec-25-6-item-titulo {
  background-color: #FF9B00;
  border-radius: 50px;
  padding: 2px 22px 4px;
  position: absolute;
  top: -19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.mec-25-6-tx-s {
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*  */
.mec-25-7 {
  text-align: center;
  padding: 5%;
  background-image: url("../../images/2025-mecanica/m25-bg-4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -60px;
}

.mec-25-7-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .mec-25-7-titulo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mec-25-7-titulo-img-bg {
  margin-left: -5%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.mec-25-7-img {
  width: 50%;
}
.mec-25-7-img img {
  margin-right: -25%;
  margin-bottom: -5%;
}

.mec-25-7-cont-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-25-7-cont {
  width: 50%;
}

.mec-25-7-tx {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 24px;
}

.mec-25-7-bt-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 700px) {
  .mec-25-7-cont-geral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .mec-25-7-cont {
    width: 100%;
  }
}
/*  */
.mec-25-rodape {
  padding: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff9b00;
  margin-top: 40px;
}

/*  */
.mec-25-tabela {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mec-25-tabela table {
  border-radius: 20px;
  border-collapse: separate;
  width: 100%;
  border: 3px solid #FFDB06;
  overflow: hidden;
  padding: 12px;
  margin-top: 30px;
}
.mec-25-tabela td {
  padding: 7px 12px;
}
.mec-25-tabela tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0.2);
}
.mec-25-tabela tr:first-child td {
  background-color: #970005;
  font-weight: bold;
}
.mec-25-tabela td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.mec-25-tabela td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pop.contador .pop-fechar {
  color: #fff;
  top: -40px;
  right: 60px;
}

@media (max-width: 767px) {
  .pop.contador .pop-fechar {
    top: -20px;
    right: 20px;
  }
  .pop.contador {
  }
}
.pop-contador-cont-fora {
  z-index: 10;
  position: relative;
}

.pop-contador-cont {
  background-image: url("../../images/2025-mecanica/pop-contador-bg1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 90px 70px;
}

@media (max-width: 767px) {
  .pop-contador-cont {
    background-image: url("../../images/2025-mecanica/pop-contador-bg2.svg");
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.pop-contador-titulo {
  padding: 10px 40px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  position: relative;
}

@media (max-width: 767px) {
  .pop-contador-titulo {
    padding: 10px 40px 20px;
    font-size: 26px;
    line-height: 30px;
  }
}
.pop-contador-titulo-bg {
  -webkit-clip-path: polygon(0 0, 100% 2%, 97% 100%, 5% 95%);
          clip-path: polygon(0 0, 100% 2%, 97% 100%, 5% 95%);
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.pop-contador-titulo2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .pop-contador-titulo2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.pop-contador-geral {
  padding: 30px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.pop-contador-item-desc {
  font-size: 14px;
  line-height: 14px;
  color: #F5AC00;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.pop-contador-n-geral {
  position: relative;
}

.pop-contador-n-n {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #dadada;
  text-shadow: -1px 0px 0px #000000, 1px 0px 0px #ffffff;
  width: 130px;
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-contador-n-risco,
.pop-contador-n-risco2,
.pop-contador-n-risco3,
.pop-contador-n-risco4 {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  z-index: 50;
}

.pop-contador-n-risco {
  top: 79px;
  background-color: #000000;
  opacity: 0.4;
}

.pop-contador-n-risco2 {
  top: 80px;
  background-color: #000000;
  opacity: 0.7;
}

.pop-contador-n-risco3 {
  top: 81px;
  background-color: #9c9c9c;
  opacity: 0.5;
}

.pop-contador-n-risco4 {
  top: 82px;
  background-color: #9c9c9c;
  opacity: 0.2;
}

.pop-contador-n-topo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(67, 67, 67)), to(rgb(50, 50, 50)));
  background-image: linear-gradient(to bottom, rgb(67, 67, 67) 0%, rgb(50, 50, 50) 100%);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
  border: 1px solid #454545;
  border-bottom: none;
  -webkit-box-shadow: 0px -1px 0px 0px #696969;
          box-shadow: 0px -1px 0px 0px #696969;
  height: 80px;
  position: relative;
}
.pop-contador-n-topo .pop-contador-n-n {
  margin-bottom: -80px;
}

.pop-contador-n-baixo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(27, 27, 27)), to(rgb(36, 36, 36)));
  background-image: linear-gradient(to bottom, rgb(27, 27, 27) 0%, rgb(36, 36, 36) 100%);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
  border: 1px solid #292929;
  border-top: none;
  -webkit-box-shadow: 0px 1px 0px 0px #000;
          box-shadow: 0px 1px 0px 0px #000;
  height: 80px;
  position: relative;
}
.pop-contador-n-baixo .pop-contador-n-n {
  margin-top: -80px;
}

.pop-contador-rodape {
  color: #fff;
  background-color: #000000;
  border-radius: 30px;
  padding: 8px 24px 10px;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .pop-contador-rodape {
    font-size: 16px;
    line-height: 20px;
  }
}
.pop-contador-rodape2 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  max-width: 590px;
  text-align: center;
}
.pop-contador-rodape2 b {
  color: #FFD200;
}

.pop-contador-ly2-bg {
  background-image: url("../../images/2025-mecanica/pop-contador-bg2.svg");
  padding-top: 0px;
  padding-left: 60px;
  padding-right: 60px;
}

.pop-contador-ly2-geral {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pop-contador-ly2-numero {
  font-size: 180px;
  line-height: 180px;
  padding: 10px;
  border: 4px solid #ffc309;
  border-radius: 30px;
  margin: 20px;
}

@media (max-width: 767px) {
  .pop-contador-rodape2 {
    font-size: 20px;
    line-height: 24px;
    max-width: 390px;
  }
  .pop-contador-ly2-geral {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pop-contador-ly2-numero {
    font-size: 100px;
    line-height: 100px;
  }
}
/* ============
   2026
   ============ */
.mec-26-geral {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  color: #fff;
  background-color: #FF6900;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center top;
  max-width: 960px;
  background-image: url("../../images/2026/mec-bg-topo.png");
}
.mec-26-geral * {
  z-index: 1;
}

.mec-26-tx-amarelo {
  color: #FCCF00;
}

.mec-26-tx-vermelho {
  color: #C20A2D;
}

.mec-26-titulo {
  font-size: 52px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .mec-26-titulo {
    font-size: 36px;
    line-height: 36px;
  }
}

/*  */
.mec-26-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 34%;
}

.mec-26-logo-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mec-26-logo-img2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*  */
.mec-26-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  padding: 20px 40px;
}

.mec-26-2-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
}

.mec-26-2-icone {
  min-width: 40px;
}

.mec-26-2-tx {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 500px) {
  .mec-26-2-tx {
    font-size: 14px;
    line-height: 20px;
  }
}
/*  */
.mec-26-3 {
  position: relative;
  z-index: 10;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mec-26-3-titulo-geral {
  background-color: #FF9B00;
  border-radius: 30px;
  padding: 40px 15% 40px 40px;
  width: 63%;
}
@media (max-width: 600px) {
  .mec-26-3-titulo-geral {
    width: 100%;
  }
}

.mec-26-3-titulo-fora {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}

.mec-26-3-titulo {
  font-size: 84px;
  line-height: 84px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mec-26-3-titulo {
    font-size: 48px;
    line-height: 48px;
  }
}

.mec-26-3-tx1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.mec-26-3-tx1 .mec-26-tx-vermelho {
  font-size: 38px;
}
@media (max-width: 767px) {
  .mec-26-3-tx1 .mec-26-tx-vermelho {
    font-size: 30px;
  }
}

.mec-26-3-tx2 {
  font-size: 14px;
  line-height: 18px;
}

.mec-26-3-img-fora {
  width: 60%;
  margin-left: -23%;
}
@media (max-width: 600px) {
  .mec-26-3-img-fora {
    width: 100%;
    margin-left: 0%;
  }
}

/*  */
.mec-26-produtos {
  padding: 20px 40px;
}

.mec-26-produtos-titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (max-width: 500px) {
  .mec-26-produtos-titulo {
    font-size: 24px;
    line-height: 30px;
  }
}

.mec-26-produtos-geral {
  background-color: #E64B0F;
  padding: 40px;
  border-radius: 20px;
  border: 4px dashed #ffffff;
}

.mec-26-produtos-item-geral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
  overflow: hidden;
}

.mec-26-produtos-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 5px;
  max-width: 260px;
}

.mec-26-produtos-img {
  padding-left: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 160px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.mec-26-produtos-cont {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-26-produtos-cont:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/m25-4-linha.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  background-position: right center;
}

.mec-26-produtos-pontos {
  text-align: center;
}

.mec-26-produtos-tx1 {
  font-size: 14px;
  line-height: 16px;
}

.mec-26-produtos-tx2 {
  font-size: 40px;
  line-height: 42px;
  color: #FFDB06;
  font-weight: bold;
}

.mec-26-produtos-tx3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/*  */
.mec-26-premios {
  padding: 20px 40px;
}

.mec-26-premios-topo {
  background-image: url("../../images/2026/mec-premios-bg.png");
  aspect-ratio: 15/10;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.mec-26-premios-topo-img {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 5%;
}

@media (max-width: 700px) {
  .mec-26-premios-topo-img {
    top: -240px;
  }
  .mec-26-premios-topo {
    margin-top: 260px;
  }
}
.mec-26-premios-titulo {
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (max-width: 500px) {
  .mec-26-premios-titulo {
    font-size: 24px;
    line-height: 30px;
  }
}

.mec-26-premios-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  gap: 40px;
}

.mec-26-premios-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 170px;
}

.mec-26-premios-img {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mec-26-premios-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: -1;
  background-image: url("../../images/2025-mecanica/m25-i-seta-dir.png");
  background-repeat: no-repeat;
  background-size: 28px;
  left: 0;
  background-position: right center;
}

.mec-26-premios-tx {
  text-align: center;
}

.mec-26-premios-frete {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mec-26-premios-frete-titulo2 {
  font-size: 60px;
  line-height: 60px;
}

.mec-26-premios-bt-geral {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mec-26-premios-bt {
  background-color: #C30A2D;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 40px 20px;
  border-radius: 36px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.34);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.34);
  top: 0;
}
.mec-26-premios-bt:hover {
  top: -5px;
}

@media (max-width: 900px) {
  .mec-26-premios-bt {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  .mec-26-premios-frete {
    margin-top: 30px;
    position: relative;
    top: 0%;
    right: 0%;
  }
}
/*  */
.mec-26-5 {
  padding: 20px 40px;
}

.mec-26-5-tx {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 42px;
  border: 2px solid #fff;
}
.mec-26-5-tx b {
  font-size: 14px;
}

/*  */
.mec-26-6 {
  text-align: center;
  padding: 20px 40px;
}
.mec-26-6 .mec-26-geral-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF9B00;
  border-radius: 20px;
  border: 5px dashed #ffffff;
  padding: 40px;
}

.mec-26-6-tx1 {
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.mec-26-6-tx2 {
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.mec-26-6-img {
  margin-bottom: 20px;
}

.mec-26-6-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.mec-26-6-item {
  border-radius: 14px;
  border: 4px solid #FFD100;
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 150px;
}

.mec-26-6-item-titulo {
  background-color: #E64B0F;
  border-radius: 50px;
  padding: 6px 22px 8px;
  position: absolute;
  top: -19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.mec-26-6-tx-s {
  font-size: 14px;
  line-height: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*  */
.mec-26-rodape {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8%;
  background-image: url("../../images/2026/mec-rodape-bg.png");
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 40% 40px 20px;
  background-size: cover;
}
@media (max-width: 767px) {
  .mec-26-rodape {
    padding: 45% 40px 20px;
  }
}
@media (max-width: 600px) {
  .mec-26-rodape {
    padding: 80% 40px 20px;
  }
}

.mec-26-rodape-cont {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (max-width: 767px) {
  .mec-26-rodape-cont {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .mec-26-rodape-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mec-26-rodape-titulo {
  color: #E64B0F;
  font-weight: bolder;
  white-space: nowrap;
}

.mec-26-rodape-titulo1 {
  font-size: 80px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .mec-26-rodape-titulo1 {
    font-size: 59px;
    line-height: 58px;
  }
}

.mec-26-rodape-titulo2 {
  font-size: 55px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .mec-26-rodape-titulo2 {
    font-size: 40px;
    line-height: 44px;
  }
}

.mec-26-rodape-titulo3 {
  font-size: 42px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .mec-26-rodape-titulo3 {
    font-size: 30px;
    line-height: 30px;
  }
}

.mec-26-rodape-tx {
  color: #E64B0F;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .mec-26-rodape-tx {
    font-size: 18px;
    line-height: 24px;
  }
}

.mec-26-rodape-bts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mec-26-rodape-logo {
  margin-top: 6%;
  margin-bottom: 1%;
}

/* ============
   Load font icon
   ============ */
@font-face {
  font-family: "Streamline filled";
  src: url("../fonts/streamline-filled.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-BookItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: "Suvinil";
  src: url("../fonts/SuvinilSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

.mec3-geral {
    background-color: #ff7b0b;
    border-radius: 60px;
    padding: 60px 30px;
    color: #fff;
    background-image: url("/assets/portal/images/2024/mec-bg.png");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.mec3-geral svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .mec3-geral {
        padding: 40px 20px;
        border-radius: 30px;
    }
}

.mec3-svg-bg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mec3-svg-bg img {
    width: 100%;
}

.mec3-titulo-geral {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0px #ff770b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
@media (max-width: 991px) {
    .mec3-titulo-geral {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.mec3-titulo-geral-img {
    position: relative;
    z-index: 50;
    max-width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .mec3-titulo-geral-img {
        width: 100%;
        max-width: 200px;
    }
}

.mec3-titulo-geral-box {
    width: 33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .mec3-titulo-geral-box {
        width: 100%;
        max-width: 350px;
        min-height: 100px;
    }
    .mec3-titulo-geral-box .mec3-svg-bg img {
        width: 75%;
    }
}

.mec3-titulo-logo {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .mec3-titulo-logo {
        max-width: 400px;
    }
}

.mec3-ta-facil-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    padding: 90px 60px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    text-align: center;
}
@media (max-width: 767px) {
    .mec3-ta-facil-cont {
        padding: 90px 30px 40px;
    }
}

.mec3-vendeu-ganhou-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    padding: 50px 60px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
}
@media (max-width: 767px) {
    .mec3-vendeu-ganhou-cont {
        padding: 50px 30px 40px;
    }
}
.mec3-vendeu-ganhou-cont .mec3-vendeu-ganhou-bg {
    background-color: #ff6622;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .mec3-vendeu-ganhou-cont .mec3-vendeu-ganhou-bg {
        padding-bottom: 4px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.mec3-vendeu-ganhou-item {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    min-width: 120px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #727277;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.mec3-vendeu-ganhou-item img {
    max-height: 110px;
}
@media (max-width: 767px) {
    .mec3-vendeu-ganhou-item img {
        max-height: 80px;
    }
}
@media (max-width: 767px) {
    .mec3-vendeu-ganhou-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        padding: 0 20px;
    }
}

.mec3-m-titulo-num {
    position: relative;
    padding: 15px 0px;
}

.mec3-m-titulo-primeiro {
    position: relative;
    padding: 15px 25px;
    text-align: center;
}
.mec3-m-titulo-primeiro.esq {
    margin-right: auto;
    margin-left: 8%;
    padding-bottom: 25px;
}
.mec3-m-titulo-primeiro.c-sombra .mec3-svg-bg {
    -webkit-filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
    filter: drop-shadow(3px 3px 4px rgba(34, 34, 34, 0.3));
}

.mec3-produtos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mec3-produtos-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    min-width: 110px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 160px;
}
.mec3-produtos-item img {
    z-index: 10;
}

.mec3-produtos-item-tx {
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
}
.mec3-produtos-item-tx span {
    display: block;
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 991px) {
    .mec3-produtos-item-tx span {
        font-size: 20px;
        line-height: 26px;
    }
}
.mec3-produtos-item-tx.escuro {
    z-index: 1;
}
.roxo .mec3-produtos-item-tx {
    background-color: #702283;
}
.roxo .mec3-produtos-item-tx.escuro {
    background-color: #54145E;
}
.vermelho .mec3-produtos-item-tx {
    background-color: #D52228;
}
.vermelho .mec3-produtos-item-tx.escuro {
    background-color: #6C1618;
}
.verde .mec3-produtos-item-tx {
    background-color: #46A334;
}
.verde .mec3-produtos-item-tx.escuro {
    background-color: #1E561A;
}
.azul .mec3-produtos-item-tx {
    background-color: #02527A;
}
.azul .mec3-produtos-item-tx.escuro {
    background-color: #143C72;
}
.verde-agua .mec3-produtos-item-tx {
    background-color: #018052;
}
.verde-agua .mec3-produtos-item-tx.escuro {
    background-color: #38724E;
}

.mec3-importante {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    padding: 30px 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #727277;
    text-align: center;
}
@media (max-width: 767px) {
    .mec3-importante {
        padding: 30px 20px;
    }
}

.mec3-desafio-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mec3-desafio-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.mec3-desafio-col.pontos {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 180px;
}
.mec3-desafio-col.pc {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
    min-height: 160px;
    min-width: 160px;
}
@media (max-width: 479px) {
    .mec3-desafio-col.pc {
        min-height: 220px;
    }
}
.mec3-desafio-col.pc img {
    margin-left: -30%;
    max-width: 130%;
    margin-bottom: -20%;
}
.mec3-desafio-col.pc2 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
    min-height: 160px;
    min-width: 160px;
}
@media (max-width: 479px) {
    .mec3-desafio-col.pc2 {
        min-height: 220px;
    }
}
.mec3-desafio-col.pc2 img {
    margin-right: -30%;
    max-width: 130%;
    margin-bottom: -20%;
}
.mec3-desafio-col.celular {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    margin-left: auto;
}
.mec3-desafio-col.celular img {
    position: absolute;
    bottom: -70px;
    width: 320px;
    max-width: 300px;
    right: -160px;
}

.mec3-tabela {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.mec3-tabela .tm-table {
    min-width: 100px;
}
.mec3-tabela .tm-row-cont {
    border: none !important;
    background-color: transparent !important;
}
.mec3-tabela .tm-row {
    padding: 4px;
    background-color: transparent !important;
}
.mec3-tabela .tm-col {
    border: none !important;
}
.mec3-tabela .tm-col-cont {
    background-color: #DEDFDF;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    color: #FF6C00;
    font-weight: bold;
}
@media (max-width: 991px) {
    .mec3-tabela .tm-col-cont {
        font-size: 16px;
        line-height: 22px;
    }
}
.mec3-tabela .tm-col:first-child .tm-col-cont {
    background-color: #FFB100;
}
.mec3-tabela .tm-title .tm-col-cont {
    background-color: #fff;
}
.mec3-tabela .tm-title .tm-col:first-child .tm-col-cont {
    background-color: #FF6C00;
    color: #fff;
}


/* Calendario */
.calendar2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
}
.calendar2 .slide-mascara {
    width: 100%;
}
.calendar2 .slide {
    height: auto;
    width: 33.33%;
}
@media (max-width: 767px) {
    .calendar2 .slide {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .calendar2 .slide {
        width: 100%;
    }
}
.calendar2 .slide-cont {
    padding-left: 20px;
    padding-right: 20px;
}

.calendar2-title {
    text-decoration: none;
    color: #FF9304;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.calendar2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 5px;
}

.calendar2-grid-item {
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #ADA8A8;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}
.calendar2-grid-item.disable {
    opacity: 0;
}
.calendar2-grid-item.days {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3C3838;
    font-weight: bold;
    text-align: left;
}
.calendar2-grid-item.adicionar {
    color: #FF9304;
    cursor: pointer;
    border: 1px dashed #FF9304;
}
.calendar2-grid-item.selecionado {
    color: #fff;
    background-color: #FF9304;
    border: 1px solid #FF9304;
}
.calendar2-grid-item.finalizar {
    color: #0DD160;
    border: 1px solid #0DD160;
}
.calendar2-grid-item.aprovar {
    color: #9D4EDD;
    border: 1px solid #9D4EDD;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }


.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.vertical-flip-image {
    transform: scaleY(-1);
}

.text-overflow-list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
    -webkit-box-orient: vertical;
 }

 video {
    width: 100%    !important;
    max-height: 500px !important;
}

.tabela.fixa {
    overflow: auto!important;
}

.tabela.fixa .tabela-linha.tabela-titulo {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
