.background {
    background: url("../images/sin.jpg") center/cover;
    filter: grayscale(40%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    opacity: 0.4;
}

.package {
    width: 100%;
    margin: 1rem 0;
    border: 4px solid #9D261D;
    border-left: none;
    position: relative;
}

.package:hover,
.package:active {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    border-color: #9D261D;
    /* border-color: #ff5454 !important; */
}

.package a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 2rem;
}

.package__badge {
    position: absolute;
    top: 2rem;
    right: 0;
    margin: 1.2rem;
    font-size: 0.8rem;
    color: white;
    background: #9D261D;
    padding: 0.5rem;
}

.package__subtitle {
    color: #979797;
}

.package__info {
    padding: 1rem;
    border: 1px solid #CB4A2D;
    font-size: 1.2rem;
    color: #851A02;
    background: white;
    text-align: justify;
}

.clearfix {
    clear: both;
}

#plus {
    background: rgba(213, 255, 220, 0.95);
}

#free {
    background: rgba(234, 252, 237, 0.95);
    float: right;
    border-right: none;
    border-left: 4px solid #851A02;;
    text-align: right;
}

#free:hover,
#free:active {
    border-left-color: #851A02;;
}

#premium {
    background: rgb(133, 26, 2,0.9)
}

#premium .package__title {
    color: white;
}

#premium .package__subtitle {
    color: #bbb;
}

/*responsive*/
