/*.destacats { 
    text-align:center;
    background:#eee;
    background:#009898;
}
.destacats h1 { display:none;}
.destacats .destacat {
  display:inline-block;
  margin:1%;
  width:200px;
  height:245px;
  vertical-align:top;
  overflow:hidden;
} 
.destacats .destacat div {
  padding:3px;
  background:#fff;
  border:10px solid #009898; 
  border-radius:50%; 
} 

.destacats .destacat div div {
  width:174px;
  height:174px;
  vertical-align:top;
  background-size:cover;
  border:none;
  border-radius:50%; 
} 

.destacats .destacat:hover div {
    border-radius:0;

} 
.destacats .destacat:hover div div{
    border-radius:0;

} 
*/

.destacats { 
    text-align:center;
/*     background:#eee; */
}

.destacats .destacat { 
    height:82px;
    text-align:left;
    background:#009898;
    padding:6px;
/*     border-radius:0 41px 41px 0; */
    overflow:hidden;
    margin-bottom:0;
}

.destacats .destacat div { 
    height:70px;
    width:70px;
/*     border-radius:50%; */
    background-size:cover;
    float:left;
    margin-right:10px;
}

.destacats .destacat h2 { 
    color:#fff;
    display:inline;
    font-size:20px; line-height:100%;
    vertical-align:top;
    margin-left:0;
    font-weight:bold;
/*     height:50px; overflow:hidden; */
    vertical-align:middle;
}
