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

.btn{
  background: #E73A1E;
  border-radius: 8px;
  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{
  padding: 20px 0;
  background: url("../images/bg-header.png") top center;
  background-size: cover;
  text-align: center;
  min-height: 82vh;
  margin-bottom: 120px;
}

.masthead .wrapper .nav{
  display: inline-block;
  margin: 0 auto;
  position: relative;
  right: -40px;

}

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

}

.masthead .wrapper .nav ul li{
  display: inline-block;
  margin: 0 15px;
}

.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: 900;
  font-size: 26px;
 }

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

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



.masthead .wrapper .pizza{
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  top: 225px;
}

.masthead .wrapper .pizza 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: #E73A1E;
}

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


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

.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: #E73A1E;
  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: #E73A1E;
  margin: 15px auto;
}

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


.about .wrapper .items .icon{
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.about .wrapper .items .icon img{
  width: 100%;
  height: auto;
}

.about .wrapper .items h5{
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  color: #E73A1E;
}


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



.promos{
  padding: 50px 0;
  text-align: center;
  background: url("../images/bg-orange.png") center center;
  background-size: cover;
}

.promos .wrapper h3{
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #FFF;
  text-transform: uppercase;
}


.promos .wrapper .promo{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 18px 0;
}


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



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

.pizzas .wrapper h3{
  font-size: 55px;
  font-weight: 800;
  color: #E73A1E;
  text-transform: uppercase;
}

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

.pizzas .wrapper .pizza{
  margin: 8px 0;
  width: 100%;
  height: auto;
  position: relative;
}

.pizzas .wrapper .pizza .price{
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
  background: #E73A1E;
  padding: 2px 10px;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  bottom: 20px;
  box-shadow: 5px 5px 10px #999;

}


.pizzas .wrapper .pizza img{
  width: 100%;
  height: auto;
}
 .pizzas .wrapper h6{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;

 }

 .pizzas .wrapper p{
  font-size: 16px;
  line-height: 20px;

 }

 .pizzas .wrapper .btn{
  margin-top: 50px;
 }


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

.pizzas.menu{
  padding: 20px 0;
}

.pizzas.menu .menu-title{
  color: #FFF;
  display: block;
  width: 100%;
  background: #E73A1E;
  font-size: 20px;
  padding: 10px 10px;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}


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

footer .wrapper nav{
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  display: block;
  height: 80px;
  line-height: 80px;

}

footer .wrapper nav .social{
  float: left;
}

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

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

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


}

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

footer .wrapper nav .nav{
  float: right;
}

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: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;
}

footer .bottom{
  width: 100%;
  padding: 20px 0;
  background: #000;
}

footer .bottom .cr{
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  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: #E73A1E;
  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;
  min-height: 500px;
  background: url("../images/bg-menu.png") center center;
  background-size: cover;
  margin: 0;
  padding: 50px 0 30px 0;
}

.facturacion .wrapper .content{
  display: block;
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  padding: 15px 60px;
}

.facturacion .wrapper .content h2{
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 38px;
  padding-bottom: 5px;
  border-bottom: 5px solid #E73A1E;
}

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

.facturacion .wrapper .content form span{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

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

.facturacion .wrapper .content form .ipt-sbt{
  font-size: 18px;
  position: relative;
  left: 8px;
  top: -3px;
}

.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) {

  .btn{
    font-size: 18px;
  }

  .masthead{
    /*padding: 20px 0;
    background: url("../images/bg-header.png") top center;
    background-size: cover;
    text-align: center;
    min-height: 82vh;
    margin-bottom: 120px;*/
    position: relative;
    min-height: 57vh;

  }

  .masthead .wrapper .nav{
    /*display: inline-block;
    margin: 0 auto;*/
    right: 0;
    padding-top: 80px;

  }

  .masthead .wrapper .nav ul{
    /*list-style: none;
    margin: 0;
    padding: 0;*/
    margin-top: 10px;

  }

  .masthead .wrapper .nav ul li{
    /*display: inline-block;
    margin: 0 24px;*/
    margin: 0px 12px;
  }

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

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


   .masthead .wrapper .nav ul li a{
    /*text-transform: uppercase;
    color: #FFF;
    font-weight: 900;
    font-size: 26px;*/
    font-size: 20px;
   }


  .masthead .wrapper .pizza{
    /*max-width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 225px;*/
  }

  .masthead .wrapper .pizza img{
    /*width: 100%;
    height: auto;*/
  }


  .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{
    /*display: block;
    min-height: 400px;
    line-height: 400px;
    background: url("../images/bg-menu.png") center center;
    background-size: cover;
    margin: 0;
    padding: 0;*/
    background: url("../images/bg-menu.png") 15% center;
    line-height: 380px;
  }

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


  .about{
    /*text-align: center;
    margin-bottom: 65px;*/
    margin-top: 130px;
    margin-bottom: 40px;
  }

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

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

  .about .wrapper .line{
    /*display: block;
    max-width: 450px;
    height: 5px;
    background: #E73A1E;
    margin: 15px auto;*/
    max-width: 55%;
  }

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


  .about .wrapper .items .icon{
    /*width: 100%;
    height: auto;
    margin: 0 auto;*/
    width: 70%;
  }


  .about .wrapper .items .icon img{
    /*width: 100%;
    height: auto;*/
  }

  .about .wrapper .items h5{
    /*text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    color: #E73A1E;*/
  }


  .about .wrapper .items p{
    /*font-size: 18px;
    line-height: 22px;
    margin: 12px 0 0 0;*/
    margin: 12px 0 30px 0;
  }



  .promos{
    /*padding: 50px 0;
    text-align: center;
    background: url("../images/bg-orange.png") center center;
    background-size: cover;*/
  }

  .promos .wrapper h3{
    /*font-size: 55px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #FFF;
    text-transform: uppercase;*/
    font-size: 40px;
    line-height: 40px;
  }


  .promos .wrapper .promo{
    /*width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 18px 0;*/
  }


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


  .pizzas{
    /*padding: 50px 0;
    text-align: center;*/
  }

  .pizzas .wrapper h3{
    /*font-size: 55px;
    font-weight: 800;
    color: #E73A1E;
    text-transform: uppercase;*/
    font-size: 40px;
    line-height: 40px;
  }

  .pizzas .wrapper .line{
    /*display: block;
    max-width: 450px;
    height: 5px;
    background: #E73A1E;
    margin: 15px auto;*/
    max-width: 55%;
    margin-bottom: 30px;
  }

  .pizzas .wrapper .pizza{
    /*margin: 8px 0;
    width: 100%;
    height: auto;
    position: relative;*/
    width: 90%;
    margin: 0 auto;
  }

  .pizzas .wrapper .pizza .price{
    /*font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 800;
    background: #E73A1E;
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    bottom: 20px;
    box-shadow: 5px 5px 10px #999;*/
    left: 20px;
    bottom: 30px;

  }


  .pizzas .wrapper .pizza img{
    /*width: 100%;
    height: auto;*/
  }
   .pizzas .wrapper h6{
    /*font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;*/
    margin-top: 10px;

   }

   .pizzas .wrapper p{
    /*font-size: 16px;
    line-height: 20px;*/
    margin-bottom: 30px;

   }

   .pizzas .wrapper .btn{
    /*margin-top: 50px;*/
    margin-top: 10px;
   }


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

  footer .wrapper nav{
    /*border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    display: block;
    height: 80px;
    line-height: 80px;*/
    height: auto;
    line-height: 20px;
    padding: 0;


  }

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

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

  footer .wrapper nav .social ul li{  
    /*display: inline-block;
    margin: 0 10px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #FFF;
    text-align: center;
    line-height: 45px;*/
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  footer .wrapper nav .social ul li a{  
    /*display: inline-block;
    margin: 0 10px;
    color: #FFF;
    font-size: 26px;
    color: #000;
    position: relative;
    top: 2px;*/
    font-size: 20px;
    margin: 0;
    left: 1px;
    top: 1px;


  }

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

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

  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;*/
    padding: 0 10px;
    line-height: 16px;
    margin: 5px 0;
  }

  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;*/
    font-size: 16px;
  }


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

  footer .wrapper .disc{
    /*color: #FFF;
    font-size: 17px;
    line-height: 20px;
    padding: 0 50px;*/
    font-size: 14px;
    line-height: 16p;
  }

  footer .bottom{
    /*width: 100%;
    padding: 20px 0;
    background: #000;*/
    padding: 20px;
  }

  footer .bottom .cr{
    /*color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    margin: 0;*/
    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{
    padding: 30px 0;
    min-height: 400px;
  }

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

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

  .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;
  }

}