.menu{
    background-color: #1C365E;
    color: white;
}

.contenido{
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
}
.contenido .mensaje{
    margin-top: 16px;
    margin-left: 5%;
    width: 90%;
    text-align: justify;
}
.contenido .mensajes{
    margin: 12px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 11px 5px rgba(0,0,0,0.31);
    background-color: #15D720;
    color: white;
}
.contenido .mensajes .indicador{
    position: absolute;
    font-size: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
}
.contenido .mensajes .tipo{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
}