.flex-container{
	background: #ecf0f1;
	margin: 10px auto;
	width: 98%;
	max-width: 1300px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #827272;
}
div.img img{
	display: block;
	width: 210px;
}
section p{
	margin: 10px auto;
}
.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-mag{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.items-mag img{
	width: 200px;
}
.items-mag h1{
	width: 95%;
	margin-left: 0px;
	padding-left: 10px;
    background: #34495e;
    border-left: 15px solid #1963AE;
    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-top: 15px;
	margin-right: 30px;
	display: flex;
	flex-flow: column wrap;
	width: 70%;	
	border-radius: 5px;
	box-shadow: 5px 5px 5px #827272;
}
.flex-detail h3{
	background: #B5B5B5;
	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-ht h1{
	font-size: 1em;
	margin-left: 10px;
	background: #B5B5B5;
	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;
}
}

