.z-section, .bloq-1a {
  min-height: 700px;
  padding: 0px 30px 0px 30px;
}

.z-section h2, .bloq-1a h2 {
  font-weight: 600;
}

.bloq-1a .img1 {
  position: absolute;
  z-index: 10;
}

.z-container-wide {
  padding: 0 10px;
}

.z-section {
  position: relative;
  overflow: hidden;
}

.z-section .z-section-desc {
  padding: 150px 0 40px 0;
}

.z-section .z-section-img {
  position: relative;
}

.z-section .bloq-link {
  background-color: #ed1c24;
  color: white;
  font-size: 14pt;
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  margin: 30px 0 30px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.z-section a:link {
  text-decoration: none;
}

.z-section .bloq-link::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0px;
  width: 80px;
  height: 45px;
  background: url(../img/diseno/link-right-img.png);
  background-size: cover;
}

.z-section p {
  font-size: 1.2em;
  line-height: 130%;
  color: #494949;
}

.bloq-1 {
  min-height: 700px;
  padding: 0px 30px 0px 30px;
  background-color: #f8f8f8;
}

.bloq-1 h2 {
  font-weight: 600;
}

.bloq-1 .z-section-desc {
  padding-left: 10%;
}

.bloq-1 .img1 {
  position: absolute;
  z-index: 10;
  max-width: 800px;
  height: auto;
  left: 0;
  bottom: 0;
}

.bloq-1 h2 {
  font-weight: 600;
}

.bloq-1 .logos {
  display: block;
}

.bloq-1a {
  background-color: #f1f1f1;
}

.bloq-1a .z-section-desc {
  padding-top: 150px;
}

.bloq-1a .img1 {
  width: 100%;
  height: auto;
  left: 5px;
  bottom: 0;
}

.bloq-1a h2 {
  font-weight: 600;
}

.bloq-2 .img1 {
  background: url(../img/diseno/social-network.png);
  width: 700px;
  height: 600px;
}

.bloq-2 .z-section-desc {
  padding-left: 10%;
}

.bloq-3 {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .bloq-3 .img1 {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .bloq-3 .img1 {
    position: absolute;
    background: url(../img/diseno/app_img3.png) no-repeat;
    height: 800px;
    width: 750px;
    right: -15%;
    top: -45%;
  }
}

.bloq-4 {
  background-color:  #f1f1f1;
}

.bloq-4 .z-section-desc {
  padding-left: 10%;
}

.bloq-4 .img1 {
  background: url(../img/diseno/MantWeb2.png) no-repeat;
  width: 850px;
  height: 800px;
  margin-left: -35%;
}

.bloq-5 .z-container {
  margin: 0 8% !important;
}

@media only screen and (max-width: 320px) {
  .hidden-to-320 {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .hidden-to-480 {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .hidden-from-480 {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hidden-to-640 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-from-768 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hidden-to-768 {
    display: none;
  }
  .bloq-1 .img1 {
    position: relative;
    width: 100%;
    max-height: 600px;
  }
}

@media only screen and (min-width: 820px) {
  .bloq-1 .img1 {
    max-width: 500px;
  }
}

@media only screen and (max-width: 960px) {
  .hidden-to-960 {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .bloq-1 .img1 {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1200px) {
  .hidden-to-1200 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .bloq-1 .img1 {
    max-width: 700px;
  }
}
/*# sourceMappingURL=style.css.map */