svg {
    fill: #FFF;
}
@media screen and (min-width:768px){
    svg {
        width: 25px;
        height: 25px;
    }  
 
}
@media screen and (max-width:768px) {
    svg {
        width: 20px;
        height: 20px;
    }

}

@media screen and (max-width:320px) {
    svg {
        width: 16px;
        height: 16px;
    }

}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/public/fontes/fontawesome-webfont.eot);
  src: url(/public/fontes/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/public/fontes/fontawesome-webfont.woff2) format('woff2'), url(/public/fontes/fontawesome-webfont.woff) format('woff'), url(/public/fontes/fontawesome-webfont.ttf) format('truetype'), url(/public/media/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.menu-categoria-lista-painel {
    height: 100%;
    width: 85vw;
    display: inline-block;
    overflow-y: auto;
}

.menu-categoria-lista-voltar {
    font-size: 0.6em;
    padding: 0px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    min-height: 41px;
    color: #7d7d7d;
}

.menu-categoria-lista-voltar #IconeArrowRight {
    transform: rotate(180deg);
    margin-right: 5px;
}

.menu-categoria-lista-voltar div.flex-1 b {
    margin-left: 20px;
}

.menu-categoria-item {
    font-size: 0.6em;
    padding: 11px 30px;
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;    
    min-height: 45px;
}
.li-destaque {
    background: #365dae29;
}
.menu-categoria-label {
    font-size: 0.7em;
    color: #7d7d7d;
    padding: 12.5px 18px;
    border-bottom: 1px solid #ddd;
    background: #365dae29;
}
.menu-categoria-label small {
    margin-right: 5px;
}

.menu-categoria-item .fa {
    height: 1em;
    width: 1em;
}
.menu-categoria-lista {
    width: 100%;
    height: 100%;
}

.menu-categoria-lista-conteiner {
    width: 425vw;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.active0 {
    transform: translateX(0px);
    transition: all .20s linear;
}

.active1 {
    transform: translateX(-85vw);
    transition: all .20s linear;
}

.active2 {
    transform: translateX(-170vw);
    transition: all .20s linear;
}

.active3 {
    transform: translateX(-255vw);
    transition: all .20s linear;
}

.active4 {
    transform: translateX(-340vw);
    transition: all .20s linear;
}

.active5 {
    transform: translateX(-425vw);
    transition: all .20s linear;
}

/* .menu-categoria-lista-conteiner:hover {
  width: 920vw;
  transform: translateX(-80vw);
  transition: all .20s linear;
} */menu #IconeArrowRight {
	display: flex;
}
menu {
	-webkit-appearance: none;
}
.nav {
	background: white;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav ul li a {
	color: #7d7d7d;
	padding: 15.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-direction: row;
}
.classMenu {
    /* padding: 5%; */
   	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
    left: -100%;
	z-index: 99;
	transform: translateX(0%);
	transition: all .20s linear;
	width: 85%;
	height: 100%;
	min-height: auto;	
	align-content: stretch;
	font-size: 32px
}

.mascara {
	background: rgba(0, 0, 0, 0.247);
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: auto;	
	align-content: stretch;
	left: -100%;
	top: 0;
	z-index: 10;
	position: fixed;
}

.separador {
    border: 0;
    border-top: 1px solid #e6e6e6;
}

menu .menu-cliente {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0px 18px;
	min-height: 76px;
	height: 76px;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
	width: 100%;
	background: #365EAE;
	z-index: 1;
	align-items: center;
}
menu .menu-cliente > a,
menu .menu-cliente > div {
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

}
menu .menu-cliente .profile-picture {
	width: 32px;
	height: 32px;
	border-radius: 16px;
}
menu .menu-cliente div > a,
menu .menu-cliente div > span {
	display: block;
	margin-left: 10px;
	font-family: 'roboto_condensedbold';
	font-size: 1.2em; 
}

menu .menu-cliente div > a {
	text-transform: uppercase;
}

.menu-active .mascara {
	left: 0% !important;
    opacity: 1;
    will-change: opacity;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.menu-active .classMenu {
    left: 0% !important;
    transform: translate(0px, 0px);
    transition: left 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.menu-cliente a {
	color: white;
}
.nav svg {
	width: 16px;
	height: 16px;
}
.nav svg  * {
	fill: #b1b1b1;
}

.nav {
	height: 100%;
}

menu .classMenu {
	font-size: 28px;
}
menu .nav ul li a {
	padding: 12.5px 18px;
	font-size: 0.6em;
	min-height: 48px;
	align-items: center;
}
menu .menu-cliente div > a, menu .menu-cliente div > span {
	font-size: 0.7em;
	
}
.IconeMenuCliente svg {
	width: 26px;
	height: 26px;
	
}
menu .menu-cliente {
	min-height: 76px;
	height: 76px;
}

@media screen and (max-width:375px) {
	menu .menu-cliente {
		min-height: 56px;
		height: 56px;
	}
}.tags-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 18px;
  width: auto;
}

.tags-container::-webkit-scrollbar {
  display: none;
}

.tag-item-container {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: #FF5B23;
  font-size: 10px;
  line-height: 12px;
  color: #FFF;
  font-weight: 900;
  font-style: italic;
  padding: 4px;
  border-radius: 4px;
  flex: 0 0 auto;
  margin-right: 5px;
  height: 18px;
}

.tag-item-container .tag-item-icon svg {
  margin-top: 2px;
  width: 14px !important;
  height: 14px !important;
}

.tag-item-container .tag-item-icon.shuriken svg {
  margin-top: 3px;
  height: 13px !important;
  width: 13px !important;
}

.tag-item-subicon {
  display: none;
}

.tag-item-container .tag-item-description {
  margin-left: 3px;
}

.closed-version .tag-item-description {
  display: none;
}

.closed-version .discount .tag-item-subicon {
  display: block;
  margin-top: -6px;
  font-size: 8px;
  height: max-content;
  line-height: 1.5;
}

.closed-version .discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  font-size: 9px;
  padding: 0px 4px;
}
.star {
    color: #ddd;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    letter-spacing: -1px;
}
.star:before {
    content: '\2605';
    font-size: 16px;
}
.star-checked {
    color: #FEC000 !important;
}
.star-number {
    font-size: 0.6em;
    display: block;
    margin-left: 3px;
    color: #858585;
}.ctn-produto {
  padding: 10px 16px;
  border-top: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: row;
  color: #333333;
  position: relative;
  min-height: 96px;
}

.selo-oferta {
  width: 76px !important;
  height: 13px !important;
}

.selo-prime {
  width: 90px !important;
  height: 20px !important;
}

.ctn-produto-preco {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
}

.ctn-produto-preco .fabicrante-tags-container {
  display: flex;
  align-items: center;
  align-content: center;
}

.fabicrante-tags-container .produto-tags {
  margin-left: 6px;
}

.products-closed-tags-container {
  margin-top: 9px;
}

.pnome {
  font-size: 0.6em;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctn-produto #avista {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ctn-produto #avista .pvalor,
.ctn-produto #avista .pvalor-texto {
  color: #029905;
}
.ctn-produto #avista .pvalor-texto {
  font-size: 0.7em;
  margin-left: 5px;
}
.ctn-produto #aprazo {
  line-height: 1;
}
.ctn-produto #aprazo .pvalor-texto {
  font-size: 0.6em;
}
.ctn-produto #aprazo .pvalor,
.ctn-produto #aprazo .pvalor-texto {
  color: #858585;
}
.ctn-produto #avista .pvalor {
  font-size: 1em;
  margin-right: 5px;
  min-width: 130px;
}
.ctn-produto #aprazo .pvalor {
  font-size: 0.7em;
  margin-right: 5px;
}
.pvalor {
  font-family: "roboto_condensedbold";
  letter-spacing: -1.1px;
}
.ctn-produto #stars {
  line-height: 1;
}

.ctn-produto .stars-spacing {
  min-height: 17px;
}
.ctn-produto img {
  margin-left: 10px;
}
.produto-fabricante {
  font-size: 0.6em;
  color: #858585;
}
.produto-indisponivel {
  font-weight: bold;
  font-size: 0.7em;
  color: #a7a7a7;
}
.produto-desconto-tipos svg {
  fill: #049907;
}
.produto-desconto-tipos {
  font-size: 0.6em;
  color: #049907;
  margin-top: 5px;
  padding: 5px 0px;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* 
1200px – Desktops, notebooks com monitores widescreen
***********************************************************/
@media screen and (max-width: 2000px) {
  .ctn-produto {
    font-size: 25px;
  }
  .ctn-produto img {
    width: 110px;
    height: 110px;
  }
  .pnome {
    max-height: 1em;
    line-height: 1.17em;
    -webkit-line-clamp: 1;
    font-size: 0.75em;
  }

  .ctn-produto-preco {
    margin-left: 30px;
  }
  .ctn-produto #stars .star:before {
    font-size: 22px;
  }
  .imagem-prime-right,
  .imagem-oferta-right {
    display: block;
    line-height: 1;
  }
  .imagem-prime-bottom,
  .imagem-oferta-bottom {
    display: none;
  }
}
/* 
480px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width: 768px) {
  .ctn-produto {
    font-size: 22px;
  }
  .ctn-produto img {
    width: 90px;
    height: 90px;
  }
  .pnome {
    max-height: 2.35em;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
  }

  .ctn-produto-preco {
    margin-left: 20px;
  }
  .ctn-produto #stars .star:before {
    font-size: 20px;
  }
}
/* 
375px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width: 425px) {
  .ctn-produto {
    font-size: 20px;
  }
  .ctn-produto img {
    width: 80px;
    height: 80px;
  }
  .pnome {
    max-height: 2.35em;
    line-height: 1.17em;
    -webkit-line-clamp: 2;
  }
  .ctn-produto #stars .star:before {
    font-size: 15px;
  }
}
/* 
320px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width: 360px) {
  .pnome {
    max-height: 2.35em;
    line-height: 1.17em;
    -webkit-line-clamp: 2;
  }
  .selo-prime {
    width: 90px !important;
    height: 20px !important;
  }
  .selo-oferta {
    width: 76px !important;
    height: 13px !important;
  }
  .imagem-prime-right {
    display: none;
  }
  .imagem-prime-bottom {
    display: block;
  }
  .imagem-oferta-right {
    display: none;
  }
  .imagem-oferta-bottom {
    display: block;
  }
  .ctn-produto img {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.selo-frete-gratis {
  width: 4.5em;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.selo-frete-gratis .selo-frete-gratis-img {
  width: 100%;
  height: 32px;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .selo-frete-gratis {
    width: 3.8em;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  .selo-frete-gratis .selo-frete-gratis-img {
    width: 100%;
    height: 30px;
    margin-left: 0;
  }
}

.busca-autocomplete-produto
  #ctnBusca
  .ctn-produto
  .ctn-produto-preco
  .selo-frete-gratis {
  display: none;
}
#IconeCarrinho {
    position:  relative;
}
#IconeCarrinho .bola {
    position: absolute;
    right: -14px;
    top: -8px;
    background: #ff6600;
    color: white;
    border-radius: 50% 50%;
    width: 18px;
    height: 18px;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 768px) {
    #IconeCarrinho svg {
        width: 28px;
        height: 22px;
    }
}.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:0 22px;
    box-shadow:0 2px 5px rgba(0,0,0,.26);
}
.header {
    background: #365EAE;
}
.ctn-icones,
.ctn-pesquisa  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ctn-icones a {
    margin-left: 20px;
}
.ctn-pesquisa {
    margin-top: 4px;
}
.ctn-pesquisa > form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    justify-content: space-between;
    z-index: 12;
    
}
.ctn-pesquisa svg {
    width: 25px;
    height: 25px;
}

#header .ctn-pesquisa  label {
    width: 85%;
    
    border: 0px;
    
    
}

#header .ctn-pesquisa  label input {
    font-size: 0.9em;
    padding: 0 10px;
    height: 36px;
}

.ctn-pesquisa button {
    border: none;
    background: none;
}
.busca-autocomplete {
    display: none;
}

.busca-ativa .ctn-pesquisa button {
    z-index: 9999;
}
.busca-ativa .busca-autocomplete {
    position: relative;
    display: block;
    width: 100%;
    background: #FFF;
    margin-top: 10px;
    border-radius: 2px;
    z-index: 12;
}
.busca-ativa .busca-autocomplete .buscando-produto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color:#8e8e8e;
    z-index: 12;
}
.busca-ativa .busca-autocomplete .busca-autocomplete-produto {
    background: #FFF;
    position: absolute;
    border-radius: 2px;
    padding-top: 10px;
    z-index: 12;
    width: 100%;
    text-align: center;
}
.busca-ativa .busca-autocomplete .busca-autocomplete-produto #ctnBusca {
    overflow-y: scroll;
    max-height: 400px;
}
.busca-ativa .busca-autocomplete .busca-autocomplete-produto .fa-spinner:before {
    font-size: 22px;
}
.busca-ativa .busca-autocomplete:before {
    z-index: 12;
    content: '';
    position: absolute;
    top: -9px;
    left: 14px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 14px solid white;
}

.busca-ativa .busca-autocomplete img {
    width:40px;
    height: 40px;
}
.busca-ativa .busca-autocomplete .busca-vermais {
    background: #f1f1f1;
    text-align: center;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color:#8e8e8e;
}

.busca-ativa .mascara {
    left: 0%;
    background: rgba(0, 0, 0, 0.43);
}
.busca-ativa .busca-autocomplete .ctn-produto {
    border-bottom: 1px solid #e6e6e6; 
    border-top: 0px;
    padding: 6px 10px;
    z-index: 12;
    min-height: 50px;
}

.busca-ativa .busca-autocomplete .ctn-produto .ctn-produto-preco {
    text-align: left;
}
.busca-ativa .busca-autocomplete .pvalor {
    display: none;
}
.busca-ativa .busca-autocomplete .pnome {
    font-size:0.550em;
    color: #505050;
}
.busca-ativa .busca-autocomplete .pvalor-texto {
    display: none;
}
.busca-ativa .busca-autocomplete i {
    color: #e9e9e9;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.busca-ativa .busca-autocomplete .fa-3x {
    font-size: 20px;
}
@media screen and (min-width:768px){
    .header {
        height: 125px;
    }
    .mini-kabum {
        width: 120px;
    }
    .IconeMenuClose svg {
        width: 20px;
        height: 20px;
    }
    .IconeCarrinho svg {
        width: 28px;
        height: 28px;
    }
    .IconeSanduiche svg {
        width: 28px;
        height: 28px;
    }
    .IconePesquisa svg {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:767px) {
    .mini-kabum {
        width: 80px;
        padding-bottom: 0px;
    }
    .header {
        height: 105px;
    }
    .ctn-pesquisa input{
        font-size: 0.9em;
    }
    .ctn-icones img {
        width: 85px;
    }
    .IconeMenuClose svg {
        width: 18px;
        height: 18px;
    }
    .IconeCarrinho svg {
        width: 25px;
        height: 25px;
    }
    .IconeSanduiche svg {
        width: 24px;
        height: 24px;
    }
    .IconePesquisa svg {
        width: 28px;
        height: 26px;
    }
}

.prompt__backdrop {
    pointer-events: none;
    background: rgba(0,0,0,0.5);
    display: flex;
    z-index: 8;
    position: fixed;
    left: 0; right: 0; top: 0; bottom: 0;
}

.prompt__dialog {
    margin-top: auto;
    width: 100%;
    background: #F3F3F3;
    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.15);
    pointer-events: all;
}
.prompt__dialog__header {
    display: flex;
    padding: 15px;
}

.prompt__dialog__header span {
    margin: auto;
    font-weight: bold;
}

.prompt__dialog__header svg {
    height: 15px;
    width: 15px;
}

.prompt__dialog__content {
    padding: 20px;
    display: flex;
}

.prompt__dialog__button {
    cursor: pointer;
}

.prompt__dialog__icon {
    display: flex;
}

.prompt__dialog__icon svg {
    height: 30px;
    width: 30px;
}

.prompt__dialog__icon span {
    margin: auto;
    margin-left: 10px;  
}

.prompt__dialog__button {
    background: #FF5B23;
    border-radius: 5px;
    height: 30px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: auto;
}
#BigBanner {
	*margin-bottom: 5px;
}
#BigBanner a img,
#BigBanner img {
	width: 100%;
	height: 100%;
}

.slick-slide img {
	margin: auto;
}
.slick-slider {
	height: 250px;
}
.slick-dots {
	bottom: -8px;
}
.slick-dots li {
	margin: 0px !important;
	width: 18px;
}
.slick-dots li button:before {
	font-size:8px;
}
#SmallBanner a img,
#SmallBanner img {
	width: 100%;
	height: 100%;
}
.slider-control-bottomcenter {
    bottom: -40px !important;
    width: 100% !important;
}
.slider-control-centerright,
.slider-control-centerleft {
	display: none !important;
}
.slider-control-bottomcenter ul li button {
	padding: 5px !important;
	color: #4e4e4e !important;
}
@media screen and (max-width:2560px){
    #SmallBanner {
		height: 70px;
	}
}
@media screen and (max-width:480px){
    #SmallBanner {
		height: 50px;
	}
}
.produto-preco .pvalor,
.produto-preco .pvalor-texto{
	color:#029905;
}
.produto-preco .pvalor-texto{
	font-size: 0.7em;
}
.produto-preco .aprazo {
	line-height: 1;
}
.produto-preco .aprazo .pvalor-texto{
	font-size: 0.6em;
}
.produto-preco .aprazo .pvalor,
.produto-preco .aprazo .pvalor-texto{
	color: #858585;
}
.produto-preco .pvalor {
	font-size: 1em;
	margin-right: 5px;
	min-width: 130px;
}
.produto-preco .aprazo .pvalor {
	font-size: 0.7em;
	margin-right: 5px;
}
.pvalor {
	font-family: 'roboto_condensedbold';
	letter-spacing: -1.1px;
}.count-down{
    color: #FFF;
    display: flex;
    min-height: 52px;
    width: 35%;
    background: #000;
    border-radius: 4px;
}

.count-down svg{
    fill: #FFF;
    width: 37px;
    height: 37px;
}

.count-down .count-down-icone{
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: center;
}

.count-down .count-down-tempo {
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 60%;
}

.count-down .count-down-tempo .count-down-tempo-group{
    line-height: 17px;
}

.count-down .count-down-tempo .count-down-tempo-info{
    font-size: .56em;
}

.count-down .count-down-tempo .count-down-tempo-count{
    font-size: .8em;
}

@media screen and (min-width:690px){
    .count-down{
        background: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        align-items: center;
        justify-content: center;
    }

    .count-down .count-down-tempo{
        padding-top: 0;
    }
}
@media screen and (max-width:700px){
    .count-down{
        width: 55%;
    }
}
@media screen and (max-width:426px){
    .count-down{
        width: 90%;
    }

}

.ofertas-home .ctn-produto .desconto{
    display: block;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 2%;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    border: 2px solid;
    min-width: 54px;
    font-size: 0.75em;
    z-index: 8;
}
.ofertas-home .ctn-produto-preco {
    width: 100%;
}
.ofertas-home .ctn-produto .desconto svg {
    width: 15px;
    height: 15px;
}
.ofertas-home h1 {
    border-bottom: 0px;
}
.ofertas-home h2 {
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    padding: 16px 22px;
    text-transform: uppercase;
    margin-top: 0px;
}
.ctn-mkabum section article.ofertas-home {
    *border-bottom: 1px solid #e6e6e6; 
    padding: 0px;
}
.ofertas-home .link-lista {
    font-weight: bold;
    background: black;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    margin: auto;
    width: 95%;
    margin-bottom: 15px;
    border-radius: 4px;
    min-height: 40px;
    padding: 10px;
    font-size: 0.7em;
    margin-top: 10px;
}

.oferta-grupo::after, .oferta-grupo::before{
    display: table;
    content: " ";
    clear: both;
}.ofertas-home h1{
    padding-bottom: 0;
    text-transform: uppercase;
}#home article {
  padding: 0;
}

.loading {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 12px;
}
footer {
	overflow: auto;
}

footer > div {
	position: absolute;
	max-height: 370px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	box-shadow: -1px -1px 5px rgba(0,0,0,.26);
}
footer a {
	color: white;
}

footer .footer-col-1 svg ,
footer .footer-col-2 svg {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
footer .footer-forma-pagamento {
	color: white;
	margin: 10px 0px;
	margin-bottom:15px;
}
footer .icone-master-fill-1 {
	fill: #2a488a;
}
footer .footer-forma-pagamento span {
	margin-right: 10px;
}
footer .footer-forma-pagamento img {
	width: 20px;
	height: 20px;
}
footer .IconeMasterCard,
footer .IconeVisa,
footer .IconeAmericanExpress,
footer .IconeElo,
footer .IconeHiperCard,
footer .IconeDinersFooter,
footer #IconeItau,
footer #IconeBB,
footer #IconeBoleto {
	margin-right: 5px;
	display: flex;
    align-items: center;
}
footer .footer-forma-pagamento-text {
	color: white;
	font-size:1em !important;
	margin-bottom: 5px;
	margin-top: 10px;
}
footer .footer-tags {
	color: white;
	-ms-box-orient: horizontal;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 30px;
	padding-right: 30px;
}

footer .footer-tags-text {
	color: white;
	font-size:1em !important;
	margin-bottom: 5px;
	margin-top: 10px;
}

footer .footer-tags li {
	margin-right: 11px;
}

footer .footer-tags li:last-child {
	margin-right: 0;
}

footer .footer-tags li .tag-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: #fff;
	border-radius: 5px;
	outline: none;
	border: none;
	margin-bottom: 10px;
	height: 34px;
	box-sizing: border-box;
	
}

footer .footer-tags li .tag-button img {
	padding: 4px;
}

footer .footer-tags li .tag-button a img {
	padding: 4px;
}

footer .footer-tags li .tag-button-cdn-reclame-aqui {
	display: inline-block;
	background: #FFF;
	border-radius: 5px;
	outline: none;
	border: none;
	margin-bottom: 10px;
	height: 34px;
}

footer .footer-tags li .tag-button-cdn-blindado {
	display: inline-block;
	background: #FFF;
	border-radius: 5px;
	outline: none;
	border: none;
	margin-bottom: 10px;
	height: 34px;
}

.tag-button-cdn-blindado a img {
	width: 85px !important;
	padding: 4px;
	box-sizing: border-box;
} 

.imagem-rodape-google {
	width: 62px !important;
}

.imagem-rodape-ebit {
	width: 98px !important;

}

.imagem-rodape-consumidor {
	width: 90px !important;
}

.ctn-footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0px;
    padding-bottom: 0px;
}
.a-line {
	line-height: 1;
	text-align: right;
	
}
.footer-col-1 a,
.footer-col-2 a {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
} 

.footer-col-1 {
	text-align: justify;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-col-2 {
	text-align: justify;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.rodape-copyright {
	display: block;
    text-align: center;
    color: #85A3CE;
    font-size: 0.7em;
}
.footer-inferior {
    padding: 20px 10px;
	background: #162b58;
}
.footer-centro {
	display: flex;
	flex-direction: row;
	padding: 10px;
	background: #233d75;
	justify-content: center;
}
.footer-centro__sideA {
	margin-right: 5px;
}
.footer-centro__sideB {
	margin-left: 5px;
	margin-left: 16px;
}
.footer-centro__sideA,
.footer-centro__sideB {
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.footer-superior {
	padding: 25px 10px;
	background: #2b488a;
}
.footer-superior__trabalhe_conosco svg,
.footer-superior__black_friday svg {
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.footer-superior__trabalhe_conosco,
.footer-superior__black_friday {
	display: block;
}

.ra-widget-reputation-stamp {
	width: 20px !important;
	margin: 2px 0 0 3px !important;
}

.ra-widget-reputation-text {
	font-size: 10px !important;
	margin-top: 4px !important;
}

.ra-widget-reputation-logo {
	width: 50px !important;
	margin: 1px 0px 0 5px !important;
}

.ra-widget-reputation-content {
	height: 26px !important;
	width: 85px !important;
}

#ra-widget-reputation {
	width: 85px !important;
	height: 26px !important;
	padding: 4px;
	box-sizing: border-box !important;
}

@media screen and (min-width:768px){
	footer {
		font-size: 15px;
	}
	.ctn-footer img {
		width: 120px;
	}
}

@media screen and (max-width:768px){
	footer {
		font-size: 15px;
	}
	.ctn-footer img {
		width: 80px;
	}
}
/* 
320px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width:375px){
	footer {
		font-size: 14px;
	}
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/public/media/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/public/fontes/slick.eot);
    src: url(/public/fontes/slick.eot?#iefix) format('embedded-opentype'), url(/public/fontes/slick.woff) format('woff'), url(/public/fontes/slick.ttf) format('truetype'), url(/public/media/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.acabaram-chegar {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    padding-bottom: 10px;
}
.acabaram-chegar .swiper-container {
    width: 100%;
    height: 100%;
}
.acabaram-chegar .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.acabaram-chegar .swiper-produto {
	text-align: left;
    padding-bottom: 30px;
}
.acabaram-chegar .produto-titulo {
    color: #8e8e8e;
	font-size: 0.65em;
	line-height: 1.17em;
    height: 2.34em;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.35em;
    text-align: left;
    font-weight: bold;
}
.acabaram-chegar .dias, 
.acabaram-chegar .preco {
    text-align: left;
    padding: 8px 0px;
    padding-bottom: 0px;
    display: block;
    font-weight: bold;
}
.acabaram-chegar .dias {
	font-size: 0.65em;
    color: #9c9c9c;
}
.acabaram-chegar .preco {
	font-size: 0.8em;
    color: #029905;
}#login .fa-star {
	color: #ddd;
}

#login .star-checked {
    color: #FEC000;
}
#login .bloco h2 {
	color: #828282;
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 400;
}

#login .ctn-opcao {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#login .ctn-opcao-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-direction: column;
}
#login .ctn-opcao-text span:nth-child(1){
	color:#FF6600;
	font-family: 'roboto_condensedbold';
	margin-bottom: 2px;
}
#login .ctn-opcao-text span:nth-child(2){
	color: #7d7d7d;
}

#abrir-form-cadastro,
#abrir-form-login {
	margin-top: 7px;
}
#login .bloco input[type="text"],
#login .bloco input[type="password"],
#login .bloco input[type="tel"] {
	margin-top: 18px;
}
#login .bloco input[type="radio"] {
	float: left;
	display: block;
	margin-top: 5px;
}
#login .ReactPasswordStrength-strength-desc {
	top: 22px !important;
}
#login .bloco > div{
  overflow:hidden;
  max-height:0px;
  transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
}
#form-cadastro > input:checked + label + div{
  max-height: 440px;
}
#form-login > input:checked + label + div{
	max-height: 440px;
}

#login .link-login {
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-direction: row;
	margin-top: 12px;
}
#login .link-login a {
	color: #b3b3b3;
    font-size: 0.7em;
}
#login .button-verde, #login .btn-cadastar {
	margin-top: 16px;
}
#recuperarLogin h1,
#recuperarSenha h1  {
	padding: 16px;
	padding-bottom: 0px;
}
#recuperarLogin .button-verde,
#recuperarSenha .button-verde  {
	margin-top: 10px;
}
#recuperarLogin .button-cinza,
#recuperarSenha .button-cinza  {
	height: 40px;
	font-size: 0.7em;
}
#recuperarLogin h2,
#recuperarSenha h2 {
	padding: 0px 16px;
}
#recuperarLogin .recuperar-email,
#recuperarLogin .recuperar-senha {
	color: #FF6600;
    font-size: 1.3em;
}
@media screen and (min-width:768px){
	#login .ctn-opcao-text span:nth-child(1){
		font-size: 0.8em;
	}
	#login .ctn-opcao-text span:nth-child(2){
		font-size: 0.7em;
	}
}

@media screen and (max-width:768px){
	#login .ctn-opcao-text span:nth-child(1){
		font-size: 0.8em;
	}
	#login .ctn-opcao-text span:nth-child(2){
		font-size: 0.7em;
	}

}
.familia-info .title {
  width: 100%;
  height: 10px;
  left: 16px;
  font-family: Swiss !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  padding-bottom: 15px !important;
}

.familia-info .title-info {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.familia-info p.info {
  font-family: Swiss !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  color: rgba(110, 110, 110, 0.6);
}

.familia-info .tabs {
  height: 30px;
  margin-top: 10px;
  background: #fbfbfb;
  border: 0.5px solid #ffff;
  display: flex;
}

.familia-info .tabs .familia-first {
  height: 30px;
  background: #f5f5f5;
  font-family: Swiss !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #6e6e6e;
  padding: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.familia-info .tabs .familia-nome {
  height: 30px;
  font-family: Swiss !important;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #6e6e6e;
  padding: 8px;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.produtos-familia {
  height: 125px;
  max-height: 125px;
  overflow: hidden;
}
.produtos-familia .produto-link {
  padding: 5px;
}

.produtos-familia .produto-link.destaque .produto-image {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.produtos-familia .produto-info {
  margin-top: 15px;
}

.produtos-familia .produto-info .produto-image {
  mix-blend-mode: multiply;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.produtos-familia .produto-info .produto-image img {
  height: 70px;
}

.produtos-familia .produto-info .produto-preco {
  font-family: Swiss !important;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.003em;
  color: #ff5b23;
  margin-top: 10px;
}

.familia-info .child-nome {
  margin-top: 15px;
  font-family: Swiss !important;
  color: #575757;
  font-size: 12px;
}
#frete h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
} 
#frete .remove {
    border-bottom: 0px;
}
#frete .frete-opcao-nome {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex-grow: 1;
}


#frete .frete-opcao-agendada-nome {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-grow: 1;
}

.agendado-subtitle {
    font-size: 12px !important;
    padding-left: 3px;
}

.ultimo-frete {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modalidade-frete-titulo {
    font-weight: bold;
    font-size: 12px;
}

.input-frete-radio {
    display: flex;
    align-items: center;
    width: 100px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 320px) {
    .input-frete-radio {
        width: auto;
        min-width: 90px;
        padding-right: 8px;
    }
}

#frete .pipe {
    color: #ddd;
    margin: 0px 5px;
}

.flex-row-opcoes-frete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.flex-row-opcoes-frete-produto {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 59px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.produto-opcao-frete-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 32px;
}

@media only screen and (max-width: 320px) {
    .produto-opcao-frete-label {
        width: 80px;
    }
}

.flex-row-opcoes-frete-agendado {
    display: flex;
    align-items: center;
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 59px;
}

@media only screen and (max-width: 320px) {
    .modalidade-frete-agendado-container {
        display: flex;
        flex-direction: column;
    }
}


.modalidade-frete {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.modalidade-frete-subtitle {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 320px) {
    .modalidade-frete {
        font-size: 12px;
    }

    .modalidade-frete-subtitle {
        font-size: 12px;
    }

    .frete-valor {
        font-size: 13px !important;
    }
}


.frete-valor-text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.radio-button-frete {
    margin-right: 10px !important;
    width: 18px !important;
    height: 18px !important;
}

.radio-button-frete:checked::after {
    top: 2px !important;
    left: 2px !important;
}

.avaliacao-descricao {
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 32px;
} 
.frete-avaliacao-container {
  display: flex;
  align-items: center;
}

.spacing-2x {
  margin-left: 2px;
}

.spacing-4x {
  margin-left: 4px;
}

.frete-estrela-opacity {
  opacity: 0.3;
  width: 15px;
  height: 15px;
}

.frete-estrela-svg {
  width: 15px;
  height: 15px;
}.bloco-compre-junto {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 16px;
}
.bloco-compre-junto .button {
    margin: 10px 0px;
}
.ctn-compre-junto img {
    margin-right: 10px;
    max-height: 90px;
}
.ctn-compre-junto {
    color: #858585;
}
.ctn-compre-junto .compre-junto-text {
    font-size: 1em;
    font-family: 'roboto_condensedregular';
}
.ctn-compre-junto div:nth-child(2) {
    height: 46px;
    display: flex;
    margin-right: 10px;
    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;
}
.compre-junto-text {
    font-family: 'roboto_condensedbold';
    font-size: 0.6em;
    color: #2E9900;
    padding-left: 5px;
}
.ctn-compre-junto .button-laranja {
    font-size: 0.8em;
    font-weight: normal;
    background: #ff6600;
}
.h3-cj {
    margin-top: 0px;
    border-bottom:1px solid #e6e6e6 !important;
}.ctn-compre-tambem {
    padding:16px 0px; 
}
.compre-tambem-left {
    width: 40%;  
    margin-right: 16px;
} 
.compre-tambem-right {
    width: 60%;
}
.compre-texto {
    font-size: 0.76em;
    line-height: 1.33;
    display: block;
    color: #858585;
    padding: 10px 0px;
}
.compre-price {
    font-weight: bold;
    color: #029905;
    font-size: 0.8em;
}
.compre-tambem-right > .compre-texto {
    max-height: 4em;
    line-height: 1.33em;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;	
    padding: 0px;
}
.compre-tambem-right .flex-row-center .star:before {
    font-size: 1em;
}
.compre-tambem-right .flex-row-center .star {
    margin-top: 8px;
}
.compre-tambem-right .flex-row-center .star-number {
    font-size: 0.7em;
    margin-bottom: 0px;
    margin-top: 8px;
    margin-left: 5px;
}.bloco-opiniao {
    border-bottom: 1px solid #e6e6e6;
    padding: 16px;
}
.opiniao-data,
.opiniao-texto {
    font-size: 0.7em;
    display: block;
    color: #858585;
    /* max-height: 4em; */
    /* line-height: 1.33em; */
    max-width: 100%;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 1;
}
.opiniao-data {
    margin-top: 4px;
    margin-left: 10px;
    font-size: 0.65em;
}
.opiniao-texto {
    margin-top: 12px;
}
.sd-review-rating{
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}#IconeHeart svg * {
    fill: #c7c7c7;
}

#IconeHeartActive svg * {
    fill: #FF6600;
}

.icone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
}
.icone span {
    color: #919191;
    font-size: 0.5em;
}
#IconeHeart svg, 
#IconeHeartActive svg {
    width: 26px;
    height: 24px;
    stroke: #9b9b9b;
    stroke-width: 1;
}
/* @media screen and (min-width: 768px) {
    #IconeHeart svg, 
    #IconeHeartActive svg {
        width: 35px;
        height: 30px;
    } 
}
@media screen and (min-width: 425px) {
    #IconeHeart svg, 
    #IconeHeartActive svg {
        width: 32px;
        height: 28px;
    } 
} */#ctn-brinde {
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
}
#ctn-brinde .ctn-brinde-row {
    border: 1px solid #ddd;
    padding: 5px 5px;
    border-radius:  6px;
    border-top-left-radius:  0px;
}
#ctn-brinde .logo-gratis  {
    position: absolute;
    top: -23px;
    left: 0;
}
#ctn-brinde .ctn-brinde-foto {
    width: 60px;
    margin-right:  26px;
    margin-top: 5px;
}
#ctn-brinde .produto_nome_brinde {
    font-size: 0.55em;
    margin: 0px;
    padding: 0px;
	color: #3c3c3c;
    font-weight: normal;
    font-family: 'roboto_condensedregular';
    max-height: 2.8em;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
#ctn-brinde .valorBrinde {
    color: #fc7026;
    font-size: 0.8em;
}
.bloco-compartilhar::before, .bloco-compartilhar::after{
    display: table;
    content: " ";
    clear: both;
}

.bloco-compartilhar .titulo-shared {
    color: #919191;
    font-size: 0.5em;
}

.bloco-compartilhar .bloco-left, .bloco-left > div, .bloco-compartilhar .bloco-right > div{
    float: left;
}

.bloco-compartilhar .bloco-right {
    float: right;
    margin-right: -5px;
}

.bloco-compartilhar .bloco-left{
    color: #858585;
    font-size: 13px;
}

.bloco-compartilhar .bloco-right > div {
    margin-right: 5px;
}

.bloco-compartilhar .ctn-facebook-shared {
    height: 40px;
    width: 40px;
    border: 5px solid #315796;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bloco-compartilhar .ctn-facebook-shared svg {
    fill: #315796;
    height: 22px;
    width: 22px;
    margin-left: 4px;
    margin-top: 4px;
}

.bloco-compartilhar button.share-fb, #descricao button.share-fb {
    border: 0;
    background: none;
    height: auto;
}

.bloco-compartilhar .ctn-twitter-shared, .bloco-compartilhar .ctn-whatsapp-shared{
    height: 40px;
    width: 40px;
    background: #03A9F4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bloco-compartilhar .ctn-whatsapp-shared {
    background: #1aa50c;
}

.bloco-compartilhar .ctn-twitter-shared svg{
    fill: #FFF;
    height: 30px;
    width: 30px;
    margin-left: 6px;
    margin-top: 7px;
}

.bloco-compartilhar .ctn-whatsapp-shared svg{
    fill: #FFF;
    height: 30px;
    width: 30px;
    margin-left: 2.25mm;
    margin-top: 8px;
}

.bloco-compartilhar .bloco-left{
    margin-top: 7px;
}

.bloco-compartilhar .compartilhar-1{
    margin-top: 7px;
}

.bloco-compartilhar .compartilhar-1 svg{
    fill: #858585;
}

.bloco-compartilhar .compartilhar-2{
    margin-left: 15px;
}

@media screen and (max-width:375px) {
    .bloco-compartilhar .bloco-left, .bloco-compartilhar .bloco-right{
        float: none;
    }

    .bloco-compartilhar .bloco-right{
        margin-top: 10px;
        display: inline-block;
    }
}#breadcrumb,
.breadcrumb-link {
    color: #365dae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}
#breadcrumb svg {
    fill:#365dae;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    margin-top: 5px;
}
#breadcrumb {
    font-size: 0.55em;
    padding: 0 16px;
    background: #f9f9f9;
}
.breadcrumb-2 #IconeArrowRight {
    display: none;
}
.block {
    display: inline-block;
}#descricao article {
  padding-top: 0px;
}
#descricao .bloco-descricao {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 16px;
  padding-top: 10px;
}
#descricao input {
  font-size: 0.76em;
}
#descricao .preco-origem {
  color: #ff6600;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
#descricao #IconePrecoOrigem {
  display: flex;
}
#descricao #Table_01 {
  display: none;
}
#descricao #IconePrecoOrigem svg {
  fill: #ff6600;
  margin-right: 10px;
  width: 23px;
  height: 23px;
}
#descricao .bloco-descricao-s {
  padding: 16px;
}
#descricao .button-adicionar {
  border-bottom: 1px solid #e6e6e6;
}
#descricao .bloco-descricao-s h3 {
  border-bottom: 0px;
  padding-bottom: 10px;
  padding: 35px 0px;
}
#descricao #frete h1 {
  padding: 35px 16px;
  padding-bottom: 10px;
}

#descricao .bloco-descricao h3 {
  padding: 15px 0px;
  border-bottom: 0px;
  padding-bottom: 10px;
}
#descricao .ctn-preco {
  margin-bottom: 10px;
}
#descricao .ctn-cep {
  padding: 20px 18px;
}

#descricao .ctn-cep input,
#descricao .ctn-cep button {
  height: 40px;
}

#descricao input,
#descricao button {
  height: 42px;
}

#descricao h2 {
  color: #ff6600;
  font-size: 0.82em;
  font-family: "roboto_condensedbold";
  padding: 0px;
  margin-top: 0px;
}
#descricao .produto_nome {
  padding: 0px;
  color: #3c3c3c;
  font-size: 0.8em;
  margin: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  font-family: "roboto_condensedregular";
  max-height: 2.8em;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
#descricao .produto_nome_ctn {
  margin-bottom: 45px;
}
#descricao .produto_nome_ctn small {
  line-height: 1;
  font-size: 0.5em;
  color: #919191;
  display: block;
  margin-top: 10px;
}
#descricao .carrousel {
  text-align: center;
}

#descricao .carrousel img,
#descricao .carrousel .foto {
  max-width: 235px;
  margin: auto;
}

#descricao .disponivel,
#descricao .indisponivel {
  margin: 25px 0px;
  margin-bottom: 15px;
}

#descricao .disponivel svg {
  fill: #57a048;
}
#descricao .indisponivel svg {
  fill: #ddd;
}
#descricao .indisponivel span {
  color: rgb(163, 162, 162) !important;
}

#descricao .indisponivel .status-text {
  font-size: 0.6em;
  padding-left: 0px;
  padding: 0px;
  margin-left: 0px;
}
#descricao .indisponivel #IconeArrowBottom {
  margin: 0px 5px;
  transform: rotateZ(0deg);
  transition: all 0.4s ease;
}
#descricao .status {
  font-family: "roboto_condensedbold";
  font-size: 0.6em;
  display: block;
  padding: 5px 15px;
  padding-left: 5px;
  margin-left: 10px;
  color: #888383;
  border-right: 1px solid rgb(231, 231, 231);
}
#descricao .aviseme-active #IconeArrowBottom {
  transform: rotateZ(-180deg);
  transition: all 0.4s ease;
}
#descricao .formulario-aviseme {
  overflow: hidden;
  height: 0;
  scroll-behavior: smooth;
  transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  -moz-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
}
#descricao .formulario-aviseme h3 {
  padding-top: 0px;
}
#descricao .formulario-aviseme input {
  margin-bottom: 10px;
}
#descricao .aviseme-active .formulario-aviseme {
  height: 180px;
}

#descricao .preco {
  font-family: "roboto_condensedbold";
  color: #2e9900;
  font-size: 1.9em;
  letter-spacing: -2.6px;
  width: 60%;
}
#descricao .texto-avista {
  line-height: 14px;
  font-size: 0.6em;
  color: #888383;
}
#descricao .texto-avista > span {
  color: #2e9900;
}
#descricao h1 {
  color: #ff6600;
  font-size: 0.82em;
  font-family: "roboto_condensedbold";
  padding: 25px 0px;
  padding-bottom: 8px;
}
#descricao .IconeVisa svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
#descricao .IconeMasterCard svg {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#descricao .IconeAmericanExpress svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
#descricao .IconeElo svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#descricao .IconeHiperCard svg {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
#descricao .IconeDiners svg {
  width: 28px;
  height: 28px;
}
#descricao .IconeCertinho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#descricao .IconeCertinho svg {
  width: 24px;
  height: 24px;
}
#descricao #parcelamento table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
#descricao #parcelamento table tr td {
  width: 50%;
  font-size: 0.6em;
  line-height: 1.67;
  text-align: left;
  color: #858585;
  padding: 4px 10px;
}
#descricao #parcelamento div table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}

#descricao .ctn-cep .button {
  font-size: 0.65em;
  margin-left: 10px;
}
#descricao .descricao-texto {
  font-size: 0.7em;
  line-height: 1.33;
  display: block;
  color: #858585;
  padding: 10px 0px;
}
#descricao #opinioes h3 {
  padding-top: 14px;
}
#descricao #opinioes span {
  display: block;
}
#descricao #opinioes .titulo-opiniao {
  font-size: 0.8em;
  color: #858585;
  margin-left: 0px;
  font-family: "roboto_condensedbold";
}
#descricao #opinioes .ver-todos {
  font-size: 0.8em;
  color: #858585;
  font-family: "roboto_condensedbold";
}

#descricao #opinioes .ctn-ver-todos {
  padding: 10px 14px;
  margin-bottom: 35px;
}
#descricao #opinioes .ctn-ver-todos svg {
  margin-top: 5px;
}
#descricao #opinioes .star:before {
  font-size: 1.1em;
}
#descricao #opinioes svg {
  fill: #d6d6d6;
}
#descricao .status-text {
  font-family: "roboto_condensedbold";
  font-size: 0.6em;
  color: #2e9900;
  padding-left: 10px;
}

#descricao .preco-por-normal {
  display: block;
  font-size: 0.9em;
  color: #888383;
  margin-top: 15px;
}

#descricao .preco-antigo {
  display: block;
  font-size: 0.9em;
  color: #bbb;
  margin-top: 15px;
}
#descricao .preco-antigo s {
  font-weight: bold;
}
#descricao .produto-desconto {
  display: none;
}

#descricao .bloco-icones-descricao {
  position: absolute;
  top: -22px;
  right: -2%;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#descricao .carrousel {
  position: relative;
}
#descricao .ctn-preco-por {
  color: #333333;
}

#descricao .cronometro svg {
  fill: white;
  width: 30px;
  height: 30px;
}
#descricao .ctn-desconto-cartao {
  font-size: 0.6em;
  line-height: 1.67;
  text-align: left;
  color: #858585;
  margin-bottom: 14px;
}
#descricao .cronometro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
}
#descricao .cronometro .quantidade {
  width: 70%;
}
#descricao .border-right {
  border-right: 1px solid #484848;
  padding-right: 8px;
}
#descricao .cronometro-texto {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
#descricao .cronometro-oferta {
  width: 50%;
}
#descricao .cronometro-texto-expira {
  font-size: 0.7em;
  color: #ffffff;
  text-align: center;
}
#descricao .cronometro-tempo {
  font-size: 1.4em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#descricao #modalidadesFrete {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
}
#descricao #modalidadesFrete.modalidade-ativa {
  max-height: 500px;
}
#descricao_completa > table {
  display: none;
}
#iframe_descricao {
  width: 100%;
  margin-top: 20px;
}

#descricao #descricao_completa {
  font-size: 0.7em !important;
  color: #858585 !important;
  margin: 10px 0px;
  /* max-height: 0; */
  /* transition: max-height 0.25s ease-out; */
  /* overflow: hidden; */
}
#descricao #hasLoad {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: #797979;
}
#descricao #descricao_completa span {
  color: #858585 !important;
}
#descricao .button-openDescricao {
  margin-top: 10px;
}
#descricao #descricao_completa.abrirDescricao {
  max-height: 5000px;
  transition: max-height 0.25s ease-in;
}
#descricao .politicas-site {
  color: #8c8c8c;
  font-size: 0.7em;
  display: block;
  margin-bottom: 5px;
}

#descricao .seller {
  display: flex;

  font-family: roboto_condensedregular;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

#descricao .seller .name {
  text-decoration: underline;
  margin-left: 5px;
}

#FreteGratis .frete-gratis {
  margin-bottom: 5px;
  color: #ff6600;
}
#FreteGratis svg {
  fill: #ff6807;
  width: 25px;
  margin-right: 8px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  #descricao .preco {
    width: 40%;
  }
  #descricao .texto-avista {
    width: 25%;
  }
  #descricao .compre-tambem-left img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #descricao .preco {
    width: 60%;
  }
  #descricao .texto-avista {
    width: 40%;
  }
  #descricao .compre-tambem-left img {
    width: 105px;
  }
}
.selo-frete-gratis-descricao {
  width: 164.47px;
  height: 163.57px;
  position: absolute;
  left: 239px;
  top: 111px;
  pointer-events: none;
}
.selo-frete-gratis-descricao .selo-frete-gratis-img {
  width: 141px;
  height: 164px;
  margin-left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 645px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 645px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 612px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 736px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 581px;
    top: 111px;
    pointer-events: none;
  }
}

@media screen and (max-width: 731px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 576px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 720px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 512px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 485px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 609px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 413px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 481px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 259px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 376px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 220px;
    top: 111px;
    pointer-events: none;
  }
}
@media screen and (max-width: 374px) {
  #descricao .preco {
    width: 70%;
  }
  #descricao .texto-avista {
    width: 30%;
  }
}
@media screen and (max-width: 361px) {
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 204px;
    top: 109px;
    pointer-events: none;
  }
}
@media screen and (max-width: 320px) {
  #descricao .cronometro-texto-expira {
    font-size: 0.7em;
  }
  #descricao .cronometro-tempo,
  #descricao .cronometro-tempo > div {
    font-size: 0.9em;
  }
  #descricao #parcelamento table tr td {
    font-size: 0.55em;
  }
  #descricao .button-openDescricao {
    font-size: 0.6em;
  }
  .selo-frete-gratis-descricao {
    width: 164.47px;
    height: 163.57px;
    position: absolute;
    left: 165px;
    top: 109px;
    pointer-events: none;
  }
}
.bloco-envio-mensagem {
    padding: 16px 16px 0px 16px;
    overflow: auto;
    margin-bottom: 15px;
}

.bloco-text-area-envio-mensagem {
    width: 100%;
    float: left;
}

.bloco-text-area-envio-mensagem textarea {
    height: 54px;
    resize: none;
    margin: 0;
}

.bloco-checkbox-usuario-anonimo {
    font-size: 0.6em;
    color: #858585;
    float: left;
    margin-top: 7px;
}

#descricao label.label-checkbox-usuario-anonimo input[type=checkbox]{
    position: relative;
    vertical-align: middle;
    bottom: 1px;
    margin-right: 4px;
    height: initial;
}

.bloco-botao-envio-mensagem {
    width: 20%;
    float: right; 
}

#descricao .button-enviar-mensagem {
    background-color: #efefef;
    border-radius: 2px;
    border: solid 1px #979797;
    color: #858585;
    font-size: 0.6em;
    height: 30px;
}

.bloco-envio-mensagem .bloco-texto-cabecalho {
    font-size: 0.8em;
    color: #858585;
}

.bloco-form-envio-mensagem {
    margin-top: 10px;
    overflow: auto;
}.block-acoes {
    margin-top: 4px;
    margin-bottom: 15px;
}

.bloco-resposta .block-acoes{
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.block-acoes a {
    color:#BBBBBB;
    display: inline-block;
    font-style: normal;
}

.block-acoes svg {
    fill: #bbb;
    height: 16px;
    margin-bottom: -2px;
    width: 22px;
}

.block-acoes a span.contador-acoes,
.block-acoes span.total-votos {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

.block-acoes span.total-votos {
    margin: 0 8px;
}

.block-acoes a span.contador-acoes {
    margin-left: 4px;
}

.bloco-up-down-vote,
.bloco-like-dislike,
.bloco-melhor-resposta,
.bloco-responder {
    display: inline-block;
    text-align: center;
}

.bloco-melhor-resposta {
    margin-left: 15px;
}
.bloco-like-dislike,
.bloco-responder {
    margin-left: 25px;
}

.bloco-like-dislike a {
    min-width: 40px;
    width: auto;
    text-align: left;
}

.bloco-like-dislike a:first {
    margin-right: 3px;
}

.bloco-melhor-resposta,
.bloco-responder {
    font-size: 0.60em;
}

.bloco-melhor-resposta {
    line-height: 0.7rem;
}

.bloco-melhor-resposta svg {
    margin-right: 6px;
}

.bloco-melhor-resposta.melhor-resposta {
    color: #00C410;
    padding-top: 2px;
}

.bloco-melhor-resposta a,
span.melhor-resposta-selecionada {
    display: inline-block;
    height: 26px;
    margin-top: 1px;
    vertical-align: middle;
    width: 50px;
}

span.melhor-resposta-selecionada,
.link-melhor-resposta {
    text-align: left;
}

.bloco-melhor-resposta a {
    line-height: 0.72rem;
}

span.melhor-resposta-selecionada {
    font-weight: bold;
}

span .svg-checked {
    width: 15px;
}.block-acoes a.liked {
    color: #00C410;
}

.block-acoes a.liked > .icone-like {
    fill: #00C410;
}

.svg-like-vazio {
    display: block;
}

.svg-like-preenchido {
    display: none;
}

.block-acoes a.liked svg > .svg-like-vazio {
    display: none;
}

.block-acoes a.liked svg > .svg-like-preenchido {
    display: block;
}.block-acoes a.disliked {
    color: #CD0000;
}

.block-acoes a.disliked > .icone-dislike {
    fill: #CD0000;
}

.svg-dislike-vazio {
    display: block;
}

.svg-dislike-preenchido {
    display: none;
}

.block-acoes a.disliked svg > .svg-dislike-vazio {
    display: none;
}

.block-acoes a.disliked svg > .svg-dislike-preenchido {
    display: block;
}
.bloco-up-down-vote a.upvote-botao .icone-upvote {
    fill: #BBBBBB;
    width: 17px;
}

.bloco-up-down-vote a.upvoted .icone-upvote {
    fill: #00C410;
}

.bloco-up-down-vote a.downvote-botao .icone-downvote {
    fill: #BBBBBB;
    width: 17px;
}

.bloco-up-down-vote a.downvoted .icone-downvote {
    fill: #CD0000;
}.bloco-respostas {
    margin-top: 15px;
    margin-right: 15px;
}

.bloco-resposta {
    border-top: 1px solid #e6e6e6;
    margin: 0 0 0 15px;
    padding: 15px 15px 0px 0px;
    border-left: 3px solid grey;
}

.bloco-resposta .cabecalho-resposta {
    font-size: 0.5em;
    padding-left: 15px;
}

.bloco-resposta .conteudo-resposta {
    font-size: 0.7em;
    padding-left: 15px;
}

.bloco-mostrar-mais-respostas {
    color: #858585;
    padding: 16px 0px 0px 0px;
    margin: 0px 0px 16px 15px;
}

.bloco-resposta.melhor-resposta {
    border-left: 3px solid #00C410;
    background-color: #E1F7E3
}

.bloco-mostrar-mais-respostas button {
    font-size: 0.6em;
}

.bloco-mostrar-mais,
.bloco-mostrar-mais-sem-resultados,
.bloco-pergunta {
    color: #858585;
}

.bloco-mostrar-mais {
    padding: 16px 0px 0px 0px;
}

.bloco-mostrar-mais-sem-resultados {
    padding: 16px 16px 0px 16px;
}

.bloco-pergunta {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bloco-mostrar-mais-sem-resultados {
    font-size: 0.7em;
}

.bloco-pergunta .conteudo-pergunta {
    font-size: 0.7em;
}

.bloco-pergunta .cabecalho-pergunta {
    font-size: 0.5em;
}.bloco-perguntas {
    padding: 16px 16px 5px 16px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.bloco-mostrar-mais button {
    font-size: 0.6em;
}@charset "UTF-8";

section#card-Wrapper {
   display: flex;

   width: 100%;
   height: 100%;
   padding: 1rem 0;
}

section#card-Wrapper aside#product-pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  height: 100%;
  padding: 0 1rem;
  width: 10rem;
}

section#card-Wrapper aside#product-pic img.product-pic.img {
  width: 6rem;
}

section#card-Wrapper aside#product-pic button.product-pic.button {
  background: #FF6600;
  margin-top: 1rem;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
  height: 2rem;
  width: 6rem;
}

section#card-Wrapper div#product-info {
  display: flex;
  flex-direction: column;
  width: 100%;

  padding-right: 1rem;
}

section#card-Wrapper div#product-info span.product-brand {
  color: #B0B0B0;
  font-size: 12px;
  line-height: 14px;
}

section#card-Wrapper div#product-info span.product-title {
  color: #3A3A3A ;

  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;

  margin: 5px 0;
}

section#card-Wrapper div#product-info div#product-rating {
  display: flex;
  align-items: center;
}

section#card-Wrapper div#product-info div#product-prices span.product-prices.inCash {
  margin-top: 5px;

  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  letter-spacing: -0.06em;

  color: #029905;
}

section#card-Wrapper div#product-info div#product-prices span.product-prices.inCash span.desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  margin-left: 5px;
  letter-spacing: 0.01em;
}

section#card-Wrapper div#product-info div#product-prices span.product-prices.parceled {
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;

  color: #858585;
}

section#card-Wrapper div#product-info div#product-prices span.product-prices.parceled span.desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}

section#card-Wrapper div#product-info div#product-status {
  display: flex;
  flex-direction: column;
}

section#card-Wrapper div#product-info div#product-status span.product-status.titlle {
  margin: 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;

  color: #B0B0B0;
}

section#card-Wrapper div#product-info div#product-status strong.product-status.status {
  margin: 0 0 5px 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;

  display: flex;
  align-items: center;
  letter-spacing: -0.01em;

  color: #595959;
}

section#card-Wrapper div#product-info div#product-status p.product-status.description {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;

  display: flex;
  align-items: center;
  letter-spacing: -0.01em;

  color: #595959;
  margin-bottom: 5px;
}

section#card-Wrapper div#product-info div#product-status strong.product-status.warranty {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  /* or 117% */

  display: flex;
  align-items: center;
  letter-spacing: -0.01em;

  color: #595959;
}

section#card-Wrapper div#product-info p#product-notification {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;

  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;

  color: #595959;
}

section#card-Wrapper div#product-info button.product-button {
  margin: 10px 0;
}

.Modal-modal-0-1-3 {
  padding: 16px !important;
}

.Modal-modal-0-1-3 h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;

  color: #FF6C29;
}

div#carrousel-openbox {
  margin-top: 1.5rem;
  height: 15rem;
}

div#carrousel-openbox div.slider div.slider-frame ul.slider-list li.slider-slide div {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
}

div#carrousel-openbox div.slider div.slider-frame ul.slider-list li {
  height: 200px !important;
}

div#carrousel-openbox div.slider div.slider-control-bottomcenter ul {
  display: flex;
  justify-content: center;
  top: 0 !important;
}

.Modal-modal-0-1-3 svg.Modal-closeIcon-0-1-4 {
  background: #8D8D8D;
  width: 20px;
  height: 20px;
}.openbox-title-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-top: 0px;
}

.openbox-title-block p {
    color: #A8A8A8;
    font-size: 12px;
    line-height: 14px;
}

.openbox-title-block h3 {
    padding-bottom: 2px !important;
}
.oferta .header {
    background: #333333 !important;
}
.oferta .li-destaque,
.oferta .menu-categoria-label {
    background: #00000029;
}
.oferta .menu-cliente {
	background: #333333;
}
.oferta #descricao #frete h1 {
    color: #333333;
}
.oferta #descricao .disponivel svg {
    fill: #ff6600;
}
.oferta #descricao .disponivel .status-text {
    color: #ff6600;
}
.oferta #descricao .disponivel,
.oferta #descricao .indisponivel {
    margin: 15px 0px;
    margin-top: 35px;
}
.oferta #descricao .preco {
    color: #ff6600;
}
.oferta #descricao .texto-avista > span {
    color: #ff6600;
    font-weight: bold;    
}
.oferta #descricao {
    padding-top: 0px;
}

.oferta #descricao h2 {
    color: #333333;
}
.oferta #descricao h3 {
    color: #333333;
}
.oferta #descricao .preco-por {
    color: #333333;
    font-size:1.1em;
    display: block;
}
.oferta #descricao .produto-desconto {
    display: block;
    webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -38px;
    left: 0%;
    color: #FF6600;
    background: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
    border: 2px solid #ff6600;
    min-width: 54px;
    font-size: 0.9em;
    z-index: 8;
}
.oferta #descricao .produto-desconto svg { 
    fill:#FF6600;
    width: 15px;
    height: 15px;
}
.oferta #descricao .button-verde {
    background: #ff6600;
}
#descricao .oferta-rodape .button-laranja {
    background: #ff6600;
    font-size: 1.1em;
    font-weight: bold;
}
#descricao .oferta-rodape {
    display: none;
    position: fixed;
    bottom: 0;
    background: #333333;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 98;
}
.oferta #descricao .oferta-rodape {
    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;
}

.oferta .footer-superior {
    background: #333333;
}
.oferta .footer-centro {
    background: #2b2b2b;
}
.oferta .footer-inferior {
    background: #171717;
}
.oferta footer > div {
    background:#333333;
    padding-top: 16px;
}
.oferta footer .icone-master-fill-1 {
    fill:#333333;
}
.oferta .rodape-copyright {
    color: white;
    padding-bottom: 80px;
}
.oferta .compre-junto-text {
    color: #ff6600;
    font-weight: bold;
}
.oferta .compre-price {
    color: #ff6600;
}
.prime .header {
    background: #333333 !important;
}
.prime #descricao .disponivel svg {
    fill: #676767;
}
.prime #descricao .status-text {
    color:#676767;
}
.prime .li-destaque,
.prime .menu-categoria-label {
    background: #00000029;
}
.prime .menu-cliente {
	background: #333333;
}
.prime #descricao #frete h1 {
    color: #333333;
}
.prime #descricao .disponivel,
.prime #descricao .indisponivel {
    margin: 15px 0px;
}
.prime #descricao .preco {
    color: #ad9262;
}
.prime #descricao .texto-avista > span {
    color: #ad9262;
    font-weight: bold;    
}
.prime #descricao {
    padding-top: 0px;
}

.prime #descricao h3 {
    color: #333333;
}
.prime #descricao .preco-por {
    color: #333333;
    font-size:1.1em;
    display: block;
}
.prime .imagem-prime-right {
    align-items: center;
    display: flex;
    font-size: 0.7em;
}
.prime .imagem-prime-right .prime-exclusivo {
    color: #ad9262;
    font-weight: bold;
}
.prime #descricao .button-verde {
    background: #ac9262;
    color: white;
    font-weight: bold;
}
.prime footer > div {
	background:#333333;
}
.prime .footer-superior {
    background: #333333;
}
.prime .footer-centro {
    background: #2b2b2b;
}
.prime .footer-inferior {
    background: #171717;
}
.prime .rodape-copyright {
	color: white;
}
.prime .compre-junto-text {
    color:#ad9262;
    font-weight: bold;
}
.prime .compre-price {
    color: #ad9262;
}
.prime #breadcrumb .breadcrumb-link {
    color: #333333;
}
.prime #breadcrumb svg {
    fill: #333333;
}
.prime .blocoPrecoPrimeComparativo {
    color: #878383;
    font-size: 0.7em;
}

@media screen and (min-width:768px){
    .prime .imagem-prime-right .prime-exclusivo {
        width: 40%;
    }
}
@media screen and (max-width:767px) {
    .prime .imagem-prime-right .prime-exclusivo {
        width: 60%;
    }

}
@media screen and (max-width:374px) {
    .prime .imagem-prime-right .prime-exclusivo {
        width: 70%;
    }
}
#listagem {
    position: relative;
}
#listagem article {
    padding-top: 0px;
}
#listagem header {
    padding-top: 155px;
}
#listagem .titulo-listagem {
    color: #FF6600;
    font-size: 0.8em;
    font-weight: normal;
    font-family: 'roboto_condensedbold';
    padding: 20px 22px;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#listagem .titulo-listagem span {
    margin-right: 5px;
    font-size: 0.7em;
    font-weight: bold;
    color: #888;
    width: 115px;
}
#listagem .titulo-busca {
    height: 2.34em;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.45em;
    margin-bottom: 5px;
    font-size: 1em;
    color: #ff661d;
}
div.bloco h1 {
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    text-align: center;
}

#listagem-vazio h1 {
    text-align: left;
}
#listagem-vazio  {
    padding-top: 18px;
    border-bottom: 0px !important;
}

@media screen and (min-width: 769px) {
    #listagem header {
        padding-top: 192px;
    }
}
#filtro .topo-filtro {
    background: #E9E9E9;
    font-size: 0.86em;
    height: 50px;
    position: fixed;
    top: 105px;
    width: 100%;
    padding: 0px 22px;
    z-index: 8;
}
#filtro svg {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}
#filtro .filtro-active svg {
    transform: rotateZ(-180deg);
    transition: all 0.4s ease;
}
#filtro .filtro-active:before {
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000000;
    opacity: 0.3;
    height: 100vh;
}
#filtro .filtro-active .filtro-topo,
#filtro .filtro-active .bloco-filtro {
    height: 48px;
    padding-left: 22px;
    color: #858585;
}
#filtro .filtro-active .filtro-topo {
    background-color: #eaeaea;
}
#filtro .filtro-active .filtro-topo b {
    margin-right: 5px;
}

#filtro .filtro-active .filtro-selected {
    color: #1e559e !important;
    font-family: 'roboto_condensedbold';
}
#filtro .ctn-filtro {
    display: none;
}
#filtro .ctn-filtro:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 22px;
    top: -24px;
    border: 12px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom-color: #eaeaea;
    position: absolute;
}
#filtro .filtro-active .ctn-filtro {
    display: block;
    width: 80%;
    left: 0;
    bottom: 0;
    height: 492px;
    position: absolute;
    background: #ffffff;
    top: 56px;
    z-index: 8;
}
#filtro .topo-filtro .flex-1 {
    color: #898989;
    font-family: 'roboto_condensedbold';
}
#filtro .topo-filtro div svg {
    margin-right: 18px;
}
#filtro .ofertas_prime {
    font-weight: bold;
    color: #f97a33!important;
}
@media screen and (min-width: 768px) {
    #filtro .topo-filtro {
        top: 125px;
    }
}#categoria h1 {
    padding: 15.8px 15px;
    padding-bottom: 10px;
}
#categoria article {
    padding-top: 5px;
}
#categoria article .nav {
    font-size: 0.8em;
}
#categoria .nav ul li a {
    border-top: 1px solid #e6e6e6;
}
#categoria .nav ul li svg {
    width: 18px;
    height: 18px;
}#brindeCarrinho #IconeCompreJunto svg {
    width:15px;
    height: 15px;
}
#brindeCarrinho #IconeCompreJunto {
    flex: 1;
    text-align:  center;
    margin-left: 10px;
    margin-right: 10px;
}
#brindeCarrinho #ctn-brinde .logo-gratis {
    display: none;
}
#brindeCarrinho #ctn-brinde .ctn-brinde-row {
    border: 0px;
}
#brindeCarrinho #ctn-brinde .valorBrinde {
    font-size: 0.6em;
}
#brindeCarrinho #ctn-brinde {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
#brindeCarrinho #ctn-brinde .ctn-brinde-foto {
    width: 45px;
    margin-right: 20px !important;
}
#brindeCarrinho #ctn-brinde .produto_nome_brinde img {
    width: 50px;
    margin-right: 5px;
}@charset "UTF-8";

#garantia-accordion {
    color: #888888;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    overflow: hidden;
}

.accordion-item-title {
    border-bottom: 0.15em solid #E5E5E5;
    cursor: pointer;
    display: block;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.accordion-item-conteudo {
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    z-index: 2;
    transition: all 500ms ease;
}

#garantia-estendida ul {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 4px;
}

#garantia-estendida ul li {
    margin: 0;
    margin-bottom: 6px;
    position: relative;
    padding: 0;
    padding-bottom: 4px;
    padding-top: 18px;
}

.accordion-item-title i {
    height: 9px;
    margin-left: 12px;
    margin-top: 9px;
    right: 0;
}

.accordion-item-title i:before,
.accordion-item-title i:after {
    content: "";
    position: absolute;
    background-color: #8B8B8B;
    width: 2px;
    height: 9px;
}

.accordion-item-title i:before {
    margin-top: 7px;
    transform: translate(4px, -2px) rotate(-45deg);
}

.accordion-item-title i:after {
    margin-top: 7px;
    transform: translate(-2px, -2px) rotate(45deg);
}

.accordion-item-checkbox {
    position: absolute;
    cursor: pointer;
    width: 100% !important;
    margin: 0 !important;
    max-width: none !important;
    z-index: 1;
    opacity: 0;
}

.accordion-item-checkbox:checked ~ .accordion-item-conteudo {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
}

.accordion-item-checkbox:checked ~ .accordion-item-title i:before {
    height: 9px;
    margin-top: 6px;
    transform: translate(4px, -1px) rotate(45deg)
}

.accordion-item-checkbox:checked ~ .accordion-item-title i:after {
    height: 9px;
    margin-top: 6px;
    transform: translate(-2px, 0) rotate(-45deg);
}

#garantia-estendida ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

#garantia-estendida ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

#garantia-estendida ul li:nth-of-type(3) {
    animation-delay: 1s;
}

#garantia-estendida ul li:last-of-type {
    padding-bottom: 0;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@charset "UTF-8";


#garantia-estendida {
    color: #888888;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    overflow: hidden;
}

.radio-input-container {
    border-bottom: 0.15em solid #E5E5E5;
    display: block;
    font-size: 14px;
    height: 37px;
    position: relative;
    padding-left: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.radio-input-container .input-radio-elemento {
   display: none;
}

.checkmark {
    border-radius: 25px;
    border: 2px solid #DADADA;
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    top: 7px;
    left: 0;
    height: 20px;
    width: 20px;
}

.radio-input-container .input-radio-elemento:checked ~ .checkmark {
    background-color: white;
    border: 2px solid red;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-input-container .input-radio-elemento:checked ~ .checkmark:after {
    display: block;
}

.radio-input-container .checkmark:after {
    top:3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF5B23;
}

.input-label-group {
    display: flex;
    height: 18px;
    margin-right: 6px;
    padding-top: 8px;
}

.radio-input-container .input-radio-elemento:checked ~ div {
    font-family: 'Roboto-Bold';
    color:#636363;
}

.radio-input-container .input-radio-elemento:checked ~ * .input-label,
.radio-input-container .input-radio-elemento:checked ~ * .right-aligned {
    font-weight: bold;
}

.input-label-group .input-label:first-child {
    cursor: pointer;
    width: 42px;
}

.input-label-group .right-aligned {
    display: inline-block;
    margin-left: auto;
    width: auto;
}

.input-label, .input-label-bold {
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 18px;
    align-items: center;
}

.input-label-bold {
    font-weight: bold;
    color: #636363;
    text-decoration-line: underline;
}

.economize-div {
    color: #FF5B22;
    font-weight: bold;
    margin: auto;
}

.input-label-group .right-aligned,
.economize-div {
    font-size: 0.85em;
}
#carrinho .bloco {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0px;
}
#carrinho article {
  padding-top: 0px;
}
#carrinho .total-carrinho {
  font-size: 0.8em;
  color: #858585;
}
#carrinho .total-carrinho > .pvalor {
  font-size: 1.2em;
  color: #029905;
}
#carrinho .valor-com-desconto-texto {
  color: #365dae;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#carrinho .total-valor-avista {
  color: #7d7d7d;
  font-size: 0.9em;
  text-align: right;
  line-height: 1.2;
}
#carrinho .total-valor-avista small {
  font-size: 0.7em;
}
#carrinho select {
  border-radius: 2px;
  border: 1px solid #d0d0d0;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij4gICAgPHBhdGggZmlsbD0iIzg1ODU4NSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTUuODY2IDUuNjc1bC44NTkuOTE2LTcuMDgzIDcuNTg0LTcuMDg0LTcuNTg0Ljg1NS0uOTE2IDYuMjI5IDYuNjYzeiIvPjwvc3ZnPg==)
    95.5% 50% no-repeat;
  color: #858585;
  padding-left: 10px;
}
#carrinho .button-branco {
  width: 64px;
  height: 40px;
  margin-left: 10px;
}
#carrinho #EnderecoEntrega .ctn-cep.bloco {
  border-top: 0px;
  margin-top: 0px;
}
#carrinho #EnderecoEntrega select {
  margin-bottom: 0px;
}
#carrinho #EnderecoEntrega {
  border-top: 1px solid #e6e6e6;
}
#carrinho .ctn-cep {
  padding: 20px 18px;
}

#carrinho .ctn-cep input,
#carrinho .ctn-cep button {
  height: 40px;
}
#carrinho .ctn-cep .button {
  font-size: 0.65em;
  margin-left: 10px;
}
#carrinho h1 {
  padding: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ff6600;
  font-size: 0.78em;
  font-family: "roboto_condensedbold";
}
#cupom {
  border-top: 1px solid #e6e6e6;
}
#cupom small {
  color: #049907;
  font-weight: bold;
  font-size: 0.65em;
}
#cupom h1 {
  padding: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #ff6600;
  font-size: 0.78em;
  font-family: "roboto_condensedbold";
}

#cupom .bloco {
  border-top: 0px solid #e6e6e6;
  margin-top: 0px;
}
#cupom .bloco .button-cinza {
  height: 40px;
  box-shadow: none;
}
#cupom .bloco label {
  height: 40px;
  margin-right: 10px;
}
#carrinho-vazio h1 {
  font-size: 1.1em;
  padding: 0px;
  margin-bottom: 5px;
}
#carrinho-vazio {
  padding: 40px 16px;
  line-height: 1;
}
#carrinho-vazio .carinha {
  font-size: 1.9em;
  color: #ff6600;
  margin-right: 15px;
}
#carrinho-vazio a {
  font-size: 0.7em;
  color: #919191;
}
#calcularFrete .bloco input {
  margin-right: 10px;
}
#carrinho #calcularFrete {
  border-top: 1px solid #e6e6e6;
}
#carrinho #calcularFrete .bloco {
  border-top: 0px solid #e6e6e6;
  margin-top: 0px;
}
#carrinho #carrinhoProduto .button-cinza {
  height: 40px;
}
#carrinho #carrinhoProduto input {
  height: 40px;
  margin-right: 10px;
}
#carrinho #carrinhoProduto .bloco-garantia-estendida {
  padding: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#cupom button,
#cupom input,
#calcularFrete button,
#calcularFrete input,
#carrinhoProduto button {
  max-width: 200px;
}
#carrinhoProduto button {
  max-width: 120px;
}
#carrinho .Resumo-valor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#carrinho .Resumo-valor-total {
  line-height: 1.2;
  text-align: right;
}
#carrinhoProduto input {
  max-width: 100px;
  text-align: center;
}
#carrinho #modalidadesFrete {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -webkit-transition: max-height 0.25s ease-in-out;
}
#carrinho #modalidadesFrete.modalidade-ativa {
  max-height: max-content;
}
#carrinho #modalidadesFrete {
  margin-bottom: 0px;
  position: relative;
}
#carrinho #modalidadesFrete .bloco-s {
  padding: 16px 18px;
}
#carrinho form {
  margin-top: 0px !important;
}
#carrinho .valor-com-desconto {
  font-size: 0.9em;
}
#ResumoValores .valor-total {
  font-size: 1.1em;
  color: #1d1d1d;
  font-weight: bold;
}
#ResumoValores .total {
  color: #365dae;
  font-size: 1.1em;
  font-weight: bold;
}
#ResumoValores .Resumo-total {
  margin-top: 25px;
}
#ResumoValores .Resumo-valor {
  text-align: right;
  line-height: 1;
}
#ResumoValores.text-cinza {
  font-size: 0.76em;
  line-height: 1.9;
}
#ResumoValores small {
  font-size: 0.75em;
}

#carrinho input[type="radio"] {
  height: 22px;
  width: 22px;
}

#carrinho .produto-digital {
  padding: 10px 18px;
  color: #049907;
  font-weight: bold;
  font-size: 0.65em;
}

#carrinho .box-valor-total-avista {
  font-style: italic;
  font-size: 0.85em;
}

#carrinho small.box-valor-total-avista {
  font-size: 0.65em;
}

#carrinho .box-valor-total-avista strong {
  font-weight: normal;
}

#carrinho .info-covid {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 38px;

  background: #f2f2f2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#carrinho .info-covid p {
  font-size: 10px;
  text-align: center;
  color: #7d7d7d;
}

.stars-pipe {
  margin-left: 4px;
}

.avaliacao {
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.media-estrelas {
  font-size: 12px;
  margin-left: 3px;
  margin-top: -3px;
  min-width: 19px;
}

.sem-estrelas {
  width: 80px;
}

.estrelas {
  width: 80px;
  height: 16px;
}

.modalidade-frete-agendado-container {
  padding-left: 20px;
}
#openAgendado .DayPickerInput {
    width: 100%;
}
.Modal-overlay-0-1-1m,
.c011 {
    z-index: 15 !important;
}
.Modal-overlay-0-1-1 .Modal-modal-0-1-3,
.c011 .c013 {
    width: 100% !important;
    height: 80vh !important;
}
.Modal-overlay-0-1-1 .Modal-closeIcon-0-1-4,
.c011 .c014 {
    background: #375cae;
    border-radius: 10px;
}
#openAgendado  input[type="radio"]:checked:after {
    left: 19%;
    top: 18%;
}
#openAgendado .DayPickerInput input {
    padding: 0 14px;
    height: 44px;
    width: 100%;
    border: 1px solid #d0d0d0;
    color: #858585;
    border-radius: 2px;
    font-size: 0.9em;
    margin-bottom: 10px;
}
#openAgendado h2 {
    font-size: 1.3em;   
    margin-top: 20px;
}
#openAgendado .DayPickerInput-Overlay {
    left: 18px !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
}
#openAgendado .DayPickerInput-OverlayWrapper {
    position: inherit !important;
}
#openAgendado .DayPickerInput {
    font-size: 0.9em;
}
#openAgendado .DayPickerInput .DayPicker-Week {
    line-height: 1;
}
#openAgendado .ctn-openAgendado {
    color: #919191;
    line-height: 2.5;
}
#openAgendado .ctn-openAgendado label {
    font-size: 0.9em;
}
#openAgendado .ctn-openAgendado .button-cinza {
    height: 40px;
    margin-top: 10px;
    font-size: 0.9em;
    margin-top: 20px;
}
/* DayPicker styles */

.DayPicker {
  display: inline-block;
}

.DayPicker-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 1rem;
  flex-direction: row;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 1rem;
  margin-top: 1rem;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  margin-top: 2px;
  color: #8b9898;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  padding: 0 0.5rem;
  display: table-caption;
  text-align: left;
  margin-bottom: 0.5rem;
}

.DayPicker-Caption > div {
  font-size: 1.15rem;
  font-weight: 500;
}

.DayPicker-Weekdays {
  margin-top: 1rem;
  display: table-header-group;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5rem;
  font-size: 0.875em;
  text-align: center;
  color: #8b9898;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75em;
  cursor: pointer;
  color: #8b9898;
  border-right: 1px solid #eaecec;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5rem;
}

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  color: #4a90e2;
  font-size: 0.875em;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700;
}

.DayPicker-Day--outside {
  cursor: default;
  color: #8b9898;
}

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  color: #f0f8ff;
  background-color: #4a90e2;
  border-radius: 100%;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51a0fa;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
  border-radius: 50%;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  left: 0;
  z-index: 1;
  position: absolute;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#minhaconta article .bloco {
    border-bottom: 0px;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 0px;
}
#minhaconta article h1 {
    padding: 0px;
    padding-left: 15px;
    padding-top: 7px;
}
#minhaconta h3 {
    padding: 18px;
    padding-top:26px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px;
}
#minhaconta .sem-borda {
    border-top: 0px;
}

#minhaconta .nav ul li a {
    border-top: 1px solid #e6e6e6;
    font-size:0.7em;
}
#wishlist article {
    padding-bottom: 20px;
}
#wishlist article .bloco {
    line-height: 1;
    padding-top: 8px;
}
#wishlist .ctn-produto {
    border-top:0px;
}
#wishlist article h1 {
    padding: 0px;
    padding-left: 15px;
    padding-top: 8px;
}
#wishlist .button-branco {
    width: 98px;
    height: 32px;
    margin-right: 20px;
    font-size: 0.6em;
}
#wishlist .button-indisponivel,
#wishlist .button-verde {
    width: 212px;
    height: 32px;
    font-size: 0.6em;
    box-shadow: none;
    border-radius: 2px;
}
#wishlist small {
    font-size: 0.9em;
    margin-bottom: 12px;
    margin-top: 6px;
    display: block;
}
#wishlist .border .bloco{
    padding-bottom: 8px;
}/* #quemsomos article h1 {
    padding-top: 8px;
}
#quemsomos article .bloco {
    border-top: 1px solid #e6e6e6;
}
#quemsomos article h2 {
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    padding-left: 16px;
    padding-top: 30px;
    padding-bottom: 8px;
} */
#quemsomos .institucional-fotos img {
    width: 288px;
    height: 95px;
}
/* #quemsomos .premios img {
    height: 398px;
    width: 100%;
} */
#quemsomos .counter {
    color: black;
}
#quemsomos .institucional-rodape {
    padding: 16px;
}
#quemsomos .text-cinza {
    text-align: justify;
}
#quemsomos .flex-column-center {
    justify-content: center;
}




#quemsomos ol, ul {
    list-style: none;
}
#quemsomos p{
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
}

#quemsomos img{
  max-width: 100%;
}

#quemsomos a, #quemsomos a:hover, #quemsomos a:visited, #quemsomos a:active{
  color:#ff6600;
  text-decoration: none;
}

#quemsomos .sociais a{
  padding: 10px;
  font-size: 2.4em;
  text-decoration: none;
  color:#ccc;
}

#quemsomos .face:hover{
  color:#375d9e;
}
#quemsomos .insta:hover{
  color:#fa005c;
}
#quemsomos .tube:hover{
  color:#ff2a24;
}
#quemsomos .tw:hover{
  color:#01a1f5;
}

#quemsomos mark{
  color:#fa7f1c;
  background-color: #fff;
  font-weight: 700;
}
#quemsomos .ico{ height:40px; width:40px; display:inline-block; position:relative; top: 10px; margin-right: 10px;}
#quemsomos .isobre{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-sobre.png"); background-repeat: no-repeat;}
#quemsomos .iestrutura{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-estrutura.png"); background-repeat: no-repeat;}
#quemsomos .ipremios{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-premio.png"); background-repeat: no-repeat;}
#quemsomos .idiferenciais{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-diferenciais.png"); background-repeat: no-repeat;}
#quemsomos .iesports{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-e-sports.png"); background-repeat: no-repeat;}
#quemsomos .isocial{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-social.png"); background-repeat: no-repeat;}
#quemsomos .itv{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-tv.png"); background-repeat: no-repeat;}
#quemsomos .iseguranca{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-seguranca.png"); background-repeat: no-repeat;}
#quemsomos .icompartilhar{background-image: url("https://static.kabum.com.br/conteudo/quem_somos/img/icone-compartilhar.png"); background-repeat: no-repeat;}
#quemsomos .tarja {
  background: #fa7f1c;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin: 40px 0;
}
#quemsomos .tarja h2{
    font-size: 1.3em;
    color: white;
}
#quemsomos .box_page{
    max-width:1005px;
    padding:0;
    background:#fff;
    margin:0 auto;

}
#quemsomos section h2{
  font-size: 22px;
  color:#fa7f1c;
  margin-bottom: 40px;
  margin-top: 10px;
}

#quemsomos mark{
  color:#fa7f1c;
}

#quemsomos hr {
  border-top: 1px dotted #ccc;
  margin:20px 0;
}

#quemsomos section.sobreoKabum,
#quemsomos section.videoInstitucional,
#quemsomos section.estrutura,
#quemsomos section.premios,
#quemsomos section.kabumtv,
#quemsomos section.diferenciais,
#quemsomos section.acaoSocial,
#quemsomos section.logos, section.esports,
#quemsomos section.footer,
#quemsomos section.canais{
  padding:20px 65px;
  position: relative;
}

@media (max-width:520px){
    #quemsomos section.sobreoKabum,
#quemsomos section.videoInstitucional,
#quemsomos section.estrutura,
#quemsomos section.premios,
#quemsomos section.kabumtv,
#quemsomos section.diferenciais,
#quemsomos section.acaoSocial,
#quemsomos section.logos, section.esports,
#quemsomos section.footer,
#quemsomos section.canais{
  padding:20px 20px;
  position: relative;
}
}

#quemsomos section.acaoSocial{
  overflow: hidden;
}

#quemsomos section.acaoSocial figure{
  float: left;
  max-width: 33%;
}

#quemsomos .acaoSocial .socialItens{
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

#quemsomos .acaoSocial .socialItens h2{
  color:#fa7f1c;
}
#quemsomos .acaoSocial .socialItens img {
  padding: 0 20px;
  box-sizing: border-box;
}


#quemsomos .acaoSocial .socialItens .textoSocial{
  max-width: 560px;
    float: right;
}
#quemsomos .acaoSocial .socialItens .textoSocial h2{
  margin-bottom:10px
  }

#quemsomos section.esports{
  margin:30px 0;
}

#quemsomos section.premios{
  overflow: hidden;
}
#quemsomos ul.premios {
  
  overflow: hidden;
  text-align: center;
}

#quemsomos section.premios ul li{
  float: left;
  padding: 0 2px;
  box-sizing: border-box;
  width: 33%;
}

#quemsomos section.premios ul li img{
  max-width: 100%;
}

#quemsomos section.diferenciais ul{
    padding-left: 55px;
    background-image:url("https://static.kabum.com.br/conteudo/quem_somos/img/bg-list2.png");
    background-position: 10px 0px;
    background-repeat: no-repeat;
}

#quemsomos section.numeros{
  background-image:url("https://static.kabum.com.br/conteudo/quem_somos/img/fundo-mapa.gif");
  background-position: top center;
  margin-bottom: 20px;
  padding: 55px 0;
}
#quemsomos section.numeros .itens figure{
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#quemsomos section.numeros .itens figure::after {
  content: "";
  height: 4px;
  display: list-item;
  background:#ff6600;
  bottom:-2px;
  width:80px;
  margin: 0 auto;
}
#quemsomos .estrutura .fotosEstrutura{
  margin: 40px 0 40px 0;
  overflow: hidden;
}
#quemsomos .estrutura .fotosEstrutura .bestrutura{
  float: left;
}
#quemsomos .estrutura .fotosEstrutura .bestrutura img{
  max-width: 100%;
  box-sizing: border-box;
  max-width: 96%;
}

#quemsomos .videoplayer a.another {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
#quemsomos .videoplayer a.another:hover {
  color: #ff6600;
  
}


#quemsomos section.numeros ul{
  text-align: center;
}

#quemsomos section.numeros ul li{
  display: inline-block;
  padding: 0 30px;
}

#quemsomos section.numeros ul li.itens h3 {
    font-size: 36px;
    position: relative;
    padding: 0px; 
    color: #000;
}

#quemsomos .cid::before {
  content: "+ ";
  position: absolute;
  color: #000;
  left: -8px;
  top: 0;
  font-weight: 300;
}

#quemsomos .ped::before {
  content: "+ ";
  position: absolute;
  color: #000;
  left: -20px;
  top: 0;
  font-weight: 300;
}


#quemsomos section.numeros ul li.itens p {
    font-size: 14px;
    font-weight:400;
}


#quemsomos section.logos ul {
    text-align: left;
}
#quemsomos section.logos ul li {
    display: inline-block;
    text-align:center;
    padding:0 10px;
}


#quemsomos section.footer ul{

  padding-top:30px;
}

#quemsomos section.footer ul li {
    display: inline-block;
    margin-right: 30px;
    height: 130px;
}
#quemsomos section.footer p{
  margin-bottom: 0px;
}


#quemsomos .tarjaSeguranca{
  margin: 20px 70px;
  overflow: hidden;
}

#quemsomos .tarjaSeguranca h2{
  margin-bottom: 30px;
  color:#fa7f1c;
}

#quemsomos .tarjaSeguranca figure{
  float: left;
  max-width: 250px;
  padding: 5px 19px;
}
#quemsomos .tarjaSeguranca figure img{
  max-width: 100%;
}



#quemsomos .tarjaSeguranca .selos{
  float: left;
}

#quemsomos .canais {
  overflow: hidden;
  position: relative;
}
#quemsomos .canais .canal{
  float: left;
  text-align: left;
  width: 50%;
}
#politicas h1 {
    padding: 16px;
    padding-bottom: 0px;
    padding-top: 8px;
}
#politicas .bloco {
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 0px;
}
#politicas .nav > div {
    padding-bottom:3px;
}
#politicas .nav .politicas-toggle div {
    font-family: 'roboto_condensedbold';
}
#politicas .nav .politicas-toggle {
    border-top: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 13.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
    color: #FF6600;
}
#form-politicas input[type="checkbox"] {
    display: none;
}

#form-politicas .text-cinza {
    padding:16px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#form-politicas input:checked + label + div{
    max-height:5000px;
}
#form-politicas h4 {
    margin-top: 20px;
}
#politicas .nav div > div {
    overflow:hidden;
    max-height:0;
    scroll-behavior: smooth;
    transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -webkit-transition: max-height 0.25s ease-in-out;
}
#politicas .sub-info {
    margin-bottom: 10px;
    margin-left: 20px;
    list-style:disc;
}
#politicas .nav svg {
    width: 20px;
    height: 20px;
}
#form-politicas .text-cinza a {
    color: #ff6600;
}
#sacconcluido article h1 {
    padding: 16px;
    padding-bottom: 0px;
    padding-top: 5px;
}

#sacconcluido .protocolo-text {
    text-align: center;
    font-size: 20px;
}
#sacconcluido .sac-agradecimento {
    padding: 0px 16px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    text-align: center;
}
#sacconcluido .sac-protocolo {
    text-align: center;
    border-bottom: 0px;
    padding-bottom: 14px;
}
@media screen and (max-width:374px) {
    span.nprotocolo {
        color: #FF6600;
        font-weight: bold;
        font-size: 1.3em;
    }
}

@media screen and (min-width:375px) {
    span.nprotocolo {
        color: #FF6600;
        font-weight: bold;
        font-size: 1.8em;
    }
}

.tracking-bar__container {
  font-family: "Swis721";
  position: relative; 
}

.tracking-bar__container-vertical {
  height: 400px;
}

.tracking-bar__container-horizontal {
  height: 126px;
  width: 100%;
}

.tracking-bar__outside {
  position: relative;
  margin: 0 auto;
}

.tracking-bar__outside-vertical {
  width: auto;
  height: 100%;
  margin: 32px 0;
  padding-left: 32px;
}

.tracking-bar__outside-horizontal {
  height: 78px;
  width: calc(100% - 110px);
}

.tracking-bar__outside__progress {
  position: absolute;
  background: #B6B6B6;
  bottom: 0;
}

.tracking-bar__outside__progress-vertical {
  height: 100%;
  width: 4px;
}

.tracking-bar__outside__progress-horizontal {
  height: 4px;
  width: 100%;
}

.tracking-bar__outside__progress__bar {
  background: #FF8E0A;
}

.tracking-bar__outside__progress__bar-vertical {
  width: 100%;
  height: 0;
  --animation-height: var(--loaded-size);
  animation: progress-bar-animation-vertical 1s linear forwards;
  animation-delay: 1s;
}


@keyframes progress-bar-animation-vertical {
  0% {
    height: 0;
  }
  100% {
    height: var(--animation-height);
  }
}

.tracking-bar__outside__progress__bar-horizontal {
  height: 100%;
  width:  0;
  --animation-width: var(--loaded-size);
  animation: progress-bar-animation-horizontal 1s linear forwards;
  animation-delay: 1s;

}


@keyframes progress-bar-animation-horizontal {
  0% {
    width: 0;
  }
  100% {
    width: var(--animation-width);
  }
}

.tracking-bar__outside__labels__checkpoint {
  font-family: "Swis721";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tracking-bar__outside__labels__checkpoint-vertical {
  height: 36px;
  flex-direction: row-reverse;
}

.tracking-bar__outside__labels__checkpoint-horizontal {
  flex-direction: column;
  height: 100%;
}

.tracking-bar__outside__labels__checkpoint-labels-container-vertical {
  margin-left: 26px;
}

.tracking-bar__outside__labels__checkpoint-labels-container-horizontal {
  text-align: center;
}

.tracking-bar__outside__labels__checkpoint__label {
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
  line-height: 12px;
  margin-bottom: 4px;
  color: #B6B6B6;
  --label-color: var(--label-animation-color);
  animation: label-color-animation 0.2s linear forwards;
  animation-delay: var(--label-animation-delay);
}

@keyframes label-color-animation {
  from {
    color: #B6B6B6;
  }
  to {
    color: var(--label-color);
  }
}


.tracking-bar__outside__labels__checkpoint__label-vertical {
  font-size: 14px;
}

.tracking-bar__outside__labels__checkpoint__label-horizontal {
  font-size: 12px;
}

.tracking-bar__outside__labels__checkpoint__history-label {
  text-align: center;
  vertical-align: bottom;
  font-size: 10px;
  line-height: 12px;
  color: #FF8E0A;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
}

.tracking-bar__outside__labels__checkpoint__date {
  color: #B6B6B6;
  font-size: 10px;
  line-height: 12px;
  min-height: 12px;
}

.tracking-bar__outside__labels__checkpoint__date-vertical {
}

.tracking-bar__outside__labels__checkpoint__date-horizontal {
  margin-bottom: 24px;
}

.tracking-bar__outside__labels__checkpoint__pin {
  position: absolute;
}

.tracking-bar__outside__labels__checkpoint__pin-vertical {
  left: -6px;
  top: calc(50% - 8px);
}

.tracking-bar__outside__labels__checkpoint__pin-horizontal {
  bottom: -6px;
  left: calc(50% - 8px);
}

.tracking-bar__inside {
  position: absolute;
  margin: 0 auto;
  text-align: center;
}

.tracking-bar__inside-vertical {
  top: -16px;
  left: 18px;
  height: 50px;
  display: flex;
}

.tracking-bar__inside-horizontal {
  left: 11px;
  bottom: -12px;
  width: 88px;
  height: 78px;
}

.tracking-bar__inside__tracking-icon-horizontal {
  transform: rotateZ(26deg);
}

.tracking-bar__inside__tracking-icon-vertical {
  width: 32px !important;
  height: 32px !important;
  transform: rotateZ(116deg);
}

.tracking-bar__inside__tracking-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #FF8E0A;
}

.tracking-bar__inside__tracking-label-vertical {
  margin-top: 9px;
  margin-left: 8px;
}

.tracking-bar__inside__tracking-label-horizontal {
  margin-top: 4px;
}

.tracking-bar__inside-tracking-date {
  font-size: 10px;
  line-height: 12px;
  color: #B6B6B6;
  text-align: start;
  margin-left: 8px;
}

.tracking-bar__inside__tracking-progress {
  fill: none;
  --loaded-circle: var(--loaded);
  animation: load-circle-steps 0.7s linear;
}

@keyframes load-circle-steps {
  0% {
      stroke-dashoffset: 90;
  }

  100% {
      stroke-dashoffset: var(--loaded-circle);
  }
}


.tracking-bar__outside__first-circle-active circle {
  stroke: #B6B6B6;
  animation: load-first-circle 0.5s linear forwards;
  animation-delay: 0.3s;
}

@keyframes load-first-circle {
  from {
    stroke: #B6B6B6;
  }
  to {
    stroke: #FF8E0A;
  }
}

.tracking-bar__outside__pin-inside-circle {
  fill: #B6B6B6;
  --outside-animation-color: var(--pin-animation-color);
  --outside-animation-delay: var(--pin-animation-delay);
  animation: inside-pin-animation 0.2s linear forwards;
  animation-delay: var(--outside-animation-delay);

}

@keyframes inside-pin-animation {
  from {
    fill: #B6B6B6;
  }

  to {
    fill: var(--outside-animation-color);
  }
}

.tracking-bar__outside__pin-outside-circle {
  stroke: #B6B6B6;
  --outside-animation-color: var(--pin-animation-color);
  --outside-animation-delay: var(--pin-animation-delay);
  animation: outside-pin-animation 0.2s linear forwards;
  animation-delay: var(--outside-animation-delay);
}

@keyframes outside-pin-animation {
  from {
    stroke: #B6B6B6;
  }

  to {
    stroke: var(--outside-animation-color);
  }
}

.modal-page-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  display: none;
}

.modal-page-container-open {
  display: initial;
}

.rastreio-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  animation: opacity-animation 0.5s ease;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  width: 352px;
  height: max-content;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 350px){
	.rastreio-modal-container {
		width: 302px;
	}
}

.rastreio-modal-container-open {
  opacity: 1;
  visibility: visible;
}

.loading-container {
  height: 304px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rastreamento-loading {
  color: #FF8E0A;
}

.rastreio-modal-title {
  height: 48px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding: 0 24px;
}

.rastreio-modal-subtitle {
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 24px;
}

.rastreio-modal-content {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 13px;
  padding: 16px;
  padding-bottom: 32px;
}

.rastreio-modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  height: 40px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.copiar-codigo-cotainer {
  position: relative;
}


.codigo-copiado {
  position: absolute;
  background: rgba(69, 69, 69, 0.7);
  border-radius: 4px;
  padding: 2px;
  width: 200px;
  text-align: center;
  top: -20px;
  left: -80px;
  color: #f5f5f5;
}

.codigo-copiado-animacao {
  animation: codigo-copiado-animation 2.5s linear forwards;
}

.codigo-copiado-animacao-toggle {
  animation: codigo-copiado-animation-toggle 2.5s linear forwards;
}

@keyframes codigo-copiado-animation {
  0% {
    opacity: 0;
    display: none;
  }

  10% {
    opacity: 1;
    display: initial;
  }

  99% {
    opacity: 1;
    display: initial;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes codigo-copiado-animation-toggle {
  0% {
    opacity: 0;
    display: none;
  }

  10% {
    opacity: 1;
    display: initial;
  }

  99% {
    opacity: 1;
    display: initial;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

.copiar-codigo-cotainer svg {
  margin-left: 8px;
  width: 13px !important;
  height: 15px !important;
}

.rastreio-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 990;
  animation: opacity-animation 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.rastreio-modal-backdrop-open {
  opacity: 1;
  visibility: visible;
}

.rastreio-modal-backdrop-hide {
  display: none;
}

/* STEPS */

.step {
  position: relative;
  color: gray;
  height: 15px;
}

.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  padding-left: 20px;
}

.step .step-title-container {
}

.step .subtitle {
  margin-left: 27px;
  font-size: 12px;
  line-height: 13px;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 320px) {
  .step .subtitle {
    margin-left: 23px;
    font-size: 12px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.step .coletado-subtitle {
  animation: animate-steptwo-subtitle 1s linear;
}

.step .entrega-subtitle {
  animation: animate-stepthree-subtitle 1s linear;
}

.step .entregue-subtitle {
  animation: animate-stepfour-subtitle 1s linear;
}

.circle {
  background: #DCDCDC;
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/*
.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  right: 50%;
  bottom: 1px;
  left: 15%;
  width: 7px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
  top: -7px;
  z-index: -1;

}
*/

.title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  margin-top: -7px;
}

.title svg {
  margin-right: 5px;
}

.caption {
  font-size: 0.8em;
}

.current-step-title {
  font-weight: bold;
}

.expedicao-active .title {
  color: #FF8E0A;
}

.expedicao-active .circle {
  background: #FF8E0A;
}

.inactive-coletado-svg path {
  stroke: #DCDCDC;
}

.inactive-entrega-svg path {
  fill: #DCDCDC;
}

.inactive-entregue-svg path {
  stroke: #DCDCDC;
}

.inactive-entregue-svg circle {
  stroke: #DCDCDC;
}

.coletado-active .title {
  color: #FF8E0A;
  animation: animate-steptwo-title 1s linear;
}

.coletado-active .title svg path {
  color: #FF8E0A;
  animation: animate-steptwo-svg 1s linear;
}

.coletado-active .circle {
  background:  #FF8E0A;
  animation: animate-steptwo-circle 1s linear;
}


.entrega-active .title {
  color: #F35800;
  animation: animate-stepthree-title 1s linear;
}

.entrega-active .title svg path {
  background: #F35800;
  animation: animate-stepthree-svg 1s linear;
}

.entrega-active .circle {
  background: #F35800;
  animation: animate-stepthree-circle 1s linear;
}

.entregue-active .title {
  color: #F35800;
  animation: animate-stepfour-title 1s linear;
}

.entregue-active .title svg path {
  stroke: #F35800;
  animation: animate-stepfour-svg 1s linear;
}

.entregue-active .title svg circle {
  stroke: #F35800;
  animation: animate-stepfour-svg 1s linear;
}

.entregue-active .circle {
  background: #F35800;
  animation: animate-stepfour-circle 1s linear;
}

.step-progress-container {
  height: 40px;
  width: 7px;
  margin-left: 1px;
  border-radius: 4px;
  margin-top: -3px;
  margin-bottom: 5px;
  background: #DCDCDC;

}


.step-progress {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: #DCDCDC;
}

.step-expedicao {
  background: #FF8E0A;
  animation: animate-stepone-full 1s linear;
}

.step-coletado {
  animation: animate-steptwo-full 1s linear;
  background: linear-gradient(0deg, #F35800 0%, #FF8E0A 100%);
}

.step-entrega {
  animation: animate-stepthree-full 1s linear;
  background: #F35800;
}

.current-step-progress-expedicao {
  height: 0;
  background: #FF8E0A;
  animation: bounce-animation 2s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.current-step-progress-coletado {
  height: 0;
  animation: bounce-animation 2s linear infinite;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  background: #FF8E0A;
}

.current-step-progress-entrega {
  height: 0;
  animation: bounce-animation 2s linear infinite;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  background: #F35800;
}

@keyframes animate-stepone-full {
  0% {
    height: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes animate-steptwo-full {
  0% {
    height: 0;
  }
  38% {
    height: 0;
  }
  61% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

@keyframes animate-stepthree-full {
  0% {
    height: 0;
  }
  72% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes bounce-animation {
  0% {
    height: 0;
  }

  30% {
    height: 17px;
  }

  70% {
    height: 17px;
  }

  100% {
    height: 0;
  }
}


@keyframes animate-togo {
  0% {
    height: 0;
  }
  100% {
    height: 13px;
  }
}

@keyframes animate-steptwo-circle {
  0% {
    background-color: #DCDCDC;
  }
  30.0% {
    background-color: #DCDCDC;
  }
  34.0% {
    background-color: #FF8E0A;
  }
  100% {
    background-color: #FF8E0A;
  }
}


@keyframes animate-stepthree-circle {
  0% {
    background-color: #DCDCDC;
  }
  63% {
    background-color: #DCDCDC;
  }
  67% {
    background: #F35800;
  }
  100% {
    background: #F35800;
  }
}


@keyframes animate-stepfour-circle {
  0% {
    background-color: #DCDCDC;
  }
  99% {
    background-color: #DCDCDC;
  }
  100% {
    background: #F35800;
  }
}

@keyframes animate-steptwo-title {
  0% {
    color: #DCDCDC;
  }
  30.0% {
    color: #DCDCDC;
  }
  34.0% {
    color: #FF8E0A;
  }
  100% {
    color: #FF8E0A;
  }
}


@keyframes animate-stepthree-title {
  0% {
    color: #DCDCDC;
  }
  60% {
    color: #DCDCDC;
  }
  67% {
    color: #F35800;
  }
  100% {
    color: #F35800;
  }
}


@keyframes animate-stepfour-title {
  0% {
    color: #DCDCDC;
  }
  90% {
    color: #DCDCDC;
  }
  100% {
    color: #F35800;
  }
}


@keyframes animate-steptwo-svg {
  0% {
    stroke: #DCDCDC;
  }
  30.0% {
    stroke: #DCDCDC;
  }
  34.0% {
    stroke: #FF8E0A;
  }
  100% {
    stroke: #FF8E0A;
  }
}


@keyframes animate-stepthree-svg {
  0% {
    fill: #DCDCDC;
  }
  60% {
    fill: #DCDCDC;
  }
  67% {
    fill: #F35800;
  }
  100% {
    fill: #F35800;
  }
}


@keyframes animate-stepfour-svg {
  0% {
    stroke: #DCDCDC;
  }
  90% {
    stroke: #DCDCDC;
  }
  100% {
    stroke: #F35800;
  }
}

@keyframes animate-steptwo-subtitle {
  0% {
    opacity: 0;
  }
  26.0% {
    opacity: 0;
  }
  34.0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}


@keyframes animate-stepthree-subtitle {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}


@keyframes animate-stepfour-subtitle {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}#meuspedidos h1,
#pedidodetalhe h1 {
    padding: 16px;
    padding-top: 10px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}

#meuspedidos header {
    padding-top: 170px;
}

#meuspedidos h1 {
    padding-bottom: 5px;
}
#pedidodetalhe h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
#meuspedidos .bloco {
    padding-top:0px;
    border-bottom: 0px;
}
#meuspedidos .ctn-pedido {
    border: 1px solid #ddd;
    border-radius:1px;
    margin-bottom: 10px;
    cursor: pointer;
}
#meuspedidos .ctn-pedido .pedido-topo {
    background-color: #eeeeee;
    padding: 8px;
}
#meuspedidos .ctn-pedido .pedido-topo .info-left {
    color: #666;
    font-size: 0.8em;
}
#meuspedidos .ctn-pedido .pedido-topo .info-right {
    color: #7d7d7d;
    font-size: 0.9em;
    font-family: 'roboto_condensedbold';
}
#pedidodetalhe span,
#meuspedidos span {
    display: block;
}
#meuspedidos .ctn-pedido .pedido-status {
    font-size: 0.7em;
    padding: 8px;
    color: #7d7d7d;
}
#meuspedidos .ctn-pedido img {
    margin: 8px;
}
#pedidodetalhe .separacao {
    line-height: 2;
}
#pedidodetalhe h2  {
    color: #365dae;
    font-size: 0.720em;
    font-family: 'roboto_condensedbold';
}
#pedidodetalhe .msg-status {
    font-size: 0.7em;
    color:#7d7d7d;
    margin-left: 15px;
}
#pedidodetalhe .endereço-entrega {
    font-size: 0.7em;
    color:#7d7d7d;
}
#pedidodetalhe .status-pedido {
    margin-top: 10px;
}
#pedidodetalhe input[type="checkbox"] {
    display: none;
}
#pedidodetalhe input:checked + label + .conteudo-rastreio {
    margin-top: 20px;
    height: auto;
}

#pedidodetalhe .nav .conteudo-rastreio {
    overflow:hidden;
    height:0;
    scroll-behavior: smooth;
    transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
}
#pedidodetalhe .forma-pagamento {
    line-height: 1;
    text-align: right;
}
#pedidodetalhe .forma-pagamento small {
    font-size:1em;
}

#pedidodetalhe .nav .rastreio-loading {
    margin-top: 10px;
    text-align: center;
}

#pedidodetalhe .nav .bloco-t {
    font-size: 0.9em;
}
#pedidodetalhe .nav #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}

#pedidodetalhe .nav input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}

#pedidodetalhe .rastreio-toggle {
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#pedidodetalhe .ctn-produto-pedido {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    margin-top: 5px;
    padding: 6px 0px;
    padding-bottom: 0px;
}
#pedidodetalhe .ctn-produto-pedido img {
    margin-right: 5px;
}
#pedidodetalhe .produto-pedido-nome {
    font-size: 0.7em;
    font-size: 0.600em;
    margin-bottom: 5px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    color: #666;
    line-height: 1.5;
}
#pedidodetalhe .produto-pedido-preco {
    color: #7d7d7d;
    font-size: 0.6em;
    text-align: right;
}
#pedidodetalhe .produto-pedido-rodape,
#pedidodetalhe .produto-pedido-body {
    padding: 10px 16px;
}
#pedidodetalhe .produto-pedido-rodape {
    border-top: 1px solid #d1d1d1;
    background-color: #f2f2f2; 
    line-height: 3;
}
#pedidodetalhe .produto-pedido-body {
    border-bottom: 1px solid #e6e6e6;
}
#pedidodetalhe .produto-pedido-preco-total {
    font-size: 0.8em;
    color: #666;
}
#pedidodetalhe .produto-pedido-body > div {
    margin-bottom: 5px;
}

#pedidodetalhe .produto-info {
    font-size: 0.7em;
    color: #666;
}

#pedidodetalhe .produtos-pedido-total {
    font-size: 0.9em;
    color: #666;
}
#pedidodetalhe .produto-pedido-rodape .flex-row-center {
    height: 40px;
}
#pedidodetalhe .nav {
    overflow: hidden;
}
#pedidodetalhe .flex-row-between {
    margin: 5px 0px;
}
#pedidodetalhe .alinhando {
    padding-left:  18px;
}
#pedidodetalhe .alinhando-2{
    padding-left: 54px;
}
#pedidodetalhe #IconePaypal,
#pedidodetalhe #IconeCartao,
#pedidodetalhe #IconeBoleto,
#pedidodetalhe #IconeDebito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#pedidodetalhe .nav svg {
    width: 16px ;
    height: 16px ;
}
#pedidodetalhe svg {
    width: 35px;
    height: 35px;
}
#pedidodetalhe #IconePaypal svg .part-2 {
    fill: white;
    fill-opacity: 0.8;
}

#pedidodetalhe svg * {
    fill: #667;
}

#pedidodetalhe #IconeCartao svg *,
#pedidodetalhe #IconeBoleto svg * {
    fill: #FF6600;
}

@media screen and (max-width:768px){
    #pedidodetalhe .ctn-produto-pedido img {
        width: 130px;
        height: 130px;
    }    
    #meuspedidos .ctn-pedido img {
        width: 150px;
        height: 150px;
    }
}    

@media screen and (max-width:425px){
    #pedidodetalhe .ctn-produto-pedido img {
        width: 80px;
        height: 80px;
    }    
    #meuspedidos .ctn-pedido img {
        width: 90px;
        height: 90px;
    }
}    

.status-pedido-item {
    background: none;
    border: none;
    outline: none;
    color: #FF5B23;
    text-decoration: underline;
    cursor: pointer;
    padding: 8px;
}

.status-pedido-item-container {
    display: flex;
    justify-content: center;
}#sorteios h1 {
    text-align: left;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
#sorteios .sorteios-toggle svg {
    fill:#7d7d7d;
    width: 15px;
    height: 15px;
}
#sorteios .sorteios-toggle{
    border-top: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 13.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
    color: #7d7d7d;
}
#sorteios input[type="checkbox"] {
    display: none;
}
#sorteios label {
    font-weight: bold;
}
#sorteios input:checked + label + .conteudo-sorteios {
    max-height:700px;
    transition: max-height 0.25s ease-in;
}
#sorteios div > .conteudo-sorteios {
    overflow:hidden;
    max-height:0;
    scroll-behavior: smooth;
    transition: max-height 0.20s ease-in-out;
    -o-transition: max-height 0.20s ease-in-out;
    -moz-transition: max-height 0.20s ease-in-out;
    -webkit-transition: max-height 0.20s ease-in-out;
}
#sorteios .enderecos-toggle{
    border-top: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 13.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
    color: #7d7d7d;
}

#sorteios .conteudo-sorteios {
    padding-left: 18px;
    padding-right: 18px;
}
#sorteios .conteudo-sorteios strong {
    margin-right: 4px;
}
#sorteios #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}
#sorteios input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}
#sorteios .sorteios-item {
    font-size: 0.8em;
    color: #909090;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0px;
}
#sorteios .sorteios-pedido {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background: #f1f1f1;
} 
#sorteios .sorteios-pedido strong {
    font-size: 1.3em;
}
#sorteios .sorteios-cupons strong {
    color: #365dae;
    font-size: 1.2em;
}
#sorteios .sorteios-cupons {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}
#sorteios .vazio {
    color: #365dae;
    font-weight: bold;
    border-top: 1px solid #ddd;
}
#sorteios .vazio strong {
    margin-right:16px;
    font-size: 1.5em;
}
#sorteios a {
    margin-top: 19px;
    font-size: 0.7em;
    height: 40px;
}.mfa .mfa__content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 0;
}

.mfa .mfa__content .mfa__content__text {
  color: #7d7d7d;
  font-size: 0.7em;
}

.mfa__content .mfa__content__resend {
  margin-top: 0.7em;
  text-align: center;
  font-size: 0.7em;
  color: #7d7d7d;
}

.mfa__content__resend .mfa__content_resend__link {
  margin-left: 4px;
  color: #FF6600;
}

.mfa__content__resend .mfa__content__resend__resent {
  color: green;
}

.mfa__content__input {
  margin-top: 8px;
}#alterarsenha h1 {
    padding: 16px;
    padding-top: 10px;
}
#alterarsenha .bloco {
    padding-top:0px;
    border-bottom: 0px;
}
#alterarsenha input {
    margin-top: 10px;
    margin-bottom: 1px;
}
#alterarsenha button {
    margin-top: 20px;
}
#alterarsenha .senhaalterada  {
    text-align: center;
    margin: 40px 0px;
    margin-bottom: 10px;
    color: #029905;
}#alteraremail h1 {
    padding: 16px;
    padding-top: 10px;
}
#alteraremail .bloco {
    padding-top:0px;
    border-bottom: 0px;
}
#alteraremail input {
    margin-bottom: 10px;
}
#alteraremail button {
    margin-top: 20px;
}
#alteraremail .emailalterado  {
    text-align: center;
    margin: 40px 0px;
    margin-bottom: 10px;
    color: #029905;
}select {
    margin-bottom: 10px;
}
#meusdados h1 {
    padding: 16px;
    padding-top: 10px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}

#meusdados form .flex-row-center {
    font-size: 0.6em;
    color: #7d7d7d;
}
#meusdados .espacamento {
    margin: 10px 0px;
}
#meusdados .bloco {
    display: block;
    padding-top:0px;
    border-bottom: 0px;
}
#meusdados input[type="radio"] {
    width:18px;
    height: 18px;
}
#meusdados input[type="checkbox"] {
    margin-right: 10px;
}
/* #meusdados input[type="text"],
#meusdados input[type="date"] {
    margin-bottom: 10px;
} */
#meusdados .input-none {
    margin-bottom:5px !important;
}
#meusdados .msg-form {
    font-size: 0.5em;
    color: #848484;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
#meusdados input[type="radio"]:checked:after {
    top:17%;
    left:17%;
}

#meusdados button {
    margin-top: 20px;
}

#meusdados form span.meusdados,
#meusdados form label.meusdados {
	font-size: 0.7em;
    color: #7d7d7d;
    font-weight: bold;
    margin-right: 10px;
}#inserirendereco h1,
#buscarcep h1,  
#atualizarendereco h1, 
#meusenderecos h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
#inserirendereco .bloco,
#buscarcep .bloco,  
#atualizarendereco .bloco,
#meusenderecos .bloco {
    padding-top:0px;
}
#meusenderecos form > div {
    padding-top: 5px;
}

#atualizarendereco .button-cinza{
    height: 40px;
}

#meusenderecos .bloco {
    border-bottom: 0px;
}
#meusenderecos .nav input[type="checkbox"] {
    display: none;
}
#meusenderecos .nav input:checked + label + .conteudo-endereco {
    max-height:700px;
    transition: max-height 0.25s ease-in;
}
#meusenderecos .nav div > .conteudo-endereco {
    overflow:hidden;
    max-height:0;
    scroll-behavior: smooth;
    transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -webkit-transition: max-height 0.25s ease-in-out;
}
#meusenderecos .enderecos-toggle{
    border-top: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 13.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
    color: #7d7d7d;
}
#meusenderecos .conteudo-endereco {
    padding-left: 18px;
    padding-right: 18px;
}
#meusenderecos .conteudo-endereco strong {
    margin-right: 4px;
}
#meusenderecos .conteudo-endereco .button-branco {
    margin-right: 10px;
    margin-top: 10px;
    height: 40px;
}
#meusenderecos .conteudo-endereco .button-verde {
    height: 40px;
    font-size: 0.9em;
    margin-right: 10px;
    margin-top: 10px;
}
#meusenderecos #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}
#meusenderecos .nav input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}
#meusenderecos #IconeCheckPrincipal {
    margin-right: 20px;
}
#meusenderecos #IconeCheckSecundario {
    margin-right: 22px;
    margin-top:1px;
}
#meusenderecos #IconeCheckSecundario svg {
    width: 15px;
    height: 15px;
}
#meusenderecos #IconeCheckPrincipal svg * {
    fill: #029905;
}
#atualizarendereco input {
    margin-bottom: 10px;
}
#atualizarendereco form {
    padding-top: 16px !important;
    padding-bottom: 20px;
}    
#inserirendereco form  .label,
#atualizarendereco form .label  {
    font-size: 0.6em;
    color: #7d7d7d;
    font-weight: bold;
}
#inserirendereco .button-verde,
#buscarcep .button-verde,
#atualizarendereco .button-verde {
    margin-top: 10px;
}
#inserirendereco form,
#buscarcep form {
    border-bottom:0px;
    padding-top: 16px !important;
}

#inserirendereco #load {
    margin-top: 10px;
    text-align: center;
    color: #7d7d7d;
}.teste {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width:100%;
} #newsletter h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
#newsletter form > div{
    clear: both;
    overflow:hidden;
    height:0px;
    transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
  }
#newsletter form > input:checked + label + div{
    height:580px;
}
#newsletter .input-newsletter {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    width: 14px;
    height: 14px;
}

#newsletter form {
    line-height: 1;
}
#newsletter .msg {
    padding-top: 0px !important;
}
#newsletter .email-newsletter {
    color: #365dae;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
#newsletter .ctn-newsletter {
    padding: 0px 16px;
}
#newsletter .button-verde {
    margin-top: 20px;
}
#newsletter h2 {
    color:#FF6600;
    font-size:0.7em;
    margin: 25px 0px;
}
#newsletter .newsletter-opcao {
    font-weight: bold;
    margin-bottom: 20px;
}
#newsletter .newsletter-opcao label {
    margin-left: 10px;
}#endereco h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
}
#endereco .button-verde {
    margin:15px 0px;
}
#endereco .button-cinza {
    margin: 5px;
}
#endereco form > div {
    overflow:hidden;
    height:0px;
    transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
    clear: both;
}
#endereco form > input:checked + label + div {
    height:50px; 
}
#endereco input {
    float: left;
    margin-top: 20px;
}
#endereco label {
    float: left;
}
#endereco svg * {
    fill: #ddd;
}
#pagamento article .bloco {
    border-bottom: 0px;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 0px;
}
#pagamento .button-verde {
    margin-top: 5px;
}
#pagamento .flex-1 img,
#pagamento .flex-1 svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
#pagamento .flex-1 svg * {
    fill:#f60;
}
#pagamento .boleto,
#pagamento .debito_itau,
#pagamento .debito_banco_brasil,
#pagamento .cartao,
#pagamento .paypal {
    border-bottom: 1px solid #e6e6e6;
}
#pagamento h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600; 
    font-size: 0.820em; 
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
}
#pagamento .sem-borda {
    border-top: 0px;
}

#pagamento .nav ul li {
    border-bottom: 1px solid #e6e6e6;
    font-size:0.7em;
}

#pagamento #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.25s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#pagamento .nav input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.25s ease;
}

#form-pagamento input[type="checkbox"] {
    display: none;
}

#form-pagamento #boleto:checked + label + div{
    height:200px;
}
#form-pagamento #debito_itau:checked + label + div{
    height:200px;
}
#form-pagamento #debito_banco_brasil:checked + label + div{
    height:200px;
}
#form-pagamento #cartao:checked + label + div{
    height:650px;
}
#form-pagamento #paypal:checked + label + div{
    height:500px;
}
#pagamento .pagamento-toggle {
    color: #7d7d7d;
    padding: 15.8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    font-size: 0.7em;
}

#pagamento .nav form > .bloco {
    overflow:hidden;
    height:0;
    scroll-behavior: smooth;
    transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
    margin-left: 10px;
}

#pagamento .nav form > .bloco h2  {
    color: #365dae;
    font-size: 0.720em;
    font-family: 'roboto_condensedbold';
} 
#pagamento .nav form > .bloco h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600; 
    font-size: 0.820em; 
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
} 
#pagamento .nav form > .bloco .text-cinza {
    margin: 18px 0px;
}   

#pagamento .validade input {
    margin-right: 5px;
}

.cartao .bloco label {
    font-size: 0.6em;
    color: #7d7d7d;
    font-weight: bold;
}
.cartao .bloco input,
.cartao .bloco select {
    margin-bottom: 15px;
}
.cartao .bloco .flex-row select {
    margin:5px;
    margin-left:0px; 
}
.cartao .bloco button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.paypal h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
.paypal h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color:#0095d9;
}
.paypal .bloco-s {
    padding-top: 5px;
}
.paypal .ctn-paypal .text-cinza {
    font-size: 0.6em;
}
.paypal .ctn-paypal {
    border: 2px solid #0095d9;
    border-radius: 10px;
    margin: 5px 0px;
    position: relative;
    padding: 16px;
}
.paypal hr {
    border: 0px;
    border-top: 2px dotted #0095d9;
}
.paypal .paypal-bolinha {
    border: 1px solid #0095d9;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.paypal .right {
    width:70%; 
}
.paypal .paypal-bolinha img {
    width: 30px;
}
.paypal .paypal-bolinha span {
    color: #0095d9;
    font-size: 0.8em;
}
.paypal .paypal-titulo-bolinha {
    color: #0095d9;
    font-size: 0.7em;
    font-weight: bold;
}
.paypal .motivos {
    margin: 16px 0px;
}
.paypal .paypal-informacao {
    margin: 12px 0px;
    margin-bottom: 5px;
}
.paypal .total {
    margin: 16px 0px;
}
.paypal .cartao img{
    width: 150px;
}
#boleto h2  {
    color: #365dae;
    font-size: 0.720em;
    font-family: 'roboto_condensedbold';
} 
#boleto h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600; 
    font-size: 0.820em; 
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
} 
#boleto .text-cinza {
    margin: 16px 0px;
}   #debito h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
#debito .bloco {
    padding-top:0px;
}
#debito .nav input[type="checkbox"] {
    display: none;
}
#debito .nav input:checked + label + .conteudo {
    height:200px;
}
#debito .nav div > .conteudo {
    overflow:hidden;
    height:0;
    scroll-behavior: smooth;
    transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -webkit-transition: height 0.25s ease-in-out;
}
#debito .toggle{
    border-bottom: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 5.8px 16px;
    color: #7d7d7d;
}
#debito .conteudo {
    padding-left: 10px;
    padding-right: 10px;
}
#debito .conteudo .button-verde {
    height: 40px;
    font-size: 0.8em;
    margin-right: 10px;
    margin-top: 10px;
}
#debito #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}
#debito .nav input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}
#debito img {
    width:40px;
    height: 40px;
    margin-right: 15px; 
}
#debito .nav .text-cinza {
    margin: 10px 0px;
}
#debito h2  {
    color: #365dae;
    font-family: 'roboto_condensedbold';
    font-size:0.9em;
    margin-top: 10px;
} #cartao h2  {
    color: #365dae;
    font-size: 0.720em;
    font-family: 'roboto_condensedbold';
} 
#cartao h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
    color: #FF6600; 
    font-size: 0.820em; 
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
} 
#cartao .text-cinza {
    margin: 16px 0px;
}  
#cartao label,
#cartao label {
    font-size: 0.6em;
    color: #7d7d7d;
    font-weight: bold;
}
#cartao input,
#cartao select {
    margin-bottom: 15px;
}
#cartao .flex-row select {
    margin:5px; 
}
#cartao button {
    margin-top: 15px;
    margin-bottom: 10px;
}
#cartao .bloco-s {
    padding-bottom: 0px;
}#paypal h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
}
#paypal h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    color:#0095d9;
}
#paypal .bloco-s {
    padding-top: 5px;
}
#paypal .ctn-paypal .text-cinza {
    font-size: 0.5em;
}
#paypal .ctn-paypal {
    border: 2px solid #0095d9;
    border-radius: 10px;
    margin: 5px 0px;
    position: relative;
    padding: 16px;
}
#paypal hr {
    border: 0px;
    border-top: 2px dotted #0095d9;
}
#paypal .paypal-bolinha {
    border: 1px solid #0095d9;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#paypal .right {
    width:70%; 
}
#paypal .paypal-bolinha img {
    width: 30px;
}
#paypal .paypal-bolinha span {
    color: #0095d9;
    font-size: 0.8em;
}
#paypal .paypal-titulo-bolinha {
    color: #0095d9;
    font-size: 0.6em;
    font-weight: bold;
}
#paypal .motivos {
    margin: 16px 0px;
}
#paypal .paypal-informacao {
    margin: 12px 0px;
    margin-bottom: 5px;
}
#paypal .total {
    margin: 16px 0px;
}
#paypal .cartao img{
    width: 150px;
}
#confirmacao h1 {
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    border-bottom:0px;
    padding: 0px;
    text-align: left;
}
#confirmacao .separacao {
    line-height: 2.3;
}
#confirmacao .produtoImagem img {
    width: 60px;
}
#confirmacao .produtoImagem {
    line-height: 1.3;
    position: relative;
}
#confirmacao .pnome {
    font-size: 1em;
    margin-left: 0px;
    -webkit-line-clamp: 1;
}
#confirmacao .vtotaluni {
    margin-top:4px;
}
#confirmacao .produto_valor {
    margin-left: 20px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#confirmacao .prod_quantidade {
    position: absolute;
    right: -7px;
    top: -6px;
    background: #ff6600;
    color: white;
    border-radius: 50% 50%;
    width: 20px;
    height: 20px;
    font-size: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#confirmacao .line {
    line-height: 1.5;
    text-align: right;
}
#confirmacao .info {
    margin-right: 10px;
}
#confirmacao .button-cinza {
    width: 80px;
    font-size: 1.1em;
    height: 35px;
}
#confirmacao h3 {
    padding-top: 29px;
    color: #365dae;
    font-size: 0.7em;
    padding-left:16px;
    padding-right: 16px;
}
#confirmacao .valor-total {
    font-size: 1.3em;
    color: #1d1d1d;
    font-weight: bold;
}

#confirmacao .Resumo-text {
    line-height: 1;
    margin: 10px 0px;
}

#confirmacao .total {
    color:#365dae;
    font-size: 1.1em;
    font-weight: bold;
}
#confirmacao .termos {
    color:#FF6600;
    font-weight: bold;
}
#confirmacao #IconeBoleto svg,
#confirmacao #IconeCartao svg,
#confirmacao #IconeFrete svg {
    fill: #ff6600;
}
#confirmacao img {
    width: 35px;
}
#confirmacao .Resumo-valor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#confirmacao .Resumo-valor-total {
    line-height: 1;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#confirmacao #blocoPagamentoConfirmacao {
    font-size:1.1em;
}
#confirmacao #obs small {
    line-height: 1;
}
#confirmacao .important {
    color: red;
}
#confirmacao #obs label {
    line-height: 1;
    margin-bottom: 10px;
}
#confirmacao #obs textarea {
    font-size: 1em;
    margin-top: 10px;
}

#confirmacao #IconeBoleto,
#confirmacao #IconeCartao,
#confirmacao #IconeFrete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

#confirmacao svg {
    width: 40px;
    height: 40px;
}
#confirmacao #brindeCarrinho #ctn-brinde .produto_nome_brinde {
    font-size: 0.8em;
}
#confirmacao #brindeCarrinho #ctn-brinde .valorBrinde {
    font-size: inherit;
}

#confirmacao .produto-digital {
    padding: 10px 18px;
    color: #049907;
    font-weight: 700;
    font-size: 1em;
}

.confirmacao-servicos-garantia {
    color: #ff6600;
}.politica-privacidade-container {
  color: #7d7d7d;  
  font-size: 17px;
  margin-bottom: 8px;
  padding: 0 8px;
}

.politica-privacidade-container h1{
  color: #FF6600;
  font-size: 20px;
  font-family: 'roboto_condensedbold';
  text-transform: uppercase;
}

.politica-privacidade-container p {
  font-size: 17px;
  margin-bottom: 8px;
}

.politica-privacidade-container p a {
  color: #FF6600;
  text-decoration: underline;
}

.politica-privacidade-container h2{
  color: #FF6600;
  font-size: 17px;
  font-family: 'roboto_condensedbold';
  text-transform: uppercase;
}

.politica-privacidade-container ul li {
  list-style: disc inside;
  margin-bottom: 4px;
}

.politica-privacidade-container table {
  margin-bottom: 8px;
}

.politica-privacidade-container table th {
  color: #FF6600;
}

.politica-privacidade-tr td{
  padding-bottom: 12px;
}#termos h1 {
    padding: 16px;
    padding-bottom: 0px;
    padding-top: 8px;
}
#termos .bloco {
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 0px;
}
#termos .nav .termos-toggle div {
    font-family: 'roboto_condensedbold';
}
#termos .nav .termos-toggle {
    border-top: 1px solid #e6e6e6;
    color: #7d7d7d;
	padding: 13.8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
    color: #365dae;
}

#form-termos-prime input[type="checkbox"],
#form-termos input[type="checkbox"] {
    display: none;
}
#form-termos-prime .text-cinza,
#form-termos .text-cinza {
    padding:16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#form-termos-prime h4,
#form-termos h4 {
    margin-top: 20px;
}

#termos .nav div > div {
    overflow:hidden;
    max-height:0px;
    transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -webkit-transition: max-height 0.25s ease-in-out;
}

#form-termos-prime input:checked + label + div,
#form-termos input:checked + label + div{
    max-height:5000px;
}
#termos .nav svg {
    width: 20px;
    height: 20px;
}

#termos #IconeArrowRight {
    transform: rotateZ(0deg);
    transition: all 0.4s ease;
}
#termos .nav input:checked + label > #IconeArrowRight {
    transform: rotateZ(90deg);
    transition: all 0.4s ease;
}
#concluir h1 {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    border-bottom:1px solid #e6e6e6;
}
#concluir .npedido {
    color: #FF6600;
    font-weight: bold;
    margin-left: 10px;
    font-size: 2em;
}
#concluir #agradecimento {
    line-height: 1.3;
    color: #9a9a9a;
}
#concluir #agradecimento strong {
    color: #717171;
}
#concluir .texto-concluir {
    text-align: center;
}
#concluir h3 {
    border-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #365dae;
    font-size: 0.7em;
}
#concluir .button-verde {
    margin-top: 15px;
}
#concluir .bloco strong {
    margin-bottom: 10px;
    display: block;
}
#concluir .text-cinza {
    line-height: 1;
}
#concluir .texto-concluir {
    font-size: 0.8em;
}
#concluir .button-verde {
    height: 50px;
    margin-top: 15px;
}

@media screen and (max-width:320px){
    #concluir .npedido {
        font-size: 1.4em;
    }
}#error-404 .slick-slider {
    height: 300px;
}
#error-404 .slick-dots {
    bottom: 0px;
}
#error-404 .mais-vendidos {
    padding: 20px;
    padding-bottom: 30px;
}
#error-404 .mais-vendidos .swiper-container {
    width: 100%;
    height: 100%;
}
#error-404 .mais-vendidos .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#error-404 .mais-vendidos .swiper-produto {
	text-align: left;
    padding-bottom: 30px;
}
#error-404 .mais-vendidos .produto-titulo {
    color: #8e8e8e;
	font-size: 0.65em;
	line-height: 1.17em;
    height: 2.34em;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.35em;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}
#error-404 .mais-vendidos .dias, 
#error-404 .mais-vendidos .preco {
    text-align: left;
    padding: 8px 0px;
    padding-bottom: 0px;
    display: block;
    font-weight: bold;
}
#error-404 .mais-vendidos .dias {
	font-size: 0.65em;
    color: #9c9c9c;
}
#error-404 .mais-vendidos .preco {
	font-size: 0.8em;
    color: #029905;
}#cadastro article h1 {
    padding: 16px;
    padding-top: 10px;
    color: #FF6600;
    font-size: 0.820em;
	font-family: 'roboto_condensedbold';
	border-bottom: 1px solid #e6e6e6;
}

#cadastro .bloco input[type="radio"] {
	float: left;
	display: block;
	margin-top: 5px;
}

#cadastro form label {
	/* font-size: 0.7em; */
    color: #7d7d7d;
	font-weight: bold;
    margin-right: 10px;
}
#cadastro form .label {
	font-size: 0.7em;
	margin-right: 10px;
}

#cadastro form button {
	margin-top: 20px;
}

#cadastro #form-cadastro label input {
	margin-bottom: 10px;
}

#cadastro #form-cadastro label input {
	font-size: 0.6em;
}

#ofertaencerrada h1 {
    padding: 20px 16px;
    border-bottom: 1px solid #ddd;
}
#ofertaencerrada h2 {
    margin-bottom: 10px;
}
#ofertaencerrada img {
    width: 100px;
}
#ofertaencerrada a {
    margin-bottom: 25px;
}
#ofertaencerrada .button-verde {
    font-size: 0.6em;
    background: #ff6600;
}
#ofertaencerrada span {
    font-size: 0.7em;
    display: block;
    margin-bottom: 24px;
    color: #333;
}
#ofertaencerrada .texto {
    margin-left: 15px;
}#ofertalogado h1 {
    padding: 20px 16px;
    border-bottom: 1px solid #ddd;
}
#ofertalogado h2 {
    margin-bottom: 10px;
}
#ofertalogado img {
    width: 100px;
}
#ofertalogado a {
    margin-bottom: 10px;
    height: 42px;
}
#ofertalogado .button-verde {
    font-size: 0.6em;
    background: #ff6600;
}
#ofertalogado .texto {
    margin-left: 15px;
}#sac article h1 {
    padding: 16px;
    padding-bottom: 0px;
}
#sac .bloco {
    border-bottom:0px;
}
#sac #form-sac input, textarea {
    margin-bottom: 10px;
    outline: none;
} 
#sac #form-sac button {
    margin-top: 16px;
} .button-switcher {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.button-switcher__button {
  height: 32px;
  width: 48%;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s linear;
  height: 32px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}.rating-produt {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
}

.rating-produt__infos {
  display: flex;
  align-items: center;
  height: 71px;
}

.rating-produt__infos__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  height: 71px;
}

.rating-produt__infos__img {
  width: 56px;
  height: 56px;
}

.rating-produt__infos__title {
  color: #333333;
  font-size: 12px;
  padding-right: 8px;
}

.rating-produt__infos__title__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333333;
}

.rating-produt__infos__title__stars {
  display: flex;
  align-items: center;
  height: 16px;
  color: #858585;
  font-size: 12px;
  margin-top: 6px;
}

.rating-product__infos__title__stars__totals {
  margin-left: 6px;
  margin-top: -3px;
}

.rating-produt__action {
  padding: 8px;
  display: flex;
  justify-content: center;
}

.rating-produt__action__button__rate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 32px;
  background: #029905;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  border: 0;
  cursor: pointer;
}

.rating-produt__action__button__show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 32px;
  background: transparent;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}

.rating-star-icon-filled {
  fill: #FF7A00 !important;
}

.render_stars__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigger-spacing {
  margin-right: 10px;
  border: 0;
  padding: 0;
  outline: none;
  background: none;
}

.rating-clickable {
  cursor: pointer;
}

.reset-svg {
  width: auto !important;
  height: auto !important;
}

.rating-product__action__rated {
  font-size: 12px;
  font-weight: bold;
  color: #FF6600;
}

@media only screen and (max-width: 350px) {
  .reset-svg {
    width: 14px !important;
    height: 14px !important;
  } 
}.rating-order {
  margin-bottom: 8px;
}

.rating-order__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
  height: 48px;
  background: #EFEFEF;
  font-size: 16px;
}

.rating-order__title__main {
  font-weight: bold;
  color: #858585;
  text-transform: uppercase;
}

.rating-order__title__secondary {
  font-weight: normal;
  color: rgba(133, 133, 133, 0.6);
}.rating__header {
  margin-bottom: 16px;
}

.rating__content {
  padding: 0 8px;
}

.rating__content__empty-label {
  padding-top: 16px;
  text-align: center;
  font-size: 12px;
  color: #333;
}.rate-product__title {
  color: #FF6600;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
}

.rate-product__go-back {
  display: flex;
  align-items: center;
  height: 38px;
  background: #EFEFEF;
  padding: 0 8px;
}

.rate-product__go-back__label {
  margin-left: 8px;
  font-weight: bold;
  font-size: 12px;
  color: #858585;
  text-transform: uppercase;
}

.rate-product__form__form-item__input {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 2px;
  color: #858585;
  padding: 8px;
  margin: 0;
}

.rate-product__form__form-item__input::placeholder {
  color: rgba(133, 133, 133, 0.6);
}

.rate-product__form__form-item__textarea {
  resize: none;
  font-size: 14px;
  padding: 8px;
  margin: 0;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 2px;
}

.rate-product__form__form-item__textarea::placeholder {
  color: rgba(133, 133, 133, 0.6);
}

.rate-product__form__form-item__error {
  color: red;
  margin-left: 3px;
  font-size: 12px;
}

.rate-product__go-back__link {
  color: #858585;
  font-weight: bold;
  font-size: 12px;
}

.rate-prodcut {
  margin: 0 16px;
}

.rate-product__form {
  padding: 8px;
  background: #FBFBFB;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 2px;
}

.rate-product__form__form-item {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}


.rate-product__form__form-item__label {
  color: #858585;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.rate-product__form__stars-title{
  font-weight: bold;
  font-size: 14px;
  color: #858585;
  margin-top: 8px;
}

.rate-product__form__stars-subtitle {
  font-size: 12px;
  color: rgba(78, 84, 97, 0.6);
  margin-bottom: 8px;
}

.rate-product__form__stars__item {
  display: flex;
  align-items: center;
}

.rate-product__form__stars__item__label {
  min-width: 110px;
  font-size: 12px;
  color: #858585;
}

.rate-product__form__stars__item__show-stars {
  margin-left: 8px;
}

.rate-product__form__stars__item__show-label {
  font-size: 14px;
  color: #93969E;
}

.evaluate-product__evaluate-form__display-name-form__radio-buttons__radio-container {
  display: flex;
  align-items: center;
  color: #858585;
  font-size: 12px;
  margin: 4px 0;
}

.rate-product__form__radio-title {
  margin: 8px 0;
  color: #858585;
  font-weight: bold;
  font-size: 14px;
}

.rate-product__form__radio__label {
  margin-left: -8px;
  font-size: 14px;
}

.rate-product__form__submit-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rate-product__form__submit {
  width: 100%;
  max-width: 420px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background: #029905;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 2px;
  margin: 8px 0;
  height: 32px;
}

.rate-product__form__submit i {
  color: #fff;
  fill: #fff;
}
.show-rating__go-back {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 10px;
  background: #EFEFEF;
  color: #858585;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.show-rating__go-back__link {
  color: #858585;
  text-decoration: none;
}

.show-rating__go-back__label {
  margin-left: 8px;
}

.show-rating {
  margin: 16px;
  background: #FBFBFB;
  box-sizing: border-box;
  border-radius: 2px;
}

.show-rating__rating-container {
  border: 1px solid #EDEDED;
  border-top: 0;
}

.show-rating__title {
  padding: 8px;
}

.show-rating__title__main {
  font-weight: bold;
  font-size: 16px;
  color: #858585;
}

.show-rating__title__subtitle {
  font-size: 16px;
  color: rgba(133, 133, 133, 0.6);
  margin-left: 8px;
}

.show-rating__rating {
  display: flex;
  flex-direction: column;
}

.show-rating__rating__item {
  padding: 8px;
}

.show-rating__rating__item__title {
  font-weight: bold;
  font-size: 14px;
  color: #858585;
}

.show-rating__rating__item__content {
  color: rgba(78, 84, 97, 0.6);
  font-size: 12px;
  white-space: pre-line;
}

.show-rating__rating__stars-item {
  display: flex;
  padding: 8px;
}

.show-rating__rating__stars-item__label {
  display: flex;
  align-items: center;
  font-size: 12px;
  min-width: 110px;
  color: #858585;
}

.show-rating__rating__stars-item__stars {
  display: flex;
}

.show-rating__rating__stars-item__average {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #93969E;
  padding-left: 8px;
}@font-face {
  font-family: "roboto_condensedbold";
  src: url(/public/fontes/robotocondensed-bold-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensedbold_italic";
  src: url(/public/fontes/robotocondensed-bolditalic-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-bolditalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condenseditalic";
  src: url(/public/fontes/robotocondensed-italic-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-italic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensedlight";
  src: url(/public/fontes/robotocondensed-light-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensedlight_italic";
  src: url(/public/fontes/robotocondensed-lightitalic-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-lightitalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto_condensedregular";
  src: url(/public/fontes/robotocondensed-regular-webfont.woff2) format("woff2"),
    url(/public/fontes/robotocondensed-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Swiss";
  src: url(/public/fontes/swiss721condensedbt-webfont.woff2) format("woff2"),
    url(/public/fontes/swiss721condensedbt-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'roboto_condensedregular';
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    touch-action: none;
}
html,
body {
    font: 100% verdana, arial, tahoma, sans-serif;
}
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
}
ul li {
    list-style: none;
}
::-webkit-input-placeholder {
   color: #858585;
}
:-moz-placeholder { /* Firefox 18- */
   color: #858585;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #858585;
}
:-ms-input-placeholder {
   color: #858585;
}
/* input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.7em;
    height: 0.7em;
    border: 1.4px solid #ccc;
    background: #fff;
    border-radius: 0.8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    content: "\2714";
    position: absolute;
    top: 0em;
    left: 0em;
    line-height: 1;
    color: #f78f1e;
    transition: all .2s;
} */
input[type="radio"] {
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin-right: 20px;
    position: relative;
    width: 22px;
    -webkit-appearance: none;
    border: 2px solid #8c8b8b;
}
input[type="radio"]:checked {
	border-color: #009688;
}
input[type="radio"]:checked:after {
    background-color: #009688;
    border-radius: 100%;
    content: '';
    display: block;
    height: 10px;
    position: relative;
    top: 4px;
    left: 4px;
    width: 10px;
    border-color: #009688;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="tel"],
select,
textarea  {
    padding:0 14px;
    height: 44px;
	width: 100%;
	border: 1px solid #d0d0d0;
    color: #858585;
    border-radius: 2px;
    font-size: 0.6em;
}
select {
    background: white;
}
textarea {
    height: 110px;
    padding-top: 10px;
}
.button-cinza {
    font-size: 0.6em;
}
.button,
.button-verde,
.btn-cadastar,
.button-fb,
.button-google {
    height: 47px;
    border-radius: 4px;
	width: 100%;
	border: 0px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.24);
	-moz-box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.24);
    box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.24);
	font-size: 0.7em;
	color: white;
    position: relative;
}
.bproduto {
    border-bottom: 1px solid #e6e6e6;
}
.button-a {
    background: #029905;
    color: white;
    font-size: 0.7em;
    padding: 10px;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="password"],
input[type="date"],
input[type='submit'],
input[type='tel']{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

textarea[disabled],
input.text[disabled],
input[type="text"][disabled],
input[type="button"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type='submit'][disabled],
input[type='tel'][disabled]{
    background: #ebebe4;
}
/* .ReactPasswordStrength-input {
    font-size:13px !important;
}
.ReactPasswordStrength {
    border:0px !important;
    font-family: initial !important;
}
.ReactPasswordStrength-strength-bar {
    top: -2px !important;
    right: 0px !important;
}
.ReactPasswordStrength-strength-desc {
    top: 13px !important;
    right: 14px !important;
    font-size :0.7em !important;
    padding: 0px !important;
}
.ReactPasswordStrength.is-strength-1 .ReactPasswordStrength-strength-desc {
    font-weight: bold;
} */
.button-indisponivel,
.button-branco,
.button-cinza {
    width: 100%;
    height: 31px;
    border-radius: 2px;
    border: solid 1px #979797;
    color: #858585;
}
.button-indisponivel {
    background-color: #a5a3a3;
    color: white;
}
.button-cinza {
    background-color: #efefef;
}
.button-branco {
    background-color: #ffffff;
}

.bloco {
	border-bottom: 1px solid #e6e6e6;
	padding: 16px;
}
.bloco-s {
    padding: 16px;
}
.bloco-t {
    border: 1px solid #e6e6e6;
	padding: 16px;
}
.button-verde, .btn-cadastar {
	background: #029905;
}
.button-fb {
	background: #395F98;
}
.button-fb::before {
	content: '';
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE1NS4xMzkgMTU1LjEzOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTU1LjEzOSAxNTUuMTM5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPHBhdGggaWQ9ImZfMV8iIGQ9Ik04OS41ODQsMTU1LjEzOVY4NC4zNzhoMjMuNzQybDMuNTYyLTI3LjU4NUg4OS41ODRWMzkuMTg0ICAgYzAtNy45ODQsMi4yMDgtMTMuNDI1LDEzLjY3LTEzLjQyNWwxNC41OTUtMC4wMDZWMS4wOEMxMTUuMzI1LDAuNzUyLDEwNi42NjEsMCw5Ni41NzcsMEM3NS41MiwwLDYxLjEwNCwxMi44NTMsNjEuMTA0LDM2LjQ1MiAgIHYyMC4zNDFIMzcuMjl2MjcuNTg1aDIzLjgxNHY3MC43NjFIODkuNTg0eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 8%;
	top: 25%;
}
.button-google {
	margin-top: 20px;
	background: #D93527;
}
.button-google:before {
	content: '';
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzLjk1MiAyMy45NTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzLjk1MiAyMy45NTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMTguMTc0LDEuMTU3aC0yLjExNmwwLjcwOSwwLjU3NmMwLjI4MiwwLjIzNCwwLjU0NywwLjUyNCwwLjgwMiwwLjg3MSAgIGMwLjI1MiwwLjM0NiwwLjQ2OCwwLjc0OSwwLjY0NiwxLjIwNWMwLjE3NiwwLjQ1NywwLjI2NiwwLjk3OSwwLjI2NiwxLjU2NmMwLDAuNTYyLTAuMDgzLDEuMDY0LTAuMjUyLDEuNSAgIGMtMC4xNjUsMC40MzgtMC4zODEsMC44MzItMC42NDMsMS4xODNTMTcuMDE4LDguNzIzLDE2LjY3NCw5bC0xLjA2LDAuODExYy0wLjIxOCwwLjIxNi0wLjQzMSwwLjQzOS0wLjY0NSwwLjY3NCAgIGMtMC4yMSwwLjIzMS0wLjMxNywwLjUyNy0wLjMxNywwLjg4NGMwLDAuMzUxLDAuMTI1LDAuNjMzLDAuMzcyLDAuODRjMC4yNTEsMC4yMSwwLjQ3OSwwLjM3NiwwLjY4MiwwLjUwNGwxLjIyMywwLjg4NSAgIGMwLjMzNywwLjI5LDAuNjUzLDAuNTgyLDAuOTU3LDAuODc4YzAuMzAyLDAuMjk1LDAuNTc0LDAuNjE0LDAuODE1LDAuOTU3YzAuMjM2LDAuMzQ1LDAuNDI3LDAuNzIzLDAuNTYxLDEuMTM2ICAgYzAuMTM1LDAuNDEzLDAuMTk5LDAuODg4LDAuMTk5LDEuNDI2YzAsMC43NS0wLjE4MiwxLjQ4MS0wLjU1MSwyLjE4OGMtMC4zNjgsMC43MDktMC45MTIsMS4zNDYtMS42MzgsMS45MDkgICBjLTAuNzI0LDAuNTY0LTEuNjIxLDEuMDE1LTIuNjkxLDEuMzUzYy0xLjA3MywwLjMzOC0yLjMwNiwwLjUwNy0zLjcwNywwLjUwN2MtMS4yMzIsMC0yLjMwMi0wLjEyNS0zLjIwNy0wLjM3OCAgIGMtMC45MDgtMC4yNTItMS42NjYtMC41ODctMi4yNzEtMS4wMDZjLTAuNjA1LTAuNDE4LTEuMDU3LTAuODk1LTEuMzUzLTEuNDMyYy0wLjI5NS0wLjUzNy0wLjQ0LTEuMS0wLjQ0LTEuNjkxICAgYzAtMC41NjksMC4xODItMS4yMTIsMC41NTEtMS45MzNjMC4zNjgtMC43MTksMS4wNDItMS4zNTMsMi4wMjMtMS44OTljMC41Mi0wLjI5LDEuMDc2LTAuNTI0LDEuNjctMC43MDkgICBjMC41OTItMC4xODMsMS4xNzYtMC4zMjQsMS43NTgtMC40MjdjMC41ODItMC4xMDEsMS4xMzMtMC4xNzMsMS42NTUtMC4yMTdjMC41Mi0wLjA0MiwwLjk3MS0wLjA3NSwxLjM0My0wLjA5NyAgIGMtMC4yMzEtMC4yODctMC40NDgtMC41OTItMC42NDgtMC45MDljLTAuMTk1LTAuMzE2LTAuMjk0LTAuNzI2LTAuMjk0LTEuMjMxYzAtMC4yNjgsMC4wMzMtMC40OSwwLjA5OS0wLjY2OSAgIGMwLjA2NS0wLjE4MSwwLjEzNy0wLjM2MiwwLjIyMS0wLjU0M2MtMC4xNjksMC4wMjEtMC4zNDQsMC4wMzctMC41MjcsMC4wNDdjLTAuMTg2LDAuMDExLTAuMzY4LDAuMDE4LTAuNTQzLDAuMDE4ICAgYy0wLjkwNiwwLTEuNzA0LTAuMTQxLTIuMzk4LTAuNDI5QzcuODIyLDEwLjE2NCw3LjIyOCw5Ljc5LDYuNzQzLDkuMzNDNi4yNiw4Ljg2OCw1Ljg5NSw4LjM0LDUuNjU1LDcuNzQzICAgQzUuNDEsNy4xNDgsNS4yOSw2LjU0NCw1LjI5LDUuOTMxYzAtMC43MjgsMC4xNzktMS40NjMsMC41MjUtMi4yMDljMC4zNTItMC43NDgsMC44ODItMS40MTQsMS41OTQtMi4wMDQgICBjMC45NzgtMC43NSwxLjk5My0xLjIyNCwzLjA1MS0xLjQyMUMxMS41MTUsMC4xLDEyLjQ5OSwwLDEzLjQxNSwwaDYuOTM1TDE4LjE3NCwxLjE1N3ogTTE3LjM1NCwxOS4xOTUgICBjMC0wLjM4OS0wLjA2NC0wLjc0NC0wLjE5Ni0xLjA2OWMtMC4xMzEtMC4zMjEtMC4zMjctMC42MzMtMC41OTItMC45MzRjLTAuMjY1LTAuMzAxLTAuNjM5LTAuNjE5LTEuMTIxLTAuOTU1ICAgYy0wLjQ4My0wLjMzNy0xLjAzLTAuNzE5LTEuNjQ2LTEuMTQ5Yy0wLjEyNy0wLjA0My0wLjI0Ny0wLjA2Ny0wLjM1NC0wLjA2N0gxMy4wM2MtMC4wODYsMC0wLjI0OCwwLjAwNy0wLjQ4OSwwLjAxNiAgIGMtMC4yNDEsMC4wMTEtMC41MywwLjAzNS0wLjg2OCwwLjA3MWMtMC4zMzcsMC4wMzgtMC42OTcsMC4wODktMS4wODQsMC4xNTJjLTAuMzg0LDAuMDY1LTAuNzUyLDAuMTQ4LTEuMTA0LDAuMjU2ICAgYy0wLjE5NywwLjA2NC0wLjQ1MiwwLjE2My0wLjc3MSwwLjI5NmMtMC4zMjMsMC4xMzEtMC42NCwwLjMyNC0wLjk1NiwwLjU3M2MtMC4zMTcsMC4yNDktMC41OSwwLjU2OC0wLjgxNywwLjk1ICAgYy0wLjIzMywwLjM4My0wLjM0NiwwLjg0NS0wLjM0NiwxLjM4OWMwLDAuNTYyLDAuMTM0LDEuMDcyLDAuNDA1LDEuNTMxYzAuMjcxLDAuNDU3LDAuNjY4LDAuODYsMS4xODUsMS4yMTMgICBjMC41MTIsMC4zNSwxLjEzNSwwLjYxNiwxLjg2NSwwLjc5NWMwLjcyNiwwLjE4MSwxLjUzOCwwLjI3MSwyLjQzMywwLjI3MWMxLjYyLDAsMi44MzctMC4zMTMsMy42NS0wLjk0MSAgIFMxNy4zNTQsMjAuMTY2LDE3LjM1NCwxOS4xOTV6IE0xNC42NjgsOS4wNzljMC4zODEtMC4zNzMsMC42MTUtMC43NzMsMC42OTctMS4yYzAuMDgzLTAuNDI1LDAuMTI0LTAuNzgyLDAuMTI0LTEuMDY3ICAgYzAtMC41NjQtMC4wODYtMS4xNzktMC4yNTUtMS44NDZjLTAuMTcxLTAuNjY0LTAuNDMtMS4yODUtMC43NzQtMS44NTljLTAuMzQ3LTAuNTc2LTAuNzc3LTEuMDU5LTEuMjg5LTEuNDUzICAgYy0wLjUyMS0wLjM5Ny0xLjExNS0wLjU5Mi0xLjc5Ny0wLjU5MmMtMC40MzgsMC0wLjg3MiwwLjA5OS0xLjI5OCwwLjI5NEM5LjY1LDEuNTUzLDkuMjk1LDEuODAyLDkuMDIxLDIuMDk5ICAgQzguNzMxLDIuNDMsOC41MzksMi43OTMsOC40MzUsMy4xODVDOC4zMzUsMy41ODEsOC4yODQsMy45ODYsOC4yODQsNC40YzAsMC41MjEsMC4wODMsMS4xMDUsMC4yNDQsMS43NDggICBjMC4xNjQsMC42NDYsMC40MTksMS4yNDcsMC43NjgsMS44MTNjMC4zNSwwLjU2MywwLjc4NSwxLjAzOSwxLjMsMS40MmMwLjUyLDAuMzg1LDEuMTM1LDAuNTc2LDEuODU0LDAuNTc2ICAgYzAuNDIzLDAsMC44MzQtMC4wNzgsMS4yMzItMC4yNEMxNC4wNzksOS41NTcsMTQuNDEsOS4zNDMsMTQuNjY4LDkuMDc5eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	left: 8%;
	top: 25%;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.display-flex {
    align-items: center;
    display: flex;
}

.ctn-mkabum {
    padding-bottom: 370px;
    position: relative;
    min-height: 100vh;
}
.ctn-mkabum > section div header {
	padding-top: 105px;
}
.ctn-mkabum > section {
    max-width: 800px;
    margin: auto;
}
.ctn-mkabum section article{
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
  	padding: 12px 0px;
}
.ctn-mkabum section article > h1 {
	color: #FF6600;
	font-size:0.820em;
	font-family: 'roboto_condensedbold';
	padding: 16px 22px;
}
h2  {
    color: #365dae;
    font-family: 'roboto_condensedbold';
    font-size:0.9em;
    margin-top: 10px;
}
h3 {
    color: #FF6600;
    font-size: 0.820em;
    font-family: 'roboto_condensedbold';
    border-bottom: 1px solid #e6e6e6;
    padding: 35px 20px;
    padding-bottom: 10px;
}
.flex-column-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.flex-row-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-row-center-j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text-cinza {
    color: #7d7d7d;
    font-size: 0.7em;
}

.text-cinza-claro {
    color: #bbb;
}

#notification-wrapper div span {
    font-size: 0.9em;
}
#load {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: black;
    z-index: 9999;
    opacity: 0.6;
    display: none;
}
#load .fa-spin {
    color: white;
}
.load #load {
    display: block;
}
.load-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center; /* Safari 6.1+ */
    justify-content: center;
}
#notification-wrapper .toast-notification {
    width: 100% !important;
}
#error-404 svg {
    fill: #365dae;
    width: 50px;
    height: 50px;
}
#error-404 #IconeLupa {
    text-align: right;
    width: 20%;
}
#error-404 .errorpg {
    text-align:  right;
    font-size: 1em;
    color: #8f8f8f;
    font-weight:  bold;

}
#error-404 .ctn-texto-error {
    text-align: right;
    width: 80%;
}
#error-404 .button-cinza {
    margin-top: 20px;
    height: 40px;
    font-size: 0.7em;
}
#error-404 h3 {
    padding: 16px;
    border-bottom: 0px;
}
.obrigatorio {
	font-size: 0.5em;
    color: #6b6b6b;
    font-weight: normal;
}
#armored_website {
    margin-top: 10px;
    margin-bottom: 10px;
}


@media screen and (min-width:768px){
    .ctn-mkabum section article{
        font-size: 25px;
    }
    .ctn-mkabum > section div header {
        padding-top: 125px;
    }
    #notification-wrapper div span {
        font-size: 1em;
    }
}
@media screen and (max-width:768px){
    .ctn-mkabum section article{
		font-size: 25px;
	}
}
@media screen and (max-width:480px){
	.ctn-mkabum section article{
		font-size: 23px;
	}
}
@media screen and (max-width:375px){
    .ctn-mkabum section article{
		font-size: 20px;
	}
}

/*# sourceMappingURL=core.css.map*/