#items article header {
    position: absolute;
    bottom: 10%;
    left: 63%;
    cursor: default;
}

#items article header h2 {
    font-size: 2.35em;
    font-weight: 600;
    margin: 0 0 0.75em 0;
    letter-spacing: -1.5px;
    line-height: normal;
}

#items article {
    position: relative;
    overflow: hidden;
    margin: 2em 0 0 0;
    border-radius: 6px;
}

article img {
    max-width: 1200px;
    min-width: 500px;
    width: 100%;
}

article.item {
    color: #fff !important;
}

article h2 {
    text-transform: none;
    color: #FFFFFF;
}

article.paradigm-shift {
    color: #000000;
    background: #49fcd4;
}

article.massively {
    background: #2E3339;
}

article.ethereal {
    background: #d57b7b;
}

article.story {
    background: #2F363E;
}

article.dimension {
    background: #18202D;
}

article.editorial {
    background: #F9F9F9;
}

article.forty {
    background: #2C304B;
}

article.stellar {
    background: #7473AD;
}

article.phantom {
    background: #D87D8F;
}

article.multiverse {
    background: #2E353D;
}

article.hyperspace {
    background: #3C1C5B;
}

article.future-imperfect {
    background: #6B6F72;
}

article.solid-state {
    background: #45568E;
}

article.identity {
    color: #585C63;
    background: #D0D4DD;
}

article.lens {
    background: #9093A2;
}

article.fractal {
    background: #3483D2;
}

article.eventually {
    background: #232A34;
}

article.spectral {
    background: #21AB9E;
}

article.photon {
    background: #5298A4;
}

article.highlights {
    background: #A5917A;
}

article.landed {
    background: #568BB3;
}

article.strata {
    background: #837E7B;
}

article.read-only {
    color: #666;
    background: #EFEFEF;
}

article.alpha {
    background: #E4967F;
}

article.directive {
    background: #4EB981;
}

article.aerial {
    background: #3C92B5;
}

article.twenty {
    background: #6FC7BB;
}

article.big-picture {
    background: #687980;
}

article.tessellate {
    background: #875558;
}

article.overflow {
    background: #464D55;
}

article.prologue {
    background: #545B61;
}

article.helios {
    color: #4C454D;
    background: #E4E4E6;
}

article.telephasic {
    color: #52575c;
    background: #E9EDF0;
}

article.strongly-typed {
    color: #555;
    background: #EAEAEA;
}

article.parallelism {
    background: #32323A;
}

article.escape-velocity {
    background: #272D39;
}

article.astral {
    background: #38393E;
}

article.striped {
    color: #252D38;
    background: #E9E9E9;
}

article.dopetrope {
    background: #342E30;
}

article.miniport {
    background: #2677AE;
}

article.txt {
    color: #545B61;
    background: #E6E8E5;
}

article.verti {
    color: #444444;
    background: #E8E9EE;
}

article.zerofour {
    background: #3C8BB6;
}

article.arcana {
    background: #295C55;
}

article.halcyonic {
    background: #293134;
}

article.minimaxing {
    background: #007FAA;
}

/** Modelo Multi */

.product-details {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 20px;
    padding: 10px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}

.product-details .thumb {
    width: 35%;
}

.product-details .thumb a {
    display: block;
    max-height: 284px;
    overflow: hidden;
}

.product-details .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.product-details .content {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.7em;
	padding: 4px;
	width: 50%;
}

.product-details .content a {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.7em;
	color: #000000;
}

.product-details .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.product-details .btn-outline-secondary {
    color: #000;
    border-color: #000;
}

