<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
 font-family: Carolina;
 src: url("../fuente/Carolina.ttf") 
}

/*
font-family: 'Merriweather', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Mr De Haviland', cursive;
*/

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

* {
  box-sizing: border-box;
}

body {
  opacity: 0;
  transition: opacity 1s;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  font-size: .8333333333vw;
  line-height: 1vw;
  color: #806c6f;
  overflow-x: hidden !important;
  outline: 0;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  opacity:0;
}

@media screen and (max-width: 795px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

@media screen and (max-width: 485px) {
  body {
    font-size: 14px;
    line-height:16px;
  }
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-indent: 0;
}

a, a:hover, button {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: all 0.3s;
}
h2, h3, h4 { margin:0; padding:0; }
strong {
  font-weight: bold;
}

a[href^="tel"] {
  color: inherit;
}

.slick-slide {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}


body.loaded {
  opacity: 1;
}

.grecaptcha-badge {
  display: none !important;
}

textarea:focus, input:focus{
    outline: none;
}
*:focus {
    outline: none;
}

header { display: block; position: relative; width: 100%; height: 47.619047619vw; background-repeat: no-repeat; background-position:center; background-size:cover; z-index:0;} 
#click-menu { display:none; }
header h1 { display: block; position: absolute; top: 0; right: 0; left: 0; margin: 0 auto; background: #7a2530; width: 14.2857142857vw; padding: 3.5714285714vw 1.1904761905vw 1.1904761905vw 1.1904761905vw; border-radius: 0 0 7.1428571429vw 7.1428571429vw; }
header h1 img { display:block; width:100%; height:auto; }
header ul.menu { display: inline-block; float: left; position: relative; overflow: hidden; margin: 2.380952381vw 0 0 9.2261904762vw; }
header .menu li { display:inline-block; float:left; position:relative; overflow:hidden; color:#fff; text-transform: uppercase; margin-right:.5vw; cursor:pointer;}
header .menu li:hover { color:#7a2530; }

header .user { display: inline-block; float:left; position:relative; margin:2vw 0 0 24.595238vw; margin:2vw 0 0 33.595238vw; }
header .user .registrarse { display:inline-block; float:left; position:relative;  color:#fff; text-transform: uppercase; font-size:.8333333333vw; cursor:pointer; margin-top:.5vw; margin-right:1vw;}
header .user .registrarse .fa { font-size: 2vw; display: inline-block; float: left; margin-right: 0.5vw; color: #7a2530; margin-top: -0.5vw; }
header .user .ingresar { display:inline-block; float:left; position:relative;  color:#fff; text-transform: uppercase; font-size:.8333333333vw; cursor:pointer; margin-top:.5vw; padding-left:1vw; border-left:1px solid #fff;}
header .user a:hover { color:#7a2530; }

header .user .usuario { display:inline-block; float:left; position:relative; cursor:pointer;  margin-right:1vw;}
header .user .usuario a { display:block; position:relative; overflow:hidden; width:100%; }
header .user .usuario .fa { display:inline-block; float:left; font-size: 2vw; display: inline-block; float: left; margin-right: .5vw; color: #7a2530; }
header .user .usuario  .subUsuario { position: absolute; top: 1vw; left:0; opacity: 0; visibility: hidden; width: auto !important; min-width:10vw; overflow: hidden; }
header .user .usuario  .subUsuario ul { display:block; position:relative; overflow:hidden; width: 100%;  height: auto !important; background:#7a2530; padding:1vw; margin-top:2vw; }
header .user .usuario  .subUsuario ul li { display: block; position:relative; overflow:hidden; width:100%; font-size:.88vw; line-height: 1vw; padding-bottom:.5vw; margin-bottom:.5vw; border-bottom:1px solid #fff; text-transform: none; font-family:"Roboto", sans-serif; font-weight: 400;}
header .user .usuario  .subUsuario ul li a { display:block; position:relative; overflow:hidden; width:100%; color:#fff;}
header .user .usuario  .subUsuario ul li a:hover { color:#000; }
header .user .usuario  .subUsuario ul li:last-child { border-bottom:0; padding-bottom:0; margin-bottom:0; }
header .user .usuario:hover .subUsuario {display: block; visibility: visible; opacity: 1; }
header .user .usuario:hover .fa { color:#fff; }

header .der { display:inline-block; float:right; position:relative; overflow:hidden; margin:1.9vw 3.5714285714vw 0 0; }

header .der .carrito { display: inline-block; float: left; position: relative; overflow: hidden; margin-right: 1vw; padding-right:1vw; }
header .der .carrito span { display: block; width: 7.44vw; height: 2.38vw; background-image: url(../img/boton-carrito-pcj-carnes.svg); background-repeat: no-repeat; background-position: center; background-size: cover; padding: 0.4vw 0.5vw; text-align:center; }
header .der .carrito span img { display: inline-block; position: relative;  width: 1.666vw; height: auto; }
header .der .carrito span p { display: inline-block;  position: relative; overflow: hidden; color: #fff; text-transform: uppercase; font-size: .8333vw; margin-right: 0.2vw; font-weight: 500; vertical-align: top; padding-top: 0.3vw }
header .der .carrito .top_cantidad { background: #fff; border-radius: 1vw; -moz-border-radius: 1vw; -webkit-border-radius: 1vw; color: #7a2530; display: inline-block; font-weight: bold; line-height: 1.5vw; text-align: center; width: 1.5vw; display: block; position: absolute; top: 0; right: 0; font-size: .8vw; top:.5vw;}



header .der .instagram { display: inline-block; float: left; position: relative; overflow: hidden; margin-top: 0.6vw;  }
header .der .instagram img { display: inline-block; float: left; position: relative; overflow: hidden; width: 1.0714285714vw; height: auto; margin-right: 0.5vw; }
header .der .instagram p { display: inline-block; float: left; position: relative; overflow: hidden; color: #fff; text-transform: uppercase; }
header .der .instagram:hover p { color:#7a2530; }

header .carnicero { display: block; position: absolute; left: 9.4vw; bottom: 5.8vw; z-index: 9; width: 22.380952381vw; height: auto; }
header .mascara { display:block; position:absolute; bottom:0; left:0; width:100%; height:13.6904761905vw; background:rgba(71,21,28,.8); }
main  .whatsapp { display: block; position: absolute; overflow: hidden; top: -11vw; z-index: 99; left: 70.8333333333vw;}
main  .whatsapp .fa { display: inline-block; float: left; position: relative; overflow: hidden; color: #fff; font-size: 2.5vw; margin-right: 0.5vw; }
main  .whatsapp p { display: inline-block; float: left; position: relative; overflow: hidden; color: #fff; font-size: .7777777778vw; line-height:1.2vw; text-transform: uppercase; }
main  .whatsapp p span { display:block; font-size:1.3333333333vw; color:#fff; }
ul.menuMovil { display:none; }

main { display:block; position:relative; background:#ccc6c7; width:100%; padding:0 6.369047619vw; z-index:1; }
main .imgtop { display: block; position: relative; top: -12vw; width: 86.3095238095vw; height: auto; } 
main .imgbottom { display: block; position: absolute; bottom: -11.8vw; width: 86.3095238095vw; height: auto; }
.cuerpo { display: block; position: relative; overflow: hidden; width: 86.3095238095vw; background: #fff; min-height: 37vw; margin-top: -15vw; /* margin-bottom: 0vw; */ bottom: -3vw; z-index: 4; padding:9vw 5.3571428571vw 5vw 5.3571428571vw; }
main .iso { display: block; position: absolute; width: 4.9404761905vw; height: auto; left: 0; right: 0; margin: 0 auto; z-index: 9; bottom: -7.5vw; }
main h2 { display: block; color: #7a2530; font-size: 4.4444444444vw; line-height: 5vw; font-family: "Carolina", sans-serif; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; top: -9vw; z-index: 9; font-weight: 400; }
.nosotros h2 { top:-6vw; }
.compras h2 { top:-6vw; }
.pagos h2 { top:-6vw; }
.misdatos h2 { top:-6vw; font-size:3.5vw;}
.miscompras h2 { top:-6vw; font-size:3vw;}
.nosotros header .mascara h2 { top:0; }
.compras header .mascara h2 { top:0; }
.misdatos header .mascara h2 { top:0; }
.miscompras header .mascara h2 { top:0; }
main h2 .iconotop { display: block; margin: 0 auto; width: 3.2738095238vw; height: auto; }
main h2 .inconotopcombos { width:5.27381vw; }
main h2 .iconobottom { display: block; margin: 0 auto; width: 10.8333333333vw; height: auto; }
.categorias .izquierda, .categorias .derecha { display:none; }
.categorias { display:block; position:relative; overflow:hidden; width:100%; }

.categorias ul { display: block; position: relative; overflow: hidden; margin: 0 auto; text-align: center; margin-bottom:1vw; width:80%; width: 93%;}
.categorias li { display:inline-block; position:relative; overflow:hidden; margin-right:2vw; text-align:center; cursor:pointer; width:6.5476190476vw; }
.categorias li:last-child { margin-right:0; }
.categorias li img { display:block; margin:0 auto; width:6.5476190476vw; height:auto; }
.categorias li img.iconocombo { width:5vw; }
.categorias li p { display:table; color:#7a2530; font-weight: 700; font-size:1.2222222222vw; text-transform: uppercase; margin:.7vw auto 0 auto; padding-bottom:.5vw; border-bottom:5px solid #fff; font-size:1vw;}
.categorias li:hover p { border-bottom:5px solid #7a2530;  }
.categorias li.sele p { border-bottom:5px solid #7a2530;  }

.cuerpo .ofrecemos { display: block; text-align: center; width: 32vw; margin: 0 auto; }
.cuerpo ul.lista { display: block; position: relative; overflow: hidden; width: 102%; margin-top: 2vw; }
.cuerpo .lista li { display:inline-block; float:left; position:relative; overflow:hidden; width:17.8571428571vw; margin:0 1.4vw 1.4vw 0; }
.cuerpo .lista li .imagen { display:block; position:relative; overflow:hidden; width:100%; height:17.8571428571vw; background-repeat: no-repeat; background-position:center; background-size:cover; }
.cuerpo .lista li .imagen .escombo { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); }
.cuerpo .lista li .imagen a { display: block; position: relative; width: 100%; height: 100%; }
.cuerpo .lista li .imagen span { color: #fff; font-size: .8888888889vw; line-height: 1vw; text-align: center; font-weight: 700; text-transform: uppercase; width: 100%; display: block; position: absolute; bottom: 0; padding: 1vw 0; background: rgba(122,37,48,.8); cursor:pointer;-webkit-transform: translate3d(0, 300px, 0); transform: translate3d(0, 300px, 0); opacity: 0; transition: all  .5s; }
.cuerpo .lista li:hover span { -webkit-transform: translate3d(-0, 0, 0); transform: translate3d(-0, 0, 0); opacity: 1;  }
.cuerpo .lista li .imagen .numero { display: block; position: relative; overflow:hidden; margin: 2vw auto 0 auto; width: 4.9404761905vw; }
.cuerpo .lista li .imagen .numero img { display:block; width:100%; height:auto; }
.cuerpo .lista li .imagen .numero p { display:block; position:absolute; left:0; right:0; top:0; margin:0 auto; color:#fff; font-size:2.3vw; font-weight: 900;text-align: center;
    margin-top: 1.9vw; }
.cuerpo .lista li .imagen h4 { display: block; color: #fff; text-align: center; font-size: 1.3888888889vw; text-transform: uppercase; font-weight: 500; margin: 0.5vw 0; }
.cuerpo .lista li .imagen h4 div { display:block; font-family: "Carolina", sans-serif; font-size:3.3333333333vw; font-weight: 400; text-transform: none; margin-top:2.5vw; }
.cuerpo .lista li h3 { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 1.2222222222vw; line-height: 1.5vw; margin: 0.5vw 0; text-transform: uppercase;  }
.cuerpo .lista li .precio { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 2vw; line-height: 2.3vw; margin: 0.5vw 0 0 0; text-transform: uppercase;  }
.cuerpo .lista li .precio .chico { display:block; font-size:1.3vw; line-height: 1.5vw; }
.cuerpo .lista li .precio .unidad { display: inline-block; margin-left: 0.3vw; font-weight: 400; }
.cuerpo .lista li p { margin-top:.5vw; text-align:center; }

.combos { display: block; position: relative;  width: 100%; margin-top: -4vw; }
.combos .izquierda { display: block; position: absolute; top: 8vw; left: -2vw; cursor: pointer; width: 1.0714285714vw; z-index:9;}
.combos .derecha { display: block; position: absolute; top: 8vw; right: -2vw; cursor: pointer; width: 1.0714285714vw; z-index:9;}
.combos .izquierda img, .destacados .derecha img { display:block; width:100%; height:auto; }

.cuerpo ul.listacombos { display: block; position: relative; overflow: hidden; width: 102%; margin-top: 2vw; }
.cuerpo .listacombos li { display:inline-block; float:left; position:relative; overflow:hidden; width:17.8571428571vw; margin:0 1.4vw 1.4vw 0; }
.cuerpo .listacombos li .imagen { display:block; position:relative; overflow:hidden; width:100%; height:17.8571428571vw; background-repeat: no-repeat; background-position:center; background-size:cover; }
.cuerpo .listacombos li .imagen .escombo { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); }
.cuerpo .listacombos li .imagen a { display: block; position: relative; width: 100%; height: 100%; }
.cuerpo .listacombos li .imagen span { color: #fff; font-size: .8888888889vw; line-height: 1vw; text-align: center; font-weight: 700; text-transform: uppercase; width: 100%; display: block; position: absolute; bottom: 0; padding: 1vw 0; background: rgba(122,37,48,.8); cursor:pointer;-webkit-transform: translate3d(0, 300px, 0); transform: translate3d(0, 300px, 0); opacity: 0; transition: all  .5s; }
.cuerpo .listacombos li:hover span { -webkit-transform: translate3d(-0, 0, 0); transform: translate3d(-0, 0, 0); opacity: 1;  }
.cuerpo .listacombos li .imagen .numero { display: block; position: relative; overflow:hidden; margin: 2vw auto 0 auto; width: 4.9404761905vw; }
.cuerpo .listacombos li .imagen .numero img { display:block; width:100%; height:auto; }
.cuerpo .listacombos li .imagen .numero p { display:block; position:absolute; left:0; right:0; top:0; margin:0 auto; color:#fff; font-size:2.3vw; font-weight: 900;text-align: center;
    margin-top: 1.9vw; }
.cuerpo .listacombos li .imagen h4 { display: block; color: #fff; text-align: center; font-size: 1.3888888889vw; text-transform: uppercase; font-weight: 500; margin: 0.5vw 0; }
.cuerpo .listacombos li .imagen h4 div { display:block; font-family: "Carolina", sans-serif; font-size:3.3333333333vw; font-weight: 400; text-transform: none; margin-top:2.5vw; }
.cuerpo .listacombos li h3 { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 1.2222222222vw; line-height: 1.5vw; margin: 0.5vw 0; text-transform: uppercase;  }
.cuerpo .listacombos li .precio { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 2vw; line-height: 2.3vw; margin: 0.5vw 0 0 0; text-transform: uppercase;  }
.cuerpo .listacombos li .precio .chico { display:block; font-size:1.3vw; line-height: 1.5vw; }
.cuerpo .listacombos li .precio .unidad { display: inline-block; margin-left: 0.3vw; font-weight: 400; }
.cuerpo .listacombos li p { margin-top:.5vw; text-align:center; }

.tituloProductos { display: block; position: relative; overflow: hidden; width: 100%; text-align: center; margin-bottom:1vw;}
.tituloProductos .linea { display: block; z-index: 0; width: 100%; border: 2px solid #ebdfe0; top: 1.5vw; position: absolute; left: 0; z-index: 0; }
.tituloProductos span { text-align: center; color: #fff; text-transform: uppercase; font-size: 1.3888888889vw; font-weight: 400; background: #fff; padding: 0 1vw; display: table; z-index: 2; position: relative; overflow: hidden; margin: 0 auto; background-image: url(../img/fondo-titulo-productos.svg); padding: 1vw 1vw; width: 20.416667vw; height: 3.27381vw;}

.cuerpo .banner { display:block; width:100%; height:auto; margin-top:3vw;}

.ofertas { display:block; position:relative; overflow:hidden; width: 100%; margin-top:2vw; height:33vw; }
.ofertas ul { display:block; position:relative; overflow:hidden; width: 100%;  }
.ofertas li { display:inline-block; float:left; position:relative; overflow:hidden;  height:26.7857142857vw !important; background-repeat: no-repeat; background-position:center; background-size:cover; }
.slick-dots {display: flex; justify-content: center; margin: 0; padding: 1vw 0 0 0; list-style-type: none; text-align:center; width:100%; }
  
.slick-dots li {margin: 0 .5vw 0 0; width:1vw !important; float:none !important;}
  
.slick-dots li button {display: block; width: 1vw; height: 1vw; padding: 0; border: none; border-radius: 100%; background-color: #806c6f; text-indent: -9999px; cursor:pointer;}
  
li.slick-active button {background-color: #7a2530; }

.destacados { display: block; position: relative;  width: 100%; margin-top: 2.5vw; }

.destacados .titulo { display: block; position: relative; overflow: hidden; width: 100%; text-align: center; }
.destacados .titulo .linea { display: block; z-index: 0; width: 100%; border: 2px solid #ebdfe0; top: 0.5vw; position: absolute; left: 0; z-index: 0; }
.destacados .titulo span { text-align: center; color: #7a2530; text-transform: uppercase; font-size: 1.2222222222vw; font-weight: 900; background: #fff; padding: 0 1vw; display: table; z-index: 2; position:relative; overflow:hidden; margin:0 auto;}


.destacados ul { display: block; position: relative; overflow:hidden;  width: 102%; margin-top: 2vw; }
.destacados li { display:inline-block; float:left; position:relative; overflow:hidden; width:17.8571428571vw; margin:0 1.4vw 1.4vw 0; }
.destacados li .imagen { display:block; position:relative; overflow:hidden; width:100%; height:17.8571428571vw; background-repeat: no-repeat; background-position:center; background-size:cover; }
.destacados li .imagen a { display: block; position: relative; width: 100%; height: 100%; }
.destacados li .imagen span { color: #fff; font-size: .8888888889vw; line-height: 1vw; text-align: center; font-weight: 700; text-transform: uppercase; width: 100%; display: block; position: absolute; bottom: 0; padding: 1vw 0; background: rgba(122,37,48,.8); cursor:pointer;-webkit-transform: translate3d(0, 300px, 0); transform: translate3d(0, 300px, 0); opacity: 0; transition: all  .5s; }
.destacados li:hover span { -webkit-transform: translate3d(-0, 0, 0); transform: translate3d(-0, 0, 0); opacity: 1;  }
.destacados li .imagen .numero { display: block; position: relative; overflow:hidden; margin: 2vw auto 0 auto; width: 4.9404761905vw; }
.destacados li .imagen .numero img { display:block; width:100%; height:auto; }
.destacados li .imagen .numero p { display:block; position:absolute; left:0; right:0; top:0; margin:0 auto; color:#fff; font-size:2.3vw; font-weight: 900;text-align: center;
    margin-top: 1.9vw; }
.destacados li .imagen h4 { display: block; color: #fff; text-align: center; font-size: 1.3888888889vw; text-transform: uppercase; font-weight: 500; margin: 0.5vw 0; }
.destacados li .imagen h4 div { display:block; font-family: "Carolina", sans-serif; font-size:3.3333333333vw; font-weight: 400; text-transform: none; margin-top:2.5vw; }
.destacados li h3 { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 1.2222222222vw; line-height: 1.5vw; margin: 0.5vw 0; text-transform: uppercase;  }
.destacados li .precio { display: block; text-align: center; color: #7a2530; font-weight: 900; font-size: 2vw; line-height: 2.3vw; margin: 0.5vw 0 0 0; text-transform: uppercase;  }
.destacados li .precio .chico { display:block; font-size:1.3vw; line-height: 1.5vw; }
.destacados li .precio .unidad { display: inline-block; margin-left: 0.3vw; font-weight: 400; }
.destacados li p { margin-top:.5vw; text-align:center; }

.destacados .izquierda { display: block; position: absolute; top: 11vw; left: -2vw; cursor: pointer; width: 1.0714285714vw; z-index:9;}
.destacados .derecha { display: block; position: absolute; top: 11vw; right: -2vw; cursor: pointer; width: 1.0714285714vw; z-index:9;}
.destacados .izquierda img, .destacados .derecha img { display:block; width:100%; height:auto; }

.producto { display:block; position:relative; overflow:hidden; width:100%; background:#ece9ea; }
.producto .imagen { display:inline-block; float:left; position:relative; overflow:hidden; width:37.7976190476vw; height:37.7976190476vw; background-repeat: no-repeat; background-position:center; background-size:cover; }

.producto .imagenescombos { display:inline-block; float:left; position:relative; overflow:hidden; width:37.7976190476vw; height:37.7976190476vw; }
.producto .imagenescombos li { display:inline-block; float:left; position:relative; overflow:hidden; width:100%; height:37.7976190476vw !important; }
.producto .imagen .escombo { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); }
.nosotros .producto .imagen { height:36.130952381vw; }
.producto .imagen .numero { display: block; position: relative; overflow:hidden; margin: 5vw auto 0 auto; width: 12vw; }
.producto .imagen .numero img { display:block; width:100%; height:auto; }
.producto .imagen .numero p { display:block; position:absolute; left:0; right:0; top:0; margin:0 auto; color:#fff; font-size:5vw; font-weight: 900;text-align: center;
    margin-top: 5vw; }
.producto .imagen h4 { display: block; position:relative; color: #fff; text-align: center; font-size: 3vw; text-transform: uppercase; font-weight: 500; margin: 2vw 0; }
.producto .imagen h4 div { display:block; font-family: "Carolina", sans-serif; font-size:7vw; line-height:9vw; font-weight: 400; text-transform: none; margin-top:2.5vw; }

.producto .marco { display: inline-block; float: left; position: relative; overflow: hidden; padding: 4.1666666667vw 3.2738095238vw; width: 49%; }
.producto .marco h3 { display: block; color: #806c6f; font-size: 2.6666666667vw; line-height: 3vw; text-transform: uppercase; font-weight: 900; }
.nosotros .producto .marco h3 span { display:block; }
.producto .marco .precio { display: block; color: #7a2530; font-size: 2.7777777778vw; font-weight: 700; margin-top:1vw; line-height: 3vw; }
.producto .marco .precio .chico { display:block; font-size:2vw; line-height: 2.3vw; }
.producto .marco .precio .unidad { display: inline-block; margin-left:1vw; font-weight: 300; }
.producto .marco p { display: block; margin-top: 3vw; }
.nosotros .producto .marco p { margin-top:1vw; }
.producto .marco .cantidades {     display: table; margin-top: 3vw; border: 2px solid #cbc3c5; }
.producto .marco .cantidades .menos { display:inline-block; float:left; position:relative; overflow:hidden; font-size:1vw; padding:.5vw; border-right:2px solid #cbc3c5;cursor:pointer;}
.producto .marco .cantidades .cuanto { display:inline-block; float:left; position:relative; overflow:hidden; font-size:1vw; padding:.5vw; border-right:2px solid #cbc3c5;}
.producto .marco .cantidades .mas { display:inline-block; float:left; position:relative; overflow:hidden; font-size:1vw; padding:.5vw; cursor:pointer;}
.producto .marco .agregar { display: table; margin-top: 2vw; color: #fff; background: #7a2530; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #7a2530; cursor: pointer; }
.producto .marco .agregar:hover { background:#ece9ea; color:#7a2530; }
.producto .marco .compartir {     display: table; margin-top: 2vw;  }
.producto .marco .compartir p { display: inline-block; margin-top: 0; position: relative; overflow: hidden; vertical-align: middle; margin-right:.5vw; font-weight: 700;}
.producto .marco .compartir img { display: inline-block; margin-top: 0; position: relative; overflow: hidden; vertical-align: middle; width: 1.25vw; height: auto; margin-right:.5vw;}
.producto .marco .compartir .fa { display: inline-block; margin-top: 0; position: relative; overflow: hidden; vertical-align: middle; font-size: 1.3vw; }

.carritoInterna { display: inline-block; float: right; position: relative; overflow: hidden; background: #ece9ea; width: 25vw; padding: 2vw; }
.carritoInterna ul { display: block; position: relative; overflow: hidden; width: 100%; }
.carritoInterna ul li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom: 0.5vw; padding-bottom: 0.5vw; border-bottom: 1px solid #ebdfe0; }
.carritoInterna ul li.titulo { display: block; text-transform: uppercase; color: #806c6f; font-size: 1.66vw; line-height: 1.8vw; font-weight: 900;  }
.carritoInterna ul li p { display:inline-block; float:left; position:relative; overflow:hidden; width:50%;color: #806c6f;  }
.carritoInterna ul li span { display:inline-block; float:right; position:relative; overflow:hidden; width:50%;color: #806c6f; text-align:right; }
.carritoInterna ul li span.total_compra { color:#7a2530; font-weight: 700; }
.carritoInterna .elpedido { text-decoration: blink; -webkit-animation-name: blinker; -webkit-animation-duration: 0.6s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease-in-out; -webkit-animation-direction: alternate; color:#fff; font-weight: 500;background: #7a2530; padding: 0.5vw; width: 100%;}
.carritoInterna .elpedido span { color:#fff; font-weight: 900; }

.formDatos { display:block; position:relative; overflow:hidden; width:100%; margin-top:1vw; }
.formDatos ol { display:block; position:relative; overflow:hidden; width:100%; margin:0; padding:0; }
.formDatos ol li { display:block; position:relative; overflow:hidden; width:100%; margin:0; padding:0; margin-bottom:.5vw; }
.formDatos ol li label { display:block; position:relative; overflow:hidden; width:100%; margin:0; padding:0; margin-bottom:.5vw; }
.formDatos ol li input { display:block; position:relative; overflow:hidden; width:100%; margin:0; padding:0; margin-bottom:.5vw; border: 1px solid #d3d3d4;
    padding: 0.5vw; color: #806c6f;}
.formDatos ol li textarea { display:block; position:relative; overflow:hidden; width:100%; margin:0; padding:0; margin-bottom:.5vw; border: 1px solid #d3d3d4;
    padding: 0.5vw; color: #806c6f; height:4vw;}

.formDatos button.botonPagarMP { display: table; margin-top: 1vw; color: #fff; background: #806c6f; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #806c6f; cursor: pointer; width:100%; }
.formDatos button.botonPagarMP:hover { background:#ece9ea; color:#806c6f; }

.formDatos button.botonSolicitar { display: table; margin-top: 1vw; color: #fff; background: #7a2530; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #7a2530; cursor: pointer; width:100%; }
.formDatos button.botonSolicitar:hover { background:#ece9ea; color:#7a2530; }

.formDatos button.ingresar { display: table; margin-top: 1vw; color: #fff; background: #806c6f; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #806c6f; cursor: pointer; width:100%; }
.formDatos button.ingresar:hover { background:#ece9ea; color:#806c6f; }

.misdatos button { display: table; margin-top: 1vw; color: #fff; background: #7a2530; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #7a2530; cursor: pointer; }
.misdatos button:hover { background:#ece9ea; color:#7a2530; }


ul.lista2 { display: inline-block; float: left; position: relative; overflow: hidden; width: 48vw; }
.lista2 li { display: block; position: relative; overflow: hidden; width: 100%; margin-bottom: 0.5vw; padding-bottom: 0.5vw; border-bottom: 1px solid #ebdfe0; }
.lista2 li .imagen { display: inline-block; float: left; position: relative; overflow: hidden; width: 7.1428571429vw; height: 7.1428571429vw; background-repeat: no-repeat; background-position: center; background-size: cover; margin-right: 1vw; }
.lista2 li .marco { display: inline-block; float: left; position: relative; overflow: hidden;  width: 83%; }
.lista2 li .marco h3 { display: inline-block; float: left; position: relative; overflow: hidden; color: #806c6f; text-transform: uppercase; font-size: .8888888889vw; margin-top:3vw; width:35%; margin-right:1%;}
.lista2 li .marco h5 { display: inline-block; float: left; position: relative; overflow: hidden; color: #806c6f; text-transform: uppercase; font-size: .8888888889vw; margin-top:3vw; width:15%; margin-right:1%;}
.lista2 li .marco h5.parcial2 { color:#7a2530; font-weight: 700; }
.lista2 li .marco .cantidades { display: inline-block; float: left; margin-top: 2.5vw; border: 2px solid #cbc3c5; width: 19%; margin-right: 3%; position: relative; overflow: hidden; }
.lista2 li .marco .cantidades .menos { display:inline-block; float:left; position:relative; overflow:hidden; font-size:.8888vw; padding:.5vw; border-right:2px solid #cbc3c5;cursor:pointer; width:33%; text-align:center; }
.lista2 li .marco .cantidades .cuantos { display:inline-block; float:left; position:relative; overflow:hidden; font-size:.8888vw; padding:.5vw; border-right:2px solid #cbc3c5;width:33%; text-align:center; } 
.lista2 li .marco .cantidades .mas { display:inline-block; float:left; position:relative; overflow:hidden; font-size:.8888vw; padding:.5vw; cursor:pointer; width:33%; text-align:center; }
.lista2 li .marco .agregar { display: table; margin-top: 2vw; color: #fff; background: #7a2530; text-transform: uppercase; font-size: .8888888889vw; padding: 0.7vw 2vw; border: 1px solid #7a2530; cursor: pointer; }
.lista2 li .marco .agregar:hover { background:#ece9ea; color:#7a2530; }
.lista2 li .marco .borrar { display: inline-block; float: left; position: relative; overflow: hidden; margin-top: 2.5vw; width: 1.9642857143vw; cursor: pointer; }
.lista2 li.titulos h3 { display: inline-block; float: left; position: relative; overflow: hidden; color: #806c6f; font-size: 1.1111111111vw; text-transform: uppercase; font-weight: 700; }
.lista2 li.titulos h3:nth-child(1) { width:45%; }
.lista2 li.titulos h3:nth-child(2) { width:17%; }
.lista2 li.titulos h3:nth-child(3) { width:16%; }
.lista2 li.titulos h3:nth-child(4) { width:16%; }

.miscompras .subtitulo { display: block; position: relative; overflow: hidden; width: 100%; font-size: 1.1vw; line-height: 1.3vw; margin-bottom: 1vw; color: #7a2530;
    font-weight: 700;}
.miscompras .subtitulo .pagarahora { display: inline-block; float: right; position: relative; overflow: hidden; background: #7a2530; color: #fff; padding: 0.2vw 0.5vw;}
.miscompras .carritoInterna { display: block; float: none; width: 100%; background: transparent; padding: 0;font-size: 1vw;
    line-height: 1.2vw; }
.miscompras ul.lista2 {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top:2vw; }
.miscompras .lista2 li.titulos h3:nth-child(1) {width: 37%; }
.miscompras .lista2 li.titulos h3:nth-child(3) {width: 13%; }

.pagos .subtitulo { display: block; position: relative; overflow: hidden; width: 100%; font-size: 1.1vw; line-height: 1.3vw; margin-bottom: 1vw; color: #7a2530;
    font-weight: 700;}
.pagos .carritoInterna { display: block; float: none; width: 100%; background: transparent; padding: 0;font-size: 1vw;
    line-height: 1.2vw; }
.pagos ul.lista2 {display: block; float: none; position: relative; overflow: hidden; width: 100%; margin-top:2vw; }
.pagos .lista2 li.titulos h3:nth-child(1) {width: 37%; }
.pagos .lista2 li.titulos h3:nth-child(3) {width: 13%; }


footer { display: block; position: relative; overflow: hidden; width: 100%; background: #fff; min-height: 20vw; z-index: 0; background: #47151c; padding: 0 6.369047619vw; padding-top: 14vw; text-align: center; padding-bottom:10vw;}
footer h2 { display: block; color:#fff; text-transform: uppercase;font-size:2.2222222222vw; line-height: 3vw; font-weight: 700; }
footer p { display:block; color:#fff; font-weight: 300; font-size:1.2222222222vw; line-height:1.4vw; }

footer ul { display: block; position: relative; overflow: hidden; width: 100%; margin-top:2vw;}
footer ul li { display:inline-block; position:relative; overflow:hidden; width: 15.440476vw;
    height: 14.547619vw; background-image:url('../img/fondo-sucursal-pcj-carnes.svg'); background-repeat:no-repeat; background-position:center; background-size:cover; margin:0 1.0119047619vw 0 0; padding:1.6666666667vw 1.4285714286vw; width: 12.440476vw;
    height: 12.547619vw; padding:1vw;}

.flip-container {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; 
}
.card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flip-container:hover .card {
  transform: rotateY(180deg);
}
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.front { display:block; }
.back {transform: rotateY(180deg);-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.back iframe { display: block; position: relative; overflow: hidden; width: 100%; height: 100%; }
footer ul li img { display: block; margin: 0 auto; width: 2.3214285714vw; height: auto; width: 1.3214285714vw;}
footer ul li h3 { display: block; color: #fff; text-transform: uppercase; font-weight: 500; font-size: 1.22222vw; margin: 1vw 0 0.5vw; font-size: 1vw;
    line-height: 1.3vw;
    margin: 1vw 0 0 0;}
footer ul li h4 { display: block; color: #fff; text-transform: uppercase; font-weight: 900; font-size: 1.6666666667vw; margin:.5vw 0 1vw 0; font-size: 1vw;
    line-height: 1.3vw;
    margin: 0 0 .5vw 0;}
footer ul li p { display:block; color:#fff; font-size:.7777777778vw; line-height: 1vw; font-size: .666vw;
    line-height: .888vw;
    margin-top: 0;
    padding-top: 0;}
footer ul li p span { font-weight: 500; text-transform: uppercase; }

footer .sub {display: block; position: relative; overflow: hidden; margin-top: 2vw; color: #7a2530; font-size: 3.8888888889vw; line-height: 7vw; font-weight: 400; font-family: "Carolina", sans-serif; }
footer .copy { display: block; position: relative; overflow: hidden; margin-top: 1vw; color:#fff;}
footer .copy p { font-size:.8333333333vw; line-height: 1vw; color:#fff; }
footer .copy a:hover { color:#7a2530; }

/*--------- OVERLAYS ---------- COMPRAS */

.overlay {width: 29.02655vw; color: #404040; background-color: #fff; font-size: 0.94395vw; line-height: 1.17994vw; padding: 1.76991vw; overflow: hidden; transition: all .5s ease-in; transform-style: preserve-3d; transform: translateZ(600px) rotateX(20deg); }

.pop { display:block; position:relative; overflow:hidden; width:100%; }
.pop h2 { display:block; width:100%; color:#7a2530; text-transform:uppercase; font-size:1.4vw;  margin:0;}
.pop ol { display:block; position:relative; overflow:hidden; width:100%; margin-top:2vw; padding:0; }
.pop li { display:block; position:relative; overflow:hidden; width:100%; margin-bottom:1vw; }
.pop label { display:block; position:relative; color:#7a2530; font-size:1.25vw; line-height:1.4vw; margin-bottom:.5vw; padding-left:.8vw; }
.pop input { display:block; position:relative; overflow:hidden; width:100%; background:#fff; border:1px solid #ccc; padding:.5vw; font-size:1vw; color:#322f2f; margin-bottom:.5vw; font-weight:normal;}

.pop label::before { content: "\f069"; font-family: FontAwesome; position: absolute; top: 0; left: 0; font-size: .5vw; color: #ff9900; z-index: 1; }
.pop .sin::before { content:none; }
.pop button { display:block; position:relative; overflow:hidden; background:#7a2530; padding:.5vw 1vw; color:#fff; text-align:center; font-size:1.2vw;  margin:0 auto; border:0; cursor:pointer;  border:1px solid #7a2530; margin-top:1.5vw; margin-bottom:.2vw; clear:both; float:left;}
.pop button:hover { color:#7a2530; background:#fff; }
.pop textarea { display:block; position:relative; overflow:hidden; width:100%; background:#fff; border:1px solid #ccc; padding:.5vw; font-size:1vw; color:#322f2f; margin-bottom:.5vw; font-weight:normal; height:5vw;}   

.overlay .cerrarIngresar { display: block; position: absolute; top: .2vw; right: 1vw; font-size: 2vw; color: #7a2530; cursor:pointer; }
.overlay .cerrarIngresar:hover { color:#000; }  

.overlay .cerrarContacto { display: block; position: absolute; top: .2vw; right: 1vw; font-size: 2vw; color: #7a2530; cursor:pointer; }
.overlay .cerrarContacto:hover { color:#000; }  

.overlay .cerrarRegistrate { display: block; position: absolute; top: .2vw; right: 1vw; font-size: 2vw; color: #7a2530; cursor:pointer; }
.overlay .cerrarRegistrate:hover { color:#000; }  

.overlay .cerrarRecordar { display: block; position: absolute; top: .2vw; right: 1vw; font-size: 2vw; color: #7a2530; cursor:pointer; }
.overlay .cerrarRecordar:hover { color:#000; }  

.overlay .recuperar {     display: inline-block; font-size: 1vw; line-height: 1vw; color:#7a2530; float:left;}
.overlay .recuperar:hover { text-decoration: underline; }
.overlay .sinCuenta {     display: inline-block; font-size: 1vw; line-height: 1vw; color:#7a2530; margin-top:.5vw;}
.overlay .sinCuenta:hover { text-decoration: underline; }


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

  header { height:90vw; }
  header ul.menu, header .der .instagram, header .carnicero, header .user{ display:none; }
  header .der { margin:30px 50px 0 0; }
  header .der .carrito { margin-right:10px; padding-right:10px; }
  header .der .carrito span { width: 16vw; height: 5vw; padding:5px; }
  header .der .carrito span p { padding-top:5px; font-size:14px; }
  header .der .carrito span img { width:3.6vw; }
  header .der .carrito .top_cantidad { font-size:16px; line-height: 18px; width:20px; }
  header .mascara { height:18vw; }
  header .mascara h2 {display: block; position: relative; overflow: hidden; margin: 40px 0 20px 173px; text-align: left;   }
  header .mascara h2 img { float:none; width:26.5625vw; }
  header .mascara h2 span {display: inline-block; float: none; position: relative; overflow: hidden; margin-right: 10px; color: #fff; text-transform: uppercase; font-size: 18px; margin-top: 0; top: -25px; }
  main { padding:0; }
  main .imgtop { top:-13vw; width:100%;}

  header h1 { width: 31vw; padding: 4.571429vw 2.190476vw 2.190476vw 2.190476vw; border-radius: 0 0 14.142857vw 14.142857vw; }
  
  #click-menu {  display: block; position: relative; width: 31px; height: 31px; cursor: pointer; z-index: 99; transition: all 1s; position: absolute; left: 50px; top: 30px; cursor: pointer; z-index: 9; transition:all 1s; }
  #click-menu span { position: absolute; right: .8vw; top: 10px; margin:0 auto; display: block; width: 100%; height: 5px;  background-color: #fff; transition: all .3s;}
  #click-menu span:nth-child(2) {top: 20px; }
  #click-menu span:nth-child(3) {top: 30px; }
  #click-menu.abierto span:nth-child(1) {top: 20px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
  #click-menu.abierto span:nth-child(2) {opacity: 0; top: -7.8125vw; }
  #click-menu.abierto span:nth-child(3) {top: 20px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }

  ul.menuMovil { display: block; width: auto; background: #391116; padding: 90px 50px 50px 50px; position: absolute; z-index: 3; top: 0; opacity: 0; height:0; transition:all .5s;-webkit-transform: translate3d(0, -500px, 0); transform: translate3d(0, -500px, 0); }
  ul.menuMovil.abierto { opacity:1; height:auto;-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  .menuMovil li { display:block; position:relative; width:100%; display:block;font-size:20px; line-height: 22px; font-weight: 700; text-transform: uppercase; margin-bottom:10px; padding-bottom:10px; color:#fff; border-bottom:1px solid #fff; }
  .menuMovil li:last-child { padding-bottom:0; margin-bottom: 0; border:0; }
  .menuMovil li a{ display:block; position:relative; overflow:hidden; width:100%; color:#fff; }
  .menuMovil li a:hover { color:#000; }


  .cuerpo { width:100%; padding:15vw 0 0 0; margin-top:-16vw; padding-bottom:60px;}
  .categorias { width:80%; }
  .categorias .izquierda {display: block; position: absolute; top: 6vw; left: 20px; cursor:pointer;}
  .categorias .derecha {display: block; position: absolute; top: 6vw; right: 20px; cursor:pointer;}
  .categorias { width:100%; }
  .categorias li { margin-right:10px; width:18.54vw;}
  .categorias li img { width:100%; }
  .categorias li p { font-size:16px; }
  .cuerpo .ofrecemos { width:70%; margin:20px auto 10px auto;}
  .cuerpo ul.lista { margin-top:20px; padding:0 50px; }
  .cuerpo .lista li { width: 39.06vw; margin: 0 30px 30px 0; }
  .cuerpo .lista li .imagen { height:39.06vw; }
  .cuerpo .lista li h3, .destacados li h3 { font-size:25px; line-height: 32px; }
  .cuerpo .lista li .precio, .destacados li .precio { font-size:30px; line-height: 32px; }
  .cuerpo .lista li .imagen span { font-size:16px; line-height: 18px; padding:10px; }
  .cuerpo .lista li .imagen .numero { margin-top:40px; width:11vw; }
  .cuerpo .lista li .imagen .numero p { font-size:30px; margin-top:34px; }
  .cuerpo .lista li .imagen h4 { font-size:18px; }
  .cuerpo .lista li .imagen h4 div { font-size:45px; margin-top:31px; }

  .cuerpo ul.listacombos { margin-top:20px; padding:0 50px; }
  .cuerpo .listacombos li { width: 39.06vw; margin: 0 30px 30px 0; }
  .cuerpo .listacombos li .imagen { height:39.06vw; }
  .cuerpo .listacombos li h3, .destacados li h3 { font-size:25px; line-height: 32px; }
  .cuerpo .listacombos li .precio, .destacados li .precio { font-size:30px; line-height: 32px; }
  .cuerpo .listacombos li .imagen span { font-size:16px; line-height: 18px; padding:10px; }
  .cuerpo .listacombos li .imagen .numero { margin-top:40px; width:11vw; }
  .cuerpo .listacombos li .imagen .numero p { font-size:30px; margin-top:34px; }
  .cuerpo .listacombos li .imagen h4 { font-size:18px; }
  .cuerpo .listacombos li .imagen h4 div { font-size:45px; margin-top:31px; }

  .destacados { margin-top:40px; padding:0 50px; }
  .destacados ul { margin:40px 0; }
  .destacados .titulo span { font-size:20px; padding:0 10px; }
  .destacados li .imagen { height:39.06vw; }
  .destacados .izquierda { top: 22vw; left: 5px; width: 4vw;  }
  .destacados .derecha { top: 22vw; right: 5px; width: 4vw;  }

  main .imgbottom { width:100%; bottom:-18.8vw; }
  main .iso { width:8vw; }
  main h2 { top:-7vw; font-size: 70px; line-height: 72px;}
  main h2 .iconotop { width:6.27vw; }
  main h2 .iconobottom { width:19.8vw; }

  .producto { padding:0 50px; background:transparent; }
  .producto .imagen, .nosotros .producto .imagen {display: block; float: none; position: relative; overflow: hidden; width: 100%; height: 69vw; }
  .producto .imagenescombos { display: block; float: none; position: relative; overflow: hidden; width: 100%; height:69vw; }
.producto .imagenescombos li { display:inline-block; float:left; position:relative; overflow:hidden; width:100%; height:69vw !important; }

  .producto .marco {display: block; float: none; position: relative; overflow: hidden; padding: 40px 0 0 0; width: 100%; }
  .producto .marco h3 { font-size:42px; line-height: 45px;}
  .producto .marco .precio { font-size:45px; margin-top:20px; line-height: 50px; }
  .producto .marco .cantidades .menos, .producto .marco .cantidades .cuanto, .producto .marco .cantidades .mas { font-size: 18px; padding:10px; }
  .producto .marco .agregar, .formDatos button.botonPagarMP, .formDatos button.botonSolicitar, .misdatos button, .formDatos button.ingresar {margin-top: 20px; padding:10px; font-size: 18px; line-height: 20px; }
  .producto .marco .compartir p { font-size:16px; line-height: 18px; }
  .producto .marco .compartir img { width:3vw; }

  .compras h2 {top: -1vw; }
  .compras .cuerpo { padding-left: 50px; padding-right: 50px; padding-bottom:50px; }

  .nosotros h2 {top: -1vw; }
  .nosotros .cuerpo { padding-left: 50px; padding-right: 50px; padding-bottom:50px; }  

  .misdatos h2 {top: -1vw; font-size:50px;}
  .misdatos .cuerpo { padding-left: 50px; padding-right: 50px; padding-bottom:50px; }

  .miscompras h2 {top: -1vw; font-size:50px;}
  .miscompras .cuerpo { padding-left: 50px; padding-right: 50px; padding-bottom:50px; }  

  .carritoInterna {display: block; float: none; position: relative; overflow: hidden; background: #ece9ea; width: 100%; padding: 20px; margin-bottom:20px;}
  .carritoInterna ul li { margin-bottom:10px; padding-bottom:10px; }
  .carritoInterna ul li.titulo { font-size:25px; line-height: 27px; }
  .formDatos ol li { margin-bottom:10px; }
  .formDatos ol li input { padding:5px; font-size:16px; line-height: 18px; }
  .formDatos ol li textarea { padding:5px; font-size:16px; line-height: 18px; height:50px; }

  .miscompras .subtitulo { font-size:20px; line-height: 24px; margin-bottom:10px; }
  .miscompras .carritoInterna { font-size:16px; line-height: 18px; }

  ul.lista2 {display: block; float: none; position: relative; overflow: hidden; width: 100%; }
  .lista2 li { margin-bottom:10px; padding-bottom:10px; }
  .lista2 li.titulos h3 { font-size:16px; line-height: 18px; }
  .lista2 li .marco { width:90%; }
  .lista2 li .marco h3, .lista2 li .marco h5 { font-size:14px; line-height: 16px; }
  .lista2 li .marco h3 { width:37%; }
  .lista2 li .marco .borrar { width:3.9vw; height:auto; }
  .lista2 li .marco .cantidades .menos, .lista2 li .marco .cantidades .cuantos, .lista2 li .marco .cantidades .mas { font-size:20px; }

  footer { padding:0 50px; padding-top:23vw; padding-bottom:40px;}
  footer h2 { font-size:40px; line-height: 45px; }
  footer p { font-size:20px; line-height: 22px; }
  footer ul { margin-top:20px; }
  footer ul li {display: inline-block; position: relative; overflow: hidden; width: 38.15vw; height: 36.19vw; background-image: url(../img/fondo-sucursal-pcj-carnes.svg); background-repeat: no-repeat; background-position: center; background-size: cover; margin: 0 20px 20px 0; padding: 28px 24px; }
  footer ul li img { width:5vw; }
  footer ul li h3 {font-size: 22px; line-height:24px; margin: 10px 0 10px 0; line-height: 26px; }
  footer ul li h4 {font-size: 30px; line-height:32px;margin: 10px 0 10px 0; }
  footer ul li p { font-size:14px; line-height: 18px; }
  footer .sub { margin-top:20px; font-size:60px; line-height: 80px; }
  footer .copy { margin-top:20px; }
  footer .copy p { font-size:14px; line-height: 20px; }


  .overlay { width:80vw; padding:20px; font-size:15px; line-height: 17px; }
  .pop h2 { font-size:25px; line-height: 27px; }
  .overlay .cerrarContacto, .overlay .cerrarIngresar, .overlay .cerrarRecordar, .overlay .cerrarRegistrate { font-size:30px; }
  .pop li { margin-bottom:10px; }
  .pop input { padding:5px; font-size:17px; line-height: 19px; }
  .pop textarea { height:100px;  padding:5px; font-size:17px; line-height: 19px; }
  .pop button { padding:5px 10px; font-size:20px; line-height: 22px; }
  .overlay .recuperar, .overlay .sinCuenta { font-size:15px; line-height: 18px; }

  .productos .lista li .triangulo2, .productos .lista li .triangulo { border-top: 6vw solid #7a2530; border-right: 6vw solid #7a2530; border-bottom: 6vw solid transparent; border-left: 6vw solid transparent; }
  .productos .lista li .triangulo .fa { font-size:25px;     top: -3.6vw; right: -3vw; }
  .productos .lista li .sinstock { top:1vw; width:6vw; font-size:20px; right:0; }

  .productos .info, .compras .info {display: block; position: relative; overflow: hidden; width: 100%; margin: 10px 0; padding: 10px; border: 2px solid #7a2530; font-size: 15px; line-height: 17px; }
  .formDatos ol li label { font-size:15px; line-height: 17px; }
  .carritoInterna .elpedido { padding:10px; }

  .producto .imagen .numero { margin: 14vw auto 0 auto; width: 19vw; }
  .producto .imagen .numero p { margin-top:8vw; }
  .producto .marco .compartir .fa { font-size:20px; }
  .cuerpo .lista li .precio .chico, .destacados li .precio .chico {display: block; font-size: 20px; line-height: 22px; }
  .producto .marco .precio .chico {display: block; font-size: 25px; line-height: 27px; }
  main .whatsapp { top:-11vw; }
  main .whatsapp .fa { font-size:30px; margin-right:10px; }
  main .whatsapp p { font-size:11px; line-height: 14px; }
  main .whatsapp p span { font-size:18px; }
  .ofertas li { height:34.785714vw !important; }
  .ofertas { height:41vw; }
  .slick-dots li { width:20px !important; }
  .slick-dots li button { width: 20px; height: 20px; }
  .tituloProductos {display: block; position: relative; overflow: hidden; width: 100%; text-align: center; margin-bottom: 20px; }
  .tituloProductos .linea {display: block; z-index: 0; width: 100%; border: 2px solid #ebdfe0; top: 9px; position: absolute; left: 0; z-index: 0; }
  .tituloProductos span { text-align: center; color: #7a2530; text-transform: uppercase; font-size: 20px; font-weight: 900; background: #fff; padding: 0 10px; display: table; z-index: 2; position: relative; overflow: hidden; margin: 0 auto; background-image: none; width:auto; }
  .categorias li img.iconocombo { width:11vw; }
  .miscompras .subtitulo .pagarahora {display: block; float: right; position: relative; overflow: hidden; background: #7a2530; color: #fff; padding: 0.2vw 0.5vw; clear: left; margin-top: 40px; }

}
 

@media screen and (max-width: 600px) {
  
  
  ul.menuMovil { padding:75px 20px 20px 20px; }
  header { height:148vw; }
  #click-menu { left:20px; }
  header .der { margin:30px 20px 0 0; }
  header .mascara { height:41vw; }
  header .mascara h2 {display: block; position: relative; overflow: hidden; margin: 40px auto; text-align: center; }
  header .mascara h2 span { font-size: 15px; top: -2vw;}
  header .der {margin: 35px 0 0 0; }
  header .der .carrito span {width: 18vw; height: 9vw; }
  header .der .carrito span img { width:6vw; }
  header .der .carrito .top_cantidad {font-size: 16px; line-height: 18px; width: 25px; height: 25px; border-radius: 50%; top: 3px; padding-top: 3px; }
  header .der .carrito span p { display:none; }

  main h2 { font-size:45px; line-height: 50px; }
  .cuerpo { padding-top:25vw; }
  ul.categorias { margin-bottom:10px; }
  .cuerpo ul.lista, .destacados { padding:0 20px; }
  .cuerpo .lista li {width: 100%; margin: 0 0 30px 0; }
  .cuerpo .lista li .imagen {height: 87.06vw; }
  .cuerpo .lista li .imagen .numero { width:21vw; }
  .cuerpo .lista li .imagen h4 { font-size:5vw; margin-top:10px;}
  .cuerpo .lista li .imagen h4 div { font-size:15vw; line-height: 17vw; }
  .cuerpo .lista li .imagen .numero p { font-size:8vw; margin-top:8vw; }

  .cuerpo ul.listacombos, .destacados { padding:0 20px; }
  .cuerpo .listacombos li {width: 100%; margin: 0 0 30px 0; }
  .cuerpo .listacombos li .imagen {height: 87.06vw; }
  .cuerpo .listacombos li .imagen .numero { width:21vw; }
  .cuerpo .listacombos li .imagen h4 { font-size:5vw; margin-top:10px;}
  .cuerpo .listacombos li .imagen h4 div { font-size:15vw; line-height: 17vw; }
  .cuerpo .listacombos li .imagen .numero p { font-size:8vw; margin-top:8vw; }


  .destacados .titulo .linea { display:none; }
  .destacados li .imagen {height: 68.06vw; }
  .destacados .izquierda { top:41vw; left:0; }
  .destacados .derecha { top:41vw; right:0; }
  main .iso {width: 14vw; bottom: -10vw; }
  footer {padding: 0 20px; padding-top: 23vw; padding-bottom: 40px; }
  footer ul li {display: block; position: relative; overflow: hidden; width: 100%; height: 85.19vw; }
  footer ul li img {width: 11vw; }
  .producto { padding:0 20px; }

  .compras .cuerpo { padding-left: 20px; padding-right: 20px; padding-bottom:50px; }

  .nosotros .cuerpo { padding-left: 0; padding-right: 0; padding-bottom:50px; }  

  .misdatos .cuerpo { padding-left: 20px; padding-right: 20px; padding-bottom:50px; }

  .miscompras .cuerpo { padding-left: 20px; padding-right: 20px; padding-bottom:50px; }
  .lista2 li .marco { width:100%; }  
  .lista2 li .imagen { height:30vw; width:30vw; margin-bottom:5px; }
  .lista2 li.titulos { display:none; }
  .lista2 li .marco h3, .lista2 li .marco .cantidades { width:100%; margin-top:5px; }
  .lista2 li .marco .cantidades { margin-top: 0; }
  .lista2 li .marco h5 { width:38%; margin-top:10px; margin-bottom:10px;}
  .lista2 li .marco .cantidades .menos, .lista2 li .marco .cantidades .cuantos, .lista2 li .marco .cantidades .mas {padding:10px;}
  .lista2 li .marco .borrar {width: 8vw; height: auto; display: block; clear: left; margin-top: 0px; }

  .misdatos h2 {top: 7vw; font-size: 50px; }
  .miscompras h2 {top: 7vw; font-size: 50px; }
  .miscompras .lista2 li .marco h5 {width: 30%; margin-top: 10px; margin-bottom: 10px; }
  .cuerpo .lista li .precio, .destacados li .precio {font-size: 30px; line-height: 40px;  }
  .categorias .izquierda, .categorias .derecha { top:16vw; }
  main h2 .iconobottom {width: 34.8vw; }
  .producto .marco .compartir img {width: 8vw; }
  .producto .marco .compartir { margin-top:30px; }

  .producto .imagen .numero p { font-size:8vw; margin-top:7vw; }
  .producto .imagen h4 { font-size:5vw; }
  .producto .imagen h4 div { font-size:15vw; line-height: 17vw; }
  .producto .marco .compartir .fa { font-size:26px; }
  .producto .marco .precio .unidad {display: inline-block; margin-left: 10px; font-weight: 300; font-size: 40px; }
  main .whatsapp {top: -33vw; left: 0; right: 0; margin: 0 auto; text-align: center; }
  main .whatsapp .fa, main .whatsapp p { float:none; }
  main .whatsapp .fa { font-size:40px; }
  main .whatsapp p { font-size: 12px; line-height: 19px; }
  .ofertas {height: auto; }
  .categorias li p {font-size: 11px; }
  .cuerpo .listacombos li .imagen span, .cuerpo .lista li .imagen span { opacity:1; transform:translate3d(0, 0px, 0); }
  .slick-dots li button {width: 15px; height: 15px; }
  .slick-dots li { width: 15px !important; margin-top: 10px; height: auto !important; }
  .tituloProductos .linea { display:none; }
  .cuerpo .banner { margin-top:40px; }
  .tituloProductos { margin-top:40px; margin-bottom:30px; }
  main h2 .iconotop {width: 15vw; margin-bottom:10px;}
  .slick-dots { display:none !important; }
  .destacados .derecha, .destacados .izquierda { display:none; }
  .cuerpo { padding-bottom:0; }
  .cuerpo .ofrecemos {width: 95%; }
  .destacados { margin-top:20px; }
  .destacados ul { margin:20px 0 40px 0; }
  footer h2 { font-size:30px; }
  footer p { font-size:15px; }
  .front { padding-top:6vw; }
  footer .sub {margin-top: 20px; font-size: 44px; line-height: 60px; }
  .categorias ul { margin-top:40px; }
  .cuerpo .banner { margin-bottom:40px; }
  .cuerpo .lista li { margin-bottom:20px; }
  .cuerpo .lista li h3, .destacados li h3 {font-size: 20px; line-height: 25px; margin-top: 10px; }
  .cuerpo .lista li .precio, .destacados li .precio {font-size: 28px; line-height: 30px; }
  .producto .marco h3 {font-size: 25px; line-height: 27px; }
  .producto .marco { padding:20px 0 60px 0; }
  .producto .marco .precio {font-size: 40px; margin-top: 0; line-height: 50px; }
  .nosotros h2 {top: 1vw; }
  .nosotros .cuerpo { padding-top:60px; }
  .producto .marco h3 { font-size:22px; line-height: 24px; }
  .nosotros .producto .marco h3 span { display:inline-block; }
  .miscompras .subtitulo .pagarahora { padding:5px 10px; margin-top:20px; }
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}</pre></body></html>