.flex-container {
    background: #eaeaea;
    margin: 10px auto;
    width: 98%;
    max-width: 1300px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #827272;
}

div.img img {
    display: block;
    width: 210px;
}

.etiqueta-link {
    display: inline-flex;
    margin-top: 5px;
    margin-left: 50px;
    color: #fff;
    font-size: 1em;
}

.etiqueta-link a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid #34495e;
}

.etiqueta-link a:hover {
    background: #34495e;
    border-radius: 5px;
}

.etiqueta-link p {
    background: #34495e;
    width: 100%;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.titulo {
    margin-top: 30px;
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #827272;
}

.text1 {
    padding-top: 25px;
}

.items img {
    margin-top: 50px;
}

.items-bs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.items-bs img {
    width: 200px;
}

.items-bs h1 {
    width: 95%;
    margin-left: 0px;
    padding-left: 10px;
    background: #34495e;
    border-left: 15px solid #BCA50A;
    border-radius: 5px 5px 5px 0px;
    box-shadow: 5px 5px 5px #827272;
}

p,
ul,
li {
    color: #34495e;
    font-size: 1em;
    width: 90%;
}

.grupo-detalle {
    display: flex;
}

.grupo-detalle img {
    margin-left: 15px;
    margin-top: 15px;
}

.flex-detail {
    margin-right: 50px;
    display: flex;
    flex-flow: column wrap;
    width: 70%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #827272;
}

.flex-detail h3 {
    background: #8a8181;
    width: 90%
}

div.compra {
    margin: 10px auto;
}

.compra {
    background: #34495e;
    width: 200px;
    height: 70px;
    text-align: center;
}

.compra a {
    color: #fff;
    font-size: 1.2em;
    text-decoration-line: none;
}

.compra:hover {
    background: #7f8c8d;
    border-radius: 7px;
}

@media (max-width:500px) {
    .items-bs h1 {
        font-size: 1em;
        margin-left: 10px;
        background: #BCA50A;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #827272;
    }
    .etiqueta-link {
        color: #fff;
        text-decoration: none;
        /*background: #BCA50A;*/
        font-size: 0.8em;
        text-align: center;
        vertical-align: center;
        padding: 5px;
    }
    .grupo-detalle {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-detail {
        margin: 5px auto;
        display: flex;
        flex-flow: column wrap;
        width: 90%;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #827272;
    }
}
