.modelo {
    background: #0b5fff;
    border-radius: 11px;
	cursor: pointer;
	box-sizing: border-box;
	width: 45% !important;
    border-width: 0;
    -webkit-box-shadow: 0 0 0.75em 0 rgba(100,116,128,.16), 0 0.375em 1em -0.5em rgba(100,116,128,.8);
    box-shadow: 0 0 0.75em 0 rgba(100,116,128,.16), 0 0.375em 1em -0.5em rgba(100,116,128,.8);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    line-height: 1.5em;
    margin: .25em 0 .375em;
    padding: .5em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    z-index: 1;
}
.modelo:hover {
	background-color:#f5a11d;	
}