@charset "utf-8";

/* Font-face */
@font-face {
  font-family: "AmpleSoft";
  src: url("/public/assets/fonts/AmpleSoft.woff2") format("woff2"),
    url("/public/assets/fonts/AmpleSoft.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AmpleSoft";
  src: url("/public/assets/fonts/AmpleSoft-Light.woff2") format("woff2"),
    url("/public/assets/fonts/AmpleSoft-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AmpleSoft";
  src: url("/public/assets/fonts/AmpleSoft-Medium.woff2") format("woff2"),
    url("/public/assets/fonts/AmpleSoft-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AmpleSoft";
  src: url("/public/assets/fonts/AmpleSoft-Bold.woff2") format("woff2"),
    url("/public/assets/fonts/AmpleSoft-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

[v-cloak] {
  display: none !important;
}

.btn-baixar {
  font-size: 20px;
  background: #fff;
  border: 2px solid #f6ab13;
  border-radius: 50px;
  color: #3a3a3a;
  font: 900 0/24px "Quicksand", Arial, Helvetica, sans-serif;
  height: 50px;
  width: 174px;
  padding: 11px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.btn-baixar:hover {
  background: #f6ab13;
  color: #fff;
}

::selection {
  background: #262626;
  color: white;
}

::-moz-selection {
  background: #262626;
  color: white;
}

/* Border-boxing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix */
.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.controle {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

/* Text-Align */
.text-center {
  text-align: center;
}

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

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

.btnAba {
  float: none;
  position: relative;
  float: none;
  background: #111;
  padding: 14px 0;
  border-radius: 6px;
  margin: 5px 0px 5px 4px;
  display: inline-block;
  line-height: 14px !important;
  border: 1px solid #111;
  width: calc(100% - 5px);
  margin-top: 0;
}

.btnAba:hover {
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  cursor: pointer;
}

.btnAba:active {
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  cursor: pointer;
}

.none {
  display: none !important;
}

/* Base */
html,
body {
}

body {
  background: #fff;
  overflow-x: hidden;
  margin: 0;
}

@media (max-width: 768px) {
  body {
    /*padding: 116px 0 0 0;*/
    margin-bottom: 50px;
  }

  header {
    top: 0;
  }
}

a {
  color: #2d351a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Grid */
.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1164px;
}

.controle {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

/* Header*/
header {
  background: #262626;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
}

header .header-bar {
  background: #1e1e1e;
  padding: 20px 0;
}

header .header-bar .wrap {
  color: #fff;
  font: 13px/150% "Quicksand", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-bar .welcome a {
  color: #e8901c;
  font-weight: 500;
  text-decoration: none;
}

header .header-bar .links a {
  border-left: 2px solid #283543;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
}

header .header-bar .links a:first-child {
  border: 0;
}

header .header-bar .links a img,
header .header-bar .links a i {
  color: #eb961a;
  display: inline-block;
  margin: 0 5px 0 0;
  max-width: 23px;
  font-size: 16px;
  vertical-align: middle;
}

header .header-bar a.vendas-corporativas {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
}

header .header-bar a.vendas-corporativas img {
  display: inline-block;
  margin: 0 5px 0 0;
  max-width: 23px;
  vertical-align: middle;
}

header .header-bar .social a {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 2px;
  text-align: center;
  line-height: 23px;
  font-size: 18px;
}

header .header-bar .social a i {
  color: #e8901c;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 40px;
}

header span.navicon {
  display: none;
}

header .logotipo {
  height: auto;
  font: 40px/105px "Quicksand", Arial, Helvetica, sans-serif;
  width: 157px;
}

header .logotipo img {
  display: block;
  width: 100%;
  height: auto;
}

header .busca {
  background: none;
  border: 2px solid #f4a317;
  border-radius: 50px;
  height: 40px;
  width: 374px;
  margin: 0;
  padding: 0;
  position: relative;
}

header .busca .field-buscar {
  background: none;
  border: 0;
  color: #888;
  display: block;
  font: 500 13px/28px "Quicksand", Helvetica, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0 45px 0 25px;
  text-transform: uppercase;
  width: 100%;
  outline: none;
}

header .busca .field-buscar::-webkit-input-placeholder,
header .busca .field-buscar:-moz-placeholder,
header .busca .field-buscar::-moz-placeholder,
header .busca .field-buscar:-ms-input-placeholder,
header .busca .field-buscar::-ms-input-placeholder {
  color: #edab96 !important;
}

header .busca .btn-buscar {
  background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
  border: 0;
  border-radius: 50px;
  height: 36px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

header .atendimento {
  color: #e88f1c;
  font: 500 12px/10px "Quicksand", Tahoma, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
}

header .atendimento:before {
  content: "\f095";
  color: #f29d19;
  font-size: 22px;
  line-height: 24px;
  font-family: "FontAwesome";
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: -30px;
  transform: scaleX(-1);
}

header .atendimento .telefone {
  display: block;
  color: #fff;
  font: 500 18px/25px "Quicksand", Tahoma, Arial, Helvetica, sans-serif;
}

header .atendimento .telefone span {
  color: #f29d19;
  font-weight: 700;
}

header .header-icons {
  font-size: 0;
}

header .header-icons a {
  display: inline-block;
  border: 2px solid #ee8d21;
  border-radius: 50px;
  color: #fff;
  height: 46px;
  width: 46px;
  margin: 0 6px;
  padding: 8px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

header .header-icons a img {
  display: block;
}

header .header-icons a span {
  position: absolute;
  bottom: -13px;
  left: 10px;
  background: #431912;
  border-radius: 50px;
  color: #fff;
  font: 600 12px/22px "Quicksand", Arial, Helvetica, sans-serif;
  height: 22px;
  width: 22px;
  text-align: center;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

header .header-icons a.carrinho {
  display: inline-block;
  border: 2px solid #ee8d21;
  border-radius: 50px;
  color: #fff;
  height: 44px;
  width: 44px;
  margin: 0 2px;
  padding: 8px;
  position: relative;
  text-decoration: none;
  overflow: visible;
}

header nav {
  background: #2f2f2f;
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

header nav .btn-mob-fechar,
header nav .login-box {
  display: none;
}

header nav > .wrap > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  height: auto;
  text-align: center;
}

header nav > .wrap > ul > li {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

header nav > .wrap > ul > li > a {
  color: #fff;
  display: flex;
  justify-content: center;
  font: 500 11px/100% "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}

header nav > .wrap > ul > li > a:after {
  content: "\f078";
  color: #eb961a;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 9px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

header nav > .wrap > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.linkPai {
  display: block;
  color: #484848;
  font: 600 11px/100% "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  text-decoration: none;
  text-transform: uppercase;
}

.linkPai:hover {
  color: #eb961a;
  background: #fff;
}

.linkPai {
  color: #eb961a;
  font: 700 13px/150% "Quicksand", Arial, Helvetica, sans-serif;
}

/* Footer */
footer {
  background: #262626;
  height: auto;
  font-size: 0;
  margin: 0;
  padding: 60px 0 0;
}

footer .col-4 {
  display: inline-block;
  padding: 25px;
  vertical-align: top;
  width: 22%;
}

footer .col-4:first-child {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 2% 0 0;
  width: 32%;
}

footer .col-2 {
  display: inline-block;
  margin: 60px 0;
  padding: 0;
  vertical-align: top;
  width: 50%;
}

footer .col-2:last-child {
  text-align: right;
}

footer .col-2 h5 {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

footer .col-2 img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

footer h5 {
  color: #f29d19;
  font: 600 14px/110% "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

footer h5 strong {
  font-weight: 600;
}

footer p {
  color: #fff;
  font: 400 13px/25px "Quicksand", Tahoma, Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
  padding: 0;
}

footer p img {
  margin-bottom: 10px;
}

footer p a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

footer p a:hover {
  color: #f29d19;
}

footer .footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

footer .footer-flex p {
  line-height: 130%;
  margin: 0;
  padding: 0;
}

footer .footer-flex img {
  margin: 0 40px 0 0;
}

footer .footer-flex .telefone {
  color: #fff;
  font: 500 18px/25px "Quicksand", Tahoma, Arial, Helvetica, sans-serif;
}

footer .footer-flex .telefone i {
  color: #f29d19;
  font-size: 20px;
  font-family: "FontAwesome";
  vertical-align: middle;
  transform: scaleX(-1);
}

footer .footer-flex .telefone span {
  color: #f29d19;
  font-weight: 700;
}

footer .footer-flex .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px;
  text-align: center;
  line-height: 32px;
  font-size: 23px;
}

/*footer .footer-flex .social a i { color: #e8901c; background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%); background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%); background: linear-gradient(0deg, #e38122 0%, #f0a414 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e38122', endColorstr='#f0a414',GradientType=1 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }*/
footer .footer-flex .social a i {
  color: #e8901c;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}

footer .footer-info .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-info p,
footer .footer-info a {
  color: #c1c1c1;
  font: 13px "Quicksand", Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

footer .footer-info a {
  font-size: 10px;
  text-transform: uppercase;
}

footer .footer-info a img {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.wp-fixed {
  background: #25d366;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

.wp-fixed i {
  font-size: 32px;
  vertical-align: middle;
  color: #fff;
}

/* Hero */
.hero {
  clear: both;
  background: #efefef;
  margin: 0 auto;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.hero ul,
.hero ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.hero .arrow {
  cursor: pointer;
  height: 70px;
  width: 70px;
  position: absolute;
  margin: 20px 0 0;
  top: 50%;
  z-index: 1000;
}

.hero .arrow.left {
  background: url(/assets/images/layout/arrow-left.png) left top no-repeat;
  left: 30px;
}

.hero .arrow.right {
  background: url(/assets/images/layout/arrow-right.png) left top no-repeat;
  right: 30px;
}

.hero .bx-controls {
  height: 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.hero .bx-pager {
  height: 20px;
  text-align: center;
}

.hero .bx-pager .bx-pager-item {
  display: inline-block;
}

.hero .bx-pager .bx-pager-item a {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  display: block;
  font-size: 1000px;
  height: 12px;
  margin: 0 4px;
  width: 12px;
  overflow: hidden;
}

.hero .bx-pager .bx-pager-item a.active {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

/* Banners */
.banners-diferenciais {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 0px;
  padding: 20px 0;
  font: 500 13px/17px "Quicksand", Arial, Helvetica, sans-serif;
}

.banners-diferenciais .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banners-diferenciais a.diferencial {
  flex: 1;
  margin: 0 10px;
  padding: 0 20px 0 65px;
  text-decoration: none;
  position: relative;
}

.banners-diferenciais a.diferencial:after {
  content: "";
  height: 30px;
  width: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}

.banners-diferenciais a.diferencial:last-child:after {
  display: none;
}

.banners-diferenciais a.diferencial img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.banners-diferenciais a.diferencial strong {
  display: block;
  color: #232323;
  font: 800 14px/14px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 0px;
}

.banners-diferenciais a.diferencial span {
  display: block;
  color: #232323;
}

/* clientes  */
.menuCliente {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  margin: 0 0 0px;
  padding: 0px 0;
}

.menuCliente .wrap {
}

.menuCliente ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.menuCliente ul li {
  flex: 1;
  margin: 0 10px;
}

.menuCliente ul li a:after {
  content: "";
  height: 30px;
  width: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}

.menuCliente ul li a:last-child:after {
  display: none;
}

.menuCliente ul li a img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.menuCliente ul li a strong {
  display: block;
  color: #fff;
  font: 800 17px/17px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 0px;
}

.menuCliente ul li a span {
  display: block;
  font: 500 13px/13px "Quicksand", Arial, Helvetica, sans-serif;
  float: left;
  width: 100px;
  color: #fbdab7;
  margin-top: 13px;
}

.menuCliente ul li a i {
  float: left;
  color: #fff;
  font-size: 40px;
  opacity: 0.3;
  margin-top: 10px;
}

.menuCliente ul li:hover a i {
  opacity: 1;
}

.menuCliente ul li a .item-labels {
  display: block;
  text-align: center;
  position: absolute;
  top: 57px;
  left: -70px;
  width: 100%;
  color: #ec8922;
}

.menuCliente ul li a .item-labels span {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  font: 800 11px/24px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 5px;
  padding: 2px 12px;
  text-transform: lowercase;
  color: #ec8922;
}

#cardVendedor {
  font: 500 13px/13px "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
}

#cardVendedor strong {
  font: 800 12px/12px "Quicksand", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin: 50px 0 0 0;
  display: inline-block;
}

#cardVendedor h3 {
  font: 900 23px/23px "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

.banners-home {
  margin: 30px 0;
  padding: 0;
}

.banners-home .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.banners-home .wrap a.banner-home {
  display: flex;
  width: 49%;
}

.banners-home .wrap a.banner-home img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* Produtos */

.produto-midia-fotos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.produto-midia-fotos ul li {
  width: 100%;
  height: auto;
}

.produto-midia-fotos ul li a {
  display: block;
}

.produto-midia-fotos ul li a img {
  width: 100%;
  height: auto;
}

.produto-midia-fotos .fotos-pager {
  display: block;
  text-align: center;
}

.produto-midia-fotos .fotos-pager a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  width: 90px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.produto-midia-fotos .fotos-pager a.active {
  border: 2px solid #ff8a02;
}

.produto-midia-fotos .fotos-pager a img {
  max-width: 100%;
  display: block;
}

.produto-midia-fotos .bx-wrapper {
  position: relative;
}

.produtos {
  font: 500 14px/13px "Quicksand", Arial, Helvetica, sans-serif;
  height: auto;
  margin: 0px 0;
  padding: 0;
  text-align: center;
}

.produtos .wrap {
  position: relative;
}

h4 {
  color: #000;
  font: 400 18px/18px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 10px 0 0px;
}

h5 {
  color: #666;
  font: 400 12px/12px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.produtos h2{line-height: 20px;}

@media (max-width: 1080px) {
  .clientes .owl-theme .owl-nav {
    display: none;
  }
}

.produtos h2 strong {
  font-weight: 600;
}

/*.produtos h2:before { content: ''; font-size: 0; line-height: 32px; background: url(/assets/images/layout/favicon.png) center no-repeat; background-size: 100% auto; width: 57px; padding: 32px; margin-right: 15px; vertical-align: top; }*/
.produtos ul,
.produtos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.produtos .arrow {
  cursor: pointer;
  height: 50px;
  width: 27px;
  opacity: 0.25;
  position: absolute;
  top: 55%;
  transition: all 0.4s ease;
}

.produtos .arrow:hover {
  opacity: 1;
}

.produtos .arrow.prev {
  background: url(/assets/images/layout/prev.png) center no-repeat;
  left: -30px;
}

.produtos .arrow.next {
  background: url(/assets/images/layout/next.png) center no-repeat;
  right: -30px;
}

.produtos .bx-controls {
  display: none;
  height: 20px;
  z-index: 1000;
  width: 100%;
}

.produtos .bx-pager {
  height: 20px;
  text-align: center;
}

.produtos .bx-pager .bx-pager-item {
  display: inline-block;
}

.produtos .bx-pager .bx-pager-item a {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  display: block;
  font-size: 1000px;
  height: 12px;
  margin: 0 4px;
  width: 12px;
  overflow: hidden;
}

.produtos .bx-pager .bx-pager-item a.active {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

/* Depoimentos */
.depoimentos {
  background: #f8f8f8;
  height: auto;
  padding: 40px 0;
  text-align: center;
}

.depoimentos .wrap {
  position: relative;
}

.depoimentos h2 {
  color: #1c1c1c;
  font: 400 36px/42px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.depoimentos h2 strong {
  font-weight: 600;
}

.depoimentos p {
  color: #1c1c1c;
  font: 400 20px/150% "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

.depoimentos.frase p {
  font: 500 15px/26px "Quicksand", Arial, Helvetica, sans-serif;
}

.depoimentos ul,
.depoimentos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.depoimentos .arrow {
  cursor: pointer;
  height: 50px;
  width: 27px;
  opacity: 0.25;
  position: absolute;
  top: 55%;
  transition: all 0.4s ease;
}

.depoimentos .arrow:hover {
  opacity: 1;
}

.depoimentos .arrow.prev {
  background: url(/assets/images/layout/prev.png) center no-repeat;
  left: -30px;
}

.depoimentos .arrow.next {
  background: url(/assets/images/layout/next.png) center no-repeat;
  right: -30px;
}

.depoimentos .bx-controls {
  display: none;
  height: 20px;
  z-index: 1000;
  width: 100%;
}

.depoimentos .bx-pager {
  height: 20px;
  text-align: center;
}

.depoimentos .bx-pager .bx-pager-item {
  display: inline-block;
}

.depoimentos .bx-pager .bx-pager-item a {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  display: block;
  font-size: 1000px;
  height: 12px;
  margin: 0 4px;
  width: 12px;
  overflow: hidden;
}

.depoimentos .bx-pager .bx-pager-item a.active {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

.depoimentos-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px 0 40px;
}

.depoimento {
  background: #fff;
  flex-basis: 32%;
  padding: 32px;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.depoimento img {
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 20px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.depoimento span.detalhe {
  width: 40px;
  height: 40px;
  background: url(/assets/images/layout/depoimento-icon.png) center no-repeat;
  display: block;
  top: 0;
  left: 50%;
  margin: 0 auto 15px auto;
  z-index: 10;
}

.depoimento p {
  color: #3a3a3a;
  font: 500 14px/17px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

.depoimento h3 {
  color: #3a3a3a;
  font: 500 15px/115% "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

.depoimento h3 strong {
  display: block;
  font-weight: 700;
}

.depoimentos.dois .depoimento {
  background-color: #f0a314;
  border-radius: 35px;
  flex-basis: 60%;
}

.depoimentos.dois .depoimento.teste {
  background-color: #f0a314;
  border-radius: 35px;
  flex-basis: 90%;
  min-height: 441px;
}

.depoimentos.dois .depoimento p,
.depoimentos.dois .depoimento h3 {
  color: #fff;
}

/*.depoimentos.dois .depoimento span {filter:brightness(0) invert(1);}*/

/* Blog */
.blog-wrap {
  height: auto;
  padding: 40px 0;
  text-align: center;
}

.blog-wrap h2 {
  color: #000;
  font: 400 32px/42px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.blog-wrap h2 strong {
  font-weight: 600;
}

.blog-wrap h2:before {
  content: "";
  font-size: 0;
  line-height: 42px;
  display: inline-block;
  background: url(/assets/images/layout/favicon.png) center no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 42px;
  margin-right: 15px;
  vertical-align: top;
}

.posts-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0px 0;
  flex-wrap: wrap;
}

a.blog-post {
  flex-basis: 32%;
  margin: 0 0 30px;
  text-align: left;
  text-decoration: none;
}

a.blog-post .blog-post-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

a.blog-post .blog-post-info {
  background: #fff;
  padding: 20px 0;
}

a.blog-post .blog-post-info h3 {
  color: #e9911c;
  font: 700 20px/115% "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

a.blog-post .blog-post-info p {
  color: #3a3a3a;
  font: 500 16px/20px "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.blog-wrap .blog-btn {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 700 14px/56px "Quicksand", Arial, Helvetica, sans-serif;
  height: 56px;
  width: 32%;
  min-width: 200px;
  margin: 0 auto;
  padding: 0 30px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

/* Banner Footer */
.banner-footer {
  background: -moz-linear-gradient(180deg, #d07021 0%, #f0a414 100%);
  background: -webkit-linear-gradient(180deg, #d07021 0%, #f0a414 100%);
  background: linear-gradient(180deg, #d07021 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d07021', endColorstr='#f0a414', GradientType=1);
  height: auto;
  padding: 0;
  text-align: center;
}

.banner-footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-footer .banner-image {
  width: 50%;
}

.banner-footer .banner-image img {
  display: block;
  margin: 40px auto -1px;
  max-width: 100%;
}

.banner-footer .banner-text {
  width: 50%;
}

.banner-footer h4 {
  color: #fff;
  font: 300 52px/95% "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  margin: 0 0 30px;
}

.banner-footer h4 strong {
  font-weight: 600;
}

.banner-footer .banner-footer-btn {
  background: #353535;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 500 14px/70px "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  height: 70px;
  width: auto;
  margin: 0 auto;
  padding: 0 40px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

/* Clientes */
.clientes {
  height: auto;
  padding: 20px 0 10px;
  text-align: center;
}

.clientes h4 {
  color: #1b1b1b;
  font: 400 24px/115% "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 0px;
}

.clientes-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  flex-wrap: wrap;
}

.clientes a {
  flex-basis: 15%;
  border-radius: 2px;
  display: inline-block;
  margin: 10px 0;
  padding: 10px;
  transition: all 0.4s ease;
  min-width: 15%;
  border: 1px solid #fff;
  border-radius: 6px;
}

.clientes a:hover {
  border: 1px solid #d8902c;
  padding: 10px;
  transition: all 0.4s ease;
}

.clientes a img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Newsletter */
.newsletter {
  background: #f8f8f8;
  height: auto;
  padding: 30px 0;
  text-align: center;
}

.newsletter h5 {
  color: #c3631e;
  font: 600 32px/115% "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.newsletter p {
  color: #343434;
  font: 500 16px/115% "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 0 0 25px;
}

.newsletter form {
  font-size: 0;
  margin: 50px auto 20px;
  padding: 0;
  position: relative;
}

.newsletter .mailing {
  background: none;
  border: 2px solid #d38528;
  border-radius: 50px;
  color: #282828;
  display: inline-block;
  font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
  height: 56px;
  width: 260px;
  margin: 0 15px;
  padding: 0 30px;
  outline: none;
  text-transform: none;
}

.newsletter .btn-cadastro {
  background: -moz-linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  background: -webkit-linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  background: linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b94e18', endColorstr='#d8902c', GradientType=1);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 700 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  height: 56px;
  width: 260px;
  margin: 0 15px;
  padding: 0 30px;
  outline: none;
  text-transform: uppercase;
}

/* Content */
.content {
  margin: 0 auto;
  padding: 10px 0;
}

.content strong {
  color: #000;
  font: 400 32px/42px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 30px 0;
  text-align: center;
}

.content strong {
  font-weight: 600;
}

.content h1:before {
  content: "";
  font-size: 0;
  line-height: 42px;
  display: inline-block;
  background: url(/public/assets/images/layout/favicon.png) center no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 42px;
  margin-right: 15px;
  vertical-align: top;
}

.content h2 {
  color: #262626;
  font: 600 30px/26px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 20px 0;
  padding: 0;
}

.content h3 {
  color: #262626;
  font: 600 26px/28px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 15px 0;
  padding: 0;
}

.content h4 {
  color: #262626;
  font: 500 22px/23px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 10px 0;
  padding: 0;
}

.content h5 {
  color: #f29d19;
  font: 800 17px/20px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

.content h6 {
  color: #262626;
  font: 500 16px/18px "AmpleSoft", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding: 0;
  text-transform: uppercase;
}

.content h1:empty,
.content h2:empty,
.content h3:empty,
.content h4:empty,
.content h5:empty,
.content h6:empty {
  display: none;
}

.content h2 strong,
.content h3 strong,
.content h4 strong,
.content h5 strong,
.content h6 strong {
  font-family: "Quicksand";
}

.content p {
  color: rgba(0, 0, 0, 0.65);
  font: 500 15px/26px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 5px 0 25px;
  padding: 0;
}

.content ul,
.content ol {
  margin: 0;
  padding: 5px 30px 10px;
}

.content ul li,
.content ol li {
  color: #666;
  font: 14px/20px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  padding: 0;
}

/* Produtos */
.produtos-filtros {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.breadcrumbs {
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 15px 0 0;
  padding: 0;
  text-align: left;
}

.breadcrumbs a {
  color: #202020;
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
}

.breadcrumbs strong {
  color: #ff8a05;
  display: inline-block;
  margin: 0 5px;
}

.filtro-wrap {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  height: 40px;
  padding: 0 15px;
  width: 200px;
}

.filtro-wrap select {
  background: #fff;
  border: 0;
  border-radius: 3px;
  color: #888;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  height: 36px;
  width: 100%;
}

.paginacao {
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 30px 0;
  text-align: center;
}

.paginacao-itens {
  font-size: 0;
}

.paginacao-itens a,
.paginacao-itens span {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border: 2px solid #f4a317;
  border-radius: 50px;
  color: #f4a317;
  font: 700 16px/46px "AmpleSoft", Arial, Helvetica, sans-serif;
  height: 50px;
  margin: 0 5px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.paginacao-itens span.active,
.paginacao-itens span:hover,
.paginacao-itens a:hover {
  background: #f4a317;
  color: #fff;
}

/* Produto */
.produto-midia {
  display: inline-block;
  width: 46%;
  margin: 0 5% 0 0;
  text-align: left;
  vertical-align: top;
}

.produto-midia-fotos {
  display: block;
  margin: 0 0 40px;
}

.produto-midia-fotos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.produto-midia-fotos ul li {
  width: 100%;
  height: auto;
}

.produto-midia-fotos ul li a {
  display: block;
}

.produto-midia-fotos ul li a img {
  width: 100%;
  height: auto;
}

.produto-midia-fotos .fotos-pager {
  display: block;
  text-align: center;
}

.produto-midia-fotos .fotos-pager a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0 10px;
  width: 90px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.produto-midia-fotos .fotos-pager a.active {
  border: 2px solid #ff8a02;
}

.produto-midia-fotos .fotos-pager a img {
  max-width: 100%;
  display: block;
}

.produto-midia-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin: 0 0 40px;
  overflow: hidden;
}

.produto-midia-video iframe,
.produto-midia-video object,
.produto-midia-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.produto-midia-informacoes {
  margin: 0 0 40px;
  overflow: auto;
}

.produto-midia-informacoes h3 {
  color: #000;
  font: 700 24px/30px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

.produto-midia-informacoes table,
.produto-midia-informacoes table tr,
.produto-midia-informacoes table th,
.produto-midia-informacoes table td {
  border: 0;
  border-collapse: collapse;
}

.produto-midia-informacoes table {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

.produto-midia-informacoes table td {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  color: #202020;
  font: 500 14px/125% "Quicksand", Arial, Helvetica, sans-serif;
  padding: 15px;
  vertical-align: middle;
}

.produto-midia-informacoes table tr td:first-child {
  font-weight: 800;
  white-space: nowrap;
}

.produto-opcoes .btn-resetar {
  display: none;
  position: fixed;
  right: 0;
  bottom: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background: #ff8a02 url(/assets/images/layout/refresh.png) 10px 10px no-repeat;
  background-size: auto 70%;
  border-radius: 16px 0 0 16px;
  color: #fff;
  font: 700 16px "Quicksand", Arial, Helvetica, sans-serif;
  padding: 20px 20px 20px 70px;
  z-index: 99999;
  width: 200px;
  cursor: pointer;
  text-decoration: none;
}

.produto-opcoes .btn-resetar.on {
  display: block;
}

.product-img-option.on {
  display: inline-block !important;
}

.product-img-cor.on {
  display: inline-block !important;
}

.box-opcoes {
  font-size: 0;
  margin: 0 0 20px;
  height: 50px;
  overflow: hidden;
  opacity: 0.3;
}

.box-opcoes.on {
  height: auto;
  opacity: 1;
}

.box-opcoes h4 {
  color: #000;
  border-bottom: 1px solid #e1e1e1;
  font: 700 15px/100% "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 24px 0 16px;
  text-transform: uppercase;
}

.box-opcoes h5 {
  color: #000;
  font: 700 15px/100% "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 24px 0 16px;
  text-transform: uppercase;
}

.box-opcoes p {
  color: #202020;
  font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 5px 0;
  text-transform: none;
}

.box-opcoes label.product-img-option {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e7e7e7;
  display: inline-block;
  margin: 1% 20px;
  width: 23%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.box-opcoes label.product-img-option input {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}

.box-opcoes label.product-img-option a {
  padding: 10px 7px 15px 15px;
  border-radius: 1px 0 0 50px;
  background: #ff8a02;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1800;
}

.box-opcoes label.product-img-option a i {
  font-size: 15px;
  color: #fff;
}

.box-opcoes label.product-img-option img {
  display: block;
  width: 100%;
  height: auto;
}

.box-opcoes label.product-img-option span {
  display: block;
  color: #666;
  font: 500 12px/16px "Quicksand", Arial, Helvetica, sans-serif;
  padding: 15px;
}

.box-opcoes label.product-img-option.on {
  background: #ff8a02;
  border: 2px solid #ff8a02;
}

.box-opcoes label.product-img-option.on span {
  color: #fff;
}

.box-opcoes label.product-img-cor {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e7e7e7;
  display: inline-block;
  margin: 0 2% 10px 0;
  width: 23%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.box-opcoes label.product-img-cor input {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px;
}

.box-opcoes label.product-img-cor a {
  padding: 10px 7px 15px 15px;
  border-radius: 1px 0 0 50px;
  background: #ff8a02;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1800;
}

.box-opcoes label.product-img-cor a i {
  font-size: 15px;
  color: #fff;
}

.box-opcoes label.product-img-cor img {
  display: block;
  width: 100%;
  height: auto;
}

.box-opcoes label.product-img-cor span {
  display: block;
  color: #666;
  font: 500 12px/16px "Quicksand", Arial, Helvetica, sans-serif;
  padding: 15px;
}

.box-opcoes label.product-img-cor.on {
  background: #ff8a02;
  border: 2px solid #ff8a02;
}

.box-opcoes label.product-img-cor.on span {
  color: #fff;
}

.box-opcoes .option-ico {
  display: inline-block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0;
  padding: 20px;
  width: 24%;
  vertical-align: top;
}

.box-opcoes .option-ico img {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: auto;
}

.box-opcoes .option-text {
  display: inline-block;
  width: 76%;
  padding: 5px 15px;
  vertical-align: top;
}

.box-opcoes .option-text input[type="text"] {
  background: #e7e7e7;
  border: 0;
  border-radius: 6px;
  color: #202020;
  font: 500 14px/22px "Quicksand", Arial, Helvetica, sans-serif;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}

.box-opcoes .option-text input[type="text"][name="quantidade"] {
  text-align: center;
  width: 100px;
}

.buy-box {
  font-size: 0;
  margin: 0px 0 50px;
}

.buy-box .precos {
  display: inline-block;
  margin: 0 5% 0 0;
  width: 50%;
  vertical-align: middle;
}

.buy-box .precos h3 {
  color: #ff8a05;
  font: 700 16px/100% "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: none;
}

.buy-box .precos h3 span {
  font-size: 24px;
}

.buy-box .precos p {
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: none;
}

.buy-box .botao {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
}

.buy-box .botao .btn-comprar {
  background: -moz-linear-gradient(0deg, #009d6b 0%, #00c74f 100%);
  background: -webkit-linear-gradient(0deg, #009d6b 0%, #00c74f 100%);
  background: linear-gradient(0deg, #009d6b 0%, #00c74f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009d6b', endColorstr='#00c74f', GradientType=1);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 700 18px/80px "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
}

.box-detalhes {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin: 0 0 30px;
  padding: 20px 25px;
  overflow: auto;
  overflow-x: hidden;
}

.box-detalhes h4 {
  color: #000;
  font: 700 15px/100% "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.box-detalhes p {
  color: #202020;
  font: 500 14px/22px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  text-transform: none;
}

.box-detalhes table,
.box-detalhes table tr,
.box-detalhes table th,
.box-detalhes table td {
  border: 0;
  border-collapse: collapse;
}

.box-detalhes table {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

.box-detalhes table th {
  color: #000;
  font: 700 15px/125% "AmpleSoft", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  padding: 3px;
}

.box-detalhes table td {
  border: 0;
  color: #202020;
  font: 500 14px/125% "Quicksand", Arial, Helvetica, sans-serif;
  padding: 3px;
  vertical-align: middle;
}

.box-detalhes .frete-form {
}

.box-detalhes .frete-form input[type="text"] {
  background: #e7e7e7;
  border: 0;
  border-radius: 6px;
  color: #202020;
  font: 500 14px/22px "Quicksand", Arial, Helvetica, sans-serif;
  height: 50px;
  padding: 0 15px;
  width: 180px;
}

.box-detalhes .frete-resultado {
  border: 2px solid #f00;
  margin: 20px 0 0;
}

.box-detalhes .frete-resultado:empty {
  display: none;
}

.descricao {
  margin: 50px 0;
}

.descricao .descricao-text {
  padding: 10px 0;
  text-align: left;
}

.descricao p {
  color: #202020;
  font: 500 15px/22px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0 0 24px;
  text-align: left;
}

.produtos-relacionados {
  margin: 50px 0;
}

.avaliacoes {
  margin: 50px 0;
}

.avaliacoes p {
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 30px 0;
  text-align: left;
}

.avaliacoes .avaliacao {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 20px 0;
  text-align: left;
}

.avaliacoes .avaliacao-heading {
}

.avaliacoes .avaliacao-heading .avaliacao-estrelas {
  display: inline-block;
  font-size: 0;
  margin: 0 10px 0 0;
}

.avaliacoes .avaliacao-heading .avaliacao-estrelas i {
  color: #c5c5c5;
  display: inline-block;
  font-size: 17px;
  margin: 0 1px;
}

.avaliacoes .avaliacao-heading .avaliacao-estrelas i.dourada {
  color: #f2ca27;
}

.avaliacoes .avaliacao-content {
  margin: 10px 0 0;
  padding: 10px;
}

.avaliacoes .avaliacao-content h5 {
  color: #202020;
  font: 500 14px/20px "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 15px;
  text-align: left;
}

.avaliacoes .avaliacao-content p {
  color: #202020;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0;
}

/* Portfólio */
.portfolio-fotos {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  margin: 0 0 40px;
}

.portfolio-fotos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portfolio-fotos ul li {
  width: 100%;
  height: auto;
}

.portfolio-fotos ul li a {
  display: block;
  text-align: center;
}

.portfolio-fotos ul li a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 480px;
  margin: 0 auto;
}

.portfolio-fotos .portfolio-pager {
  display: block;
  text-align: center;
}

.portfolio-fotos .portfolio-pager a {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 1px;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 10px;
  width: 80px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-fotos .portfolio-pager a.active {
  border: 2px solid #ff8a02;
}

.portfolio-fotos .portfolio-pager a img {
  max-width: 100%;
  display: block;
}

/* Blog */
.blog-content {
}

.content.blog-content h1 {
  color: #f4a317;
  font: 600 32px/42px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-align: left;
}

.content.blog-content h1:before {
  display: none;
}

.blog-content-info {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.125);
  margin: 0 0 24px;
  padding: 0 0 16px;
}

.blog-content-info p {
  margin: 0;
  opacity: 0.75;
}

.blog-content-categorias a {
  background: #f4a317;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 400 14px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  text-decoration: none;
}

.blog-content-image {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
  height: 360px;
}

.blog-content-text {
  background: #fff;
  border-radius: 6px;
  margin: -48px 48px 0;
  padding: 40px;
}

.blog-content-text img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin: 32px auto;
  max-width: 100%;
}

/* Contato */
.contato-infos {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 24px;
}

.contato-block {
  flex: 1;
}

.contato-block p {
  margin: 8px 0;
  padding: 0;
}

.contato-block p strong {
  font-weight: 700;
}

.contato-block p i {
  border: 2px solid #f29d19;
  border-radius: 50%;
  color: #f29d19;
  vertical-align: middle;
  font-size: 19px;
  margin: 4px 10px 4px 0;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
}

.contato-form {
  font-size: 0;
  margin: 0 auto 40px;
  padding: 24px 0;
}

.contato-form label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 5px;
  width: 33.333333%;
}

.contato-form label:nth-child(n + 4),
.contato-form label:nth-child(5) {
  width: 100%;
}

.contato-form label span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font: 700 12px/20px "Quicksand", Arial, Helvetica, sans-serif;
  padding: 5px;
  text-transform: uppercase;
}

.contato-form label .text {
  background: #fafafa;
  border: 2px solid rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  margin: 0;
  padding: 15px;
  outline: none;
  color: rgba(0, 0, 0, 0.85);
  font: 500 13px/20px "Quicksand", Arial, Helvetica, sans-serif;
  width: 100%;
  transition: all 0.5s ease;
  text-transform: none;
}

.contato-form label .text:focus {
  border-color: #d38528;
}

.contato-form label select {
  height: 54px;
  padding: 10px;
}

.contato-form label textarea {
  height: 120px;
}

.contato-form .btn-wrap {
  text-align: center;
}

.contato-form .btn-enviar {
  cursor: pointer;
  background: -moz-linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  background: -webkit-linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  background: linear-gradient(0deg, #b94e18 0%, #d8902c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b94e18', endColorstr='#d8902c', GradientType=1);
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font: 700 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  height: 56px;
  width: 260px;
  margin: 0 15px;
  padding: 0 30px;
  outline: none;
  text-transform: uppercase;
}

#assinaturaTrump {
  background: url(/assets/images/layout/assinaturaTrump.png) center center
    no-repeat;
  width: 50px;
  padding: 5px 95px 0 0;
  height: 38px;
  text-decoration: none;
  border: none;
}

#assinaturaTrump:hover {
  background: url(/assets/images/layout/assinaturaTrumpHover.png) center center
    no-repeat;
}

.left50 {
  float: left;
  width: 50%;
  text-align: center;
}

.left50 .whitebox {
  padding: 30px 40px;
  max-width: 500px;
  min-width: 300px;
  width: 95%;
  margin: 0 auto 50px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: block;
  border-radius: 10px;
  text-align: left;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.05);
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction {
  display: block;
  height: auto;
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev,
.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
  background: #444;
  border-radius: 50%;
  color: #fff;
  font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 22px;
  height: 22px;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  overflow: hidden;
  text-decoration: none;
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev {
  left: -30px;
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev:before {
  content: "<";
  display: block;
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
  right: -30px;
}

.produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next:before {
  content: ">";
  display: block;
}

#boxFileGabarito {
  border-radius: 6px;
  padding: 10px 20px 20px;
  background: #f4f4f4;
}

/* ALERT  */

.btnAlerta {
  background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
  border: 0;
  border-radius: 50px;
  padding: 10px 20px !important;
}

#boxNews {
  max-width: 880px;
  width: 80%;
  min-height: 230px;
  background: #fff right top no-repeat;
  padding: 40px;
  display: inline-block;
  text-align: left;
  position: relative;
}

#boxNewsAlert {
  max-width: 880px;
  width: 80%;
  background: #fff right top no-repeat;
  padding: 0px;
  display: inline-block;
  text-align: left;
  position: relative;
  float: none;
  margin-bottom: 20px;
  vertical-align: middle;
}

#boxNewsAlert h3 {
  margin: 0;
  padding: 100px 20px 100px 40px;
  font: 900 35px/100% "Quicksand", Arial, Helvetica, sans-serif;
  color: #fff !important;
  text-transform: uppercase;
}

#bgBlackAlerta {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: black;
  z-index: 9998;
  display: none;
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
}

#contentBoxAlerta {
  width: 100%;
  position: fixed;
  top: -290px;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  display: none;
}

#btnxAlerta {
  width: 50px;
  height: 50px;
  background: url(/images/btnX.png) center center no-repeat;
  display: inline-block;
  top: -25px;
  right: -25px;
  position: absolute;
}

#bgBlack {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: black;
  z-index: 9998;
  display: none;
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
}

#contentBox {
  width: 100%;
  position: fixed;
  top: -290px;
  text-align: center;
  z-index: 9999;
  opacity: 0;
  display: none;
}

#btnx {
  width: 50px;
  height: 50px;
  background: url(/images/btnX.png) center center no-repeat;
  display: inline-block;
  top: -25px;
  right: -25px;
  position: absolute;
}

.tituNewsM {
  float: left;
  width: 300px;
  margin-right: 70px;
  vertical-align: middle;
  text-align: right;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  padding: 50px 20px 50px 50px;
  color: #b2de47;
  font: 30px/150% "Quicksand", Arial, Helvetica, sans-serif;
}

#mensagemAlerta {
  font: 19px/150% "Quicksand", Arial, Helvetica, sans-serif;
  float: left;
  width: calc(100% - 330px) !important;
  padding: 34px 40px 0;
  display: inline-block;
}

#boxlinhas {
  float: left;
  width: calc(100% - 400px);
  margin: 0 0 50px;
  max-width: calc(100% - 400px);
}

#contentCheckout1 {
  position: relative;
  float: right;
  margin: 0 0;
  padding: 16px;
  background: #f4f4f4;
  width: 80%;
  max-width: 380px;
  min-height: 500px;
}

.menuCliente ul li a {
  padding: 0 20px 0 65px;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: block;
}

.tiraBusca {
  display: inline-block;
}

/* Checkout */
.checkout-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 32px 0;
}

.checkout-recibo {
  flex: 0 0 30%;
  width: 30%;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: -4px 8px 32px rgba(0, 0, 0, 0.05);
  margin: 8px 0;
  padding: 16px 24px;
}

.checkout-recibo h3 {
  color: #aaa;
  font: 500 24px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 8px 0 16px;
}

.checkout-recibo h4 {
  color: #444;
  font: 500 18px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 8px 0;
}

.checkout-recibo p {
  color: #484848;
  font: 400 15px/20px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 0 0 8px;
}

.checkout-recibo-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.checkout-recibo-total > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #484848;
  font: 400 15px/20px "AmpleSoft", Arial, Helvetica, sans-serif;
}

.checkout-recibo-total > div strong {
  font-weight: 600;
}

.checkout-recibo-total > div:last-child strong {
  color: #ff8a05;
  font-size: 18px;
}

.checkout-payment {
  flex: 1 1 auto;
  background: #222;
  border-radius: 8px;
  color: #fff;
  padding: 32px;
  text-align: center;
  min-height: 520px;
  position: relative;
}

.checkout-payment-fields {
  display: none;
}

.checkout-payment-options {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.checkout-payment-types {
  flex: 0 0 48%;
}

.checkout-payment-types h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 16px;
}

.checkout-payment-types p {
  color: #ccc;
  line-height: 20px;
  margin: 32px 0 0;
}

.checkout-payment-types p a {
  color: #fff;
}

label.payment-type {
  display: block;
  background: #111;
  border-radius: 8px;
  margin: 4px;
  padding: 20px;
  text-align: left;
  cursor: pointer;
}

label.payment-type:hover,
label.payment-type-active {
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
}

label.payment-type-disable {
  background: #111 !important;
  opacity: 0.4;
  cursor: default;
}

label.payment-type input[type="radio"] {
  display: none;
}

.payment-type-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-type-desc i {
  width: 40px;
  text-align: center;
  font-size: 32px;
  margin: 0 8px;
  color: #fff;
}

.payment-type-desc > span:not(.lbl) {
  flex: 1 1 auto;
  font: 400 12px/125% "AmpleSoft", Arial, Helvetica, sans-serif;
}

.payment-type-desc > span strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.payment-type-box {
  flex: 0 0 45%;
}

.payment-type-parcelas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.payment-type-parcelas p {
  flex: 1 0 100%;
  width: 100%;
  color: #999;
  text-align: center;
  margin: 8px 0 24px;
}

.parcelamento-opt {
  flex: 0 0 auto;
  background: #111;
  border: 0;
  border-radius: 50px;
  padding: 8px 20px;
}

.parcelamento-opt span {
  color: #e38122;
  font: 400 40px/40px "AmpleSoft";
}

.parcelamento-de {
  flex: 0 0 auto;
  margin: 0 8px;
  color: #666;
  font: 400 20px "AmpleSoft";
}

.payment-type-parcelas h3 {
  flex: 0 0 auto;
  color: #eee;
  font: 32px/40px "AmpleSoft";
  margin: 0;
  text-align: right;
}

.parcelamento-box {
  display: none;
  background: #111;
  border-radius: 4px;
  padding: 16px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 9999;
  column-count: 2;
  column-gap: 16px;
}

.parcelamento-box .parcelasItens {
  float: none;
  width: auto;
  text-align: left;
  padding: 4px;
}

.parcelasItens {
  margin: 1px 5px;
  padding: 1px 15px;
  border-radius: 3px;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  width: calc(100% - 37px);
  float: left;
}

.parcelasItens span {
  font-size: 11px;
  color: #666;
  padding: 2px 0;
  display: block;
}

.parcelasItens strong {
  color: #e38122;
}

.parcelasItens:hover {
  border: 1px solid #e38122;
  cursor: pointer;
}

.payment-type-debit {
  display: none;
  text-align: center;
  margin: 0 0 20px;
}

.payment-type-debit img {
  display: inline-block;
  margin: 5px;
  max-width: 44px;
}

.payment-type-card-data {
  text-align: center;
  padding: 0 24px;
}

.payment-type-card-data h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 0;
  height: 15px;
  margin: 32px 0;
  padding: 0;
}

.payment-type-card-data h4 span {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 0 16px;
  font: 500 14px/30px "AmpleSoft", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: -15px 0 0;
}

.payment-type-card-data label {
  display: block;
  margin: 0 0 8px;
  position: relative;
}

.payment-type-card-data label img {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 45px;
}

.payment-type-card-data .field {
  background: #f4f4f4;
  border: 0;
  border-radius: 4px;
  padding: 12px 16px;
  font: 400 14px "AmpleSoft", Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0;
  outline: none;
}

.payment-type-card-data div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.payment-type-card-data div label {
  flex: 0 0 32%;
}

.btn-checkout-finalizar {
  background: #f4a317;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 600 20px "AmpleSoft", Arial, Helvetica, sans-serif;
  margin: 8px 0 0;
  padding: 20px 40px;
  text-align: center;
  outline: none;
  width: 100%;
}

/* Área do Cliente */
.message-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin: 24px 0;
  padding: 24px;
}

.message-alert.fixed {
  box-shadow: -4px 8px 32px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 15px;
  right: 15px;
  margin: 0;
  max-width: 480px;
  z-index: 5000;
}

.message-alert i {
  flex: 0 0 auto;
  color: #000;
  margin: 0 24px 0 0;
  font-size: 50px;
  opacity: 0.4;
}

.message-alert span {
  flex: 1 1 auto;
}

.message-alert h5 {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 8px;
  padding: 0;
}

.message-alert p {
  color: #fff;
  font: 500 14px/18px "Quicksand", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.message-alert p a {
  color: #fff;
}

.message-alert.success {
  background: #25d366;
}

.message-alert.alert {
  background: #ffc107;
}

.message-alert.info {
  background: #2196f3;
}

.message-alert.error {
  background: #f44336;
}

.cliente-dashboard {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 12px 0;
}

.cliente-dashboard-content {
  flex: 1 1 auto;
}

.cliente-dashboard-content h1 {
  text-align: left;
}

.card-vendedor {
  flex: 0 0 280px;
  width: 280px;
  border-radius: 8px;
  margin: 135px 0 0 32px;
  padding: 4px;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

.card-vendedor-info {
  background: #fff;
  border-radius: 3px;
  position: relative;
  padding: 100px 16px 16px;
  text-align: center;
}

.card-vendedor-info h3 {
  color: #e38122;
  margin: 2px 0 4px;
}

.card-vendedor-img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

.card-vendedor-img img {
  display: block;
  background: #fff;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.card-vendedor-icos {
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: inline-block;
  margin: 8px;
  text-align: center;
  line-height: 50px;
}

.card-vendedor-icos i {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}

.card-vendedor-share {
  padding: 24px;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(180deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  border-radius: 30px;
}

.card-vendedor-share h3 {
  color: #fff;
}

.card-vendedor-share p {
  line-height: 18px;
  font-weight: 500;
}

.card-vendedor-share hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 50%;
}

.card-vendedor-share h4.frase-compartilhar {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  opacity: 0.9;
  margin: 20px 0 5px 0;
}

.card-vendedor-share h4.link-compartilhar {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
}

table.tbl-pedidos,
table.tbl-pedidos tr,
table.tbl-pedidos th,
table.tbl-pedidos td {
  border: 0;
  border-collapse: collapse;
}

table.tbl-pedidos {
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  margin: 0 0 32px;
  padding: 0;
  width: 100%;
}

table.tbl-pedidos td input {
  vertical-align: middle;
}

table.tbl-pedidos caption {
  background: #f7bf4d;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  caption-side: top;
  color: #fff;
  font: 500 0.7em/2em "Quicksand", Arial, Helvetica, sans-serif;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  display: none;
}

table.tbl-pedidos th,
table.tbl-pedidos thead td {
  background: none;
  border: 0;
  color: #fff;
  font: 500 14px/16px "Quicksand", Arial, Helvetica, sans-serif;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
  text-transform: none;
  background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
}

table.tbl-pedidos th:first-child,
table.tbl-pedidos thead td:first-child {
  border-radius: 8px 0 0 0;
}

table.tbl-pedidos th:last-child,
table.tbl-pedidos thead td:last-child {
  border-radius: 0 8px 0 0;
}

table.tbl-pedidos td {
  color: #585858;
  font: 500 14px/120% "Quicksand", Arial, Helvetica, sans-serif;
  padding: 12px;
  vertical-align: middle;
}

table.tbl-pedidos td strong {
  font-weight: 600;
}

table.tbl-pedidos td a {
  color: #504847;
  text-decoration: none;
}

table.tbl-pedidos tfoot {
  display: none;
}

.tbl-pedidos tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.005);
}

.tbl-pedidos tr:hover td {
  background-color: rgba(0, 0, 0, 0.015);
}

.tbl-pedidos tfoot tr td {
  background: none !important;
}

.tbl-pedidos td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tbl-pedidos tr.detail td {
  border: 0;
  padding: 0;
}

.table-detail-wrap {
  display: none;
  background: rgba(0, 0, 0, 0.035);
  padding: 24px;
}

.table-detail-cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 0 0 24px;
}

.table-detail-cards > div {
  flex: 1 0 30%;
}

.table-detail-cards > div p {
  color: #484848;
  font: 13px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 4px;
}

.table-detail-cards > div h4 {
  color: #e8901c;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}

.detail-box-message {
  background: #fdfdfd;
  box-shadow: -2px 4px 24px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  margin: 0 0 12px;
  padding: 20px 24px;
  text-decoration: none;
  display: block;
  color: #484848;
  font: 13px/20px Arial, Helvetica, sans-serif;
  margin: 0 0 4px;
}

.detail-box-message img {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.detail-error {
  background: #151515;
  border-radius: 4px;
  padding: 20px 24px;
}

.detail-error p {
  color: #eee !important;
}

/* Labels */
.lbl {
  border-radius: 35px;
  color: #fff;
  font: 400 13px/16px "Quicksand", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 2px 5px;
  padding: 5px 10px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.lbl i {
  font-size: 20px;
  margin: 0 4px;
  vertical-align: middle;
}

.lbl img {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.lbl.lbl-fw {
  width: 100% !important;
}

/* UI Colors */
.c-default {
  background: rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.015);
  color: #484848;
}

.c-default:hover,
.c-default:focus {
  background: #eee;
}

.c-primary {
  background: #ffc107;
}

.c-primary:hover,
.c-primary:focus {
  background: #504847;
}

.c-secondary {
  background: transparent;
  border: 2px solid #f7bf4d;
  color: #f7bf4d;
}

.c-success {
  background: #40b75f;
}

.c-success:hover,
.c-success:focus {
  background: #40b75f;
}

.c-info {
  background: #4259ca;
}

.c-info:hover,
.c-info:focus {
  background: #4259ca;
}

.c-alert {
  background: #f08a4e;
}

.c-alert:hover,
.c-alert:focus {
  background: #f08a4e;
}

.c-error {
  background: #d02950;
}

.c-error:hover,
.c-error:focus {
  background: #d02950;
}

.c-black {
  background: #181818;
}

.c-black:hover,
.c-black:focus {
  background: #151515;
}

.c-text {
  background: #fafafa;
  border: 2px solid rgba(0, 0, 0, 0.05);
  color: #484848 !important;
  text-shadow: none !important;
}

.c-text:hover,
.c-text:focus {
  background: #fafafa;
}

/* Messages */
.message {
  display: block;
  border-radius: 4px;
  color: #fff;
  font: 500 13px "Avenir Next W01", Arial, Helvetica, sans-serif;
  margin: 8px 0;
  padding: 10px;
  text-decoration: none;
  text-shadow: none;
}

.message:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  margin: 0 16px 0 0;
  vertical-align: middle;
}

.message.c-success:before {
  content: "\f00c";
  font-family: "FontAwesome";
}

.message.c-error:before {
  content: "\f00d";
  font-family: "FontAwesome";
}

.message.c-alert:before {
  content: "\f071";
  font-family: "FontAwesome";
}

.message.c-info:before {
  content: "\f129";
  font-family: "FontAwesome";
}

.message a {
  color: #fff;
}

.mobile {
  display: none;
}

/*
    Responsive
*/

#cobreCabecalhoHeightHome {
  height: 148px;
  width: 100%;
}

#cobreCabecalhoHeight {
  height: 188px;
  width: 100%;
}

.heightSpc {
  height: 150px !important;
  width: 100%;
}

.carrinhoProdImg {
  padding: 0 0px 0 20px;
  width: 240px;
  float: left;
  height: auto;
}

.carrinhoContentInfoProd {
  padding: 30px 30px 0;
  display: inline-block;
  float: none;
  width: 100%;
  background-color: #f4f4f4;
  background-position: right bottom !important;
  background-repeat: no-repeat;
  min-height: 250px;
}

.catalog {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: calc(33% - 40px);
  max-width: 420px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0px;
}

.leftFloat {
  float: left;
  width: 55%;
}

.rightFloat {
  float: right;
  width: 40%;
}

@media screen and (max-width: 2900px) {
  header .header-bar {
    padding: 7px 0;
  }

  header .header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 15px;
  }

  #cobreCabecalhoHeight {
    height: 158px;
    width: 100%;
  }

  header .header-items .atendimentoResp {
    display: none;
  }

  header .header-items .socialResp {
    display: none;
  }

  header .menuResp {
    display: none;
  }

  footer .phoneResp {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .buy-box .botao {
    width: 100%;
  }

  .leftFloat {
    float: none;
    width: 100%;
  }

  .rightFloat {
    float: none;
    width: 100%;
  }

  .hero ul li img {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
  }

  #cobreCabecalhoHeightHome {
    height: 138px;
    width: 100%;
  }

  #cobreCabecalhoHeight {
    height: 146px;
    width: 100%;
  }

  /* Header */
  header .header-bar {
    display: none !important;
  }

  header .header-bar .links,
  header .header-bar .vendas-corporativas {
    display: none;
  }

  header .header-bar .welcome {
    display: block;
  }

  header > .wrap {
    padding: 0;
  }

  header .header-items {
    display: block;
    padding: 0px 0 1px;
    position: relative;
  }

  header .logotipo {
    display: block;
    margin: 15px auto !important;
    width: 120px !important;
  }

  header .atendimento {
    display: none;
  }

  header .menuResp {
    display: block;
  }

  header .notmenuResp {
    display: none !important;
  }

  header .header-items .atendimentoResp {
    display: block;
    color: #e38122;
  }

  header .header-items .socialResp {
    display: block;
    text-align: center;
    width: 100%;
    color: #e38122;
  }

  header .busca {
    border: 0;
    border-radius: 6px;
    height: 43px;
    width: auto;
    display: block;
    margin: 0px;
    padding: 5px 10px;
    position: relative;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
  }

  header .busca .field-buscar {
    background: #fff;
    border-radius: 50px;
    height: 33px;
    width: 100%;
  }

  header .busca .btn-buscar {
    background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
    filter: invert(1);
    border: 0;
    border-radius: 50px;
    height: 40px;
    width: 60px;
    position: absolute;
    top: -3px;
    right: 10px;
  }

  header span.navicon {
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 26px;
  }

  header span.navicon i {
    color: #e8901c;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  header .header-icons {
    position: absolute;
    top: 0px;
    right: 10px;
  }

  header .header-icons a {
    width: 44px;
    height: 44px;
    margin: 0 3px;
    padding: 5px 15px 15px 6px;
    overflow: hidden;
  }

  header .header-icons a img {
    width: 100%;
  }

  header .header-icons a span {
    left: 10px;
  }

  header .header-icons a.carrinho {
    display: inline-block;
    border: 2px solid #ee8d21;
    border-radius: 50px;
    color: #fff;
    height: 44px;
    width: 44px;
    margin: 0 6px;
    padding: 13px;
    position: relative;
    text-decoration: none;
    overflow: visible;
  }

  header nav .btn-mob-fechar {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    color: #fff;
    display: block;
    font: 700 11px/55px "Quicksand", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
  }

  header nav .login-box {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  header nav .login-box .login-box-login {
    display: block;
    color: #fff;
    font: 300 13px/20px "Quicksand", Helvetica, sans-serif;
    text-decoration: none;
    padding: 20px;
  }

  header nav .login-box .login-box-login:first-line {
    font-weight: 700;
    font-size: 15px;
  }

  header nav .login-box .login-box-login i {
    float: left;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    color: #e8901c;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  header nav .login-box .login-box-login a {
    color: #fff;
    text-decoration: none;
  }

  header nav {
    background: #1e1e1e;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 350px;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -400px;
    transition: all 0.5s ease;
    z-index: 999999;
  }

  header nav.on {
    left: 0;
  }

  header nav > .wrap {
    padding: 0;
  }

  header nav > .wrap > ul {
    display: block;
    text-align: left;
    padding: 15px;
  }

  header nav > .wrap > ul > li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }

  header nav > .wrap > ul > li > a {
    color: #fff;
    display: block;
    font: 600 12px/30px "Quicksand", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
  }

  header nav > .wrap > ul > li > a.sub:after {
    content: "\f078";
    color: #eb961a;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 9px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size: 10px;
    line-height: 42px;
    margin: 0;
    height: 42px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  header nav > .wrap > ul > li > a:after {
    content: none;
  }

  header nav .submenu.on {
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0 0 0 -1px;
  }

  header nav .submenu.on .wrap {
    height: unset;
  }

  /* Footer */
  .newsletter {
    padding: 30px 40px;
  }

  .newsletter form {
    margin: 25px auto 0;
    max-width: 600px;
  }

  .newsletter .mailing,
  .newsletter .btn-cadastro {
    display: block;
    margin: 10px 0;
    width: 100%;
  }

  footer {
    padding: 30px 0;
  }

  footer .col-4,
  footer .col-4:first-child {
    margin: 0;
    width: 50%;
  }

  footer .col-2,
  footer .col-2:last-child {
    margin: 0;
    padding: 15px;
    text-align: left;
    width: 100%;
    text-align: center;
  }

  footer .footer-info {
    margin: 20px 0 0;
    padding: 15px;
  }

  footer .footer-info .wrap {
    flex-direction: column;
  }

  footer .footer-info p,
  footer .footer-info a {
    margin: 10px;
  }

  footer .phoneResp {
    display: block;
  }

  footer .phoneResp .footer-flex .telefone {
    display: block;
    margin: 0 auto;
  }

  footer .phoneResp .footer-flex .telefone i {
    font-size: 36px;
  }

  footer .notphoneResp {
    display: none;
  }

  /* Home */
  .produtos .arrow,
  .depoimentos .arrow {
    display: none;
  }

  .produtos-slider .bx-controls,
  .depoimentos .bx-controls {
    display: block;
  }

  .left50 {
    float: none;
    width: 100%;
    text-align: center;
  }

  .left50 .whitebox {
    padding: 30px 40px;
    max-width: 500px;
    min-width: 300px;
    width: 95%;
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: block;
    border-radius: 10px;
    text-align: left;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.05);
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction {
    display: block;
    height: auto;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev,
  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    background: #444;
    border-radius: 50%;
    color: #fff;
    font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 22px;
    height: 22px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    overflow: hidden;
    text-decoration: none;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev {
    left: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev:before {
    content: "<";
    display: block;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    right: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next:before {
    content: ">";
    display: block;
  }

  .menuCliente ul li a {
    padding: 0 20px 0 65px;
    text-decoration: none;
    position: relative;
    color: #fff;
    display: block;
  }

  /* ALERT  */

  .btnAlerta {
    background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px !important;
  }

  #boxNews {
    max-width: 880px;
    width: 80%;
    min-height: 230px;
    background: #fff right top no-repeat;
    padding: 40px;
    display: inline-block;
    text-align: left;
    position: relative;
  }

  #boxNewsAlert {
    max-width: 880px;
    width: 80%;
    background: #fff right top no-repeat;
    padding: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    float: none;
    margin-bottom: 20px;
    vertical-align: middle;
  }

  #boxNewsAlert h3 {
    margin: 0;
    padding: 100px 20px 100px 40px;
    font: 900 35px/100% "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
  }

  #bgBlackAlerta {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBoxAlerta {
    width: 100%;
    position: fixed;
    top: -290px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnxAlerta {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  #bgBlack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBox {
    width: 100%;
    position: fixed;
    top: -290px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnx {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  .tituNewsM {
    float: left;
    width: 300px;
    margin-right: 70px;
    vertical-align: middle;
    text-align: right;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    padding: 50px 20px 50px 50px;
    color: #b2de47;
    font: 30px/150% "Quicksand", Arial, Helvetica, sans-serif;
  }

  #mensagemAlerta {
    font: 19px/150% "Quicksand", Arial, Helvetica, sans-serif;
    float: left;
    width: calc(100% - 330px) !important;
    padding: 60px 40px 0;
    display: inline-block;
  }

  #boxlinhas {
    float: left;
    width: calc(100% - 400px);
    margin: 0 0 50px;
    max-width: calc(100% - 400px);
  }

  #contentCheckout1 {
    position: relative;
    float: right;
    margin: 0 0;
    padding: 16px;
    background: #f4f4f4;
    width: 80%;
    max-width: 380px;
    min-height: 500px;
  }

  .tiraBusca {
    display: none !important;
  }

  .heightSpc {
    height: 110px !important;
  }

  .carrinhoProdImg {
    padding: 0 0px 0 20px;
    width: 240px;
    float: left;
    height: auto;
  }

  .carrinhoContentInfoProd {
    padding: 30px 30px 0;
    display: inline-block;
    float: none;
    width: calc(100%);
    background-color: #f4f4f4;
    background-position: 124% bottom !important;
    background-repeat: no-repeat;
    min-height: 300px;
  }

  .produtos {
    font: 500 14px/13px "Quicksand", Arial, Helvetica, sans-serif;
    height: auto;
    margin: 120px 0 20px;
    padding: 0;
    text-align: center;
  }

  .catalog {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: calc(40% - 50px);
    max-width: 450px;
    border-bottom: 1px solid #e1e1e1;
    margin: 50px 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .leftFloat {
    float: none;
    width: 100%;
  }

  .rightFloat {
    float: none;
    width: 100%;
  }

  .catalog {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: calc(100% - 50px);
    border-bottom: 1px solid #e1e1e1;
    margin: 50px 20px;
    padding: 0 20px;
  }

  .mobile {
    display: inline-block;
  }

  #cobreCabecalhoHeight {
    height: 146px;
    width: 100%;
  }

  /* Home */
  .banners-diferenciais {
    padding: 9px 0;
  }

  .banners-diferenciais .wrap {
    flex-wrap: wrap;
  }

  .banners-diferenciais a.diferencial {
    flex-basis: 45%;
    margin: 20px 2.5%;
  }

  .banners-home {
    margin: 30px 0;
  }

  .banners-home .wrap {
    flex-wrap: wrap;
  }

  .banners-home .wrap a.banner-home {
    width: 150%;
    margin: 15px 0;
    display: block;
  }

  .depoimentos-wrap {
    flex-wrap: wrap;
    margin: 30px 0;
  }

  .depoimento {
    border-radius: 6px;
    flex-basis: 100%;
    margin: 15px 0;
  }

  .depoimentos.dois .depoimento {
    flex-basis: 100%;
  }

  .blog-wrap {
    padding: 40px 0;
  }

  .posts-wrap {
    flex-wrap: wrap;
    margin: 20px 0;
  }

  a.blog-post {
    flex-basis: 100%;
    margin: 0 0 30px;
  }

  a.blog-post .blog-post-image img {
    border-radius: 6px;
  }

  .banner-footer .wrap {
    flex-direction: column-reverse;
  }

  .banner-footer .banner-text {
    margin: 50px auto;
  }

  .banner-footer .banner-text,
  .banner-footer .banner-image {
    width: 100%;
  }

  .clientes {
    padding: 30px 0 0;
  }

  .clientes-wrap {
    flex-wrap: wrap;
    margin: 0px 0 0;
  }

  .clientes a {
    flex-basis: 33.333333%;
  }

  .clientes a img {
    display: inline-block;
  }

  .produto-midia,
  .produto-detalhes {
    display: block;
    margin: 0;
    padding: 0 25px 25px;
    width: 100%;
  }

  /* Blog */
  .blog-content-image {
    height: 320px;
  }

  .blog-content-text {
    margin: -24px 24px 0;
    padding: 24px;
  }

  .blog-content-text img {
    margin: 24px auto;
  }

  /* Contato */
  .contato-infos {
    flex-direction: column;
    padding: 24px 16px;
  }

  .contato-form label,
  .contato-form label:nth-child(n + 4),
  .contato-form label:nth-child(5) {
    margin: 0 0 10px;
    width: 100%;
  }

  .contato-form .btn-enviar {
    width: 100%;
    margin: 15px 0;
  }

  @media (max-width: 768px) {
    .contato-form label span {
      display: none;
    }
  }

  /* Checkout */
  .checkout-recibo {
    flex: 0 0 45%;
    width: 45%;
  }

  .checkout-payment {
    padding: 24px;
  }

  .checkout-payment-options {
    flex-wrap: wrap;
  }

  .checkout-payment-types,
  .payment-type-box {
    flex: 1 1 100%;
    width: 100%;
    margin: 16px 0;
  }

  /* Área do cliente */
  table.tbl-pedidos tr table.tbl-pedidos th,
  table.tbl-pedidos thead td {
    display: none;
  }

  table.tbl-pedidos tr {
    border: 0;
    display: block;
    width: 100%;
  }

  table.tbl-pedidos td {
    border: 0;
    display: block;
    width: 100%;
    padding: 8px 16px;
    text-align: center;
  }

  table.tbl-pedidos td span.lbl {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  table.tbl-pedidos td h4 {
    margin: 0;
  }

  table.tbl-pedidos tr:not(.detail) td:first-child {
    border-radius: 8px 8px 0 0;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    color: #fff;
    font-size: 20px;
    padding: 16px;
  }

  table.tbl-pedidos tr:not(.detail) td:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  table.tbl-pedidos tr.detail td {
    border: 0;
    padding: 0;
  }

  .table-detail-cards > div {
    flex: 1 1 100%;
    width: 100%;
    padding: 16px;
  }

  .left50 {
    float: none;
    width: 100%;
    text-align: center;
  }

  .left50 .whitebox {
    padding: 30px 40px;
    max-width: 500px;
    min-width: 300px;
    width: 95%;
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: block;
    border-radius: 10px;
    text-align: left;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.05);
  }

  .produto-midia-fotos {
    display: block;
    margin: 0 0 0px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction {
    display: block;
    height: auto;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev,
  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    background: #444;
    border-radius: 50%;
    color: #fff;
    font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 22px;
    height: 22px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    overflow: hidden;
    text-decoration: none;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev {
    left: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev:before {
    content: "<";
    display: block;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    right: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next:before {
    content: ">";
    display: block;
  }

  /* ALERT  */

  .btnAlerta {
    background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px !important;
  }

  #boxNews {
    max-width: 880px;
    width: 80%;
    min-height: 230px;
    background: #fff right top no-repeat;
    padding: 40px;
    display: inline-block;
    text-align: left;
    position: relative;
  }

  #boxNewsAlert {
    max-width: 880px;
    width: 80%;
    background: #fff right top no-repeat;
    padding: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    float: none;
    margin-bottom: 20px;
    vertical-align: middle;
  }

  #boxNewsAlert h3 {
    margin: 0;
    padding: 40px 20px 40px 40px;
    font: 900 35px/100% "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
  }

  #bgBlackAlerta {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBoxAlerta {
    width: 100%;
    position: fixed;
    top: -100px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnxAlerta {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  #bgBlack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBox {
    width: 100%;
    position: fixed;
    top: -100px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnx {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  .tituNewsM {
    float: none;
    width: calc(100% - 0px);
    margin-right: 0px;
    vertical-align: middle;
    text-align: center;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    padding: 20px 30px 20px 30px;
    color: #b2de47;
    font: 25px/150% "Quicksand", Arial, Helvetica, sans-serif;
  }

  #mensagemAlerta {
    font: 20px/150% "Quicksand", Arial, Helvetica, sans-serif;
    float: none;
    width: 100% !important;
    padding: 30px 30px 50px;
    display: inline-block;
    text-align: center;
  }

  #boxlinhas {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
    max-width: 100%;
  }

  #contentCheckout1 {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 16px;
    background: #f4f4f4;
    width: 95%;
    max-width: 380px;
    min-height: 500px;
  }

  .menuCliente ul li a span {
    display: none;
    font: 500 13px/13px "Quicksand", Arial, Helvetica, sans-serif;
    float: left;
    width: 25%;
    color: #fbdab7;
    margin-top: 18px;
  }

  .menuCliente ul li a {
    padding: 0 20px 0 45px;
    text-decoration: none;
    position: relative;
    color: #fff;
    display: block;
  }

  .tiraBusca {
    display: none !important;
  }

  .heightSpc {
    height: 90px !important;
  }

  .carrinhoProdImg {
    padding: 0 0px 0 0px;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .carrinhoContentInfoProd {
    padding: 30px 30px 0;
    display: inline-block;
    float: none;
    width: calc(100%);
    background: #f4f4f4;
    background-position: 120% bottom !important;
    background-repeat: no-repeat;
    min-height: 300px;
  }

  .produtos {
    font: 500 14px/13px "Quicksand", Arial, Helvetica, sans-serif;
    height: auto;
    margin: 0px 0 60px;
    padding: 0;
    text-align: center;
  }

  .buy-box .botao {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }

  .filtro-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 520px) {
  .leftFloat {
    float: none;
    width: 100%;
  }

  .rightFloat {
    float: none;
    width: 100%;
  }

  .produto-opcoes .btn-resetar {
    display: none;
    position: fixed;
    right: 0px;
    top: 20%;
    bottom: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background: #ff8a02 url(/assets/images/layout/refresh.png) 10px 10px
      no-repeat;
    background-size: auto 70%;
    border-radius: 16px 0 0 16px;
    color: #fff;
    font: 700 16px "Quicksand", Arial, Helvetica, sans-serif;
    padding: 20px 20px 20px 70px;
    z-index: 99999;
    width: 200px;
    cursor: pointer;
    text-decoration: none;
  }

  .produto-opcoes .btn-resetar.on {
    display: inline-block;
  }

  .produto-midia-fotos .fotos-pager {
    margin: 0px 0 40px;
    display: block;
    text-align: center;
  }

  .tiraBusca {
    display: none !important;
  }

  #cobreCabecalhoHeight {
    height: 146px;
    width: 100%;
  }

  /* Footer */
  footer {
    padding: 30px 0;
  }

  footer .col-4,
  footer .col-4:first-child {
    margin: 0;
    width: 100%;
  }

  footer .col-2,
  footer .col-2:last-child {
    margin: 0;
    padding: 15px;
    text-align: left;
    width: 100%;
    text-align: center;
  }

  footer .col-2 h5 {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }

  footer .col-2 img {
    max-width: 100%;
  }

  /* Home */
  .banners-diferenciais a.diferencial {
    flex-basis: 50%;
    margin: 15px 0;
    padding: 0 10px 0 40px;
  }

  .banners-diferenciais a.diferencial:after {
    display: none;
  }

  .banners-diferenciais a.diferencial img {
    max-width: 30px;
  }

  .banners-diferenciais a.diferencial strong {
    font-size: 13px;
  }

  .banners-diferenciais a.diferencial span {
    display: none;
  }

  .produtos-filtros {
    flex-direction: column;
  }

  .paginacao-itens a,
  .paginacao-itens span {
    font: 700 16px/32px "AmpleSoft", Arial, Helvetica, sans-serif;
    height: 36px;
    margin: 0 2px;
    width: 36px;
  }

  .produto-midia,
  .produto-detalhes {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
  }

  .produto-midia-informacoes table td {
    padding: 10px;
  }

  .box-opcoes {
    margin: 20px 0;
    overflow: auto;
  }

  .box-opcoes .option-ico {
    width: 20%;
    padding: 15px;
  }

  .box-opcoes .option-ico img {
    background-size: cover;
  }

  .box-opcoes label.product-img-option {
    width: 31.333333%;
    margin: 0 1% 10px;
  }

  .box-opcoes .option-text {
    padding: 0 0 0 15px;
    width: 80%;
  }

  .buy-box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .buy-box .precos,
  .buy-box .botao {
    display: block;
    margin: 15px 0;
    width: 100%;
  }

  .box-detalhes {
    margin: 0 0 20px;
    padding: 15px;
    overflow: hidden;
  }

  .box-detalhes table th,
  .box-detalhes table td {
    line-height: 100%;
    padding: 5px 0;
  }

  /* Blog */
  .blog-content-image {
    height: 280px;
  }

  .blog-content-text {
    margin: 16px 0 0;
    padding: 0;
  }

  .blog-content-text img {
    margin: 16px auto;
  }

  .left50 {
    float: none;
    width: 100%;
    text-align: center;
  }

  .left50 .whitebox {
    padding: 30px 40px;
    min-width: 300px;
    width: 98%;
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: block;
    border-radius: 10px;
    text-align: left;
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.1);
  }

  #boxlinhas {
    float: none;
    width: 90%;
    margin: 0 auto 50px;
    max-width: 100%;
  }

  .produto-midia-fotos {
    display: block;
    margin: 0 0 50px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction {
    display: none !important;
    height: 0;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev,
  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    background: #444;
    border-radius: 50%;
    color: #fff;
    font: 500 13px/18px "Quicksand", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 22px;
    height: 22px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    overflow: hidden;
    text-decoration: none;
    display: none !important;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev {
    left: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-prev:before {
    content: "<";
    display: none;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next {
    right: -30px;
  }

  .produto-midia-fotos .bx-controls.bx-has-controls-direction .bx-next:before {
    content: ">";
    display: none;
  }

  /* Checkout */
  .checkout-wrapper {
    flex-wrap: wrap;
  }

  .checkout-recibo {
    flex: 1 0 100%;
    width: 100%;
    border-radius: 8px;
    margin: 0 0 24px;
  }

  .checkout-payment {
    flex: 1 0 100%;
  }

  .checkout-payment-options {
    flex-wrap: wrap;
  }

  .checkout-payment-types,
  .payment-type-box {
    flex: 1 0 100%;
    width: 100%;
    margin: 16px 0;
  }

  /* Área do Cliente */
  .cliente-dashboard {
    flex-direction: column;
  }

  .cliente-dashboard-content {
    flex: 1 0 100%;
    width: 100%;
  }

  .card-vendedor {
    flex: 1 0 100%;
    width: 100%;
    margin: 100px 0 0;
  }

  .card-vendedor-info {
    padding: 60px 16px 16px;
  }

  .card-vendedor-img {
    height: 120px;
    width: 120px;
  }

  /* ALERT  */

  .btnAlerta {
    background: url(/assets/images/layout/btn-buscar.png) center no-repeat;
    border: 0;
    border-radius: 50px;
    padding: 10px 20px !important;
    width: 100%;
  }

  #boxNews {
    max-width: 880px;
    width: 80%;
    min-height: 230px;
    background: #fff right top no-repeat;
    padding: 40px;
    display: inline-block;
    text-align: left;
    position: relative;
  }

  #boxNewsAlert {
    max-width: 880px;
    width: 80%;
    background: #fff right top no-repeat;
    padding: 0px;
    display: inline-block;
    text-align: left;
    position: relative;
    float: none;
    margin-bottom: 20px;
    vertical-align: middle;
  }

  #boxNewsAlert h3 {
    margin: 0;
    padding: 30px 20px 30px 40px;
    font: 900 35px/100% "Quicksand", Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-transform: uppercase;
  }

  #bgBlackAlerta {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBoxAlerta {
    width: 100%;
    position: fixed;
    top: -100px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnxAlerta {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  #bgBlack {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: black;
    z-index: 9998;
    display: none;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
  }

  #contentBox {
    width: 100%;
    position: fixed;
    top: -100px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    display: none;
  }

  #btnx {
    width: 50px;
    height: 50px;
    background: url(/images/btnX.png) center center no-repeat;
    display: inline-block;
    top: -25px;
    right: -25px;
    position: absolute;
  }

  .tituNewsM {
    float: none;
    width: calc(100% - 0px);
    margin-right: 0px;
    vertical-align: middle;
    text-align: center;
    background: -moz-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: -webkit-linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    background: linear-gradient(0deg, #e38122 0%, #f0a414 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e38122', endColorstr='#f0a414', GradientType=1);
    padding: 20px 30px 20px 30px;
    color: #b2de47;
    font: 25px/150% "Quicksand", Arial, Helvetica, sans-serif;
  }

  #mensagemAlerta {
    font: 20px/150% "Quicksand", Arial, Helvetica, sans-serif;
    float: none;
    width: 100% !important;
    padding: 30px 30px 50px;
    display: inline-block;
    text-align: center;
  }

  .menuCliente ul li a {
    padding: 0 10px 0 15px;
    text-decoration: none;
    position: relative;
    color: #fff;
    display: block;
  }

  #contentCheckout1 {
    position: relative;
    float: none;
    margin: 0 auto;
    padding: 16px;
    background: #f4f4f4;
    width: 95%;
    max-width: 380px;
    min-height: 500px;
  }

  .menuCliente ul li a span {
    display: none;
    font: 500 13px/13px "Quicksand", Arial, Helvetica, sans-serif;
    float: left;
    width: 100px;
    color: #fbdab7;
    margin-top: 18px;
  }

  .heightSpc {
    height: 90px !important;
  }

  .carrinhoProdImg {
    padding: 0 0px 0 0px;
    width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .carrinhoContentInfoProd {
    padding: 30px 30px 0;
    display: inline-block;
    float: none;
    width: calc(100%);
    background: #f4f4f4;
    background-position: 110% top;
    min-height: 150px;
  }

  .produtos {
    font: 500 14px/13px "Quicksand", Arial, Helvetica, sans-serif;
    height: auto;
    margin: 30px 0 20px;
    padding: 0;
    text-align: center;
  }
}

/*ALTERAÇÃO APARENCIA AVISO COTAÇÃO*/
#contentBoxAlerta.alerta-cotacao {
  height: 100%;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 0 !important;
}

#contentBoxAlerta.alerta-cotacao #boxNewsAlert h3 {
  padding: 50px 20px !important;
}

#contentBoxAlerta.alerta-cotacao #mensagemAlerta {
  padding: 30px 40px 0;
}

#checkouPage .container-item {
  display: flex;
}

@media (max-width: 768px) {
  #checkouPage .container-item {
    display: block;
  }
}

#orcamento-midias.resp,
.lin-resp {
  display: none;
}

@media (max-width: 1080px) {
  #itens-nav {
    position: relative;
  }

  #orcamento-midias.desk {
    display: none;
  }

  #orcamento-midias.resp {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: #000;
    margin-top: 0 !important;
  }

  #orcamento-midias.resp .atendimentoResp {
    margin-right: 30px;
  }

  #cart-app {
    position: absolute !important;
    top: 43px;
    right: 10px;
  }

  header .busca {
    border-radius: 0;
    margin-bottom: -1px;
  }
}

@media (max-width: 768px) {
  #boxNewsAlert #mensagemAlerta {
    padding: 45px 15px !important;
    margin: 0 !important;
  }

  #boxNewsAlert h3 {
    padding: 30px 15px;
  }

  .bx-viewport {
    max-height: 360px;
    height: 250px;
  }

  .hero .bx-controls {
    bottom: 5px;
  }
}

@media (max-width: 445px) {
  #orcamento-midias.resp .atendimentoResp {
    margin-right: 0px;
  }

  #orcamento-midias a {
    margin: 0 4px !important;
  }

  #boxNewsAlert #mensagemAlerta {
    font-size: 14px !important;
  }

  #boxNewsAlert h3 {
    font-size: 24px !important;
  }
}

.toast-top-right {
  top: 155px !important;
}

#toast-container > div {
  opacity: 1 !important;
}

.search-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.search-overlay.active {
  display: block;
  position: fixed;
  z-index: 99;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.searchbar-overlay form {
  position: relative;
  z-index: 0;
}

.searchbar-overlay form.active {
  position: relative;
  z-index: 99;
}

.area-cliente-login {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffff;
  text-decoration: none;
}

.area-cliente-login svg {
  width: 23px;
  margin: 0 5px;
  color: #e3905b;
}
