@media (min-width: 1440px) {
  .mainContent {
    padding-top: 40px;
  }
}
@media (max-width: 1439px) {
  .mainContent {
    padding-top: 30px;
  }
}
section .bloques .bloque .blq-txt .contentStyledText + .blq-btn {
  margin-top: 28px;
}
@media (max-width: 767px) {
  section .bloques .bloque .blq-img {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  section .bloques .bloque .blq-img {
    margin-right: -20px;
  }
}
section .bloques .bloque .blq-img img {
  width: 100%;
}
@media (min-width: 1440px) {
  section > .section-tit1 {
    display: none;
  }
  section .bloques .bloque {
    align-items: center;
  }
  section .bloques .bloque .blq-txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section .bloques .bloque:nth-child(even) .blq-txt {
    padding-left: 60px;
  }
  section .bloques .bloque:nth-child(odd) .blq-txt {
    padding-right: 60px;
  }
  section .bloques .bloque.bloque1 {
    position: relative;
  }
  section .bloques .bloque.bloque1 .section-tit1 {
    position: absolute;
    top: 0;
  }
  section .bloques .bloque.bloque1 .blq-txt {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .bloques .bloque .blq-txt {
    min-height: 374px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section .bloques .bloque .blq-img picture {
    height: 100%;
  }
  section .bloques .bloque .blq-img picture img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section .bloques .bloque:nth-child(even) .blq-txt {
    padding-left: 40px;
  }
  section .bloques .bloque:nth-child(even) .blq-img picture img {
    margin-left: -40px;
  }
  section .bloques .bloque:nth-child(odd) .blq-txt {
    padding-right: 40px;
  }
  section .bloques .bloque:nth-child(odd) .blq-img picture img {
    margin-right: -40px;
  }
}
@media (max-width: 1439px) {
  section .blq-txt .section-tit1 {
    display: none;
  }
}
@media (min-width: 768px) {
  section .bloques .bloque {
    display: flex;
  }
  section .bloques .bloque > * {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  section .bloques .bloque:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1023px) {
  section > .section-tit1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  section .bloques .blq-txt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=servicios.css.map */