section .bloques .bloque .blq-txt .contentStyledText + .section-tit4-invar {
  margin-top: 60px;
}
@media (max-width: 767px) {
  section .bloques .bloque .blq-img {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  section .bloques .bloque .blq-img {
    margin-right: -20px;
  }
}
@media (min-width: 1440px) {
  section .bloques .bloque:nth-child(even) .blq-txt {
    padding-left: 60px;
  }
  section .bloques .bloque:nth-child(odd) .blq-txt {
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  section .bloques .bloque {
    display: flex;
  }
  section .bloques .bloque:nth-child(even) {
    flex-direction: row-reverse;
  }
  section .bloques .bloque > * {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  section .bloques .bloque:first-child .blq-txt {
    display: flex;
    flex-direction: column;
  }
  section .bloques .bloque:first-child .blq-txt .section-tit1 + * {
    margin-top: auto;
  }
  section .bloques .bloque:first-child .blq-txt > *:last-child {
    margin-bottom: auto;
  }
  section .bloques .bloque + .bloque {
    margin-top: 80px;
    align-items: center;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .bloques .bloque .blq-img picture img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
  section .bloques .bloque:nth-child(even) .blq-txt {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (min-width: 1024px) and (max-width: 1439px) {
  section .bloques .bloque:nth-child(even) .blq-img picture img {
    margin-left: -40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .bloques .bloque:nth-child(odd) .blq-txt {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (min-width: 1024px) and (max-width: 1439px) {
  section .bloques .bloque:nth-child(odd) .blq-img picture img {
    margin-right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .bloques .bloque .blq-txt {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  section .bloques .bloque {
    margin-top: 50px;
  }
  section .bloques .bloque .blq-img {
    margin-top: 30px;
  }
}/*# sourceMappingURL=servicios-construccion.css.map */