
body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181;
}
h2 {
  font-size: 32px;
  /*text-transform: uppercase;*/
  color: #1f4196;
  font-weight: 600;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  /*text-transform: uppercase;*/
  color: #1f4196;
  font-weight: 600;
  margin-bottom: 10px;
}
h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #1f4196;
  font-weight: 400;
  margin-bottom: 30px;
}  

  
  

.bg-grey {
  background-color: #f6f6f6;
}

.container-fluid {
  padding: 60px 50px;
}

.logo {
  color: #f4511e;
  font-size: 200px;
}

@media screen and (max-width: 768px) {
/*
.col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
}
*/
.LogoDignosis {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

/*
.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
*/

.img-texto {
   	position: relative;
   	float: left;
}

.img-texto span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #136e73;
    padding: 10px;
    color: #fff;
    font-family: sans-serif;
}
