/* ************************************* */
/* Welcome */
/* ************************************* */
.section-welcome {
  margin-top: calc(100px * 0.83);
  background-image: url(../img/bg-historia.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position: relative; }
  .section-welcome:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 992px) {
  .section-welcome {
    margin-top: calc(140px * 0.83); } }

/* ************************************* */
/* Productos */
/* ************************************* */
.section-empresa {
  background-image: url(../img/bg-cielo-4.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
