/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  body {
   font-family: 'Raleway', sans-serif;
   overflow-x: hidden;
  }

  body * {
        box-sizing: border-box;
  }


  @media all and (min-width:121em){
    body{
      font-size: 1.1vmax;
    }
  }


  /** ------------------- Inicio Header-----------**/

#main-header {
width: 100%;
  background-color: rgba(0,0,0,1);

}

#main-header .inwrap {
width: 90%;
max-width: 90em;
margin: 0 auto;
}

#main-header .inwrap .logo {
float: left;
padding: 1em 0;
}

@media screen and (min-width: 64em) {
  #main-header {
    background-color: rgba(0,0,0,0.6);
      position: absolute;
      top: 0;
      z-index: 1;
  }

  #main-header .inwrap .logo {
  float: left;
  padding: 2em 0;
  }
}
/* #main-header .inwrap .logo a {
color: white;
text-decoration: none;
font-size: 1em
} */

#main-header .inwrap ul li {
display: none;
}

#main-header .inwrap .logo a img {
  width: 11em;
}


@media screen and (min-width: 64em) {

  #main-header .inwrap {
  background-image: none;
  }

  #main-header .inwrap .logo a {
  /* font-size: 1.5em; */
  }

  #main-header .inwrap ul {
  float: right;
  margin: 3em 0;
  }

  #main-header .inwrap ul li {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  }

  #main-header .inwrap ul a {
  text-decoration: none;
  color:rgba(255, 255, 255, 1);
  font-size: 1em;
  padding: 1em;
  }


  #main-header .inwrap ul a:hover {
    border-bottom: 1px solid #FFF;
  }
}
  /** ------------------- Final Header-----------**/


  section#main-slider {
   position: relative;
  }

  section#main-slider .slides {
    /* opacity: 0; */
    /* height: auto !important; */
  }

  section#main-slider div.slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 63% 100%;
    height: 22em;
    position: relative;
    /* padding-top: 65.66%; */
  }

  @media all and (min-width: 48em) {
    section#main-slider div.slide{
      height: 0;
      padding-top: 50.66%;
    }
  }

  section#main-slider div.slide .content {
    position: relative;
    height: 100%;
  }

  section#main-slider div.slide div.inwrap {
    max-width: 88em;
    width: 88%;
    margin: 0 auto;
    text-align: center;
   /* padding: 6em 0 7em; */
   font-size: 0.6em;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;

  }

  @media all and (min-width: 48em) {
    section#main-slider div.slide div.inwrap{
      font-size: 0.8em;
      /* padding: 18em 0 14em; */
    }
  }

  @media all and (min-width: 64em) {
    section#main-slider div.slide div.inwrap{
      padding-top: 4em;
      /* padding: 18em 0 14em; */
    }
  }

  @media all and (min-width: 80em) {
    section#main-slider div.slide div.inwrap{
      font-size: 1em;
    }
  }

  @media all and (min-width: 90em) {
    section#main-slider div.slide div.inwrap{
      padding-top: 0;
    }
  }

  section#main-slider .firstslide .dark {
    background-color: rgba(0,0,0, 0.4);
    font-size: 1.3em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
/*
  @media all and (min-width: 25em){
    section#main-slider .firstslide .dark {
     font-size: 1em;
     background: rgb(0,0,0);
     background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 50%, rgba(0,0,0,1) 100%);
     background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 50%, rgba(0,0,0,1) 100%);
     background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 50%, rgba(0,0,0,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

    }
  } */

  section#main-slider .inwrap {
    opacity: 0;
  }


  section#main-slider div.slide div.inwrap div.title-big {
    font-size: 3.3em;
   color: #FFF;
   font-weight: 600;
   letter-spacing: -0.03em;
   margin-bottom: -0.2em;
  }

  section#main-slider div.slide div.inwrap div.title-small {
    font-size: 1.4em;
   color: #FFF;
   font-weight: 600;
   letter-spacing: 0.2em;
   margin-bottom: 0em;
   text-transform: uppercase;
   transform: translate(0px, -100px);
   opacity: 0;

  }

  @media all and (min-width: 30em) {
    section#main-slider div.slide div.inwrap div.title-big {
      font-size: 3.3em;
    }

    section#main-slider div.slide div.inwrap div.title-small{
      font-size: 1.8em;
    }
  }

  section#main-slider div.slide div.inwrap p {
    color: #FFF;
   font-size: 1.1em;
   margin-top: 1em;
   font-style: italic;
       font-weight: 300;
       transform: translate(0px, 100px);
       opacity: 0;
  }

  @media all and (min-width: 30em) {
    section#main-slider div.slide div.inwrap p {
      color: #FFF;
     font-size: 1.1em;
     margin-top: 1em;
    }
  }

  section#main-slider div.slide div.inwrap a.button {
    color: #FFF;
    background-color: rgba(0,0,0,0.7);
    font-size: 0.9em;
    padding: 1em 2em;
        display: inline-block;
        text-decoration: none;
        transform: translate(0px, 100px);
        opacity: 0;
  }

  section#main-slider div.slide div.inwrap a.button:hover{
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
  }

  section#main-slider div.product .inwrap {
    max-width: 64em !important;
  }

  section#main-slider div.sliderNav {
    width: 100%;
    top: 45%;
    /* bottom: 0; */
    right: 0;
    left: 0;
    position: absolute;
  }

  section#main-slider div.sliderNav ul {
    margin: 0;
    position:relative;
  }

  section#main-slider div.sliderNav ul li.prev {
    position: absolute;
    top: 27%;
    left: 0%;
    cursor: pointer;
    background-color: rgba(34, 79, 142, 0.07);
  }

  section#main-slider div.sliderNav ul li.prev img {
    width: 2.3em;
  }

  section#main-slider div.sliderNav ul li.next {
    position: absolute;
    top: 27%;
    right: 0%;
    cursor: pointer;
    background-color: rgba(34, 79, 142, 0.07);
  }

  @media all and (min-width: 29.25em) {
    section#main-slider div.sliderNav ul li.prev {
      left: 2%;
    }

    section#main-slider div.sliderNav ul li.next {
      right: 2%;
    }
  }

  section#main-slider div.sliderNav ul li.next img {
    width: 2.3em;
  }

  @media all and (min-width: 37.5em) {
    section#main-slider div.sliderNav ul li.prev {
      top: 42%;
    }
    section#main-slider div.sliderNav ul li.next {
      top: 42%;
    }
  }



  #nosotros {
      width: 100%;
      max-width: 100em;
      margin: 0 auto;
      background-color: white;
  }

  #nosotros .inwrap {
      width: 100%;
      text-align: center;
      padding: 2em 1em;
  }

  #nosotros .inwrap .text {
      width: 100%;
      margin: 0 auto;
      color: black;
      padding: 1em;
      }

      #nosotros .text {
        transform: translate(0px, 100px);
        opacity: 0;
      }

  #nosotros .inwrap .text h2 {
      font-size: 1.7em;
      font-weight: 600;
      margin-bottom: 1em;
      margin-top: 0;
          letter-spacing: 0.2em;
  }

  #nosotros .inwrap .text p {
      font-size: 1em;
      margin-top: 1.5em;
      line-height: 1.5;
      text-align: justify;
          font-weight: 100;
  }

  @media screen and (min-width: 40.625em) {
      #nosotros .inwrap .text h2 {
          font-size: 2em;
      }
      #nosotros .inwrap .text p {
          column-count: 2;
          column-gap: 2em;
          font-size: 1em;
      }
  }

  @media screen and (min-width: 67.5em) {
      #nosotros {
          width: 100%;
          max-width: 100em;
          margin: 0 auto;
          background-color: white;
      }

      #nosotros .inwrap {
          width: 80%;
          text-align: center;
          padding: 4em 0;
          margin: 0 auto;
      }

      #nosotros .inwrap .text {
          width: 100%;
          margin: 0 auto;
          color: black;
          padding: 1em;
          }

      #nosotros .inwrap .text h2 {
          font-size: 2.2em;
          font-weight: 600;
          margin-bottom: 1em;
      }

      #nosotros .inwrap .text p {
          font-size: 1.2em;
          margin-top: 1.5em;
          padding: 0 1em;
          line-height: 1.5;
          columns: 2;
          column-gap: 2em;
          text-align: left;
      }
  }

  /** ------------------- Inicio Servicios -----------**/

  #servicios {
      width: 100%;
      background-color: black;
  }

  #servicios .inwrap {
      width: 90%;
      margin: 0 auto;
      padding: 5em 1em;
      text-align: center;
  }

  #servicios .inwrap .text {
      width: 100%;
      display: inline-block;
      color: rgba(255,255,255,0.73);
      margin: 2em auto;
      vertical-align: top;
      max-width: 25em;
  }

  #servicios .inwrap .text .icono {
      width: 100%;
      margin: 0 auto;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  }

  #servicios .inwrap .text h2 {
      color: white;
      font-weight: 900;
      font-size: 0.9em;
      letter-spacing: 0.2em;
  }

  #servicios .inwrap .text p {
      font-size: 1.1em;
  }

  #servicios .inwrap .text .boton {
      width: 60%;
      border: solid;
      border-radius: 0.8em;
      padding: 0.5em 0;
      margin-top: 2em;
      display: none;
      background-color: rgba(255,255,255,0.5);
  }

  #servicios .inwrap .text .boton a {
      text-decoration: none;
      font-size: 0.9em;
      color: white;
  }


  @media screen and (min-width: 42.5em) {
      #servicios .inwrap .text {
          width: 47%;
          margin: 2em 0.5em;
          padding: 0 3em;
      }
  }

  #servicios .inwrap .text img {
    width: 100%;
    max-width: 7em;
  }

  @media screen and (min-width: 67.5em) {
      #servicios {
          width: 100%;
          background-color: black;
      }

      #servicios .inwrap {
          width: 100%;
          margin: 0 auto;
          padding: 9em 3em;
          text-align: center;
      }

      #servicios .inwrap .text {
          width: 20%;
          display: inline-block;
          margin: 0 2%;
          padding: 0;
          text-align: center;
      }


      #servicios .inwrap .text img {
        width: 100%;
        max-width: 5em;
      }

      #servicios .inwrap .text h2 {
          color: white;
          font-size: 1.2em;
      }

      #servicios .inwrap .text .boton {
          width: 60%;
          border: solid;
          border-radius: 0.8em;
          padding: 0.5em 0;
          margin-top: 2em;
          display: none;
          background-color: rgba(255,255,255,0.5);
      }

      #servicios .inwrap .text .boton a {
          text-decoration: none;
          font-size: 1em;
          color: white;
      }
  }

  /** ------------------- Fin Servicios -----------**/


  #productos {
    /* background-color: rgba(238, 55, 57, 0.04); */
  }

  #productos div.inwrap {
    width: 100%;
    /* max-width: 64em; */
    margin: 0 auto;
    padding: 3em 0 3em;
    text-align: center;
  }

  @media all and (min-width: 67.5em) {
    #productos div.inwrap{
      padding: 4em 0 8em;
    }
  }

  #productos div.inwrap > div.cornered-box::before{
    left: -3em;
  }

  #productos div.inwrap > div.cornered-box::after{
    right: -2.8em;
  }


  #productos div.inwrap div.cornered-box h2 {
    color: #000;
    font-size: 2.2em;
        letter-spacing: 0.2em;
        font-weight: 600;
  }

  #productos div.inwrap div.cornered-box {
    font-size: 0.8em;
  }

  @media all and (min-width: 30em) {
    #productos div.inwrap div.cornered-box {
      font-size: 1em;
    }
  }

  #productos div.inwrap .subtitle {
    font-size: 1.1em;
    font-style: italic;
    max-width: 48em;
    margin: 0 auto 4em;
    padding: 0 2em;
  }


  #productos div.inwrap div.boxes {

  }

  #productos div.inwrap div.boxes div.box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
        padding-top: 15%;
        /* height: 40em; */
    display: inline-block;
    width: 31%;
    /* margin: 1%; */
  }

  @media all and (min-width: 70.25em) {
    #productos div.inwrap div.boxes div.box {
      padding-top: 10%;
    }
  }

  #productos div.inwrap div.boxes div.box div.info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    padding: 6em 3em;
    background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.7511379551820728) 92%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.7511379551820728) 92%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.7511379551820728) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  #productos div.inwrap div.boxes div.box div.info:hover {
    background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5511379551820728) 92%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5511379551820728) 92%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.5511379551820728) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }

  #productos div.inwrap div.boxes div.box div.info div.category {
    position: absolute;
    color: #FFF;
    background-color: #ee3739;
    padding: 0.5em 2em;
    top: 1em;
    left: 0;
    font-size: 1em;
  }

  #productos div.inwrap div.boxes div.box div.info div.title {
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 1.5em;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 2em;
  }

  #productos div.inwrap div.boxes div.box div.info p {

  }

  #productos div.inwrap div.boxes div.box div.info .button {
    color: #FFF;
    padding: 0.6em 2em;
    border: 1px solid #FFF;
    display: inline-block;
    margin-top: 0.5em;
  }


  #productos div.inwrap div.boxes div.box:hover div.info .button {
    background-color: #FFF;
    color: #000;
  }

  .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 1em !important;
    margin-top: 2em !important;
  }

  .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
    background-color: #b5b5b5 !important;
    border-radius: 0 !important;
    height: 1em !important;
    width: 1em !important;
  }

  .lSSlideOuter .lSPager.lSpg>li a {
    border-radius: 0 !important;
    height: 1em !important;
    width: 1em !important;
  }


  section#contacto {
    background-color: #eaeaea;
  }

  section#contacto div.inwrap {
    width: 91%;
    max-width: 64em;
    margin:0 auto;
    padding: 5em 0 5em;
  }

  section#contacto div.dist {
    display: none;
  }

  section#contacto div.inwrap div.formulario {
    width: 100%;
  }

  section#contacto div.inwrap div.formulario form {
    text-align: center;
  }

  @media all and (min-width:53em){
    section#contacto div.inwrap div.formulario {
      width: 50%;
      float: left;
    }

    section#contacto div.inwrap div.formulario form {
      text-align: left;
    }
  }

  section#contacto div.inwrap div.formulario form div.input-field {
    margin-bottom:2em;
    position: relative;
  }

  section#contacto div.inwrap div.formulario form div.input-field label {
     position: absolute;
     color: #000;
     top: 0.2em;
     left: 0.5em;
   }

  .dist div.formulario form div.input-field {
    margin-bottom:1em !important;
  }

  @media all and (min-width:53em) {
    section#contacto div.inwrap div.formulario form div.half {
      margin-bottom:1em;
      width: 50%;
     display: inline-block;
    }
    section#contacto div.inwrap div.formulario form div.half:nth-child(1), section#contacto div.inwrap div.formulario form div.half:nth-child(3), section#contacto div.inwrap div.formulario form div.half:nth-child(6), section#contacto div.inwrap div.formulario form div.half:nth-child(8) {
      padding-right: 1em;
    }
  }

  section#contacto div.inwrap div.formulario form div.input-field input {
    background-color: transparent;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 1.5em 2em;
    width: 100%;
    font-size: 1em;
    color: #000;
    outline: none;
  }

  section#contacto div.inwrap div.formulario form div.input-field textarea {
    background-color: transparent;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 1.5em 2em;
    width: 100%;
    font-size: 1em;
    height: 10em;
    color: #000;
  }

  @media all and (min-width: 53em){
    section#contacto div.inwrap div.formulario form div.input-field input {
      text-align: left;
    }

    section#contacto div.inwrap div.formulario form div.input-field textarea {
      text-align: left;
    }
  }

   section#contacto div.inwrap div.formulario form div.input-field input::-webkit-input-placeholder, section#contacto div.inwrap div.formulario form div.input-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: rgba(0, 0, 0, 0.6);
   }
   section#contacto div.inwrap div.formulario form div.input-field input::-moz-placeholder, section#contacto div.inwrap div.formulario form div.input-field textarea::-moz-placeholder { /* Firefox 19+ */
     color: rgba(0, 0, 0, 0.6);
   }
   section#contacto div.inwrap div.formulario form div.input-field input:-ms-input-placeholder, section#contacto div.inwrap div.formulario form div.input-field textarea:-ms-input-placeholder { /* IE 10+ */
     color: rgba(0, 0, 0, 0.6);
   }
   section#contacto div.inwrap div.formulario form div.input-field input:-moz-placeholder, section#contacto div.inwrap div.formulario form div.input-field textarea:-moz-placeholder { /* Firefox 18- */
     color: rgba(0, 0, 0, 0.6);
   }


  section#contacto div.inwrap div.formulario form button.send-contact {
    color: #FFF;
   background-color: rgba(0, 0, 0, 0.8);
   border: 1px solid #f3eeec;
   /* border-radius: 0.6em; */
   font-size: 1.2em;
   padding: 1em 4.5em;
   display: inline-block;
   margin-top: 0em;
   cursor: pointer;
   outline:none;
  }

  section#contacto div.inwrap div.formulario form button.send-contact:hover{
    background-color: rgba(0, 0, 0, 1);
  }

  section#contacto div.inwrap div.formulario .contact-msg {
    color: #000;
    display: none;
  }

  section#contacto div.inwrap div.info {

   width: 100%;
   color: #000;
   margin-top: 1em;
   margin-bottom:2em;
   text-align: center;

  }

  @media all and (min-width:53em){
    section#contacto div.inwrap div.info {
      width: 50%;
      float: right;
      padding-left: 5em;
      margin-bottom:0em;
      text-align: left;
    }
  }

   section#contacto div.inwrap div.info div.maintitle {
     color: #000;
     font-size: 1.4em;
     font-weight: 600;
     letter-spacing: 0.3em;
     margin-bottom: 1em;
   }

   @media all and (min-width: 25em){
     section#contacto div.inwrap div.info div.maintitle{
         font-size: 2em;
     }
   }

   section#contacto div.inwrap div.info div.oficina {
     font-size: 1.3em;
         margin-bottom: 0.7em;
   }

   section#contacto div.inwrap div.info div.address {
     font-size: 1.1em;
   }

   section#contacto div.inwrap div.info a.maplink {
     color:#000;
     font-weight: 600;
   }

   section#contacto div.inwrap div.info a.tel {
     color:#000;
     font-weight: 600;
     font-size: 1.4em;
     display: block;
     margin-top: 1em;
   }

   section#contacto .tabs {
     background-color: #dadada;
   }

   section#contacto .tabs ul {
     margin: 0;
   }

   section#contacto .tabs ul li {
     display: inline-block;
     width: 50%;
   }

   section#contacto .tabs ul li a {
     color: #362014;
     opacity: 0.6;
     padding: 2em 1em;
     display: inline-block;
     font-size: 0.9em;
     width: 100%;
     text-align: center;
     vertical-align: top;
   }

   section#contacto .tabs ul li a span{
     max-width: 8em;
     display: inline-block;
   }


   section#contacto .tabs ul li a.selected {
     color:#362014;
     opacity: 1;
     background-color: #cecece;
   }

   section#contacto .tabs ul li a:hover{
     color:#362014;
     opacity: 1;
     background-color: #cecece;
   }

   @media all and (min-width: 29.25em){
     section#contacto .tabs ul li a span{
       max-width: 8em;
     }

   }

   @media all and (min-width: 33.125em){
     section#contacto .tabs ul li a {

       padding: 2em 1em;
     }

     section#contacto .tabs ul li a span{
       max-width: 100%;
     }

   }

   @media all and (min-width: 42em){
     section#contacto .tabs ul li a {

       padding: 2em 1em;
       font-size: 1.1em;
     }

   }

   @media all and (min-width: 64em){
     section#contacto .tabs ul li a {
       color: #362014;
       opacity: 0.6;
       padding: 3em 4em;
       display: inline-block;
       font-size: 1.2em;
       width: 100%;
       text-align: right;
     }

     section#contacto .tabs ul li:last-child a{
       text-align: left;
     }
   }

   footer#main-footer div.copyright {
     background-color: #000;
   }

   footer#main-footer div.copyright div.inwrap {
     width: 91%;
     max-width: 64em;
     margin:0 auto;
     padding: 2em 0;
     color: #FFF;
     text-align: center;
   }

   footer#main-footer div.copyright div.inwrap a {
     color: #FFF;
   }

   footer#main-footer div.copyright span {
     display: block;
     margin-top:1em;
   }

    @media all and (min-width: 56.25em){
        footer#main-footer div.copyright span {
          border-left: 1px solid #FFF;
          display: inline-block;
          padding-left: 1em;
          margin-left: 1em;
          margin-top:0em;
        }
    }


  section#brands {}

  section#brands div.inwrap {
   width: 90%;
   max-width: 34em;
   margin: 0 auto;
   padding: 6em 0 1em;
  }

  @media all and (min-width: 64em) {
   section#brands div.inwrap {
     max-width: 80em;
   }
  }

  section#brands div.inwrap div.boxes {}

  @media all and (min-width: 64em) {
   section#brands div.inwrap div.boxes {
     font-size: 0.9em;
   }
  }

  @media all and (min-width: 80em) {
   section#brands div.inwrap div.boxes {
     font-size: 1em;
   }
  }

  section#brands div.inwrap div.boxes article.box {
   width: 100%;
   display: block;
   margin-bottom: 4em;
   position: relative;
  }

  section#brands div.inwrap div.boxes article.box div.image {
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   height: 16em;
  }

  section#brands div.inwrap div.boxes article.box div.info {
   width: 100%;
   background-color: #eaeaea;
   padding: 3em 2em;
  }

  @media all and (min-width: 29em) {
   section#brands div.inwrap div.boxes article.box div.image {
     height: 23em;
   }
  }

  @media all and (min-width: 64em) {
   section#brands div.inwrap div.boxes article.box div.image {
     width: 50%;
     float: left;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     height: 100%;
     position: absolute;
   }
   section#brands div.inwrap div.boxes article.box div.info {
     width: 50%;
     float: right;
     background-color: #eaeaea;
     padding: 6em 4em;
   }
   section#brands div.inwrap div.boxes article.box:nth-child(2) div.image, section#brands div.inwrap div.boxes article.box:nth-child(4) div.image {
     float: right;
     right: 0;
   }
   section#brands div.inwrap div.boxes article.box:nth-child(2) div.info, section#brands div.inwrap div.boxes article.box:nth-child(4) div.info {
     float: left;
     text-align: right;
   }
  }

  section#brands div.inwrap div.boxes article.box div.info img {
   max-width: 7em;
   width: 100%;
  }

  section#brands div.inwrap div.boxes article.box:nth-child(2) div.info img {
   max-width: 9em;
   width: 100%;
  }

  section#brands div.inwrap div.boxes article.box:nth-child(3) div.info img {
   max-width: 9em;
   width: 100%;
  }

  section#brands div.inwrap div.boxes article.box div.info h1 {
   font-size: 1.5em;
   font-weight: 600;
  }

  @media all and (min-width: 64em) {
   section#brands div.inwrap div.boxes article.box div.info h1 {
     font-size: 1.5em;
   }
  }

  section#brands div.inwrap div.boxes article.box div.info p {
   font-size: 1em;
   font-weight: 300;
   margin-bottom: 2em;
  }

  section#brands div.inwrap div.boxes article.box div.info a {
   color: #FFF;
   background-color: #484848;
   padding: 0.6em 3.5em;
   display: inline-block;
   font-weight: 300;
  }

  section#brands div.inwrap div.boxes article.box div.info a:hover {
   background-color: #000;
  }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
