/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

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

/**
 * 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons/icons.eot?5cub1q');
  src:  url('../fonts/icons/icons.eot?5cub1q#iefix') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf?5cub1q') format('truetype'),
    url('../fonts/icons/icons.woff?5cub1q') format('woff'),
    url('../fonts/icons/icons.svg?5cub1q#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  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-fb:before {
  content: "\ea90";
}
.icon-ig:before {
  content: "\ea92";
}
.icon-wa:before {
  content: "\ea93";
}





body{
  font-family: 'Open Sans';
  color: #000;
}


.wrapper{
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

a:hover{
  text-decoration: none;
}

.btn{
  background: #da0606;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  padding: 8px 15px;
  box-shadow: 5px 5px 10px #999;
}

.btn:hover{
  color: #FFF;
}


.masthead{
  background: url("../images/header-home.png") top center no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 100vh;
  position: relative;
}

.masthead.menu{
  background: url("../images/header-menu.png") top center no-repeat;
  background-size: cover;
}

.masthead.factura{
  background: url("../images/header-facturacion.png") top center no-repeat;
  background-size: cover;
  min-height: 85vh;
}

.masthead::after{
  content: '';
  display: block;
  background: url("../images/wave.png") top center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.masthead.factura::after{
  display: none;
}

.masthead .nav-wrap{
  background: url("../images/bg-nav.png") center center no-repeat;
  background-size: cover;
}

.masthead .wrapper .nav{
  display: inline-block;
  margin: 0 auto;

}

.masthead .wrapper .nav ul{
  list-style: none;
  margin: 0;
  padding: 0;

}

.masthead .wrapper .nav ul li{
  display: inline-block;
  margin: 0 -1px;
  background: #da0606;
  transition: 0.2s all;
}

.masthead .wrapper .nav ul li.logo{
  background: none;
  margin: 0 15px;
}

.masthead .wrapper .nav ul li.option{
  width: 190px;
  text-align: left;
  padding: 2px 0;
  position: relative;
  bottom: -42px;
}

.masthead .wrapper .nav ul li.option:hover{
  background: #000;
}

.masthead .wrapper .nav ul li.option:hover a{
  font-weight: 700;
}

.masthead .wrapper .nav ul li.logo a{
  display: inline-block;
  padding: 10px 0;
}

.masthead .wrapper .nav ul li .logo{
  max-width: 220px;
  height: auto;
  margin: 0;
}

.masthead .wrapper .nav ul li .logo img{
  width: 100%;
  height: auto;
}


 .masthead .wrapper .nav ul li a{
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 30px 10px 8px;
 }

.masthead .wrapper .nav ul li a:hover{
  text-decoration: none;
}

.masthead.alt .wrapper .nav ul li a:hover{
  text-decoration: none;
  color: #da0606;
}

.masthead.terms{
  min-height: auto;
}

.masthead.terms::after{
  display: none;
}


.masthead .title{
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 400px;
  z-index: 9999;
}

.masthead.menu .title{
  top: 200px;
}

.masthead .title img{
  width: 100%;
  height: auto;
}


/* ============ MENU ============= */

.masthead.alt{
  background: #000;
  min-height: auto;
  padding: 15px 0;
  margin: 0;

} 

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

.hero.menu{
  display: block;
  min-height: 400px;
  line-height: 400px;
  background: url("../images/bg-menu.png") center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.hero h1{
  font-size: 85px;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 460px;
  margin: 0 auto;
  line-height: 87px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero h1 span{
  color: #da0606;
}

.hero h1 .line{
  display: block;
  height: 6px;
  width: 100%;
  margin-top: 8px;
  background: #da0606;
}


.about{
  text-align: center;
  margin-bottom: 65px;
  margin-top: -60px;
}

.about .wrapper{
  position: relative;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
}

.about.alt{
  background: url("../images/bg-gray.png") center center;
  background-size: cover;
  margin: 0;
  padding: 50px 0;
}

.about.alt .btn{
  margin-top: 40px;
}

.about .wrapper h3{
  text-transform: uppercase;
  font-size: 75px;
  color: #da0606;
  font-weight: 800;
  line-height: 70px;
  max-width: 675px;
  margin: 0 auto;
}

.about .wrapper h3 span{
  color: #000;
}

.about .wrapper .line{
  display: block;
  max-width: 450px;
  height: 5px;
  background: #da0606;
  margin: 15px auto;
}

.about .wrapper .items{
  margin-top: 30px;
}


.about .wrapper .items h5{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  color: #FFF;
  background: #da0606;
  padding: 10px 20px;
}


.about .wrapper .items p{
  font-size: 14px;
  line-height: 20px;
  margin: 12px 0 0 0;
}

.about .wrapper .items p span{
  font-weight: 800;
}

.about .wrapper .items p span.orange{
  color: #da0606;
}

.promos-slider {
  padding: 20px 0 0 0;
  text-align: center;
}

.promos-slider .wrapper .promo{
  display: block;
  width: 200px;
  height: 186px;
  margin: 0;
  position: relative;
}

.promos-slider .wrapper .promo img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promos-slider .wrapper .btn{
  display: inline-block;
  margin: 40px 0;
}


.promos{
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.promos .wrapper .content{
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.promos .wrapper .content::before{
  content: '';
  display: block;
  width: 103px;
  height: 620px;
  background: url("../images/promos-title.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -114px;
}


.promos .wrapper .promo{
  width: 100%;
  height: 300px;
  background: #000;
  margin: 0 0 18px 0;
}


.promos .wrapper .promo img{
  width: 100%;
  height: auto;
}


.menu-box{
  padding: 0 0 40px 0;
  text-align: center;
  position: relative;

}

.menu-box .wrapper .nav{
  display: inline-block;
}

.menu-box .wrapper .nav .options{
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-box .wrapper .nav .options li{
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #000;
}

.menu-box .wrapper .nav .options li:last-child{
  border-right: none;
}

.menu-box .wrapper .nav .options li a{
  font-size: 20px;
  font-weight: 300;
  color: #000;
}


.menu-box .wrapper .nav .options li a:hover, .menu-box .wrapper .nav .options li a.active{
  color: #da0606;
  font-weight: 800;
}

.menu-box .wrapper .type{
  text-align: left;
  margin-top: 40px;
}

.menu-box .wrapper .type .title h3{
  font-family: 'Ultra';
  display: inline-block;
  color: #da0606;
  font-size: 56px;
  text-transform: uppercase;
  border-bottom: 7px solid #000;
}

.menu-box .wrapper .type .items{

}

.menu-box .wrapper .type .items .item{
  display: block;
  width: 100%;
  height: 300px;
  margin: 10px 0;
  position: relative;
}

.menu-box .wrapper .type .items .item.top{
  top: 30px;
}

.menu-box .wrapper .type .items .item img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer{
  padding: 25px 0 0 0;
  text-align: center;
  background: #171717;
}

footer .wrapper nav{
  display: block;
  height: 80px;
  line-height: 80px;

}

footer .wrapper .social{
  display: block;
  margin: 30px auto;
}

footer .wrapper .social ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
 
}

footer .wrapper .social ul li{  
  display: inline-block;
  margin: 0 10px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #FFF;
  text-align: center;
  line-height: 45px;
  transition: 0.2s all;
}

footer .wrapper .social ul li a{  
  display: inline-block;
  margin: 0 10px;
  color: #FFF;
  font-size: 26px;
  color: #000;
  position: relative;
  top: 2px;
  transition: 0.2s all;

}

footer .wrapper .social ul li:hover{
  background: #da0606;
  color: #FFF;
}

footer .wrapper .social ul li:hover a{
  color: #FFF;
}

footer .wrapper .social ul li a:hover{  
  text-decoration: none;
}

footer .wrapper nav{
  display: inline-block;
  margin: 0 auto;
}

footer .wrapper nav .nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .wrapper nav .nav ul li{
  display: inline-block;
  padding: 0 20px;
  border-left: 3px solid #FFF;
  line-height: 20px;
}

footer .wrapper nav .nav ul li a:hover{
  border-bottom: 3px solid #da0606;
  padding-bottom: 2px;
}

footer .wrapper nav .nav ul li:first-child{
  border-left: none;
}

footer .wrapper nav .nav ul li a{
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 0;
}


footer .wrapper .logo{
  display: block;
  max-width: 220px;
  height: auto;
  margin: 30px auto 0 auto;
}

footer .wrapper .enter{
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 30px;
}

footer .wrapper .logo img {
  width: 100%;
  height: auto;
}

footer .wrapper .disc{
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  padding: 0 50px;
  font-weight: 300;
}

footer .wrapper .disc span{
  font-weight: 700;
}

footer .bottom{
  width: 100%;
  height: 115px;
  background: url("../images/bg-nav.png") center center no-repeat;
  background-size: cover;
}

footer .bottom .cr{
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 115px;
  margin: 0;
}


.info{
  padding: 60px 0 50px 0;
}

.info .wrapper .img-about{
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: 20px;

}

.info .wrapper .img-about img{
  width: 100%;
  height: auto;
}

.info .wrapper .txt h3{
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
}

.info .wrapper .txt p{
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0 0px 0;
}


.stores{
  padding: 50px 0;
  text-align: center;
}

.stores .wrapper figure{
  margin: 0;
  width: 100%;
  height: auto;

}

.stores .wrapper figure img{
  width: 100%;
  height: auto;
}

.stores .wrapper h5{
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #da0606;
  margin: 15px 0 5px 0;

}

.stores .wrapper .tel{
  font-weight: 800;
  margin: 0;

}

.stores .wrapper .address{
  padding: 0 60px;
  margin: 7px 0 0 0;
}

.stores .wrapper .address span{
  font-weight: 800;
  display: block;
}

.hero.stores h1{
  max-width: 560px;
}

.facturacion{
  display: block;
  margin: 60px 0;
}

.facturacion .wrapper .content{
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  border-radius: 30px;
  padding: 40px 60px;
  text-align: left;
}

.facturacion .wrapper .content.alt{
  background: rgba(0, 0, 0, 0.1);
}

.facturacion .wrapper .content h2{
  display: block;
  max-width: 600px;
  color: #da0606;
  font-size: 26px;
  padding-bottom: 5px;
  font-weight: 800;
  border-bottom: 5px solid #da0606;
}

.facturacion .wrapper .content h2 span{
  font-weight: 800;
}

.facturacion .wrapper .content form{
  display: block;
  margin: 100px 0;
}

.facturacion .wrapper .content form span{
  display: inline-block;
  font-size: 20px;
  color: #FFF;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

.facturacion .wrapper .content form .ipt-txt{
  display: inline-block;
  width: 520px;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 18px;
}

.facturacion .wrapper .content form .ipt-sbt{
  display: block;
  font-size: 17px;
  box-shadow: none;
  margin-top: 15px;
  
}

.facturacion.terms .wrapper .content h2{
  margin-bottom: 20px;

}

.facturacion.terms .wrapper .content h4{
  font-weight: 800;
  font-size: 20px;
}


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

  .masthead .wrapper .nav ul li.option {
      display: inline-block;
      width: auto;
      text-align: center;
      padding: 0;
      position: relative;
      bottom: 0;
      background: none;
      margin: 2px 10px;
  }

  .masthead .title {
    max-width: 88%;
    top: 200px;
  }

  .masthead::after {
      height: 70px;
      bottom: -32px;
  }

  .masthead .wrapper .nav ul li.logo{
    display: contents;
  }

  .btn{
    font-size: 18px;
  }

  .masthead{
    position: relative;
    min-height: 57vh;

  }

  .masthead .wrapper .nav{
    right: 0;
    padding-top: 90px;
    padding-bottom: 15px;

  }

  .masthead .wrapper .nav ul{
    margin-top: 10px;

  }

  .masthead .wrapper .nav ul li{
    margin: 0px 12px;
  }

  .masthead .wrapper .nav ul li .logo{
    max-width: 180px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

   .masthead .wrapper .nav ul li a{
    font-size: 18px;
    text-align: center;
    padding: 0;    
    font-weight: 700;
    color: #da0606;
   }


  .masthead.alt{
    min-height: 200px;
    padding-top: 110px;
  }

  .masthead.alt .wrapper .nav{
    padding-top: 0;
  }

  .masthead.alt .wrapper .nav ul li .logo{
    top: -88px;
  }


  .hero.menu{
    background: url("../images/bg-menu.png") 15% center no-repeat;
    line-height: 380px;
  }

  .hero h1{
    font-size: 50px;
    line-height: 55px;
  }


  .about{
    margin-top: 85px;
    margin-bottom: 40px;
  }

  .about .wrapper h3{
    font-size: 40px;
    line-height: 40px;
  }


  .about .wrapper .line{
    max-width: 55%;
  }


  .about .wrapper .items .icon{
    width: 70%;
  }


  .about .wrapper .items p{
    margin: 12px 0 30px 0;
  }

  .promos-slider .wrapper .promo{
    margin: 0 auto;
  }


  .promos .wrapper h3{
    font-size: 40px;
    line-height: 40px;
  }

  .menu-box .wrapper .nav .options li a{
    font-size: 18px;
  }

  .menu-box .wrapper .nav .options li{
    margin: 5px 0;
  }

  .menu-box .wrapper .nav .options{
    margin: 25px 0 0 0;
  }


  footer .wrapper nav{
    height: auto;
    line-height: 20px;
    padding: 0;


  }

  footer .wrapper nav .social{
    float: none;
    margin: 20px 0;
  }

  footer .wrapper .social {
    margin: 15px auto 30px auto;
  }

  footer .wrapper nav .social ul li{  
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  footer .wrapper nav .social ul li a{  
    font-size: 20px;
    margin: 0;
    left: 1px;
    top: 1px;
  }

  footer .wrapper nav .nav{
    float: none;
    display: block;
    margin: 20px 0;
  }

  footer .wrapper nav .nav ul li{
    padding: 0 10px;
    line-height: 16px;
    margin: 5px 0;
  }

  footer .wrapper nav .nav ul li a{
    font-size: 16px;
  }


  footer .wrapper .disc{
    font-size: 14px;
    line-height: 16p;
  }

  footer .bottom{
    padding: 20px;
    height: 68px;
  }

  footer .bottom .cr{
    font-size: 14px;
    line-height: 16px;
  }

  .info{
    padding: 30px 0;
  }

  .info .wrapper .img-about{
    top: 0;
    margin-bottom: 20px;

  }

  .stores{
    padding: 0 0 50px 0;
    text-align: center;
  }

  .stores .wrapper figure{
    margin-top: 30px;
  }

  .facturacion .wrapper .content{
    padding: 15px 25px;
  }

   .facturacion .wrapper .content h2{
    font-size: 30px;
   }

  .facturacion .wrapper .content form .ipt-txt{
    width: 100%;
  }

  .facturacion .wrapper .content form{
    margin: 30px 0;
  }

  .facturacion .wrapper .content form span{
    font-size: 22px;
    margin-bottom: 8px;
  }

  .facturacion .wrapper .content form .ipt-sbt{
    left: 0;
    top: 0;
    margin-top: 10px;
  }

  .menu-box .wrapper .type .items .item{
    margin: 20px 0;
  }

  .promos .wrapper .content{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }

  .promos .wrapper .content::before{
    display: none;
  }

  .promos .wrapper .content::after{
    content: '';
    display: block;
    background: url("../images/promos-title2.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100px;
  }

}