/* ===== Variables ==== */
/* line 43, estilos.scss */
.canvas {
  max-width: 100%;
  height: auto;
}

/* line 48, estilos.scss */
.float_right {
  float: right;
}

/* line 52, estilos.scss */
.float_left {
  float: left;
}

/* line 56, estilos.scss */
.nopad {
  padding-left: 0;
  padding-right: 0;
}

/* line 61, estilos.scss */
.clearfix {
  position: relative;
  display: block;
  clear: both;
  height: 10px;
  width: 100%;
}

/* line 69, estilos.scss */
body {
  background-color: #fcfcfc;
  padding: 0;
  margin: 0;
  font-family: "Roboto", serif;
  font-weight: 300;
}

/* line 77, estilos.scss */
section {
  margin-top: 20px;
}

/* line 81, estilos.scss */
h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  width: 90%;
  margin: 30px auto 0;
}

/* line 89, estilos.scss */
h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 7px;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}
/* line 99, estilos.scss */
h3:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

/* line 116, estilos.scss */
a:hover {
  color: #089CDD;
}

/* line 120, estilos.scss */
#ventajas {
  width: 100%;
  background: #dddddd;
  font-size: 13px;
  font-weight: 400;
}
/* line 125, estilos.scss */
#ventajas ul {
  display: table;
  width: 100%;
  padding: 0;
}
/* line 130, estilos.scss */
#ventajas ul li {
  display: table-cell;
  margin-right: 5px;
}
/* line 133, estilos.scss */
#ventajas ul li span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  background: url(../img/sprite.png) no-repeat;
}
/* line 140, estilos.scss */
#ventajas ul li.devolucion span {
  background-position: 5px -182px;
}
/* line 143, estilos.scss */
#ventajas ul li.envio span {
  background-position: left -228px;
}
/* line 146, estilos.scss */
#ventajas ul li.entrega span {
  background-position: left -274px;
}
/* line 149, estilos.scss */
#ventajas ul li.clientes span {
  background-position: left -319px;
}
/* line 152, estilos.scss */
#ventajas ul li.instalacion span {
  background-position: left -357px;
}
/* line 155, estilos.scss */
#ventajas ul li.calidad span {
  background-position: left -396px;
}
@media (max-width: 990px) {
  /* line 160, estilos.scss */
  #ventajas ul li.devolucion, #ventajas ul li.clientes, #ventajas ul li.instalacion, #ventajas ul li.calidad {
    display: none;
  }
}

/* line 172, estilos.scss */
#main-header .logos {
  margin: 25px 0;
}
/* line 174, estilos.scss */
#main-header .logos .brand {
  display: inline-block;
  float: left;
  vertical-align: middle;
}
/* line 179, estilos.scss */
#main-header .logos .confianza-online {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
/* line 185, estilos.scss */
#main-header .featured {
  position: relative;
}
/* line 187, estilos.scss */
#main-header .featured .descuento-adicional {
  position: absolute;
  top: 40px;
  left: -109px;
}
/* line 192, estilos.scss */
#main-header .featured .explicacion {
  position: absolute;
  top: 60px;
  right: -57px;
  padding: 15px 35px 35px 30px;
  height: 115px;
  font-family: "Roboto Slab", serif;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
/* line 203, estilos.scss */
#main-header .featured .explicacion h1 {
  margin: 0;
  display: inline;
  font-size: 18px;
}
/* line 208, estilos.scss */
#main-header .featured .explicacion span {
  color: #000000;
  text-shadow: none;
}

/* line 216, estilos.scss */
.c-header {
  text-align: center;
}
/* line 218, estilos.scss */
.c-header a {
  text-decoration: none;
  color: #ce600d;
}
/* line 222, estilos.scss */
.c-header .code {
  padding: 10px 5px;
  color: #ce600d;
  border: 4px solid #ce600d;
  margin: 20px auto 0;
  width: 300px;
  font-size: 22px;
  display: inline-block;
}

/* line 234, estilos.scss */
.mas-vinilos {
  font-family: "Roboto Slab", serif;
  color: #ce600d;
  text-decoration: underline;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  clear: both;
  padding: 5px 0 10px;
  text-align: center;
}

/* line 247, estilos.scss */
#column-izq {
  margin-right: 5px;
}
/* line 249, estilos.scss */
#column-izq h3 {
  background-color: #089CDD;
}
/* line 251, estilos.scss */
#column-izq h3:after {
  background-color: #089CDD;
}

/* line 257, estilos.scss */
#column-der {
  margin-left: 5px;
}
/* line 259, estilos.scss */
#column-der h3 {
  background-color: #089CDD;
}
/* line 261, estilos.scss */
#column-der h3:after {
  background-color: #089CDD;
}

/* line 267, estilos.scss */
.categoria {
  background: #f7f7f7;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
}
/* line 272, estilos.scss */
.categoria > article {
  padding: 0 5px;
}

/* line 277, estilos.scss */
.card-product {
  text-align: center;
}
/* line 281, estilos.scss */
.card-product header h4 {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 5px;
  text-transform: uppercase;
}
/* line 291, estilos.scss */
.card-product a img {
  border: 1px solid #ccc;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  margin: 0 auto;
}
/* line 299, estilos.scss */
.card-product a:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(img/grayscale.svg#greyscale);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
}
/* line 311, estilos.scss */
.card-product p {
  margin: 5px 0 0 0;
}
/* line 314, estilos.scss */
.card-product .p_original {
  font-size: 14px;
  color: #666;
}
/* line 318, estilos.scss */
.card-product .p_descuento {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
/* line 323, estilos.scss */
.card-product footer {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  text-align: center;
  margin: 15px 0;
}
/* line 328, estilos.scss */
.card-product footer .comprar-btn {
  font-size: 16px;
  color: #ce600d;
  border: 2px solid #ce600d;
  height: 56px;
  line-height: 52px;
  max-width: 160px;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
/* line 345, estilos.scss */
.card-product footer .comprar-btn:hover {
  background: #ce600d;
  color: #FFFFFF;
}

/* line 353, estilos.scss */
.lead {
  padding: 0 15px;
}
/* line 355, estilos.scss */
.lead h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 363, estilos.scss */
.lead p {
  font-size: 14px;
  line-height: 18px;
}
/* line 366, estilos.scss */
.lead p a {
  color: #ce600d;
  text-decoration: underline;
}
/* line 369, estilos.scss */
.lead p a:hover {
  color: #ce600d;
}

/* line 376, estilos.scss */
#main-footer {
  background: #089CDD;
}
/* line 378, estilos.scss */
#main-footer .logo-footer {
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 378, estilos.scss */
  #main-footer .logo-footer {
    display: block;
    text-align: center;
  }
}
/* line 385, estilos.scss */
#main-footer .copyright {
  display: inline-block;
  color: #FFFFFF;
  font-size: 13px;
  text-align: right;
  line-height: 36px;
  float: right;
}
@media (max-width: 768px) {
  /* line 385, estilos.scss */
  #main-footer .copyright {
    float: none;
    display: block;
    text-align: center;
  }
}

/* line 401, estilos.scss */
a, li {
  -webkit-tap-highlight-color: transparent;
}

/* Global CSS that are applied for all screen sizes */
/* line 408, estilos.scss */
.nav ul {
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 300;
}
/* line 416, estilos.scss */
.nav li span {
  display: block;
}
/* line 419, estilos.scss */
.nav a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color .5s, background .5s, height .5s;
  -moz-transition: color .5s, background .5s, height .5s;
  -o-transition: color .5s, background .5s, height .5s;
  -ms-transition: color .5s, background .5s, height .5s;
  transition: color .5s, background .5s, height .5s;
}
/* line 428, estilos.scss */
.nav a.item-decorativos span {
  background-position: left top;
}
/* line 431, estilos.scss */
.nav a.item-infantiles span {
  background-position: left -45px;
}
/* line 434, estilos.scss */
.nav a.item-fotomurales span {
  background-position: left -90px;
}
/* line 437, estilos.scss */
.nav a.item-pegatinas span {
  background-position: left -135px;
}
/* line 440, estilos.scss */
.nav a span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 28px;
  background: url(../img/sprite.png) no-repeat;
  margin-right: 5px;
}

/* Remove the blue Webkit background when element is tapped */
/* line 453, estilos.scss */
a, button {
  -webkit-tap-highlight-color: #000000;
}

/* Hover effect for the whole navigation to make the hovered item stand out */
/* line 459, estilos.scss */
.no-touch .nav ul:hover a {
  background-color: #ce600d;
  opacity: 0.7;
}
/* line 462, estilos.scss */
.no-touch .nav ul:hover a:hover {
  opacity: 0.99;
}

/* Adding some background color to the different menu items */
/* line 470, estilos.scss */
.nav li {
  background-color: #089CDD;
}
/* line 473, estilos.scss */
.nav .navtoogle {
  display: none;
  width: 100%;
  padding: 15px 10px 15px;
  text-align: left;
  border-bottom: 4px solid #dddddd;
  cursor: pointer;
}
/* line 480, estilos.scss */
.nav .navtoogle:focus {
  outline: 0px;
}

/* For screen bigger than 800px */
@media (min-width: 50em) {
  /* Transforms the list into a horizontal navigation */
  /* line 491, estilos.scss */
  .nav li {
    float: left;
    width: 25%;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
  }
  /* line 501, estilos.scss */
  .nav a {
    padding: 10px 15px;
    display: block;
    width: auto;
  }

  /* Placing the icon */
  /* line 509, estilos.scss */
  .icon {
    margin-top: -5px;
  }
}
/* The "tablet" and "mobile" version */
@media (max-width: 49.938em) {
  /* Instead of adding a border, we transition the background color */
  /* line 520, estilos.scss */
  .nav ul li {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
  }
}
/* CSS specific to the 2x3 columns version */
@media (min-width: 32.5em) and (max-width: 992px) {
  /* Creating the 2 column layout using floating elements once again */
  /* line 533, estilos.scss */
  .nav li {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #FFFFFF;
  }
  /* line 538, estilos.scss */
  .nav li:nth-child(2n-1) {
    border-right: 1px solid #FFFFFF;
  }
  /* line 543, estilos.scss */
  .nav a {
    padding: 0.8em;
  }
  /* line 548, estilos.scss */
  .nav li span {
    display: inline-block;
    margin: 0 10px;
  }
  /* line 551, estilos.scss */
  .nav li span.icon {
    display: inline-block;
  }
  /* line 556, estilos.scss */
  .nav li .icon + span {
    font-size: 16px;
  }

  /* Adding some padding to make the elements look nicer*/
  /* Displaying the icons on the left, and the text on the right side using inlin-block*/
  /* line 563, estilos.scss */
  .icon + span {
    position: relative;
    top: -0.2em;
  }

  /* Adaptating to the icons to animate the size and border of the rounded background in a more discreet way */
  /* line 568, estilos.scss */
  .nav li i {
    display: inline-block;
    padding: 8% 9%;
    border: 4px solid transparent;
    border-radius: 50%;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
  }

  /* Transition effect on the border color */
  /* line 583, estilos.scss */
  .no-touch .nav li:hover i, .no-touch .nav li:active i, .no-touch .nav li:focus i {
    border: 4px solid rgba(255, 255, 255, 0.1);
  }
}
/* Adapting the font size and width for smaller screns*/
@media (min-width: 32.5em) and (max-width: 38.688em) {
  /* line 595, estilos.scss */
  .nav li .icon + span {
    font-size: 16px;
  }
}
/* Styling the toggle menu link and hiding it */
/* line 603, estilos.scss */
.navtoogle i {
  z-index: -1;
}

/* line 607, estilos.scss */
.icon-menu {
  position: relative;
  top: 3px;
  line-height: 0;
  font-size: 16px;
}

@media (max-width: 32.438em) {
  /* Unhiding the styled menu link */
  /* line 618, estilos.scss */
  .nav .navtoogle {
    margin: 0;
    border: 0;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #009DE0;
    position: relative;
  }
  /* line 628, estilos.scss */
  .nav .navtoogle span {
    width: 25px;
    height: 2px;
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 15px;
  }
  /* line 637, estilos.scss */
  .nav .navtoogle span:nth-child(2) {
    top: 25px;
  }
  /* line 640, estilos.scss */
  .nav .navtoogle span:nth-child(3) {
    top: 33px;
  }

  /* Animating the height of the navigation when the button is clicked */
  /* When JavaScript is disabled, we hide the menu */
  /* line 649, estilos.scss */
  .no-js .nav ul {
    max-height: 30em;
    overflow: hidden;
  }

  /* When JavaScript is enabled, we hide the menu */
  /* line 655, estilos.scss */
  .js .nav ul {
    max-height: 0em;
    overflow: hidden;
  }
  /* line 659, estilos.scss */
  .js .nav .active + ul {
    max-height: 30em;
    overflow: hidden;
    -webkit-transition: max-height .4s;
    -moz-transition: max-height .4s;
    -o-transition: max-height .4s;
    -ms-transition: max-height .4s;
    transition: max-height .4s;
  }

  /* Displaying the menu when the user has clicked on the button*/
  /* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
  /* line 672, estilos.scss */
  .nav li span {
    display: inline-block;
    height: 100%;
  }
  /* line 676, estilos.scss */
  .nav a {
    padding: 0.5em;
  }

  /* line 680, estilos.scss */
  .icon + span {
    margin-left: 1em;
    font-size: 16px;
  }

  /* Adding a left border of 8 px with a different color for each menu item*/
  /* line 685, estilos.scss */
  .nav li {
    border-left: 8px solid #c1d7f1;
    border-bottom: 1px solid #c1d7f1;
  }
  /* line 688, estilos.scss */
  .nav li:first-child {
    border-top: 1px solid #c1d7f1;
  }

  /* make the nav bigger on touch screens */
  /* line 694, estilos.scss */
  .touch .nav a {
    padding: 0.8em;
  }
}
