body {
  background: #efefef;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  color: #666;
}

a {
  position: relative;
}

img {
  diplay: block;
  width: 100%;
}

header {
  background: #b90000;
  padding: 20px;
}

.logoDyna {
  max-width: 150px;
}

.logoPuntoDynamico {
  max-width: 150px;
  margin: 0 auto;
}

header .logoPuntoDynamico {
  position: absolute;
  top: 10px;
  right: 10px;
}

h1 {
  text-align: center;
  color: #b90000;
  margin: 20px auto;
}

.ferreterias {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.imagenes {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.grid {
  margin: 0 auto;
}

.grid-sizer, .grid-item {
  width: 50%;
}

/* 2 columns wide */

.grid-item--width2 {
  width: 40%;
}

.btSuperior {
  position: absolute;
  top: 14px;
  right: 10px;
}

.boton {
  background: #fbcb33;
  padding: 15px 20px;
  color: #9c0000;
  text-decoration: none;
  border: solid 2px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  margin: 0px auto 20px;
}

.boton:hover {
  background: #9c0000;
  padding: 15px 20px;
  color: #fbcb33;
  text-decoration: none;
  border: solid 2px;
  border-radius: 10px;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
}

.center {
  text-align: center;
}

.boxes {
  font-size: 0px;
  padding: 20px;
}

.middle {
  vertical-align: middle;
}

.middle .box {
  vertical-align: middle;
}

.dark p {
  color: #666 !important;
}

.dark a {
  display: inline-block !important;
}

.sHead a {
  text-decoration: none;
  background: orange;
  display: block;
}

.sHead a:hover {
  background: darkred;
}

.contenido h2 {
  text-align: center;
  border-top: 2px orange solid;
  border-bottom: 2px orange solid;
  color: orange;
  padding: 10px;
}

.sHead a p {
  color: #fff;
  padding: 10px;
}

.box {
  display: inline-block;
  font-size: initial;
  transition: 0.5s all;
  position: relative;
}

.boxInner {
  padding: 10px;
  position: relative;
}

.box4 .box {
  width: 25%;
}

.box3 .box {
  width: 33.33%;
}

.box2 .box {
  width: 50%
}

.contenido p {
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}

.contenido img {
  transition: 0.5s all;
  transform: scale(1);
}

.contenido .box a {
  background: orange;
  text-align: #fff;
  display: block;
}

.contenido .box:hover a {
  background: red;
}

.contenido .imagen img {
  transition: 0.5s all;
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
}

.contenido .box:hover img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  transition: 0.5s all;
  transform: scale(1.1);
  /* FF 35+ */
}

.contenido .imagen {
  display: block;
  overflow: hidden;
}

.contenido a {
  text-decoration: none;
}

.contenido a:hover span, .sHead a:hover span {
  opacity: 1;
}

span.hover i {
  font-size: 90px;
  color: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  margin: -45px;
}

.fancybox {
  position: relative;
}

.header2 {
  padding: 10px 20px;
}

span.hover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  text-align: center;
  background: #00000094;
  opacity: 0;
  left: 0px;
}

section.sHead {
  background: #f9f9f9;
}

@media only screen and (max-width: 768px) {
  .box3 .box, .box2 .box {
    width: 100%;
  }
  .box4 .box {
    width: 50%;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 640px) {
  .box4 .box, .box3 .box, .box2 .box {
    width: 100%;
  }
  .reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}