@charset "UTF-8";
/* CSS Document */


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.cojines {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url(images/fondo-cojines.jpg);
	background-size: contain;
}

.imagenresponsiva {
	width: 100%;
	height: auto;
}

.cojin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
	max-width: 940px;
	height: 300px;
/*	background-color: aqua;
*/}

.imagen1-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	height: 300px;
	margin-right: 1%;
}


.imagen2-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 300px;
	height: 300px;
	margin-right: 1%;
}

.imagen3-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 600px;
	height: 300px;
	margin-right: 1%;
	overflow: hidden;
}

.caracteristicas-cojin {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
	height: 300px;
	background-color: #373737;
	text-align: left;
	padding: 2%;
	color: white;
}

.redondel-propiedades-impar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #b3751e;
	border-radius: 100%;
	color: white;
}

.redondel-propiedades-negro {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 100%;
	color: white;
}

.redondel-propiedades-blanco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: dimgrey;
	border-radius: 100%;
	color: white;
}

.precio-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	height: 150px;
	font-size: .8em;
}

.precio-cojin a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	color: white;
	border-radius: 10px;
	background-image: url(images/fondo-header2.jpg);
	padding: 10px;
}

.precio-cojin a:hover{
	background-image: url(images/textura04.jpg);
	color: white;
}

.precio-colcha {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 150px;
	font-size: .7em;
}

.columna-bullet {
	width: auto;
	margin-right: 5%
}

.caracteristica-cojin {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
/*	background-color: brown;
*/	padding: 2%;
	margin-bottom: 2.5%;
}

.columna-caracteristica {
	width: 80%;
	height: auto;
/*	background-color: blue;*/
	font-size: 1em;
}

.titulo-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	max-width: 940px;
	height: 80px;
	background-image: url(images/fondo-header.jpg);
	margin: auto;
	padding: 0 3%;
	font-size: 2em;
	color: white;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	text-decoration: none;
}

.titular-cojin {
	width: 100%;
	background-color: black;
	
}

.icono {
	width: 60%;
	height: auto;
}

@media screen and (max-width: 600px){
	
.cojines {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url(images/fondo-cojines.jpg);
	background-size: contain;
}

.imagenresponsiva {
	width: 100%;
	height: auto;
}

.cojin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 940px;
	height: auto;
/*	background-color: aqua;
*/}

.imagen1-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin-right: 0;
}


.imagen2-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
	margin-right: 0;
}

.imagen3-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin: 0;
}

.caracteristicas-cojin {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	height: auto;
	background-color: #373737;
	text-align: left;
	padding: 2%;
	color: white;
}

.redondel-propiedades-impar {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #b3751e;
	border-radius: 100%;
	color: white;
}

.redondel-propiedades-negro {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 100%;
	color: white;
}

.redondel-propiedades-blanco {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: dimgrey;
	border-radius: 100%;
	color: white;
}

.precio-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 70px;
	font-size: 1em;
}

.precio-cojin a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	text-decoration: none;
	color: white;
	border-radius: 10px;
	background-image: url(images/fondo-header2.jpg);
	padding: 10px;
}

.precio-cojin a:hover{
	background-image: url(images/textura04.jpg);
	color: white;
}

.columna-bullet {
	width: auto;
	margin-right: 5%
}

.caracteristica-cojin {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: auto;
/*	background-color: brown;
*/	padding: 2%;
	margin-bottom: 2.5%;
}

.columna-caracteristica {
	width: 80%;
	height: auto;
/*	background-color: blue;*/
	font-size: 1em;
}

.titulo-cojin {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	max-width: 940px;
	height: auto;
	background-image: url(images/fondo-header.jpg);
	margin: auto;
	padding: 0 3%;
	font-size: 1.8em;
	color: white;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 300;
	text-decoration: none;
}

.titular-cojin {
	width: 100%;
	background-color: black;
	
}

.icono {
	width: 60%;
	height: auto;
}

.precio-colcha {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 150px;
	font-size: .7em;
}
	
}




