.subtitle{
  background-color: #659be0;
  color: #ffff;
  font-size: 17px;
  padding-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
}

.contenedor{
  height: auto;
  width: auto;
  padding: 20px;
  margin: 10px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 6px 5px rgba(196,196,196,0.45);
  -moz-box-shadow: 1px 2px 6px 5px rgba(196,196,196,0.45);
  box-shadow: 1px 2px 6px 5px rgba(196, 196, 196, 0.45);
}

.btn-primary {
    width: 100px !important;
}