@charset "UTF-8";
/* MAIN COLORS */
/* DEFAULT BUTTONS */
/* DEFAULT INPUT */
/* DEFAULT TITLES */
/* DEFAULT TEXTS */
/* CONTENT */
/* HEADER */
/* PRODUCTS LIST */
/* FOOTER */
/* CART HEADER */
/* CART FOOTER */
/* CART BUTTONS */
/* CART TEXTS */
/* CART CONTENT */
/* IMAGES */
/* MAIN COLORS */
/* DEFAULT BUTTONS */
/* DEFAULT INPUT */
/* DEFAULT TITLES */
/* DEFAULT TEXTS */
/* CONTENT */
/* HEADER */
/* PRODUCTS LIST */
/* FOOTER */
/* CART HEADER */
/* CART FOOTER */
/* CART BUTTONS */
/* CART TEXTS */
/* CART CONTENT */
/* IMAGES */
@font-face {
  font-family: 'Open Sans';
  src: url("../../fontes/opensans-regular.woff2") format("woff2"), url("../../fontes/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../fontes/opensans-light.woff2") format("woff2"), url("../../fontes/opensans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../fontes/opensans-semibold.woff2") format("woff2"), url("../../fontes/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../fontes/opensans-bold.woff2") format("woff2"), url("../../fontes/opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns and a fixed gutter size
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid-items
==============================================================================*/
/* Force clearfix on grids */
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
  /* content: ""; */
  /* display: table; */
  /* clear: both; */ }

/* Manual grid-item clearfix */
.grid-item.clear {
  clear: both; }

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.grid-item {
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }

.grid--rev > .grid-item {
  direction: ltr;
  text-align: left;
  float: right; }

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }

.grid--full > .grid-item {
  padding-left: 0; }

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*============================================================================
  HELPERS
==============================================================================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 49.69%; }

/* Thirds */
.one-third,
.two-sixths,
.four-twelfths {
  width: 33.333%; }

.two-thirds,
.four-sixths,
.eight-twelfths {
  width: 66.666%; }

/* Quarters */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25%; }

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75%; }

/* Fifths */
.one-fifth,
.two-tenths {
  width: 20%; }

.two-fifths,
.four-tenths {
  width: 40%; }

.three-fifths,
.six-tenths {
  width: 60%; }

.four-fifths,
.eight-tenths {
  width: 80%; }

/* Sixths */
.one-sixth,
.two-twelfths {
  width: 16.666%; }

.five-sixths,
.ten-twelfths {
  width: 83.333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

.form-default .error input[type="text"],
.form-default .error input[type="email"],
.form-default .error input[type="password"],
.form-default .error select {
  border-color: #ef8f94;
  background: #f9dddd; }

.form-default .error-message {
  display: block;
  margin-top: 6px;
  line-height: 14px;
  font-size: 12px;
  color: #ef8f94; }

/* Whole */
.push--one-whole {
  left: 100%; }

/* Halves */
.push--one-half,
.push--two-quarters,
.push--three-sixths,
.push--four-eighths,
.push--five-tenths,
.push--six-twelfths {
  left: 50%; }

/* Thirds */
.push--one-third,
.push--two-sixths,
.push--four-twelfths {
  left: 33.333%; }

.push--two-thirds,
.push--four-sixths,
.push--eight-twelfths {
  left: 66.666%; }

/* Quarters */
.push--one-quarter,
.push--two-eighths,
.push--three-twelfths {
  left: 25%; }

.push--three-quarters,
.push--six-eighths,
.push--nine-twelfths {
  left: 75%; }

/* Fifths */
.push--one-fifth,
.push--two-tenths {
  left: 20%; }

.push--two-fifths,
.push--four-tenths {
  left: 40%; }

.push--three-fifths,
.push--six-tenths {
  left: 60%; }

.push--four-fifths,
.push--eight-tenths {
  left: 80%; }

/* Sixths */
.push--one-sixth,
.push--two-twelfths {
  left: 16.666%; }

.push--five-sixths,
.push--ten-twelfths {
  left: 83.333%; }

/* Eighths */
.push--one-eighth {
  left: 12.5%; }

.push--three-eighths {
  left: 37.5%; }

.push--five-eighths {
  left: 62.5%; }

.push--seven-eighths {
  left: 87.5%; }

/* Tenths */
.push--one-tenth {
  left: 10%; }

.push--three-tenths {
  left: 30%; }

.push--seven-tenths {
  left: 70%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

/*ESTILIZAÇÃO DEFAULT*/
body {
  background-color: #eeeeee; }

input.form-error,
textarea.form-error {
  background-image: url("../../img/inputAlert.png");
  background-repeat: no-repeat;
  background-position: right top;
  border-color: #D73B1E !important; }

.selectStyle.form-error {
  border-color: #D73B1E !important; }

.selectStyle.form-error small.triangle {
  border-top-color: #D73B1E !important; }

label {
  display: block; }

.ui-tooltip,
.arrow:after {
  background: #333333; }

.ui-tooltip {
  color: #333333 !important;
  border-radius: 20px;
  font: 12px/12px 'Open Sans', sans-serif !important;
  width: 230px;
  border: 1px solid #333333 !important;
  background: #f3f3f3 !important;
  padding: 10px 10px;
  text-align: center; }

.arrow {
  width: 60px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin-left: -35px;
  bottom: -16px; }

.arrow.top {
  bottom: auto; }

.arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow.top:after {
  bottom: -20px;
  top: auto; }

.btGray {
  background-color: #333333;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important; }

.btGray:hover {
  background-color: #333333 !important;
  color: white !important; }

.btRed {
  background-color: #1d2e5b;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important; }

.btRed:hover {
  background-color: #004690 !important;
  color: white !important; }

.btConfirm {
  background-color: #5cb85c;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  padding: 12px 24px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important; }

.btConfirm:hover {
  background-color: #1d2e5b !important;
  color: white !important; }

.btBig {
  font-size: 30px;
  padding: 14px 24px; }

#content {
  background-color: white;
  position: relative;
  max-width: 1140px;
  padding: 24px;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }

.ttDefault {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  clear: both; }

p.mensagem-erro {
  border: 1px solid #D73B1E;
  border-radius: 3px;
  text-align: center;
  clear: both;
  font: 12px 'Open Sans', sans-serif;
  color: #D73B1E;
  margin-top: 5px;
  padding: 5px;
  overflow: hidden;
  box-sizing: border-box; }

p.mensagem-sucesso {
  border: 1px solid;
  border-radius: 3px;
  clear: both;
  color: #53B949;
  font: 12px 'Open Sans', sans-serif;
  margin-top: 5px;
  overflow: hidden;
  padding: 5px; }

#TrabalheCandidatosForm > p.mensagem-erro {
  float: none;
  text-align: center;
  width: 80%;
  margin: 0 auto; }

#TrabalheCandidatosForm select {
  border-radius: 3px; }

#TrabalheCandidatosForm p.mensagem-sucesso {
  float: none;
  text-align: center;
  width: 80%;
  margin: 0 auto; }

/*MODAL DE LOADING*/
.modalLoading {
  display: none;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../../img/loading-gif.gif") 50% 50% no-repeat; }

body.loading {
  overflow: hidden; }

body.loading .modalLoading {
  display: block; }

/*ESTILIZAÇÃO DE CHECKBOX*/
.checkboxStyle input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 25px;
  width: 25px; }

.checkboxStyle {
  cursor: pointer;
  height: 20px;
  width: 25px;
  float: left;
  background: url("../../img/checkbox.png") no-repeat 0 0; }

.checkboxChecked {
  background: url("../../img/checkbox.png") no-repeat 0 -45px;
  float: left; }

/*ESTILIZAÇÃO DE RADIO*/
.radioStyle {
  position: relative;
  float: left;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #666666;
  background-color: white; }

.radioStyle.radioChecked::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border: 4px solid #666666;
  border-radius: 100%; }

.radioStyle input[type="radio"] {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  height: 100%;
  width: 100%; }

/*ESTILIZAÇÃO DE SELECT*/
.selectStyle {
  height: 47px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  width: 215px;
  border: 1px solid #666666;
  background-color: white;
  box-sizing: border-box;
  border-radius: 3px; }

.selectStyle span {
  height: 100%;
  background: white;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0; }

.selectStyle small.triangle {
  border-left: 5px solid white;
  border-right: 5px solid white;
  border-top: 6px solid #666666;
  height: 0;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 0; }

.selectStyle select {
  background: none;
  border: none;
  height: 47px;
  padding: 7px;
  position: absolute;
  font: 13px 'Open Sans', sans-serif;
  color: #333333;
  width: 115%; }

/*TOPO ESCURO*/
.topDark {
  background: #333333;
  height: 205px; }

.topDark .topGray {
  border-bottom: 1px solid #fff;
  background: #f5f5f5; }

.topDark .topContent .phoneTop p strong {
  color: #fff; }

/*TOPO*/
.topGray {
  width: 100%;
  margin-bottom: 20px;
  height: 40px;
  background: #333333; }

.loginMenu {
  width: 940px;
  margin: 0 auto; }

.loginMenu p {
  color: #555555;
  font: 13px/40px 'Open Sans', sans-serif;
  width: 24%;
  float: left; }

.loginMenu p a {
  color: #555555;
  text-decoration: underline; }

.menuClient {
  float: right; }

.menuClient li {
  float: left;
  margin-right: 20px; }

.menuClient li img {
  margin-top: 5px; }

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

.menuClient li a {
  color: #555555;
  font: 13px/40px 'Open Sans', sans-serif; }

.topPurchase {
  background-color: #eeeeee;
  border-bottom: 2px solid #004690;
  overflow: hidden; }

.topPurchase .topContent {
  max-width: 1200px; }

.topPurchase .boxLogo {
  margin: 15px auto; }

.topContent {
  max-width: 1200px;
  margin: 0 auto;
  clear: both; }

.compra-segura {
  color: #1d2e5b;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  top: 40px;
  right: 20%; }

.topContent .search-list {
  width: 575px !important;
  box-sizing: border-box; }

.boxLogo a {
  width: 100%;
  height: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center; }

.boxLogo a img {
  max-width: 100%;
  max-height: 100%; }

.topContent .data-shop-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

.topContent .data-shop-top div:first-child {
  border-right: 1px solid #fff;
  width: 34%;
  margin-left: 25px; }

.topContent .data-shop-top div {
  float: left;
  width: 58%;
  height: 70px;
  margin-bottom: 8px; }

.topContent .data-shop-top .icon.phone {
  background: url(../../img/telefone.png) no-repeat;
  background-position: 14px; }

.topContent .data-shop-top .icon.whatsapp {
  background: url(../../img/whats.png) no-repeat;
  background-position: 14px; }

.topContent .data-shop-top .icon.email {
  background: url(../../img/carta.png) no-repeat;
  background-position: 12px; }

.topContent .data-shop-top .icon {
  width: 40px;
  height: 25px;
  float: left;
  margin-bottom: 2px;
  clear: both; }

.topContent .data-shop-top em {
  font: 11px 'Open Sans', sans-serif;
  color: #fff;
  margin-left: 12px;
  float: left;
  text-transform: uppercase;
  clear: both;
  margin-top: 1px; }

.topContent .data-shop-top span {
  float: left;
  color: #fff;
  font: 14px/25px 'Open Sans', sans-serif; }

.searchTop {
  float: left;
  padding-left: 70px; }

.searchTop label {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  border-radius: 2px; }

.searchTop input[type="text"] {
  border: none;
  width: 355px;
  height: 40px; }

.searchTop button {
  font-size: 26px;
  font-weight: bold;
  color: #CCCCCC;
  height: 40px;
  padding: 0 10px; }

.phoneTop {
  float: left;
  margin-left: 20px;
  margin-top: 25px;
  width: 145px;
  padding-left: 55px;
  background: url("../../img/phoneTop.png") no-repeat 0 0; }

.phoneTop p {
  font: 15px 'Open Sans', sans-serif;
  color: #333333;
  padding-top: 5px; }

.phoneTop strong {
  font: 20px 'Open Sans', sans-serif;
  color: #34495e;
  display: block; }

.cartTop {
  float: left;
  margin-left: 40px;
  height: 75px;
  background: url("../../img/cartTop.png") no-repeat 0 bottom; }

.cartTop a {
  background: url("../../img/cartNumber.png") no-repeat 0 0;
  display: block;
  height: 100%;
  width: 32px;
  color: #fff;
  font: 14px/23px 'Open Sans', sans-serif;
  text-align: center;
  margin-left: 10px; }

.menuTop {
  background: #f5f5f5;
  clear: both;
  float: left;
  margin-top: 26px;
  width: 100%; }

.menuTop > ul {
  width: 940px;
  height: 57px;
  margin: 0 auto; }

.menuTop > ul > li:first-child {
  border-left: none; }

.menuTop > ul > li {
  float: left;
  padding: 19px 0;
  position: relative;
  background: #f5f5f5;
  border-left: 1px solid #dddddd; }

.menuTop > ul > li > a {
  font: 16px 'Open Sans', sans-serif;
  color: #555555;
  text-transform: uppercase;
  display: block; }

.menuTop ul li a span {
  display: block;
  font-family: 'Open Sans', sans-serif; }

.menuTop ul li a span.activeSpan {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 auto; }

.menuTop > ul > li:hover > #dropDownMenuV1 {
  display: block; }

.menuTop > ul > li:hover > #dropDownMenuV2 {
  display: block; }

.menuTop > ul > li:hover > #dropDownMenuV3 {
  display: block; }

.menuTop > ul > li:last-child > #dropDownMenuV2 {
  left: auto;
  right: 0; }

#dropDownMenuV1 {
  display: none;
  background: #333333;
  width: 200px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2; }

#dropDownMenuV1 > li {
  display: block;
  position: relative; }

#dropDownMenuV1 > li > a {
  display: block;
  padding: 8px 12px;
  font: 16px 'Open Sans', sans-serif;
  color: #fff; }

#dropDownMenuV1 > li:hover > ul {
  display: block; }

#dropDownMenuV1 > li > ul {
  display: none;
  width: 200px;
  background: #333333;
  position: absolute;
  top: 0;
  left: 200px; }

#dropDownMenuV1 > li > ul > li {
  display: block;
  position: relative; }

#dropDownMenuV1 > li > ul > li:hover > ul {
  display: block; }

#dropDownMenuV1 > li > ul > li > a {
  display: block;
  padding: 8px 12px;
  font: 16px 'Open Sans', sans-serif;
  color: #fff; }

#dropDownMenuV1 > li > ul > li > ul {
  display: none;
  width: 200px;
  background: #333333;
  position: absolute;
  top: 0;
  left: 200px; }

#dropDownMenuV1 > li > ul > li > ul > li {
  display: block;
  position: relative; }

#dropDownMenuV1 > li > ul > li > ul > li > a {
  display: block;
  margin: 8px 12px;
  font: 16px 'Open Sans', sans-serif;
  color: #fff; }

#dropDownMenuV2 {
  display: none;
  background: #333333;
  width: 470px;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 2; }

#dropDownMenuV2 > li {
  display: inline-block;
  width: 43.5%;
  margin: 0 3% 3%; }

#dropDownMenuV2 > li > a {
  display: block;
  margin: 8px 12px;
  font: 16px 'Open Sans', sans-serif;
  color: #fff; }

#dropDownMenuV2 > li > ul {
  background: #333333;
  float: left;
  width: 95%;
  margin-left: 5%; }

#dropDownMenuV2 > li > ul > li {
  display: block; }

#dropDownMenuV2 > li > ul > li > a {
  display: block;
  margin: 8px 12px;
  font: 15px 'Open Sans', sans-serif;
  color: #fff; }

#dropDownMenuV3 {
  display: none;
  background: #f5f5f5;
  width: 470px;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 2; }

#dropDownMenuV3 > li {
  display: inline-block;
  width: 43.5%;
  margin: 0 3% 3%; }

#dropDownMenuV3 > li > a {
  display: block;
  margin: 8px 12px;
  font: 16px 'Open Sans', sans-serif;
  color: #555555; }

#dropDownMenuV3 > li > ul {
  background: #f5f5f5;
  float: left;
  width: 95%;
  margin-left: 5%; }

#dropDownMenuV3 > li > ul > li {
  display: block; }

#dropDownMenuV3 > li > ul > li > a {
  display: block;
  margin: 8px 12px;
  font: 15px 'Open Sans', sans-serif;
  color: #555555; }

/*BANNER DESTAQUE*/
.bannerTopo {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }

/*CARROSSEL DE MARCAS*/
.carouselFooter h4 {
  font: 20px 'Open Sans', sans-serif;
  color: #be9e2e;
  margin-bottom: 18px; }

.carouselMark {
  clear: both; }

.carouselMark ul li {
  border: 1px solid #f9f9f9;
  float: left;
  height: 100px;
  margin-right: 18px;
  width: 150px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center; }

.carouselFooter {
  clear: both;
  margin: 0 auto 45px;
  position: relative;
  width: 940px; }

.carouselMark .bx-controls-direction {
  position: absolute;
  width: 850px;
  top: 80px;
  margin-left: -15px; }

.carouselMark .bx-wrapper {
  float: left;
  margin-bottom: 5% !important;
  margin-left: 5% !important; }

.carouselMark .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0; }

.carouselMark .bx-controls.bx-has-controls-direction {
  top: 51px;
  position: absolute; }

/*NEWSLETTER*/
.newsFooter {
  background: #f5f5f5;
  overflow: hidden;
  width: 100%; }

.newsFooter .newsletter {
  width: 940px;
  margin: 0 auto; }

.newsFooter .newsletter p {
  color: #555555;
  float: left;
  font: 13px 'Open Sans', sans-serif;
  margin-right: 30px;
  margin-top: 15px;
  width: 207px; }

.newsFooter .newsletter label {
  float: left;
  margin-top: 10px;
  margin-right: 20px; }

.newsFooter .newsletter label input.name {
  width: 240px;
  padding-right: 30px; }

.newsFooter .newsletter label input.email {
  width: 190px;
  padding-right: 30px; }

/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer {
  border-top: 1px solid #E6E6E6;
  background: #FEE54D;
  clear: both;
  overflow: hidden; }

.footer-grid {
  display: grid;
  grid-template-areas: "call_center payment payment security";
  gap: 60px;
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto; }

.footer-box-payment-methods {
  grid-area: payment; }

.footer-box-call-center {
  grid-area: call_center; }

.footer-box-institutional-menu {
  grid-area: institutional; }

.footer-box-services {
  grid-area: services; }

.footer-box-social-networks {
  grid-area: social_networks; }

.footer-box-security {
  grid-area: security; }

.footer-inline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.footer-inline-list.payment-icons li {
  display: flex;
  align-items: center;
  margin-right: 6px;
  margin-bottom: 6px; }

.footer-inline-list.payment-icons li img,
.footer-inline-list.payment-icons li svg {
  background-color: #ffffff;
  max-height: 32px;
  border-radius: 4px; }

.footer-default-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 900; }

.footer-default-link,
.footer-small-icons {
  margin-bottom: 5px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }

.footer-small-icons .fa {
  width: 16px;
  margin-right: 10px;
  font-size: 16px;
  color: #333333;
  position: relative;
  top: 2px; }

.footer-small-icons small {
  margin-left: 30px; }

.footer-box-social-networs ul {
  display: flex; }

.footer-box-social-networs ul li {
  margin-right: 15px;
  margin-bottom: 5px; }

.footer-box-social-networs ul li .social-template-style {
  background: #ffffff;
  font-size: 26px;
  color: #000000; }

.sub-footer {
  background-color: #FFE400;
  overflow: hidden; }

.sub-footer-text {
  display: block;
  margin: 0 auto;
  padding: 20px 0; }

.sub-footer-text p,
.sub-footer-text p a {
  margin-bottom: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  font-family: 'Roboto', sans-serif; }

.form-newsletter {
  background-color: #000000; }

.form-newsletter h3 {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase; }

.form-newsletter h4 {
  margin-left: 40px;
  margin: 0;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400; }

.form-newsletter .grid-item {
  padding-bottom: 0; }

.form-newsletter form {
  margin: 20px 0 0 0;
  overflow: hidden; }

.form-newsletter form input[type="email"],
.form-newsletter form input[type="text"] {
  background: white;
  border: none;
  padding: 14px 0 14px 28px;
  color: #303030;
  font-size: 10px;
  font-weight: 300;
  line-height: 17px;
  display: inline-block;
  border-radius: 5px;
  width: 305px;
  height: 40px;
  background-color: #ffffff;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif; }

.form-newsletter form input[type="email"]::placeholder,
.form-newsletter form input[type="text"]::placeholder {
  color: #303030;
  font-weight: 400; }

.btn-newsletter {
  font-size: 10px !important;
  width: 130px;
  height: 40px;
  margin-left: 10px !important;
  border-radius: 5px !important;
  background-color: #000000 !important;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  bottom: 10px;
  font-family: 'Roboto', sans-serif; }

.logo-f1-commerce {
  background-image: url("https://godeep.f1cdn.com.br/logos/img/01_godeep_logo_color_laranja_azul.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: block;
  width: 110px;
  height: 48px;
  margin: 5px auto 0; }

.default-style__button,
.default-style__primary-button,
.default-style__secondary-button,
.default-style__small-button,
.default-style__big-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 16px; }

.default-style__button, .default-style__primary-button, .default-style__secondary-button {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 18px; }

.default-style__small-button {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 16px; }

.default-style__big-button {
  padding: 10px 32px;
  font-size: 22px;
  line-height: 36px; }

.default-style__disabled-button {
  pointer-events: none; }

.default-style__return-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  color: #1d2e5b; }

.default-style__button-icon {
  margin-right: 10px;
  min-width: 16px;
  min-height: 16px; }

.default-style__button,
.default-style__primary-button,
.default-style__small-button,
.default-style__big-button {
  background-color: #1d2e5b;
  border-color: white;
  color: white; }
  .default-style__button path,
  .default-style__primary-button path,
  .default-style__small-button path,
  .default-style__big-button path {
    fill: white; }

.default-style__button:hover,
.default-style__primary-button:hover,
.default-style__small-button:hover,
.default-style__big-button:hover {
  background-color: #004690;
  border-color: white;
  color: white; }
  .default-style__button:hover path,
  .default-style__primary-button:hover path,
  .default-style__small-button:hover path,
  .default-style__big-button:hover path {
    fill: white; }

.default-style__secondary-button {
  background-color: #333333;
  border-color: white;
  color: white; }

.default-style__secondary-button:hover {
  background-color: #333333;
  border-color: white;
  color: white; }

.default-style__disabled-button {
  background-color: #8f8f8f;
  border-color: white;
  color: white; }

.default-style__disabled-button:hover {
  background-color: #8f8f8f;
  border-color: white;
  color: white; }

/* COLUNA PRIMÁRIA */
#primary {
  float: left;
  overflow: hidden; }

.categories {
  width: 220px;
  float: left;
  clear: left;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  background: #f8f8f8; }

#primary .categories h2 {
  background: #f8f8f8;
  border-bottom: 1px solid #333333;
  line-height: 24px;
  margin-top: 6px;
  font-weight: normal;
  padding: 5px 12px; }

#primary .categories > span {
  color: #333333;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0 10px; }

#primary .categories h2 a {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

.categories * {
  font-family: inherit; }

.categories .level-1 > li > a {
  background: #f8f8f8;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  padding: 5px 12px;
  margin-top: 6px; }

.categories ul li a {
  color: #475c6f;
  display: block;
  font-size: 13px;
  padding: 10px; }

.categories ul.level-1 > li {
  margin-bottom: 10px;
  border-bottom: 2px solid #e5e6e6;
  background: #f8f8f8; }

.categories ul li {
  border-bottom: 1px solid #e5e6e6; }

.categories ul li.hidden {
  display: none; }

.categories a.filter {
  font-size: 13px;
  color: #475c6f;
  display: block;
  padding: 10px; }

.categories a.filter.grade {
  float: left;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 10px;
  border: 2px solid #f8f8f8;
  text-align: center;
  overflow: hidden; }

.categories a.filter.grade.checked,
.categories a.filter.grade:hover {
  border: 2px solid #333333;
  vertical-align: middle;
  border-radius: 3px; }

.categories a.filter.limparFiltros {
  float: none;
  clear: both;
  width: auto;
  border: none;
  text-align: left;
  padding-left: 10px; }

.categories a.filter.limparFiltros:hover {
  border: none; }

.categories ul .level-3 li {
  margin-bottom: 0; }

.categories ul .level-3 a {
  padding: 5px; }

.categories .level-2 li li {
  padding-left: 10px; }

.categories h2 a {
  font: 16px 'Open Sans', sans-serif;
  color: #333333; }

/*--- ACORDION ---*/
.acordion {
  width: 220px;
  float: left;
  clear: left;
  margin-bottom: 20px; }

.acordion h2:first-child {
  margin-top: 0; }

.acordion h2 {
  background: #f8f8f8;
  border-bottom: 1px solid #264f65;
  color: #264f65;
  cursor: pointer;
  font: 13px/31px 'Open Sans', sans-serif;
  margin-top: 6px;
  text-indent: 7px; }

.acordion h2.active {
  background: #fff; }

.acordion ul {
  margin-bottom: 10px;
  border-bottom: 2px solid #e5e6e6;
  background: #f8f8f8; }

.acordion ul li {
  text-indent: 20px;
  border-bottom: 1px solid #e5e6e6; }

.acordion h2 a {
  padding: 5px 40px 5px 12px;
  display: block;
  text-decoration: none;
  color: #264f65; }

.acordion ul li a {
  font: 13px/40px 'Open Sans', sans-serif;
  color: #264f65; }

/*--- ACORDION C/SETAS---*/
.acordion2 {
  width: 220px;
  float: left;
  clear: left;
  margin-bottom: 20px; }

.acordion2 h2:first-child {
  margin-top: 0; }

.acordion2 h2 {
  border-bottom: 1px solid #357bba;
  color: #357bba;
  cursor: pointer;
  font: 13px/31px 'Open Sans', sans-serif;
  margin-top: 6px;
  text-indent: 7px; }

.acordion2 h2 a {
  padding: 5px 40px 5px 12px;
  display: block;
  background: url("../../img/down.png") no-repeat 96% center #f8f8f8; }

.acordion2 h2 a.active {
  background: url("../../img/up.png") no-repeat 96% center #f8f8f8; }

.acordion2 ul {
  margin-bottom: 10px;
  border-bottom: 2px solid #e5e6e6;
  background: #f8f8f8; }

.acordion2 ul li {
  text-indent: 20px;
  border-bottom: 1px solid #e5e6e6; }

.acordion2 ul li a {
  font: 13px/40px 'Open Sans', sans-serif;
  color: #475c6f; }

.lateralBanners {
  width: 220px;
  float: left;
  clear: left; }

.lateralBanners > div {
  margin-bottom: 20px; }

.lateralBanners .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 5px; }

.lateralBanners .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 10%; }

.lateralBanners .bx-wrapper .bx-controls-direction a.bx-next {
  right: 5%; }

.bannerShowcase {
  float: right;
  width: 700px !important;
  height: auto;
  overflow: hidden; }

/*MIGALHA*/
.breadcrumbs {
  display: none; }

.breadcrumbs em {
  font: 14px 'Open Sans', sans-serif;
  float: left;
  color: #333333; }

.breadcrumbs li:last-child {
  color: #333333; }

.breadcrumbs li {
  float: left;
  margin-left: 5px;
  color: #333333;
  font: 14px 'Open Sans', sans-serif; }

.breadcrumbs li a {
  font: 14px 'Open Sans', sans-serif;
  color: #333333; }

/*
    Vitrines temáticas
*/
.tematic-header {
  padding: 23px 40px;
  background-position: center center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-color: #EEEEEE;
  margin: 20px auto;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2); }

.tematic-header h2,
.tematic-header .h2 {
  color: #333333; }

.tematic-header * {
  font-family: inherit; }

.tematic-header .tematic-logo .image {
  float: left;
  display: block;
  margin: 10px;
  overflow: hidden;
  border: 2px solid #FFF; }

.tematic-header .tematic-logo .image img {
  max-width: 210px;
  height: auto;
  display: block; }

.tematic-header .tematic-logo .group-title {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  float: left;
  max-width: 50%;
  margin-top: 60px;
  margin-left: 48px;
  text-shadow: -2px 1px 6px rgba(0, 0, 0, 0.2); }

.tematic-header .tematic-logo .legend {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #333333; }

.tematic-header .tematic-logo h4,
.tematic-header .tematic-logo .h4 {
  font-size: .8em;
  font-weight: normal;
  font-style: italic;
  color: #EEE;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif; }

.tematic-logo:after,
.tematic-header:after {
  width: auto;
  clear: both;
  float: none;
  display: block;
  content: "  "; }

.tematic-flush .listProducts,
.tematic-flush .listProducts ul {
  float: none;
  width: auto;
  overflow: hidden; }

.tematic-flush .listProducts li {
  margin-right: 20px !important;
  overflow: hidden; }

.tematic-flush .listProducts li:nth-child(4n+4) {
  margin-right: 0 !important; }

.tematic-flush .listProducts li p {
  width: 100px; }

/* TELEVENDAS */
.TelevendasEscolhaCliente .divEscolhaCliente {
  width: 600px; }

.TelevendasEscolhaCliente .divAvisoTelevenda {
  color: #DA0B13;
  border: solid 1px #DA0B13;
  border-radius: 5px;
  margin: 20px 0px 30px 0px;
  padding: 15px 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold; }

.TelevendasEscolhaCliente .divAvisoTelevenda .icoFechar {
  float: right;
  width: 12px;
  height: 15px;
  margin-top: 2px;
  background: url("../../img/ico-fechar.png") no-repeat;
  cursor: pointer; }

.TelevendasEscolhaCliente .divEscolhaClienteBusca div {
  margin: 0px 10px 0px 10px; }

.TelevendasEscolhaCliente .divEscolhaClienteBusca .divLabelBuscar {
  float: left;
  vertical-align: middle;
  padding-top: 12px;
  font-weight: bold;
  color: #555;
  font-size: 15px; }

.TelevendasEscolhaCliente .divEscolhaClienteBusca .buttonBuscar {
  margin-left: 10px; }

.TelevendasEscolhaCliente .divResultadoBuscaCliente {
  padding: 0px 0px 50px 0px; }

.TelevendasEscolhaCliente .tableResultadoBusca {
  width: 920px;
  border: solid 1px #ccc;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

.TelevendasEscolhaCliente .tableResultadoBusca td {
  padding: 10px;
  border: solid 1px #ccc; }

.TelevendasEscolhaCliente .tableResultadoBusca thead {
  background-color: #e8e8e8; }

.TelevendasEscolhaCliente .tableResultadoBusca thead td {
  background-color: #e8e8e8;
  font-weight: bold; }

.TelevendasEscolhaCliente .tableResultadoBusca tbody td {
  color: #666; }

.TelevendasEscolhaCliente .btBuscarTelevenda {
  background: none repeat scroll 0 0 #ccc;
  border-radius: 3px;
  color: #333333;
  font: 14px 'Open Sans', sans-serif;
  padding: 3px 5px; }

.divTelevendasEscolha,
.divTelevendasEscolhaCliente {
  padding: 50px 0px 50px 20px; }

.divTelevendasEscolha form {
  margin-top: 0px; }

.divTelevendasEscolha div {
  border: solid 1px #ccc;
  width: 400px;
  padding: 20px 0px 20px 0px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold; }

.divTelevendasEscolha div:hover {
  background-color: #333333;
  color: #ffffff; }

/* fim TELEVENDAS */
/* PAGINADOR */
.paginator {
  clear: both;
  margin: 10px 0 10px 20px;
  float: right;
  text-align: center;
  width: 700px; }

.paginator > a,
.paginator .disabled {
  display: inline-block;
  overflow: hidden;
  margin-top: 7px;
  vertical-align: top; }

.paginator a {
  text-decoration: none !important; }

.paginator em {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333333; }

.paginator ol {
  display: inline-block;
  overflow: hidden; }

.paginator li {
  float: left;
  font: bold 16px/36px 'Open Sans', sans-serif;
  color: #9a9384;
  width: 32px;
  height: 36px;
  list-style: none;
  margin: 0 5px;
  text-align: center;
  padding: 0; }

.paginator li a {
  display: block;
  font: 16px/36px 'Open Sans', sans-serif;
  color: #9a9384; }

.paginator li.current,
.paginator li:hover {
  background: #333333;
  color: #fff; }

.paginator li.current a,
.paginator li:hover a {
  color: #fff; }

/* CSS do auto complete */
input.ac-f1search {
  outline: 0; }

div.ac-f1search {
  background: #333333 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 7px 10px #999;
  display: block;
  font: bold 12px/15px 'Open Sans', sans-serif;
  margin-top: 41px;
  padding: 5px 2px 10px;
  position: absolute;
  width: 483px !important;
  z-index: 9999999; }

.ie8 div.ac-f1search {
  left: auto !important; }

div.ac-f1search ul,
div.ac-f1search li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

div.ac-f1search li.groupbox {
  padding: 3px;
  color: #333333;
  font: bold 16px/15px 'Open Sans', sans-serif;
  clear: both; }

div.ac-f1search ul.hintoptions {
  background: #fff;
  max-height: 450px;
  overflow: auto; }

div.ac-f1search div.loading {
  width: 100%;
  background: url("../../img/loading.gif") center center no-repeat;
  height: 20px; }

div.ac-f1search li.option {
  margin: 2px;
  padding: 2px;
  color: #7c7c7c;
  font: 12px/15px 'Open Sans', sans-serif;
  /*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;*/
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer; }

div.ac-f1search li.option span {
  font: 13px 'Open Sans', sans-serif; }

div.ac-f1search li.resultados,
div.ac-f1search li.categorias {
  float: left;
  background: #f3f3f3; }

div.ac-f1search li.option span.highlight {
  font-weight: bold;
  color: #7c7c7c;
  font-family: 'Open Sans', sans-serif; }

div.ac-f1search li.maisvendidos,
div.ac-f1search li.produtos {
  clear: both; }

div.ac-f1search .miniatura-produto {
  height: 71px; }

.ie8 div.ac-f1search .miniatura-produto:hover {
  background: #f0f0f0; }

div.ac-f1search .miniatura-produto img {
  float: left;
  margin: 8px; }

div.ac-f1search .miniatura-produto > strong {
  color: #7c7c7c;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  height: 50px;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 10px;
  padding-top: 5px;
  width: 355px; }

div.ac-f1search li.option:hover .miniatura-produto > strong,
div.ac-f1search li.selected .miniatura-produto > strong {
  background: #F0F0F0;
  color: #7c7c7c; }

div.ac-f1search .miniatura-produto > span,
div.ac-f1search .miniatura-produto > span > span {
  display: inline-block;
  padding: 5px;
  font-weight: normal !important;
  color: inherit !important; }

.preload-img {
  background: url("../../img/loading.gif") -1000 no-repeat;
  width: 0px;
  height: 0px; }

/* fim do CSS do auto complete */
.vitrines {
  margin-top: 50px; }

/*Menu de imagens*/
.menuTop ul li {
  text-align: center; }

.menuTop ul li a {
  display: block; }

.menuIcoHover {
  display: none; }

.menuTop ul li img {
  max-height: 40px;
  min-height: 40px; }

/* Provador virtual */
p.titleProvador {
  color: #fff;
  background-color: #333333; }

.contentProvador {
  background-color: #fff;
  border-color: #333333 !important; }

.contentProvador p.subtitle {
  color: #333333;
  font-family: 'Open Sans', sans-serif; }

/* caroussel modelo variacao */
.productRight .bxslider-modelo a {
  padding: 0px; }

.productRight .bx-pager-item a {
  padding: 0px; }

.productRight ul.bxslider-modelo {
  margin: 20px 0px; }

.productRight ul.bxslider-modelo li {
  float: left;
  margin-right: 5px; }

.productRight ul.bxslider-modelo li:last-child {
  margin-right: 0px; }

/* caroussel modelo variacao */
.productRight .bxslider-modelo a {
  padding: 0px; }

.productRight .bx-pager-item a {
  padding: 0px; }

.productRight ul.bxslider-modelo li {
  float: left;
  width: 100%;
  margin-bottom: 7px; }

.productRight ul.bxslider-modelo li:last-child {
  margin-right: 0px; }

.productRight .bxslider-modelo .img-variation {
  float: left;
  margin-right: 15px; }

.productRight .bxslider-modelo .side-name-price {
  float: left;
  width: 260px; }

.productRight .bxslider-modelo .name-variation {
  font: 16px 'Open Sans', sans-serif;
  color: #333333;
  float: left; }

.productRight .bxslider-modelo .btRed {
  float: right;
  font-size: 20px;
  margin-top: 20px;
  padding: 12px; }

.productRight .bxslider-modelo del {
  float: left;
  font: 13px/20px 'Open Sans', sans-serif;
  color: #7d91a3;
  clear: both;
  margin-top: 4px; }

.productRight .bxslider-modelo ins {
  font: 20px 'Open Sans', sans-serif;
  float: left;
  color: #333333;
  clear: both;
  text-decoration: none; }

/* caroussel modelo variacao listagem */
.listItems .bxslider-modelo a {
  background: none;
  padding: 0px; }

.listItems .bx-pager-item a {
  padding: 0px; }

.listItems ul.bxslider-modelo {
  margin: 20px 0px; }

.listItems ul.bxslider-modelo li {
  float: left;
  margin-right: 5px; }

.listItems ul.bxslider-modelo li:last-child {
  margin-right: 0px; }

/*TOPO LISTA DE PRESENTES*/
.topContent .list-top i,
.topContent .list-top p {
  color: #333333; }

.topContent .list-top span,
.topContent .list-top .close-list,
.topContent .list-top span a {
  color: #333333;
  text-decoration: none; }

.topDark .credit-value,
.topDark .topContent .list-top span,
.topDark .topContent .list-top span a,
.topDark .topContent .list-top .close-list {
  color: #fff; }

.censo-urgencia-listagem {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  width: 100%;
  font-size: 11px;
  width: 100%;
  text-align: center; }

.censo-urgencia-listagem .time {
  font-weight: bold;
  color: #293a4a; }

.censo-urgencia-listagem .time-legend {
  font-weight: bold;
  width: 100%; }

.censo-urgencia-listagem .time span,
.censo-urgencia-listagem .time-legend span {
  padding: 3px;
  margin-bottom: 3px; }

.censo-urgencia-listagem .time-legend span {
  background-color: #333333;
  color: #fff;
  width: auto !important; }

/*vitrine home*/
.vitrines-home h2.ttDefault.button-ver-mais {
  width: 700px;
  background: transparent;
  float: right;
  text-align: center;
  position: relative;
  top: -34px; }

.vitrines-home a.ver-todos button {
  color: #ffffff;
  background: blue;
  height: 20px;
  width: 50px;
  background: none repeat scroll 0 0 #333333;
  border-radius: 3px;
  color: #fff;
  font: bold 16px/30px Tahoma, Verdana, sans-serif;
  height: 30px;
  text-align: center;
  width: 110px;
  font-family: 'Open Sans', sans-serif; }

.vitrines-home .listProducts {
  min-height: 100%;
  background: url(../../img/bigShadow.png) no-repeat center bottom;
  position: relative;
  padding-bottom: 30px !important; }

.three-items-per-row.vitrines-home {
  float: right;
  width: 700px; }

.btFinalizarCompra {
  background: none repeat scroll 0 0 #aaa;
  border-radius: 3px;
  color: #fff;
  font: 14px 'Open Sans', sans-serif;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #000000; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px; }

.grid-item.large--two-blocks {
  display: inline-block;
  width: 48%;
  margin-top: 15px;
  vertical-align: top; }

.formas-de-pagamento-list {
  overflow: hidden;
  display: inline-block;
  margin-left: 10px; }

.formas-de-pagamento-list img {
  float: left;
  margin-right: 9px; }

.forma-de-pagamento-list__item {
  display: inline-block; }

p.iconsFooter.institucionalA {
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif; }

/*PROCESSO DE COMPRA*/
.processPurchase {
  border-bottom: 1px solid #CCCCCC;
  display: none;
  clear: both;
  height: 70px;
  margin: 0 auto;
  padding-top: 25px;
  width: 100%; }

.processPurchase li {
  float: left;
  height: 70px;
  position: relative;
  width: 260px; }

.processPurchase li:last-child {
  width: 160px; }

/* .processPurchase li:last-child {
	width: 45px;
} */
.processPurchase li a {
  bottom: 35px;
  left: 70px;
  display: block;
  margin-left: -15px;
  position: absolute;
  color: #CCCCCC;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -1px; }

.processPurchase li a.active {
  color: #1d2e5b; }

.processPurchase li a:after {
  content: '>';
  margin-left: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #999999;
  position: relative;
  top: 3px;
  left: 25px; }

.processPurchase li a:nth-child(2)::after {
  display: none; }

.processPurchase li:nth-child(3) a {
  margin-left: -5px; }

.processPurchase .active a {
  color: #f38f1f; }

.processPurchase .pass a {
  color: #f38f1f; }

.processPurchase .circle {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 100%;
  height: 44px;
  position: absolute;
  width: 44px;
  z-index: 1; }

/* .processPurchase .circle:nth-child(1):before {
	content: url('../../img/processPurchase-meu-carrinho.png');
	border: 0 none;
	border-radius: 100%;
	color: #000000;
	display: block;
	height: 22px;
	margin: 11px auto;
	width: 22px;
} */
li.inpass:nth-child(1)::before, li.pass:nth-child(1)::before {
  content: url(../../img/processPurchase-meu-carrinho.png);
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  display: block;
  height: 22px;
  margin: 11px auto;
  width: 22px;
  position: absolute;
  top: 0px;
  z-index: 8;
  left: 10px; }

li.inpass:nth-child(2)::before, li.pass:nth-child(2)::before {
  content: url(../../img/processPurchase-identificacao.png);
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  display: block;
  height: 18px;
  margin: 11px auto;
  width: 18px;
  position: absolute;
  top: 1px;
  z-index: 8;
  left: 8px; }

li.inpass:nth-child(3)::before, li.pass:nth-child(3)::before {
  content: url(../../img/processPurchase-entregua.png);
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  display: block;
  height: 22px;
  margin: 11px auto;
  width: 22px;
  position: absolute;
  top: 1px;
  z-index: 8;
  left: 8px; }

li.inpass:nth-child(4)::before, li.pass:nth-child(4)::before {
  content: url(../../img/processPurchase-pgto.png);
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  display: block;
  height: 22px;
  margin: 11px auto;
  width: 22px;
  position: absolute;
  top: 2px;
  z-index: 8;
  left: 13px; }

li.inpass:nth-child(5)::before, li.pass:nth-child(5)::before {
  content: url(../../img/processPurchase-confirmacao.png);
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  display: block;
  height: 22px;
  margin: 11px auto;
  width: 22px;
  position: absolute;
  top: 3px;
  z-index: 8;
  left: 11px; }

.processPurchase .circleActive {
  background: #1d2e5b;
  border-radius: 100%;
  height: 44px;
  position: absolute;
  width: 44px; }

.processPurchase .circleActive:before {
  background: #1d2e5b;
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  content: "";
  display: block;
  height: 22px;
  margin: 11px auto;
  width: 22px; }

.processPurchase .circleActive a {
  color: #333333; }

.processPurchase .pass .circleActive {
  background: #1d2e5b;
  border-radius: 100%;
  height: 44px;
  position: absolute;
  width: 44px;
  z-index: 1; }

.processPurchase .pass .circleActive:after {
  background: #1d2e5b;
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  content: "";
  display: block;
  height: 10px;
  margin: -27px auto;
  width: 10px; }

.processPurchase .pass .circleActive ~ a {
  color: #1d2e5b; }

/* .processPurchase .inpass .circleActive {
	background: #FFF;
	border-radius: 100%;
	height: 44px;
	position: absolute;
	width: 44px;
	z-index: 2;
} */
.processPurchase .inpass .circleActive:after {
  background: #1d2e5b;
  border: 0 none;
  border-radius: 100%;
  color: #1d2e5b;
  content: ".";
  display: block;
  height: 22px;
  margin: -32px auto;
  width: 22px; }

/* .processPurchase li span.line {
	border-bottom: 10px solid #CCCCCC;
	position: absolute;
	right: -2px;
	width: 78%;
	z-index: 1;
} */
/* .processPurchase li span.line.active {
	border-bottom: 10px solid #333333;
}

.processPurchase li.pass span.line {
	border-bottom: 10px solid #FFF;
} */
.processPurchase li.inpass span.line.active {
  border-bottom: 10px solid #CCCCCC; }

.container-loader {
  position: relative; }

img#theImg {
  position: absolute;
  z-index: 9;
  top: 7px;
  right: -20px; }

.default-style__title {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px; }

.default-style__subtitle {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0.36px; }

.default-style__label {
  float: left;
  visibility: hidden;
  opacity: 0;
  padding: 0 4px;
  border-radius: 2px;
  position: relative;
  left: 16px;
  bottom: -6px;
  line-height: 12px;
  font-size: 12px;
  z-index: 1;
  color: #1d2e5b;
  background: white; }

.default-style__input {
  width: 100%;
  background-color: white;
  border: 1px solid #D8D8D8;
  color: #666666;
  border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box; }
  .default-style__input::placeholder {
    color: #666666; }

.default-style__input-password {
  position: relative; }

.default-style__container-select {
  position: relative;
  clear: both; }

.default-style__input-double {
  display: flex;
  justify-content: space-between;
  column-gap: 25px; }

.default-style__input-wrapper {
  position: relative;
  width: 100%; }
  .default-style__input-wrapper:not(.error):focus-within .default-style__label {
    transition: all 0.15s linear;
    visibility: visible;
    opacity: 1; }

.default-style__button,
.default-style__small-button {
  background-color: #1d2e5b;
  border-color: white;
  color: white;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans'; }

.default-style__button {
  padding: 12px 24px;
  font-size: 18px; }

.default-style__small-button {
  padding: 10px 16px;
  font-size: 14px; }

.default-style__button:hover,
.default-style__small-button:hover {
  background-color: #004690;
  border-color: white;
  color: white; }

.input-disable {
  pointer-events: none;
  background-color: grey;
  opacity: .2;
  color: black; }

@media (max-width: 768px) {
  .ttDefault {
    font-size: 26px; }
  .groupButtons {
    flex-direction: column; }
  .groupButtons .btRed,
  .groupButtons .btGray {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 12px !important; }
  .infoCart {
    width: 100%;
    display: flex; }
  .calcCart {
    width: 100%; }
  .calcCart input[type="submit"] {
    font-size: 14px; }
  .calcCart.freight {
    margin-left: 0; }
  .resultCart li p:first-child {
    text-align: left; }
  .footer-grid {
    display: flex !important;
    flex-direction: column;
    padding: 24px 12px !important; }
  .newAddressLink {
    font-size: 18px;
    text-align: center; }
  .warningDelivery {
    margin-top: 40px;
    width: 100%;
    padding: 0;
    text-indent: 0; }
  .deliveryAddress > li .btConfirm,
  .deliveryAddress > li .btGray {
    font-size: 14px; }
  .freightOptionsAgain {
    padding: 12px 0; }
  .freightOptionsAgain li label {
    display: flex; }
  .freightOptionsAgain span {
    width: 100% !important; }
  .contentRegister form {
    width: 100%; }
  .contentRegister form label > span {
    text-align: left;
    margin-bottom: 6px; }
  .contentRegister form input {
    width: 100%; }
  .contentRegister form .selectStyle {
    width: 100%; }
  .contentRegister form button {
    width: 100%;
    margin-top: 12px; }
  .contentCalc,
  .calcCart.freight {
    max-width: 100%;
    width: 100%; }
  .contentCalc .thead {
    display: none; }
  .contentCalc ul {
    width: 100%; }
  .contentCalc ul li span {
    width: 100% !important; }
  html label[for="cep1"] {
    width: 100%; } }

@media (max-width: 992px) {
  * {
    box-sizing: border-box; }
  .calcCart p .fa {
    display: none; }
  .formPayment .cart label > span {
    width: 100%; }
  .formPayment .cart label {
    margin: 0;
    padding: 0 20px; }
  .formPayment .billet p,
  .formPayment .specialMethod p,
  .formPayment .billet p.warningBillet,
  .formPayment .specialMethod p.warningSpecialMethod {
    width: 100%; }
  .formPayment .cart label > span {
    text-align: left; }
  .formPayment .billet p.warningBillet,
  .formPayment .specialMethod p.warningSpecialMethod,
  .formPayment .warningCart {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px; }
  .formPayment .billet p.warningBillet .fa,
  .formPayment .specialMethod p.warningSpecialMethod .fa,
  .formPayment .warningCart .fa {
    margin-bottom: 24px; }
  .resumo_compra_v2 .orderValue {
    clear: both; }
  .formPayment .cart #condicoesPagamento .selectStyle,
  .formPayment .cart input {
    width: 100%; }
  .resumo_compra_v2 table {
    width: 100%; }
  .formCart table.products thead {
    display: none; }
  .formCart table.products tbody tr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1; }
  .formCart table.products tbody tr td {
    border: none; }
  .formCart table.products tbody tr td:first-child {
    display: flex;
    width: 100%; }
  .formCart table.products tbody tr:first-child td:first-child {
    border-top: 1px solid #e1e1e1; }
  .formCart table.products tbody tr td:nth-child(2),
  .formCart table.products tbody tr td:nth-child(3),
  .formCart table.products tbody tr td:nth-child(4),
  .formCart table.products tbody tr td:nth-child(5) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .formCart table.products tbody tr td:nth-child(3),
  .formCart table.products tbody tr td:nth-child(4),
  .formCart table.products tbody tr td:nth-child(5) {
    padding: 0 12px;
    font-size: 14px; }
  .formCart table.products tbody tr td strong {
    font-size: 14px; }
  .compra-segura {
    right: 0;
    width: 90px;
    font-size: 12px; }
  .newAddressLink {
    text-align: center; }
  .newAddressLink a {
    margin-left: 0;
    margin-top: 12px; }
  .resumo_final .resumo_compra_v2 .orderValue {
    clear: both; }
  .border.resumoCompra {
    flex-direction: column; }
  .paymentForm p.billetIf {
    width: 100%; }
  .form-billet {
    margin: 0 auto; } }

@media (max-width: 1200px) {
  a.consultaCep {
    clear: both;
    float: left;
    margin-left: 0; }
  .footer-grid {
    padding-left: 12px;
    padding-right: 12px; }
  .finalLeft {
    width: 100%; }
  .dataPurchase .border.pedido {
    flex-direction: column; }
  .dataPurchase .border.pedido * {
    width: 100% !important;
    text-align: center !important; }
  .deliveryForm {
    width: 100%; }
  .deliveryForm p {
    width: auto; }
  .dataDelivery {
    width: 100%; }
  .paymentForm p {
    text-align: left; }
  .finalRight {
    width: 100%; }
  .paymentForm img {
    float: none;
    margin-left: 0;
    margin-right: 0; } }
