@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");

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

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

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

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

.wait,
#popup {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: fixed;
  height: calc(100vh);
  z-index: 99999;
  color: #FFF;
  font-size: 90px;
  text-align: center;
  display: none;
}

.loading-area {
  width: 100%;
  color: #FFF;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.loading-area .loading {
  width: 80px;
  height: 80px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-top: 10px solid #FFF;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  /* Safari */
  animation: spin 0.8s linear infinite;
}

/*ICONS VANTAGENS*/
.icon_vatagens {
  height: 100px;
  margin: 0 auto;
  /* border:1px solid #FFF; */
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_text {
  font-size: 10pt;
  line-height: 1.2em;
  text-transform: uppercase;
}

.icon_text strong {
  color: #ff2626;
  font-size: 15pt;
}

.icon_menorpreco {
  background: url("../img/icons/preco.svg") no-repeat center center;
}

.icon_free {
  background: url("../img/icons/free.svg") no-repeat center center;
}

.icon_calendario {
  background: url("../img/icons/calendario.svg") no-repeat center center;
}

.icon_delivey {
  background: url("../img/icons/delivery.svg") no-repeat center center;
}

.icon_atacado {
  background: url("../img/icons/atacado.svg") no-repeat center center;
}

.icon_plus {
  background: url("../img/icons/plus.svg") no-repeat center center;
}

.slider {
  all: unset;
  width: 100%;
  height: 20px;
  border-radius: 15px;
  background: linear-gradient(to right, #54bbe0 0%, #34525c 0%, #fff 0%, #fff 100%);
  transition: background 450ms ease-in;
  appearance: none;
}

.slider::-moz-range-thumb {
  appearance: none;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background: radial-gradient(circle, rgba(78, 178, 215, 1) 0%, rgba(27, 78, 96, 1) 100%);
  border-radius: 50%;
  border: 0;
}

.slider::-webkit-slider-thumb {
  cursor: pointer;
  appearance: none;
  height: 32px;
  width: 32px;
  background: radial-gradient(circle, rgba(78, 178, 215, 1) 0%, rgba(27, 78, 96, 1) 100%);
  border-radius: 50%;
  border: 0;
}

.switch {
  position: relative;
  /* display: inline-block; */
  width: 51px;
  margin: 5px 0px;
  height: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  width: 100% !important;
  border-radius: 18px;
}

.slider_switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 0px;
  bottom: -4px;
  background: radial-gradient(circle, rgba(189, 189, 189, 1) 0%, rgba(38, 38, 38, 1) 100%);
  box-shadow: 3px 0px 2px #474849;
  -webkit-transition: .2s;
  transition: .2s;
}

.switch input:checked+.slider_switch {
  background-color: #4eb2d7;
}

.switch input+.slider_switch {
  background-color: #6e6e6d;
}

.switch input:checked+.slider_switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background: radial-gradient(circle, #4eb2d7 0%, rgba(27, 78, 96, 1) 100%);
  box-shadow: 0px 0px 3px #0c0c0c;
}

/* Rounded sliders */
.slider_switch.round {
  border-radius: 34px;
}

.slider_switch.round:before {
  border-radius: 50%;
}

.flags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  gap: 5px;
}

.flags li img {
  width: 30px;
}

.b1_oqfazemos {
  position: relative;
  text-align: center;
}

.b1_texto1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  color: #b30505
}

.spin {
  animation: spin_1754 1.5s linear infinite;
  transform-origin: 50% 50%;
}

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

  100% {
    transform: rotate(359deg)
  }
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.lst_store .prod_img,
.lst_store a .img-prod {
  position: relative;
  overflow: hidden;
}

.lst_store a .img-prod .hoverimg {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s;
}

.prod_img:hover .img-prod .hoverimg {
  opacity: 1;
  max-width: 100%;
  /* transform:scale(1.2); */
  transition: all 1s;
}


.prod_img:hover .img-prod>img {
  opacity: 0;
  transition: all 1s;
}

#caixas {
  background: #75c7f9;
}

#caixas img {
  width: 60%;
}

#textTopCaixas .textTop strong {
  color: #6076a6;
}

#textTopCaixas .textTop {
  margin: 0 auto;
  position: absolute;
  top: 250px;
  width: 100%;
  color: #000000;
  /* background-color: white; */
}

#caixas span {
  width: 40%;
  display: block;
  position: relative;
  margin: 0 auto;
}

#redirecionamento p {
  margin: 0;
  padding: 0;
}

#redirecionamento p.small-text {
  font-size: 1ex;
}

.bg-cx-goboxenvia {
  background: url("/img/banner-caixa-goboxenvia.jpg") no-repeat center center;
  background-size: cover;
}

.passos {
  background: #0076a1;
  color: #ec5854;
}

.passos a {
  color: #FFF;
  text-decoration: none;
}

.btn-gobox {
  background: #0e2b4e;
  color: #fff;
}

.btn-carrossel {
  background-color: #ef373f;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-carrossel:hover {
  background-color: #ef3740d7;
  color: #FFF;
  /* transition: all 0.2s ease; */
}

.btn-buy {
  border-color: #00b309;
  color: #00b309;
  background-color: transparent;
}

.nEnvia {
  border-radius: 30px;
  background: #0e2b4e;
  color: red;
  padding: 5px 11px;
}

#tipo-frete {
  background: #ecf0f9;
}

#tipo-frete .fRed {
  background: #ec5854;
  color: #FFF;
  height: 300px;
}

#tipo-frete .tipos div.bg-blue {
  background: #0178a3;
  /* min-height: 300px; */
}

#tipo-frete .data-frete {
  margin-top: 1100px;
}

#prazo-entrega {
  background-image: url("/img/prazodeentrega.png");
  background-repeat: no-repeat;
  background-position: left;
  background-color: #ecf0f9;
}

#rastreio {
  background-image: url("/img/mapa.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fff;
}

#aproveite {
  background-image: url("/img/aproveite.jpg");
  background-repeat: no-repeat;
}

#aproveite .text-aproveite {
  width: 45%;
  position: relative;
  left: 50%;
}

.fixed-media {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 1
}

.fixed-media ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.no-padding {
  padding: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.bg-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -32px;
}

/*HOME*/
/*header*/
.site-header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 110px;
  padding-top: 3%;
  box-shadow: 0px 1px 5px -1.9px #292929;
}

.site-header .navbar {
  height: 20px;
  padding-right: 0;
}

.site-header .navbar .navbar-brand {
  margin-right: -1.5rem !important;
}

.site-header .navbar .navbar-brand img {
  width: 65%;
  max-width: 100%;
  height: auto;
  margin-top: -10%;
}

.site-header .navbar .navbar-brand .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header .navbar .navbar-toggler .line1,
.site-header .navbar .navbar-toggler .line2,
.site-header .navbar .navbar-toggler .line3 {
  margin-top: 5px;
  background-color: #ff2626;
  width: 25px;
  height: 3px;
  display: block;
  position: relative;
  opacity: 1.0;
  border-radius: 5px;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 13px 4px #A5A5A5;
  box-shadow: 0px 1px 3px 0.1px #292929;
  transition: all .3s;
  border-color: 3px solid #000;
}

.site-header .navbar .lhome {
  height: 50px;
  border-bottom: none;
  border: 1px solid #6c757d47;
  padding-top: 5px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  width: 125px;
  padding-left: 35px;
}

.site-header .navbar .lhome i {
  color: #6c757d47 !important;
  margin-right: 5px;
  font-size: 18px;
}

.site-header .navbar .lhome a {
  margin-right: 5px;
  font-size: 12px;
  line-height: 35px !important;
}

.site-header .navbar li {
  /* height: 50px; */
  padding-top: 5px;
  width: 100px;
}

.site-header .navbar li .nav-link {
  font-size: 10px;
  color: #292929;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  line-height: 12px;
}

.site-header .navbar li .nav-link img {
  width: 25px;
  margin-right: 5px;
  /*margin-top: -5px;*/
  float: left;
}

.site-header .navbar li .nav-link i {
  color: red;
  font-size: 18px;
  float: left;
  padding-top: 5px;
  margin-right: 1px;
}

.site-header .navbar li .nav-link:hover {
  color: #000;
  /*
transition: all .3s ease-in-out;
border-bottom: 5px solid #F73A44;*/
}

.site-header .navbar li:nth-last-child(4) {
  border-bottom: none;
  border: 1px solid #6c757d47;
  /* padding-top: 5px; */
  border-top: none;
  border-left: none;
  border-bottom: none;
  width: 135px;
  padding-right: 27px;
}

.site-header .navbar li .lduvidas {
  line-height: 35px !important;
}

.site-header .navbar li .login {
  font-size: 14px !important;
  padding-top: 15px;
}

.site-header .navbar li .novaConta {
  margin-top: 7px;
  color: #fff;
  background: #094285;
  font-size: 12px;
  font-weight: lighter;
  letter-spacing: 1px;
  border-radius: 8px;
}

.site-header .navbar li .novaConta:hover {
  color: #fff;
  transition: all .3s ease-in-out;
  background: #022146;
}

#navbarNav ul li:hover div.categoria ul {
  min-height: 612px;
  overflow: unset;
  opacity: 1;
}

#navbarNav div.categoria ul {
  height: 1px;
  transition: all 0.2s ease;
}

#navbarNav div.categoria ul li.titulo {
  padding: 12px;
  font-weight: bold;
}

#navbarNav div.categoria ul li.titulo span {
  display: none;
}

#navbarNav ul li:hover div.categoria {
  display: block;
}

#navbarNav div.categoria li {
  border: 0;
  width: unset;
  padding-right: unset;
}

#navbarNav div.categoria ul {
  position: absolute;
  background: #FFF;
  list-style: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

#navbarNav div.categoria ul li a {
  width: 100%;
  display: flex;
  font-size: 12pt;
  padding: 12px;
  font-weight: unset;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
}

#navbarNav div.categoria ul li a i.fa {
  float: unset;
  padding: 5px 0;
  color: gray;
}

#navbarNav div.categoria a i.fa::after {
  content: "\f054";
}

#navbarNav div.categoria ul li ul {
  position: absolute;
  left: 198px;
  top: 0;
  display: none;
}


#navbarNav div.categoria ul li:hover>ul.dropdown {
  display: block;
  min-height: 612px;
  overflow: unset;
}

.painel-title {
  background: #f5f5f5;
  padding: 10px;
  margin: 0px;
}

h3.painel-title {
  font-size: 2.2ex;
}

h3.painel-title a {
  display: block;
}

h3.painel-title [data-toggle="collapse"]:after {
  content: "";
  float: right;
  width: 14px;
  height: 12px;
  margin-top: 5px;
  background: url("../img/icons/seta.png") no-repeat top center;
}

h3.painel-title [aria-expanded="true"]:after {
  width: 14px;
  height: 12px;
  background: url("../img/icons/seta.png") no-repeat bottom center;
}

.panel-heading {
  border: 1px solid #ddd;
  margin-top: 5px;
}

.panel-heading div {
  padding: 5px;
}

/*afiliados*/
.bannerafiliados {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.bannerafiliados4 {
  position: relative;
  height: auto;
  overflow: hidden;
}

.bannerafiliados2 {
  width: 100%;
  color: #fff;
  background: linear-gradient(to left, rgba(60, 60, 105, 0.9), rgba(165, 71, 71, 0.9));
}

.tred {
  color: red;
}

.bannermilitares2 {
  background: #001d3f;
  width: 100%;
  color: #fff;
  position: relative;
}


.bannerafiliados2 a {
  color: #FFF;
}

.tBannerafiliados {
  position: absolute;
  top: calc(100vh / 2 - 60px);
  color: #FFF;
  width: 100%;
}

.tBannerMilitares {
  position: absolute;
  top: calc(100vh / 2 - 60px);
  width: 50%;
  margin-left: 40%;
}

.tBannerafiliados4 {
  position: absolute;
  top: 25%;
  color: #FFF;
  left: calc(100vw / 2 - 250px);
  width: 100%;
  max-width: 500px;
}

.tBannerafiliados p,
.bannerafiliados2 p {
  display: inline-block;
}

.topafiliados {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
}

.bannerafiliados3 {
  width: 100%;
}

.bannermilitares3 {
  background: #002d56;
  width: 100%;
}

.bg-darkblue {
  background: #001f3e;
}

.bg-silver {
  background: #e2dfdd;
}


.bannerafiliados3 ul,
ul.iconshowto {
  list-style: none;
}

.bannerafiliados3 li {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

.bannerafiliados3 li span {
  display: block;
  width: 100%;
  height: 69px;
}

.bannerafiliados3 li span.icon {
  background: url("../img/afiliados_icon.png") no-repeat;
}

.afiliadoshowto {
  background: #e4e4e4;
}

.afiliadoshowto h4 {
  color: #277bb5;
  font-weight: bold;
}

.container-howto {
  max-width: 800px;
  margin: 0 auto;
}

.titlehowto {
  background: #ccc;
}

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

ul.boxenvia li {
  display: inline-block;
  width: 40%;
  padding: 5px 10px;
  vertical-align: top;
}

ul.boxenvia li div.box {
  background: #FFF;
  box-shadow: 1px 1px 20px #000;
  width: 100%;
}

ul.boxenvia li span.top {
  display: block;
  padding: 8px;
  background: red;
  box-shadow: 1px 5px 15px #CCC;
}

ul.boxenvia p.txtin {
  font-size: 13px;
}

ul.iconshowto li span {
  background: url("../img/afiliados_icon2.png") no-repeat;
  display: block;
  width: 100px;
  height: 69px;
  margin: auto;
}

.iconshowto .icon1 {
  background-position: left;
}

.iconshowto .icon2 {
  background-position: center;
}

.iconshowto .icon3 {
  background-position: right;
}

.bannerafiliados3 li span.sepafiliado {
  background: url("../img/sepafiliados.png") no-repeat center;
}

.bannerafiliados3 li span.icon1afiliado {
  background-position: left;
}

.bannerafiliados3 li span.icon2afiliado {
  background-position: center;
}

.bannerafiliados3 li span.icon3afiliado {
  background-position: right;
}

.afiliadopp {
  background: #277bb5;
  width: 100%;
  color: #FFF;
}

.afiliadopp2 {
  background: #002957;
  width: 100%;
  color: #FFF;
}

.afiliadopp2 a {
  color: #fff;
}


main .piecebanner {
  padding: 51px 0;
  background: #13cbff;
}

main .piecebanner p {
  font-size: 20px;
  color: #fff;
  padding: 55px 0;
  width: 30%;
  margin: 0 auto;
  line-height: 23px;
  padding-bottom: 12px;
}

main .piecebanner a.btncad {
  color: #fff;
  background: #ffb100;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: -5px 4px 3px 0 #a76e3bed;
  text-decoration: none;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

main .piecebanner a.btncad:hover {
  background: #a76e3bed;
  box-shadow: 0 0 9px 0 #a76e3bed;
  transition: all .1s ease-in-out;
}

main .pieceregister {
  background: #0e2b4e;
  /* height: 190px; */
  box-shadow: 0px 14px 20px -13px #292929;
}

main .pieceregister .box-one {
  padding: 0px 45px;
  margin-bottom: 15px;
}

main .pieceregister .box-one p {
  padding: 20px 45px;
  font-size: 30px;
  color: #fff;
}

main .pieceregister .box-one p:nth-child(1n) {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

main .pieceregister .box-one p:nth-child(2n) {
  font-size: 25px;
  font-style: italic;
  margin-top: -13px;
  padding-top: 0;
  text-transform: none;
}

main .pieceregister .box-two {
  padding-top: 10px;
  border-bottom: none;
  border-top: 0;
  border-left: none;
  padding-right: 19px;
}

main .pieceregister .box-two p {
  color: #fff;
}

main .pieceregister .box-two p:nth-child(1n) {
  width: 40%;
  float: right;
  line-height: 18px;
  margin-bottom: 7px;
}

main .pieceregister .box-two p:last-child {
  width: 100%;
}

main .pieceregister .box-two:nth-child(3n) {
  border: none;
}

main .pieceregister .seta {
  animation: MoveUpDown 1s ease-out infinite;
  display: block;
}

main .pieceregister .seta div {
  color: red;
  width: 100%;
  text-align: center;
  font-size: 30px;
}

main .simulador-frete {
  background: #266684;
  padding: 55px 0;
  text-align: center;
  color: #fff;
}

main .simulador-frete p {
  margin: 0;
  padding: 0;
}

main .simulador-frete .rs-control .rs-bg-color {
  background-color: #266684;
}

main .simulador-frete .rs-tooltip-text {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

main .simulador-frete .rs-control .rs-handle {
  background: url("/img/caixa-24x24.png") no-repeat center center;
}

main .simulador-frete .sfrete {
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}

main .simulador-frete .rs-tooltip::before {
  content: "Peso final";
  display: block;
  font-size: 14px;
}

main .simulador-frete #fretes {
  padding-top: 20px;
}

main .simulador-frete .skew {
  /* height:216px; */
  padding: 5px 14px;
  border: 1px solid #fff;
  -webkit-transform: skew(-10deg);
  /* Chrome, Opera */
  -ms-transform: skew(-10deg);
  /* IE */
  transform: skew(-10deg);
  /* Padrão */
}

main .simulador-frete .skew p {
  line-height: 18px;
}

main .simulador-frete .skew p:first-child {
  padding: 10px 0px;
  height: 70px;
}

main .simulador-frete .skew p:nth-child(3) {
  text-align: left;
  float: left;
  box-sizing: border-box;
  width: 50%;
}

main .simulador-frete .skew p:nth-child(4) {
  text-align: right;
  float: left;
  box-sizing: border-box;
  width: 50%;
}

main .simulador-frete .skew p:nth-child(5) {
  text-align: left;
  float: left;
  box-sizing: border-box;
  width: 50%;

}

main .simulador-frete .skew p:nth-child(6) {
  text-align: right;
  float: left;
  box-sizing: border-box;
  width: 50%;
}

main .simulador-frete .skew p:nth-child(7) {
  text-align: left;
  float: left;
  box-sizing: border-box;
  width: 50%;
}

main .simulador-frete .skew p:nth-child(8) {
  text-align: right;
  float: left;
  box-sizing: border-box;
  width: 50%;
}


main .simulador-frete .skew p:nth-child(9) SUP {
  font-size: 14px;
}

main .simulador-frete .skew p:nth-child(9) {
  font-weight: bold;
  text-align: center;
  clear: both;
  box-sizing: border-box;
  padding: 15px 0;
  background: #d2dee4;
  color: #000;
  font-size: 22px;
  margin-top: 50px;
}

.infoFrete {
  position: absolute;
  right: 5px;
}

.tooltipFrete {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.tooltipFrete.active {
  display: flex;
}

.contentTooltipo {
  width: 80%;
  display: block;
  background: #fff;
  min-height: 100px;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  overflow: auto;
  max-height: 90vh;
}

main .simulador-frete .rs-tooltip::after {
  content: "lbs";
  display: block;
  font-size: 14px;
}

main .simulador-frete img {
  width: 25px;
}

.titulo-prod p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5px);
  }
}

main .steps {
  padding: 50px;
  background: #edf9ff;
}

main .steps .steps-number a {
  text-decoration: none;
}

main .steps .steps-number a img {
  margin: 0 auto;
}

main .steps .steps-number p {
  font-size: 10px;
  color: #04044e;
  font-weight: bold;
  text-decoration: none;
  width: 60%;
  text-align: center;
  line-height: 10px;
  margin: 0 auto;
}

main .steps .title,
main .steps-compra .title {
  color: firebrick
}

main .compra-assistida {
  padding-top: 20px;
  background: #0e2b4e;
  height: 140px;
  box-shadow: 0px 14px 20px -13px #292929;
}

main .compra-assistida .col-one {
  height: 85px;
  border: 1.2px dashed red;
  border-bottom: none;
  border-top: 0;
  border-left: none;
  padding-right: 19px;
}

main .compra-assistida .col-one p {
  padding: 20px 45px;
  color: #fff;
}

main .compra-assistida .col-one p:nth-child(1n) {
  font-size: 25px;
  margin-bottom: 0;
  padding: 0;
}

main .compra-assistida .col-one p:nth-child(2n) {
  font-size: 45px;
  margin-top: -13px;
  padding-top: 0;
  text-transform: none;
  line-height: 63px;
}

main .compra-assistida .box-two {
  border: 1.2px dashed red;
  border-bottom: none;
  border-top: 0;
  border-left: none;
  padding-right: 19px;
  padding-top: 0;
}

main .compra-assistida .box-two p {
  color: #fff;
}

main .compra-assistida .box-two p:nth-child(1n) {
  width: 23%;
  line-height: 18px;
  margin-bottom: 7px;
  display: block;
  font-style: italic;
  font-size: 15px;
}

main .compra-assistida .box-two p:last-child {
  width: 32%;
  line-height: 14px;
  display: block;
  font-style: normal;
  font-size: 12px;
}

main .compra-assistida .box-two:nth-child(2n) {
  border: none;
}

main .compra-assistida .seta {
  animation: MoveUpDown 1s ease-out infinite;
  display: inline-block;
  margin: -23px auto;
}

main .compra-assistida .seta div {
  color: red;
  font-size: 30px;
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5px);
  }
}

main .steps-compra {
  padding: 50px;
  background: #edf9ff;
}

main .steps-compra .steps-number a {
  text-decoration: none;
}

main .steps-compra .steps-number a img {
  margin: 0 auto;
}

main .steps-compra .steps-number p {
  font-size: 12px;
  color: #04044e;
  font-weight: bold;
  text-decoration: none;
  width: 90%;
  text-align: center;
  line-height: 15px;
  margin: 0 auto;
}

main .steps-compra .steps-number a p:last-child {
  font-size: 9px;
  margin-top: 10px;
}

main .simulador {
  border: 2px dashed #ddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-top: 20px;
  margin-bottom: -200px;
  height: 700px;
}

main .simulador i {
  color: red;
  font-size: 50px;
}

main .simulador p {
  color: #000;
  width: 100%;
}

main .simulador p:nth-child(1n) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -15px;
}

main .simulador p:nth-child(2n) {
  font-size: 40px;
  font-weight: bold;
}

main .simulador p:nth-child(3n) {
  color: #000;
  font-size: 12.5px;
  width: 36.5%;
  margin: 20px auto;
}

main .simulador p:nth-child(3n) span {
  display: block;
}

main .simulador img {
  height: 95%;
}

main .simulador .container-price {
  background: #363636;
  width: 200px;
  margin: 0 auto;
}

main .simulador .price p {
  font-size: 22px;
  margin: 0px;
  padding: 2px 0;
  color: #FFF;
}

main .simulador .price p span {
  background: #FFF;
  color: #000;
  padding: 3px 10px;
  font-size: 18px;
  border-radius: 10px;
}

main .simulador a {
  color: #fff;
  background: red;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: -5px 4px 3px 0 #b30505;
  text-decoration: none;
  width: 12%;
  text-align: center;
  margin: 20px auto;
  display: block;
}

main .simulador a:hover {
  background: #a76e3bed;
  box-shadow: 0 0 9px 0 #b30505;
  transition: all .1s ease-in-out;
}

main .bg-cell {
  background-image: url(../img/bg-gobox.jpg);
  background-size: 100%;
  height: 546px;
  background-repeat: no-repeat;
}

main .bg-cell div {
  margin-top: 215px;
}

main .bg-cell div p:nth-child(1n) {
  color: red;
  font-size: 46px;
  width: 42%;
  line-height: 39px;
}

main .bg-cell div p:nth-child(2n) {
  color: #fff;
  font-size: 25px;
  width: 100%;
}

main .qualidade {
  background: #edf9ff;
  border: 2px dashed #ddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 50px;
}

main .qualidade img {
  width: 60%;
}

main .qualidade p:nth-child(1n) {
  color: red;
  font-size: 42px;
  line-height: 40px;
  width: 40%;
}

main .qualidade p:nth-child(2n) {
  color: #000;
  font-size: 11.1px;
  line-height: 15px;
  font-weight: bold;
  width: 50%;
}

main .qualidade p span:nth-child(2n) {
  color: blue;
}

main .vantagens {
  background: #0c2b50;
  height: 250px;
}

main .vantagens .box-one p:nth-child(1n) {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}

main .vantagens .box-two p {
  color: #FFF !important;
  margin-bottom: 56px;
}

main .vantagens .box-two p span {
  color: red;
  margin-right: 10px;
  font-weight: bold;
}

main .vantagens .vantagem-box {
  border: 0.5px dashed #fff;
  border-bottom: none;
  border-left: none;
  border-top: none;
}

main .vantagens .vantagem-box:nth-child(7n) {
  border: none;
}

main .vantagens .vantagem-box img {
  margin: 0 auto;
}

main .vantagens .seta {
  animation: MoveUpDown 1s ease-out infinite;
  display: inline-block;
  margin: -13px auto;
}

main .vantagens .seta div {
  color: red;
  font-size: 30px;
}

@keyframes MoveUpDown {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 5px);
  }
}

main .voltar-topo {
  padding: 10px;
  background-color: #29c5feab;
  height: 60px;
}

main .voltar-topo .gotop {
  padding: 0 9px;
  text-decoration: none;
  font-size: 40px;
  color: red;
  margin-top: -10px;
}

main .voltar-topo .gotop i {
  color: red;
}

main .voltar-topo p {
  color: #fff;
  text-transform: capitalize;
  font-size: 25px;
}

footer {
  height: auto;
  background: #29c5fe;
  padding: 30px;
}

footer .rodape-col img {
  margin: 0 auto;
  width: 50%;
}

footer .rodape-col i {
  margin-right: 20px;
  color: red;
  transform: rotate(90deg);
}

footer .rodape-col i:last-child {
  transform: none;
  margin-top: 5px;
  width: 30px;
  text-align: right;
}

footer .rodape-col p {
  font-size: 14px;
  color: #fff;
  width: 219px;
  padding: 10px 0 0;
  text-align: left;
  margin: 0 auto
}

footer .rodape-col p:last-child {
  width: 224px;
  padding-top: 0;
}

footer .menu {
  height: 150px;
  color: #fff;
  border: 0.5px dashed #949090;
  border-bottom: none;
  border-top: none;
}

footer .menu ul li {
  list-style: none;
  line-height: 20px;
}

footer .menu ul li a {
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 14px;
  width: 180px;
  margin: 0 auto;
}

footer .menu ul li a img {
  width: 25px;
  margin-right: 20px;
  margin-top: -4px;
}

footer .menu ul li a:hover {
  color: #eee;
}

footer .midia {
  color: #fff;
  margin-top: 30px;
}

footer .midia ul li {
  list-style: none;
}

footer .midia ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

footer .midia ul li a img {
  width: 14px;
  margin-right: 12px;
  margin-top: -6px;
}

footer .midia ul li a:hover {
  color: #eee;
}

footer .copy {
  /*padding:30px  0  10px 0;*/
  padding: 2% 41% 0 40%;
  margin: 0 auto;
}

footer .copy p {
  /* float: left; */
  margin-right: 20px;
  font-size: 12px;
}

footer .copy p i {
  color: red;
  margin-right: 5px;
  font-size: 12px;
}

footer .copy p .last-i {
  font-size: 5px;
}

footer .copy p a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width:507px) {
  .tBannerMilitares {
    position: absolute;
    top: 0;
    color: #FFF;
    width: 100%;
    margin: 5px;
    text-align: center !important;
    padding: 5px;
  }

  .topafiliados {
    display: none;
  }
}

@media (min-width:508px) and (max-width: 810px) {
  .tBannerMilitares {
    position: absolute;
    top: calc(100vh / 2 - 160px);
    color: #FFF;
    width: 100%;
    margin: 5px;
    text-align: center !important;
  }
}

@media screen and (max-width: 991.98px) {

  #navbarNav div.categoria {
    position: fixed;
    top: 0;
    left: 0;
  }

  #navbarNav div.categoria ul li:hover>ul.dropdown {
    height: 0;
    display: none;
  }

  #navbarNav div.categoria ul li>ul.dropdown.show {
    height: 500px;
    display: block;
  }

  #navbarNav ul li:hover div.categoria ul {
    height: 0;
  }

  #navbarNav ul li div.categoria.show ul {
    height: 500px;
    opacity: 1;
  }

  #navbarNav div.categoria ul {
    width: 100%;
    position: fixed;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
  }

  #navbarNav div.categoria ul li ul {
    left: unset;
  }

  #navbarNav div.categoria ul li.titulo {
    padding: 8px 0px;
    font-weight: bold;
  }

  #navbarNav div.categoria ul li.titulo span {
    display: inline-block;
    padding: 5px 12px;
  }

  .site-header .navbar li:nth-last-child(4) {
    border: 0px solid;
    width: 100%;
    padding-right: 0px;
  }

  .site-header .navbar li .nav-link {
    font-size: 12pt;
  }

  .control-slide {
    display: none;
  }

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

  #textTopCaixas .textTop {
    position: relative;
    top: 20px;

  }

  .bannerafiliados {
    height: auto;
  }

  .topafiliados img {
    width: 20%;
  }

  .tBannerafiliados {
    position: absolute;
    top: calc(100vh / 2);
    color: #FFF;
    width: 100%;
  }

  #redirecionamento h1 {
    font-size: 1.5em;
  }

  #tipo-frete .fRed {
    height: auto;
  }

  #tipo-frete ul.tipos {
    position: relative;
  }

  #tipo-frete ul.tipos li {
    display: block;
    padding: 5px 0px;
    width: 100%;
  }

  #tipo-frete ul.tipos li div {
    height: auto;
  }

  #tipo-frete .data-frete {
    margin-top: 15px;
  }

  #caixas span {
    width: 100%;
  }

  #aproveite .text-aproveite {
    left: 0;
    width: 100%;
    text-align: center;
  }

  main .vantagens .box-two p {
    margin: 20px;
  }

  main .simulador-frete .col-md-4 {
    padding-top: 20px;
  }

  main .simulador-frete .skew {
    -webkit-transform: skew(0deg);
    /* Chrome, Opera */
    -ms-transform: skew(0deg);
    /* IE */
    transform: skew(0deg);
    /* Padrão */
  }

  .site-header {
    height: 80px;
  }

  .site-header .navbar-brand {
    width: 50%;
  }

  .site-header .navbar {
    /*margin-top:20px;*/
    height: 50px;
  }

  .site-header .navbar img {
    margin-top: 5px;
  }

  .site-header .navbar .lhome {
    border: none;
    width: 100%;
    padding-left: 0;
  }

  .site-header .navbar li {
    width: 100%;
  }

  .site-header .navbar li .nav-link i {
    float: none;
  }

  .site-header .navbar li:nth-last-child(3) {
    width: 100%;
    border: none;
  }

  .site-header #navbarNav {
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -5.5%;
    margin-left: -11.5%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 14px 20px -18px #292929;
  }
}

@media screen and (max-width: 575.98px) {
  .carrossel {
    width: 200% !important;
  }

  #pg_compra-assistida img,
  #atacado img {
    width: 70%;
  }

  .bannerafiliados3 ul {
    width: 180px;
    margin: auto;
  }

  .bannerafiliados3 li {
    display: block;
  }

  .tBannerafiliados {
    position: absolute;
    top: 85px;
    color: #FFF;
    width: 100%;
  }

  main .piecebanner p {
    font-size: 20px;
    width: 100%;
  }

  main .piecebanner a {
    width: 100%;
  }

  main .pieceprocessos {
    height: 900px;
  }

  main .pieceprocessos ul {
    padding: 0;
  }

  main .pieceprocessos ul li {
    padding: 50px 8px;
  }

  main .pieceprocessos ul li div {
    width: 140px;
    height: 140px;
    padding: 0;
    margin-right: 50px;
  }

  main .pieceprocessos ul li p {
    line-height: 15px;
  }

  main .pieceregister .box-one {
    padding: 0 10%;
  }

  main .pieceregister .box-one p:nth-child(1n) {
    font-size: 20px;
    padding: 2px 10px 0;
    font-size: 20px;
    text-align: center !important;
    line-height: 20px;
  }

  main .pieceregister .box-one p:nth-child(2n) {
    font-size: 16px;
    margin-top: 2px;
  }

  main .pieceregister .box-two {
    padding: 0;
    margin-top: -13px;
  }

  main .pieceregister .box-two p:nth-child(1n) {
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: center;
  }

  main .compra-assistida {
    padding-top: 5px;
    height: 150px;
  }

  main .compra-assistida .col-one {
    border: none;
  }

  main .compra-assistida .col-one p:nth-child(1n) {
    text-align: center !important;
  }

  main .compra-assistida .col-one p:nth-child(2n) {
    width: 100%;
    font-size: 25px;
    margin-top: -23px;
    text-align: center;
  }

  main .compra-assistida .box-two {
    border: none;
    margin-top: -28px;
  }

  main .compra-assistida .box-two p:nth-child(1n) {
    font-size: 12px;
    margin-top: -3px;
    width: 100%;
    text-align: center;
  }

  main .compra-assistida .seta {
    margin: -14px auto;
  }

  main .compra-assistida .seta div {
    font-size: 20px;
  }

  main .simulador {
    height: 1350px;
  }

  main .simulador p:nth-child(2n) {
    font-size: 25px;
    line-height: 59px;
  }

  main .simulador p:nth-child(3n) {
    width: 100%;
  }

  main .simulador img {
    margin: 5px 17%;
  }

  main .simulador a {
    width: 50%;
  }

  main .bg-cell {
    height: 146px;
  }

  main .bg-cell div {
    margin-top: 0;
  }

  main .bg-cell div p:nth-child(1n) {
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    margin-top: 7px;
    width: 100%;
  }

  main .bg-cell div p:nth-child(2n) {
    font-size: 20px;
  }

  main .qualidade {
    padding: 0;
  }

  main .qualidade p:nth-child(1n) {
    text-align: center;
  }

  main .qualidade img {
    width: 100%;
  }

  main .qualidade p:nth-child(1n) {
    width: 100%;
  }

  main .qualidade p:nth-child(2n) {
    width: 100%;
  }

  main .vantagens {
    height: 803px;
  }

  main .vantagens .vantagem-box img {
    margin: 5px auto;
    border: none;
  }

  main .voltar-topo {
    height: 120px;
  }

  main .voltar-topo .gotop {
    margin: 0 40%;
  }

  main .voltar-topo p {
    text-align: center;
  }

  footer {
    height: 480px;
  }

  footer .rodape-col {
    border: none;
  }

  footer .rodape-col p {
    width: 198px;
  }

  footer .rodape-col p:last-child {
    width: 198px;
  }

  footer .menu {
    margin-top: 10px;
    border: none;
    text-align: center;
  }

  footer .menu ul {
    padding: 0;
  }

  footer .menu ul li {
    line-height: 20px;
    list-style: none;
  }

  footer .midia ul li a {
    font-size: 12px;
  }

  footer .midia ul li a img {
    width: 12px;
  }

  footer .copy {
    margin: 7px 0 10px 0;
    padding: 0;
  }

  footer .copy p {
    margin-right: 35px;
  }

}

@media screen and (max-width: 480px) {
  .carrossel {
    width: 300% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .site-header {
    height: 120px;
  }

  .site-header .navbar-brand {
    width: 50%;
  }

  .site-header .navbar {
    margin-right: -6.6px;
    margin-top: 10px;
    height: 70px;
  }

  .site-header .navbar .lhome {
    border: none;
    width: 100%;
    padding-left: 0;
  }

  .site-header .navbar li {
    width: 100%;
  }

  .site-header .navbar li .nav-link i {
    float: none;
  }

  .site-header .navbar li:nth-last-child(3) {
    width: 100%;
  }

  .site-header #navbarNav {
    margin-top: -2px;
  }

  main .piecebanner {
    height: 300px;
  }

  main .piecebanner p {
    font-size: 20px;
    width: 100%;
  }

  main .piecebanner a {
    width: 100%;
  }

  main .pieceprocessos {
    height: 900px;
  }

  main .pieceprocessos ul {
    padding: 0;
  }

  main .pieceprocessos ul li {
    padding: 50px 8px;
  }

  main .pieceprocessos ul li div {
    width: 140px;
    height: 140px;
    padding: 0;
    margin-right: 50px;
  }

  main .pieceprocessos ul li p {
    line-height: 15px;
  }

  main .pieceregister .box-one {
    padding: 2%;
  }

  main .pieceregister .box-one p:nth-child(1n) {
    font-size: 20px;
    padding: 2px 10px 0;
    font-size: 20px;
    text-align: center !important;
    line-height: 20px;
  }

  main .pieceregister .box-one p:nth-child(2n) {
    font-size: 16px;
    margin-top: 2px;
  }

  main .pieceregister .box-two {
    padding: 0;
    margin-top: 0;
  }

  main .pieceregister .box-two p:nth-child(1n) {
    width: 100%;
    padding: 3px;
    margin-top: 0;
    text-align: center;
  }

  main .compra-assistida {
    padding-top: 50px;
    height: 150px;
  }

  main .compra-assistida .col-one p:nth-child(1n) {
    text-align: center !important;
  }

  main .compra-assistida .col-one p:nth-child(2n) {
    width: 100%;
    font-size: 25px;
    margin-top: 0;
    text-align: center;
  }

  main .compra-assistida .box-two {
    border: none;
    margin-top: -28px;
  }

  main .compra-assistida .box-two p:nth-child(1n) {
    font-size: 12px;
    margin-top: -3px;
    width: 100%;
    text-align: center;
  }

  main .compra-assistida .seta {
    margin: -14px auto;
  }

  main .compra-assistida .seta div {
    font-size: 20px;
  }

  main .simulador {
    height: 700px;
  }

  main .simulador p:nth-child(2n) {
    font-size: 25px;
    line-height: 59px;
  }

  main .simulador p:nth-child(3n) {
    width: 100%;
  }

  main .simulador div:nth-child(2n) {
    padding: 0;
  }

  main .simulador img {
    margin: 5px 3%;
  }

  main .simulador a {
    width: 50%;
  }

  main .bg-cell {
    height: 146px;
  }

  main .bg-cell div {
    margin-top: 0;
  }

  main .bg-cell div p:nth-child(1n) {
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    margin-top: 7px;
    width: 100%;
  }

  main .bg-cell div p:nth-child(2n) {
    font-size: 20px;
  }

  main .qualidade {
    padding: 0;
  }

  main .qualidade p:nth-child(1n) {
    text-align: center;
    width: 100%;
  }

  main .qualidade p:nth-child(2n) {
    width: 100%;
  }

  main .qualidade img {
    margin: 0 auto;
    float: unset !important;
  }

  main .vantagens {
    height: 733px;
  }

  main .vantagens .vantagem-box {
    border: none;
  }

  main .vantagens .vantagem-box img {
    margin: 5px auto;
  }

  main .voltar-topo {
    height: 120px;
  }

  main .voltar-topo .gotop {
    margin: 0 47%;
  }

  main .voltar-topo p {
    text-align: center;
  }

  footer {
    height: 430px;
  }

  footer .rodape-col {
    border: none;
  }

  footer .rodape-col p {
    width: 150px;
  }

  footer .rodape-col p:last-child {
    width: 224px;
  }

  footer .menu {
    margin-top: 10px;
    text-align: left;
    border-right: none;
  }

  footer .menu ul {
    padding: 0;
  }

  footer .menu ul li {
    list-style: none;
  }

  footer .midia ul {
    margin: 10% 30%;
  }

  footer .copy {
    text-align: center;
    margin: 7px 0 10px 0;
    padding: 0;
  }

  footer .copy p {
    float: none;
    margin-right: 35px;
  }

  .carrosselSection {
    margin-top: 30%;
  }

  .carrossel {
    width: 150% !important;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header {
    height: 130px;
  }

  .site-header .navbar {
    height: 75px;
  }

  main .piecebanner {
    height: 700px;
  }

  main .piecebanner p {
    font-size: 20px;
    width: 100%;
  }

  main .piecebanner a {
    width: 100%;
  }

  main .pieceregister {
    height: 260px;
  }

  main .pieceregister .box-two {
    border: none;
  }

  main .compra-assistida .box-two p:nth-child(1n) {
    width: 100%;
  }

  main .compra-assistida .box-two p:nth-child(2n) {
    width: 100%;
  }

  main .simulador {
    height: 750px;
  }

  main .simulador a {
    width: 50%;
  }

  main .bg-cell {
    height: 246px;
  }

  main .bg-cell div {
    margin-top: 0;
  }

  main .bg-cell div p:nth-child(1n) {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 25px;
  }

  main .bg-cell div p:nth-child(2n) {
    font-size: 20px;
    text-align: center;
  }

  footer .rodape-col p:nth-child(2n) {
    width: 224px;
  }

  footer .copy {
    padding: 3% 34% 0;
  }

  .carrossel {
    width: 130% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  main .piecebanner p {
    width: 100%;
  }

  main .pieceregister p {
    width: 100%;
  }

  main .compra-assistida .box-two {
    border: 1.2px dashed red;
    border-bottom: none;
    border-top: 0;
    border-left: none;
    padding-right: 19px;
    padding-top: 0;
  }

  main .compra-assistida .box-two p:nth-child(1n) {
    width: 100%;
  }

  main .compra-assistida .box-two p:nth-child(2n) {
    width: 50%;
  }

  main .simulador {
    height: 750px;
  }

  main .bg-cell {
    padding-top: 90px;
    height: 346px;
  }

  main .bg-cell div {
    margin-top: 0;
  }

  footer .rodape-col p:nth-child(1n) {
    width: 240px;
  }

  footer .copy {
    padding: 3% 38% 0;
  }
}

@media (min-width: 1200px) {
  main .pieceregister {
    height: auto;
  }

}

@media (max-width:500px) {
  .tBannerafiliados4 {
    left: 1px;
  }
}

/* carrossel */
/* .containerCar {
  width: 100%;
  height: 200px;
}

.containerCar:hover .itemCar {
  animation-play-state: paused;
} */

.carrossel {
  width: 100%;
  height: 260px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.itemCar {
  width: 13%;
  height: 98%;
  position: absolute;
  left: 100%;
  animation: autoRun 10s linear infinite;
  animation-delay: 0s;
  animation-delay: var(--delay);
  cursor: pointer;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 1px 1px 5px black;
  top: 1px;
}

.container-fluid:hover .itemCar {
  animation-play-state: paused;
}

.itemCar img {
  width: 100%;
  margin-top: 15px;
}

@keyframes autoRun {
  from {
    left: 100%;
  }

  to {
    left: -22%;
  }
}

@media only screen and (max-width: 572px) {
  .s4 .btncad {
    left: 0;
    width: 100%;
    background-color: var(--cor-bg2);
    padding: 0;
    text-align: center;
    margin-left: -10px;
  }

  .containerCar {
    width: 200%;
  }
}

#lstProd .lst_store>div:hover {
  border-radius: 5px;
  transform: scale(1.03)
}

#lstProd .item {
  width: 100%;
  height: 214px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lstProd .item img {
  max-height: 100% !important;
}

#lstProd .itemStore {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lstProd .itemStore img {
  max-height: 100% !important;
}

#lstProd .itemStore .img-fluid-store {
  max-width: 71%;
}

#lstProd .itemStore .sep {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
}

#lstProd .prod_img {
  position: relative;
  overflow: hidden;
}

#lstProd .titulostore {
  height: 70px;
  font-size: 11pt;
}

#lstProd .titulostore a {
  color: #6d6e70;
  font-weight: bold;
}

#lstProd .totalprod {
  font-size: 11pt;
  color: #6d6e70;
}

#lstProd .totalprod span {
  font-size: 18pt;
}

#lstProd .prod_img .hoverimg {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s;
}

#lstProd .prod_img:hover .hoverimg {
  opacity: 1;
  max-width: 100%;
  /* transform:scale(1.2); */
  transition: all 1s;
}

/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
@media screen and (min-width:320px) { }
@media screen and (min-width:480px) { }
@media screen and (min-width:600px) { }
@media screen and (min-width:768px) { }
@media screen and (min-width:992px) { }*/

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