.header {
  /* justificar la imagen del banner */
  background: url('../img/portada-soluciones-servicios.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
  max-width: 100%;
  width: 100%;
  height: 80%;
  
}
.banner {
  height: 350px;
}
.row {
  height: 100%;
}
.texto-titulo{
  font-weight: 300;
  margin-left: 10px;
}

.titulo span{
  color: rgb(71, 71, 71);
  padding: 5px;
  border-radius: 5px;
}

.contenedor {
  width: 90%;
  margin: auto;
}
/* galeria - soluciones */
.img-solucion {
  height: 150px;
  width: 100%;
}
.card-solucion {
  border: none;
}
.card-cuerpo {
  padding: 10px;
}

/* cartas */
.cartas {
  padding: 10px;
}
.card-cartas {
  border-top: solid rgb(124, 124, 124);
}

.body1{
  border-left: 15px solid rgb(123, 124, 124);
}
.body2{
  border-left: 15px solid rgb(123, 124, 124);
}
.body3{
  border-left: 15px solid rgb(123, 124, 124);
}
.card-cartas-impar {
  height: 500px;
}
.header-subtitulo {
  height: 80px;
}
.card-subtitulo {
  text-align: center;
  font-weight: 600;
}

.imagen-solucion {
  height: 250px;
}

.boton{
  width: 150px;
}