@font-face {
  font-family: 'omnesmediumitalic';
  src: url("/arquivos/omnes_mediumitalic-webfont.woff2.css") format('woff2'), url("/arquivos/omnes_mediumitalic-webfont.woff.css") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omnessemibold';
  src: url("/arquivos/omnes_semibold-webfont.woff2.css") format('woff2'), url("/arquivos/omnes_semibold-webfont.woff.css") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omneslightitalic';
  src: url("/arquivos/omnes_lightitalic-webfont.woff2.css") format('woff2'), url("/arquivos/omnes_lightitalic-webfont.woff.css") format('woff');
  font-weight: normal;
  font-style: normal;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("/arquivos/icomoon.eot.css?eswrkr");
  src: url("/arquivos/icomoon.eot.css?eswrkr#iefix") format('embedded-opentype'), url("/arquivos/icomoon.ttf.css?eswrkr") format('truetype'), url("/arquivos/icomoon.woff.css?eswrkr") format('woff'), url("/arquivos/icomoon.svg.css?eswrkr#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-carrito:before {
  content: "\e90e";
}
.icon-tip:before {
  content: "\e90f";
}
.icon-tip1:before {
  content: "\e910";
}
.icon-tip2:before {
  content: "\e911";
}
.icon-tip3:before {
  content: "\e912";
}
.icon-tip4:before {
  content: "\e913";
}
.icon-tip5:before {
  content: "\e914";
}
.icon-tip6:before {
  content: "\e915";
}
.icon-tip7:before {
  content: "\e916";
}
.icon-abajo:before {
  content: "\e900";
}
.icon-360:before {
  content: "\e901";
}
.icon-arriba:before {
  content: "\e902";
}
.icon-cerrar:before {
  content: "\e903";
}
.icon-descarga:before {
  content: "\e904";
}
.icon-forward:before {
  content: "\e905";
}
.icon-info:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-pause:before {
  content: "\e909";
}
.icon-play:before {
  content: "\e90a";
}
.icon-repeat:before {
  content: "\e90b";
}
.icon-rewind:before {
  content: "\e90c";
}
.icon-video:before {
  content: "\e90d";
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 760px) {
  html,
  body {
    height: auto;
  }
}
html div,
body div,
html a,
body a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body.espp .ctb {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 11;
  background-color: rgba(37,37,37,0.58);
}
body.espp .ctb.active {
  display: table;
}
body.espp .ctb .ctbc {
  display: table-cell;
  vertical-align: middle;
}
body.espp .conten-desc {
  width: 287px;
  height: auto;
  margin: 0 auto;
}
body.espp .conten-desc .descargar {
  background: #fff;
  padding: 32px 18px 23px 18px;
}
body.espp .conten-desc .descargar .cerrar-ed {
  position: absolute;
  color: #f60;
  top: 0;
  right: 10px;
  width: 13px;
  height: 13px;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: 2px solid;
  padding: 5px;
  vertical-align: middle;
  line-height: 14px;
  font-style: normal;
  border-radius: 50%;
  margin-top: 8px;
}
body.espp .conten-desc .descargar h5 {
  font-size: 18px;
  color: #252525;
  text-align: center;
  padding-bottom: 11px;
  display: block;
  max-width: 230px;
  margin: 0 auto;
}
body.espp .conten-desc .descargar .form-espp {
  width: 290px;
  margin: 0 auto;
}
body.espp .conten-desc .descargar .form-espp input[type=text] {
  border: solid 1px #bababa;
  float: left;
  width: 187px;
  padding: 9px 0 10px 14px;
  font-size: 15px;
  border-right: none;
  font-style: italic;
  border-radius: 0;
}
@media screen and (max-width: 760px) {
  body.espp .conten-desc .descargar .form-espp input[type=text] {
    width: 155px;
  }
}
body.espp .conten-desc .descargar .form-espp .submit {
  background-color: #fe9424;
  color: #fff;
  padding: 11px 21px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
body.espp .conten-desc .descargar .condiciones {
  color: #252525;
}
body.espp .conten-desc .descargar .condiciones .checkbox {
  font-size: 12px;
  padding-top: 15px;
  display: block;
}
body.espp .conten-desc .descargar .condiciones .checkbox a {
  text-decoration: underline;
}
body.espp .conten-desc .descargar .condiciones .checkbox .icheckbox {
  width: 17px;
  height: 24px;
  background-position: -39px -664px;
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  body.espp .conten-desc .descargar .condiciones .checkbox .icheckbox {
    float: left;
  }
}
body.espp .conten-desc .descargar .condiciones .checkbox .icheckbox.checked {
  background-position: -68px -665px;
}
body.espp .conten-desc .descargar .success-message,
body.espp .conten-desc .descargar .error-message {
  display: none;
}
body.espp .conten-desc .descargar .success-message {
  color: #252525;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
body.espp .conten-desc .descargar .error-message {
  color: #f00;
  margin-bottom: -12px;
}
body.espp .conten-desc .download {
  background-color: #e9e9e9;
  color: #fe9424;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  padding: 21px 0;
  border-top: solid #d1d1d1 1px;
}
@media screen and (max-width: 760px) {
  body.espp .conten-desc .download {
    display: none;
  }
}
body.espp .btn-espp,
body.espp a.btn-espp {
  background: #fe9424;
  color: #fff;
  padding: 8px 6px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  width: 133px;
  position: relative;
}
body.espp .btn-espp:after,
body.espp a.btn-espp:after {
  content: "";
  background: url("/arquivos/sprites-espp.png") -30px 0;
  width: 12px;
  height: 13px;
  display: block;
  position: absolute;


  right: 21px;
  top: 12px;
}
body.espp .btn-espp.dsk:after,
body.espp a.btn-espp.dsk:after {
  background-position: -20px 0;
}
body.espp .btn-espp.js-ver-colecciones:after,
body.espp a.btn-espp.js-ver-colecciones:after {
  content: "";
  background: url("/arquivos/sprites-espp.png") 0 3px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 12px;
  top: 15px;
}
@media screen and (max-width: 760px) {
  body.espp .btn-espp.js-ver-colecciones:after,
  body.espp a.btn-espp.js-ver-colecciones:after {
    background: url("/arquivos/sprites-espp.png") 0 3px/700%;
    width: 12px;
    height: 13px;
    display: block;
    position: absolute;
    right: 8px;
    top: 14px;
  }
}
@media screen and (max-width: 760px) {
  body.espp .btn-espp,
  body.espp a.btn-espp {
    width: 100px;
  }
}
@media screen and (max-width: 760px) {
  body.espp .b1-sc.-tl {
    text-align: left !important;
  }
  body.espp .b1-sc.-tl .btn-espp {
    float: left;
    left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  body.espp .b1-sc.-tr {
    text-align: right !important;
  }
  body.espp .b1-sc.-tr .btn-espp {
    float: right;
    right: 0 !important;
  }
  body.espp .b1-sc.-tr .btn-espp:after {
    right: 0 !important;
  }
}
body.espp .dsk {
  display: block;
}
@media screen and (max-width: 760px) {
  body.espp .dsk {
    display: none !important;
  }
}
body.espp .mbl {
  display: none;
}
@media screen and (max-width: 760px) {
  body.espp .mbl {
    display: block;
  }
}
body.espp .loading {
  position: fixed;
  top: 0;
  bottom: 0;
  filter: none;
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -ms-filter: none;
  filter: none;
  right: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #fff;
}
body.espp .loading.-inc {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
body.espp .loading .inner-loading {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
body.espp .loading .loader {
  display: block;
  color: #fe9424;
  font-size: 6px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  -webkit-animation: load4 1.3s infinite linear;
  -moz-animation: load4 1.3s infinite linear;
  -o-animation: load4 1.3s infinite linear;
  -ms-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-moz-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-webkit-keyframes load4 {
  0%, 100% {

    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@-o-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.espp header .carrito .pre-cart .btn-comprar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.espp .main-header .stick {
  position: relative;
}
.espp .mobile-header div.carrito {
  padding: 15px 0 0;
}
@media screen and (max-width: 760px) {
  .espp .mobile-header {
    height: auto;
  }
}
.espp .b2 {
  border-bottom: solid 1px #4b4b4b;
  -webkit-box-shadow: 3px 8px 14px -2px rgba(0,0,0,0.49);
  -moz-box-shadow: 3px 8px 14px -2px rgba(0,0,0,0.49);
  -webkit-box-shadow: 3px 8px 14px -2px rgba(0,0,0,0.49);
  box-shadow: 3px 8px 14px -2px rgba(0,0,0,0.49);
}
@media screen and (max-width: 760px) {
  .espp .b2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.espp .b2 .slick-slider {
  margin-bottom: 0;
}
.espp .b2 .btn-circle {
  height: 40px;
  width: 30px;
  border-radius: 20px;
  border: none;
  background-color: transparent;
  font-size: 34px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.55);
  margin: 0 3px;
}
@media screen and (max-width: 320px) {
  .espp .b2 .btn-circle {
    margin: 0;
  }
}
.espp .b2 .b2-menus {
  position: absolute;
  width: 52px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}
@media screen and (min-width: 760px) {
  .espp .b2 .b2-menus ul.nav {
    padding-top: 30px;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus ul.nav {
    position: static;
  }
}
.espp .b2 .b2-menus ul.nav li {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus ul.nav li {
    position: static;
  }
}
.espp .b2 .b2-menus ul.nav li:first-child {
  margin-top: 30px;
}
.espp .b2 .b2-menus ul.nav li a {
  font-size: 12px;
  color: #727272;
  line-height: 10px;
  display: block;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus ul.nav li a {
    color: #fff;
    font-size: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
}
.espp .b2 .b2-menus ul.nav li a.info-mnu {
  display: none;
}
.espp .b2 .b2-menus ul.nav li a.info-mnu.active {
  display: block;
}
.espp .b2 .b2-menus ul.nav li a span {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus {
    color: #fff;
    padding-top: 22px;
    padding-left: 5px;
    bottom: auto;
    height: 100%;
    z-index: 10;
  }
}
.espp .b2 .b2-menus .info-mnu {
  display: none;
  cursor: pointer;
}
.espp .b2 .b2-menus .info-mnu.active {
  display: block;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus .info-mnu {
    position: absolute;
    bottom: 26%;
    padding: 10px;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-menus {
    background: transparent;
  }
}
.espp .b2 .disable {
  cursor: not-allowed;
  pointer-events: none;
  color: #c0c0c0 !important;
}
.espp .b2 .b2-info {
  position: absolute;
  z-index: 2;
  width: 212px;
  left: 0;
  top: 85px;
  color: #fff;
  padding: 56px 32px 6px 32px;
  background: #222;
  background-color: rgba(35,35,35,0.8);
  line-height: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  visibility: hidden;
/* display: none; */
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info {
    width: 250px;
    height: auto;
    z-index: 10;
    left: 0;
    top: auto;
    bottom: 14%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.espp .b2 .b2-info .numTips {
  display: block;
  height: 100%;
  vertical-align: middle;
  margin-bottom: 20px;
}
.espp .b2 .b2-info .numTips .num {
  display: block;
  vertical-align: middle;
  font-size: 65px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .numTips .num {
    font-size: 55px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .-ct {
    margin-left: 7px;
  }
}
.espp .b2 .b2-info.-ptop {
  padding: 56px 32px 0 32px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info.-ptop {
    padding: 12px;
    width: 89%;
  }
}
.espp .b2 .b2-info.active {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0 !important;
  visibility: visible;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info.active {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 89%;
  }
}
.espp .b2 .b2-info .b2-t {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 23px;
  font-family: 'omnessemibold';
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-t {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.espp .b2 .b2-info .b2-inform {
  font-size: 15px;
  font-weight: 400;
}
.espp .b2 .b2-info .b2-inform .js-txtInform {
  margin-bottom: 32px;
  display: block;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-inform .js-txtInform {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-inform {
    font-size: 12px;
    line-height: 16px;
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-inform .mnu-tips {
    display: none;
  }
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 12px 0;
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-inform .mnu-tips .item {
    padding: 0;
    margin-top: 5px;
  }
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item a.des {
/* text-decoration: underline; */
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 12px;
  font-size: 12px;
  display: block;
  width: 220px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-info .b2-inform .mnu-tips .item a.des {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
    text-align: center;
  }
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item a.des span {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item a.des.active,
.espp .b2 .b2-info .b2-inform .mnu-tips .item a.des:hover {
  background: #fff;
  color: #252525;
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item #email-esp-form {
  display: none;
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item #email-esp-form.active {
  display: block;
}
.espp .b2 .b2-info .b2-inform .mnu-tips .item #email-esp-form .conten-desc {
  position: absolute;
  right: -355px;
  width: 323px;
  height: 255px;
  top: -145px;
}
.espp .b2 .b2-cerrar {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-cerrar {
    right: 0;
  }
}
.espp .b2 .b2-cerrar:before {
  content: "X";
  font-size: 16px;
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid;
  padding: 5px;
  vertical-align: middle;
  line-height: 14px;
  font-style: normal;
  border-radius: 50%;
  margin-top: 8px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-cerrar:before {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-cerrar {
    font-size: 0;
    width: 30px;
    height: 30px;
    top: -30px;
    border: none;
    background-color: rgba(35,35,35,0.8);
  }
}
.espp .b2 .b2-content {
  margin-left: 52px;
  height: 100%;
  position: relative;
}
.espp .b2 .b2-content .info-mnu {
  position: absolute;
  z-index: 4;
  top: 70%;
  left: 12px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content {
    margin-left: 0;
  }
}
.espp .b2 .b2-content a.ir-promart {
  position: absolute;
  z-index: 21;
  right: 30px;
  color: #252525;
  font-size: 15px;
  font-weight: bold;
  top: 12px;
  text-decoration: underline;
}
.espp .b2 .b2-content a.ir-promart.blanco {
  color: #fff;
}
.espp .b2 .b2-content .b2-pasos {
  position: relative;
  height: 100%;

}
.espp .b2 .b2-content .b2-pasos:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.espp .b2 .b2-content .b2-pasos .img-p {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.espp .b2 .b2-content .b2-pasos .b2-txt {
  position: absolute;
  top: 33%;
  z-index: 1;
  left: 112px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .b2-pasos .b2-txt {
    top: 20%;
    left: 22%;
  }
}
.espp .b2 .b2-content .b2-pasos .b2-txt h1 {
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
  margin-bottom: 20px;
  
  font-size: 88px;
  font-weight: bold;
  line-height: 80px;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .b2-pasos .b2-txt h1 {
    font-size: 45px;
    line-height: 45px;
    text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
    -moz-text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
    -webkit-text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
  }
}
.espp .b2 .b2-content .b2-pasos .b2-txt span.b2-desc {
  font-family: 'omnessemibold';
  font-size: 22px !important;
  font-weight: 300;
  padding-left: 15px;
  font-size: 36px;
  font-weight: bold;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.espp .b2 .b2-content .b2-pasos .b2-txt span.b2-desc sup {
  vertical-align: super;
  font-size: smaller;
}
.espp .b2 .b2-content .b2-pasos .b2-txt span.b2-desc .linea {
  text-decoration: underline;
  font-size: 22px;
  margin-left: -4px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .b2-pasos .b2-txt span.b2-desc {
    text-shadow: 0px 2px 1px rgba(150, 150, 150, 1);
    -moz-text-shadow: 0px 2px 1px rgba(150, 150, 150, 1);
    -webkit-text-shadow: 0px 2px 1px rgba(150, 150, 150, 1);
    font-size: 22px;
    font-style: italic;
  }
  .espp .b2 .b2-content .b2-pasos .b2-txt span.b2-desc .linea {
    font-size: 16px;
  }
}
.espp .b2 .b2-content .b2-carga {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  z-index: 2;
  background-color: rgba(48,48,48,0.6);
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .b2-carga {
    bottom: auto;
    top: 0;
  }
}
.espp .b2 .b2-content .b2-carga .b2-total-car {
  background-color: #fe9424;
  width: 0;
  height: 6px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.espp .b2 .b2-content .b2-controles {
  bottom: 0;
  position: absolute;
  margin: 0 auto 18px 20px;
  left: 0;
  right: 0;
  width: 270px;
  height: 47px;
  border: none;
  text-align: center;
}
.espp .b2 .b2-content .b2-controles button {
  cursor: pointer;
}
.espp .b2 .b2-content .b2-controles button:active {
  outline: transparent;
}
.espp .b2 .b2-content .b2-controles button:focus {
  outline: 0;
}
.espp .b2 .b2-content .final {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
.espp .b2 .b2-content .final .b2-c {
  position: absolute;
  top: 12%;
  z-index: 1;
  left: 112px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c {
    top: 0;
    left: 20%;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.espp .b2 .b2-content .final .b2-c h1 {
  font-family: 'omnessemibold';
  font-size: 51px;
  font-weight: bold;
  line-height: 51px;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c h1 {
    font-size: 26px;
    margin-top: 10px;
    line-height: 28px;
  }
  .espp .b2 .b2-content .final .b2-c h1 br {
    display: none;
  }
}
.espp .b2 .b2-content .final .b2-c .btn {
  width: 213px;
  text-align: left;
  padding: 13px 32px;
  margin-top: 9px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .btn {
    width: 208px;
    padding: 11px 8px;
    font-size: 13px;
  }
  .espp .b2 .b2-content .final .b2-c .btn:after {
    top: 13px;
  }
}
.espp .b2 .b2-content .final .b2-c .btn-final {
  width: 247px;
  padding: 15px 29px 15px 0;
  margin-top: 11px;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .btn-final {
    width: 200px;
    padding: 10px 20px 10px 5px;
  }
}
.espp .b2 .b2-content .final .b2-c .links {
  margin-top: 57px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .links {
    margin-top: 32px;
  }
}
.espp .b2 .b2-content .final .b2-c .links a.-lk {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.espp .b2 .b2-content .final .b2-c .links a.-lk .icon-video {
  font-size: 9px;
  margin-right: 8px;
  vertical-align: middle;
}
.espp .b2 .b2-content .final .b2-c .links a.-lk .icon-360 {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .links a.-lk {
    font-size: 12px;
    font-weight: normal;
  }
}
.espp .b2 .b2-content .final .b2-c .links a.-lk.lr {
  padding-right: 174px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .links a.-lk.lr {
    font-size: 12px;
    padding-bottom: 13px;
    display: block;
    width: 100%;
  }
}
.espp .b2 .b2-content .final .b2-c .ver-mas {
  margin-top: 42px;
  font-size: 0;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj {
  overflow: hidden;
  display: inline-block;
  width: 247px;
  height: 247px;
  position: relative;
  margin-right: 13%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  transition: all 800ms ease;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj:nth-child(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj:nth-child(4) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .ver-mas .cj {
    width: 120px;
    height: 120px;
    margin-left: 3px;
    margin-bottom: 3px;
  }
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj .-fj {
  background-color: #f00;
  position: absolute;
  width: 510px;
  height: 179px;
  bottom: -42px;
  left: -20px;
  -webkit-transform: rotate(-19deg);
  -moz-transform: rotate(-19deg);
  -o-transform: rotate(-19deg);
  -ms-transform: rotate(-19deg);
  transform: rotate(-19deg);
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .ver-mas .cj .-fj {
    bottom: -59px;
  }
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.sala-comedor {
  background: url("/arquivos/img-sugeridos-romantic-style.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.sala-comedor .-fj {
  background-color: #274864;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-pri {
  background: url("/arquivos/img-sugeridos-industrial-deco.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-pri .-fj {
  background-color: #08714f;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-ninia {
  background: url("/arquivos/img-sugeridos-clasico-moderno.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-ninia .-fj {
  background-color: #f1406a;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-cocina {
  background: url("/arquivos/img-sugeridos-mundo-led.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-cocina .-fj {
  background-color: #a17d5a;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-banio {
  background: url("/arquivos/f-banio-espp.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj.dormitorio-banio .-fj {
  background-color: #625891;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj .-txt {
  position: absolute;
  bottom: 0;
  z-index: 4;
  text-align: right;
  display: inline-block;
  right: 0;
  font-weight: bold;
  width: 127px;
  font-size: 24px;
  line-height: 24px;
  padding: 12px;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .ver-mas .cj .-txt {
    width: 96px;
    font-size: 15px;
    line-height: 15px;
    padding: 9px;
  }
}
.espp .b2 .b2-content .final .b2-c .ver-mas .cj a.entrar {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .espp .b2 .b2-content .final .b2-c .ver-mas .cj a.entrar {
    font-size: 9px;
  }
}
.espp .b2 .b2-content .final.active {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.espp .b2 .b2-content .final.active .b2-c h1 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.espp .b2 .b2-content .final.active .btn-final {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.espp .b2 .b2-content .final.active .ver-mas .cj {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.espp .b2 .slick-arrow {
  displa: none;
}
.espp .b2 .-cp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #252525;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  top: 0;
}
.espp .b2 .wp-menus-principal {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 20;
}
.espp .b2 .wp-menus-principal.active {
  z-index: 22;
}
.espp .b2 .open-menus {
  margin: 0 auto;
  z-index: 21;
  font-size: 10px;
  padding: 10px;
  max-width: 200px;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 760px) {
  .espp .b2 .open-menus {
    display: none;
    font-size: 8px;
    color: #fff;
    z-index: 90;
  }
}
.espp .b2 .menus-principal {
  width: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media screen and (max-width: 760px) {
  .espp .b2 .menus-principal {
    background-color: #fff;
  }
}
.espp .b2 .menus-principal.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  height: auto;
}
.espp .b2 .menus-principal:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 760px) {
  .espp .wp-menus-principal.active .open-menus {
    display: none;
  }
}
.espp .b2-coleccion {
  display: none;
}
.espp .b2-coleccion .cerrar {
  position: absolute;
  right: 30px;
  top: -10px;
  font-weight: 700;
  color: #ff6e00;
  font-size: 22px;
  z-index: 20;
}
.espp .b2-coleccion h1.tc {
  font-size: 48px;
  text-align: center;
  font-weight: 300;
  line-height: 33px;
  margin: 43px 0;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion h1.tc {
    font-size: 18px;
    margin: 24px 0;
  }
}
.espp .b2-coleccion h1.tc .st {
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion h1.tc .st {
    font-size: 24px;
    display: block;
    line-height: 10px;
  }
}
.espp .b2-coleccion .productos {
  position: relative;
  max-width: 1303px;
  margin: 0 auto 30px auto;
}
.b2-coleccion .productos .product .productImage {
    height: auto;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos {
    text-align: center;
    max-width: 320px;
  }
}
.espp .b2-coleccion .productos .loading {
  position: absolute;
}
.espp .b2-coleccion .productos .loading.-ls {
  position: static;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product img {
    width: 149px;
    height: 130px;
  }
}
.espp .b2-coleccion .productos .product .precios {
  display: block;
  width: 100%;
  min-height: 39px;
  margin-bottom: 9px;
}
.espp .b2-coleccion .productos .product .precio {
  float: none;
  margin-bottom: 2px;
  min-height: 63px;
  font-weight: bold;
  font-size: 21px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .precio {
    font-size: 13px;
    color: #5b5a5a;
  }
}
.espp .b2-coleccion .productos .product .info-data {
  position: absolute;
  z-index: 11;
  bottom: 0;
  color: #fff;
  padding: 70px 0 10px 0;
/*margin-bottom: 21px;*/
  left: 0;
  right: 0;
  background: url("/arquivos/som-text_v2.png") 0 22% no-repeat;
  min-height: 140px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data {
    color: #000;
    position: static;
    font-size: 15px;
    padding: 0;
    background: transparent;
  }
}
.espp .b2-coleccion .productos .product .info-data span.text {
  font-size: 18px;
  text-align: left;
  display: block;
  line-height: 18px;
  display: table-row;
}
.espp .b2-coleccion .productos .product .info-data span.text span {
  padding: 0 17px;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data span.text span {
    padding: 0;
  }
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data span.text {
    font-size: 15px;
    min-height: 62px;
    display: block;
  }
}
.espp .b2-coleccion .productos .product .info-data .precio-regular {
  display: inline-block;
  float: left;
  text-align: left;
  line-height: 17px;
  padding: 0 17px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data .precio-regular {
    padding: 0;
  }
}
.espp .b2-coleccion .productos .product .info-data .precio-toh {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 17px;
  padding: 0 17px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data .precio-toh {
    padding: 0;
  }
}
.espp .b2-coleccion .productos .product .info-data span.tp {
  display: block;
  font-size: 12px;
}
.espp .b2-coleccion .productos .product .info-data span.tp.toh {
  width: 140px;
  padding-right: 37px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data span.tp.toh {
    padding-right: 0;
    width: auto;
  }
}
.espp .b2-coleccion .productos .product .info-data span.tp.toh:after {
  content: "";
  background: url("/arquivos/responsive-sprites.png") -430px -1327px;
  width: 36px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .info-data span.tp.toh:after {
    display: none;
  }
}
.espp .b2-coleccion .productos .product .botones {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .botones {
    display: block;
    padding: 0 2px;
  }
}
.espp .b2-coleccion .productos .product .botones a {
  width: 111px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  height: 42px;
  line-height: 40px;
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .botones a {
    font-size: 9px;
    font-weight: bold;
    height: 30px;
    line-height: 32px;
  }
}
.espp .b2-coleccion .productos .product .botones a.buy {
  background-color: #ff6e00;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  margin-right: 40px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .botones a.buy {
    width: 69px !important;
    margin-right: 0;
    float: left;
  }
}
.espp .b2-coleccion .productos .product .botones a.btn-ver-detalle {
  background-color: #d5d5d5;
  color: #666363;
  letter-spacing: 1px;
}
.espp .b2-coleccion .productos .product .botones a.btn-ver-detalle .-nb {
  float: none;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .product .botones a.btn-ver-detalle {
    width: 71px;
    letter-spacing: 0;
    float: right;
  }
}
.espp .b2-coleccion .productos h3.ds {
  font-size: 21px;
  text-align: center;
}
.espp .b2-coleccion .productos .pr {
  display: inline-block;
  font-size: 12px;
  height: 409px;
  width: 303px;
  background-color: #fff;
  position: relative;
  text-align: center;
  margin: 7px 0 0 17px;
}
@media screen and (max-width: 760px) {
  .espp .b2-coleccion .productos .pr {
    width: 147px;
    margin: 0 6px;
    height: 290px;
    margin-bottom: 12px;
    display: inline-block;
  }
}
.espp .product .flag-wrapper {
  top: 25px;
  right: 10px;
}
.espp .b2-coleccion .productos .product .botones a.buy.loading {
  position: static;
}
.espp .b2-coleccion .productos .product .botones a.buy.loading .loader {
  margin: 0;
  margin: 20px 0 0 0;
  height: auto;
  width: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-animation: 0;
  -moz-animation: 0;
  -o-animation: 0;
  -ms-animation: 0;
  animation: 0;
  text-indent: inherit;
}
p.flag.tarjeta-oh.-ftop {
  top: 52px;
}
p.flag.tarjeta-oh.-ftop {
  top: 32px;
  right: 300px;
  margin-right: -18px;
}
.-hd {
  overflow: hidden;
}
.espp .b3 .loading {
  background: rgba(255,255,255,0.74);
}
.espp .b3.-fyb {
  position: fixed;
  z-index: 25;
  background-color: rgba(255,255,255,0.74);
  width: 100%;
  height: 100%;
  display: table;
}
.espp .b3 .-ctr {
  display: table-cell;
  height: 570px;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 2%;
}
.espp .b3 .-ctr.-hg {
  height: auto;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .espp .b3 .-ctr {
    height: auto;
  }
}
.espp .b3 a.cerrar {
  position: absolute;
  right: 2%;
  font-weight: 700;
  color: #ff6e00;
  font-size: 22px;
  z-index: 40;
  width: 17px;
  height: 30px;
  padding: 0 12px;
}
