/* ===== Variables ==== */
.canvas {
  max-width: 100%;
  height: auto; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.nopad {
  padding-left: 0;
  padding-right: 0; }

.clearfix {
  position: relative;
  display: block;
  clear: both;
  height: 10px;
  width: 100%; }

body {
  background-color: #fcfcfc;
  padding: 0;
  margin: 0;
  font-family: "Roboto", serif;
  font-weight: 300; }

section {
  margin-top: 20px; }

h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  width: 90%;
  margin: 30px auto 15px auto; }

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

a:hover {
  color: #f94e00; }

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

#main-header .logos {
  margin: 25px 0; }
  #main-header .logos .brand {
    display: inline-block;
    float: left;
    vertical-align: middle; }
  #main-header .logos .confianza-online {
    display: inline-block;
    float: right;
    vertical-align: middle; }
#main-header .featured {
  position: relative; }
  #main-header .featured .descuento-adicional {
    position: absolute;
    top: 40px;
    left: -109px; }
  #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); }
    #main-header .featured .explicacion h1 {
      margin: 0;
      display: inline;
      font-size: 18px; }
    #main-header .featured .explicacion span {
      color: #000;
      text-shadow: none; }

.c-header {
  text-align: center; }
  .c-header a {
    text-decoration: none;
    color: #f94e00; }
  .c-header .code {
    padding: 10px 5px;
    color: #f94e00;
    border: 4px solid #f94e00;
    margin: 20px auto;
    width: 300px;
    font-size: 22px; }

.mas-vinilos {
  font-family: "Roboto Slab", serif;
  color: #3399cc;
  text-decoration: underline;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 400;
  clear: both;
  padding: 20px 0 40px;
  text-align: center; }

#column-izq {
  margin-right: 5px; }
  #column-izq h3 {
    background-color: #5e3510; }
    #column-izq h3:after {
      background-color: #5e3510; }

#column-der {
  margin-left: 5px; }
  #column-der h3 {
    background-color: #ff9b28; }
    #column-der h3:after {
      background-color: #ff9b28; }

.categoria {
  background: #f7f7f7;
  font-family: "Roboto Slab", serif; }
  .categoria > article {
    padding: 0 5px; }

.card-product {
  text-align: center; }
  .card-product header h4 {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 5px;
    text-transform: uppercase; }
  .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; }
  .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+ */ }
  .card-product p {
    margin: 5px 0 0 0; }
  .card-product .p_original {
    font-size: 14px;
    color: #666; }
  .card-product .p_descuento {
    font-size: 14px;
    color: #333333;
    font-weight: 700; }
  .card-product footer {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    text-align: center;
    margin: 15px 0; }
    .card-product footer .comprar-btn {
      font-size: 16px;
      color: #f94e00;
      border: 2px solid #f94e00;
      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; }
      .card-product footer .comprar-btn:hover {
        background: #f94e00;
        color: #FFFFFF; }

.lead {
  padding: 0 15px; }
  .lead h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .lead p {
    font-size: 14px;
    line-height: 18px; }
    .lead p a {
      color: #3399cc;
      text-decoration: underline; }
      .lead p a:hover {
        color: #f94e00; }

#main-footer {
  background: #089cdd; }
  #main-footer .logo-footer {
    display: inline-block; }
    @media (max-width: 768px) {
      #main-footer .logo-footer {
        display: block;
        text-align: center; } }
  #main-footer .copyright {
    display: inline-block;
    color: #FFFFFF;
    font-size: 13px;
    text-align: right;
    line-height: 36px;
    float: right; }
    @media (max-width: 768px) {
      #main-footer .copyright {
        float: none;
        display: block;
        text-align: center; } }

a, li {
  -webkit-tap-highlight-color: transparent; }

/* Global CSS that are applied for all screen sizes */
.nav ul {
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 300; }
.nav li span {
  display: block; }
.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; }
  .nav a.item-decorativos span {
    background-position: left top; }
  .nav a.item-infantiles span {
    background-position: left -45px; }
  .nav a.item-fotomurales span {
    background-position: left -90px; }
  .nav a.item-pegatinas span {
    background-position: left -135px; }
  .nav a span {
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat;
    margin-right: 5px; }

/* Remove the blue Webkit background when element is tapped */
a, button {
  -webkit-tap-highlight-color: #000; }

/* Hover effect for the whole navigation to make the hovered item stand out */
.no-touch .nav ul:hover a {
  background-color: #10739E;
  opacity: 0.5; }
  .no-touch .nav ul:hover a:hover {
    opacity: 0.99; }

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

/* For screen bigger than 800px */
@media (min-width: 50em) {
  /* Transforms the list into a horizontal navigation */
  .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; }
  .nav a {
    padding: 10px 15px;
    display: block;
    width: auto; }

  /* Placing the icon */
  .icon {
    margin-top: -5px; } }
/* The "tablet" and "mobile" version */
@media (max-width: 49.938em) {
  /* Instead of adding a border, we transition the background color */
  .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 */
  .nav li {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #FFFFFF; }
    .nav li:nth-child(2n-1) {
      border-right: 1px solid #FFFFFF; }
  .nav a {
    padding: 0.8em; }
  .nav li span {
    display: inline-block;
    margin: 0 10px; }
    .nav li span.icon {
      display: inline-block; }
  .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*/
  .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 */
  .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 */
  .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) {
  .nav li .icon + span {
    font-size: 16px; } }
/* Styling the toggle menu link and hiding it */
.navtoogle i {
  z-index: -1; }

.icon-menu {
  position: relative;
  top: 3px;
  line-height: 0;
  font-size: 16px; }

@media (max-width: 32.438em) {
  /* Unhiding the styled menu link */
  .nav .navtoogle {
    margin: 0;
    border: 0;
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #089cdd;
    position: relative; }
    .nav .navtoogle span {
      width: 25px;
      height: 2px;
      background-color: #FFFFFF;
      display: inline-block;
      position: absolute;
      top: 17px;
      right: 15px; }
      .nav .navtoogle span:nth-child(2) {
        top: 25px; }
      .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 */
  .no-js .nav ul {
    max-height: 30em;
    overflow: hidden; }

  /* When JavaScript is enabled, we hide the menu */
  .js .nav ul {
    max-height: 0em;
    overflow: hidden; }
  .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*/
  .nav li span {
    display: inline-block;
    height: 100%; }
  .nav a {
    padding: 0.5em; }

  .icon + span {
    margin-left: 1em;
    font-size: 16px; }

  /* Adding a left border of 8 px with a different color for each menu item*/
  .nav li {
    border-left: 8px solid #10739E;
    border-bottom: 1px solid #10739E; }
    .nav li:first-child {
      border-top: 1px solid #10739E; }

  /* make the nav bigger on touch screens */
  .touch .nav a {
    padding: 0.8em; } }
