/*DESTINO: HOLISTICO*/ 
.destiny{background-image: linear-gradient(to top, #cce6fc, #c3e0fc, #badafc, #b2d4fb, #aacefb);}
/* BOTONES */
input[type="submit"],input[type="button"]{ 
    -webkit-appearance: none;
    background-color: #c41040; 
    cursor: pointer; margin: 5px;
    border:1px solid #666; text-transform: capitalize; outline: none; border-radius: 6px;  
    background-image: linear-gradient(to top, #040c4c, #031471, #031c98, #0724c1, #122beb);
    box-shadow: 3px 0 6px #1b1819;
    color:#FFF;
}
