#box-1 {
  height: 40vh;
  width: 100%;
  background-image: url(../../assets/img/servicios/i1.jpg);
  background-size: cover;
  display: table;
  }

#box-2 {
  height: 40vh;
  width: 100%;
  background-image: url(../../assets/img/servicios/i2.jpg);
  background-size: cover;
  display: table;
    }

#box-3 {
  height: 40vh;
  width: 100%;
  background-image: url(../../assets/img/servicios/i3.jpg);
  background-size: cover;
  display: table;
  
}

#box-4 {
  height: 40vh;
  width: 100%;
  background-image: url(../../assets/img/servicios/i4.jpg);
  background-size: cover;
  display: table;
  }

#box-5 {
  height: 40vh;
  width: 100%;
  background-image: url(../../assets/img/servicios/i5.jpg);
  background-size: cover;
  display: table;
  }

h1 {
  font-family: arial black;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}


#box-1-0 {
	
}

#box-text-der {
  height: 50vh;
  width: 100%;
}
