.destacado-blanco {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 8px 51px 0px rgba(113, 121, 131, 0.18);
    box-shadow: 2px 8px 51px 0px rgba(113, 121, 131, 0.18);
    height: 300px;
    margin-top: -50px;
    font-family: Montserrat;
    color: #717983;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.destacado-azul {
    background-color: #11a8e1;
    -webkit-box-shadow: 3px 15px 49px 0px rgba(0, 128, 255, 0.24);
    box-shadow: 3px 15px 49px 0px rgba(0, 128, 255, 0.24);
    height: 330px;
    margin-top: -75px;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}
.dest-titulo {
    font-family: 'Myriad Pro';
    color: #717983;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.dest-icono {
    height: 75px;
    width: auto;
    margin-bottom: 20px;
}
