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

* {
	margin: 0;
	padding: 0;
	
}
body {
	padding-bottom: 59px;
}
.home{
	/*background-image: url(../img/home-back.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center top;*/
	padding-top: 30px;
	background-color: #7f8c8d;	
}
.home section #inicio img {
	/*width: 70%;*/
    margin-bottom: 15px;
    margin-top: 15px;
}
.home section #inicio p {
	font-size: 1em;
	color: #fff;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}


.padre {
  justify-content: space-around;
  flex-direction: column;
  margin: 0 auto;
}
#inicio {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#login {
	width: 80%;
	margin: 0 auto;
	}
.padre2 {
  justify-content: space-around;
  flex-direction: column;
  margin: 0 auto;
}

.campos{
	text-align:center;
	display: block;
	height: auto;
	outline: none;
	box-shadow: none;
	background: none;
	border-radius: 0px;
	padding: 10px;
	font-size: 1.6em;
	width: 100%;
	background: transparent;
	color: #c2b8b1;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	}
.campos2{
	text-align:left;
	display: block;
	height: auto;
	outline: none;
	box-shadow: none;
	background: none;
	border-radius: 0px;
	padding: 10px;
	font-size: 1.6em;
	width: 100%;
	background: transparent;
	color: #c2b8b1;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	}
.boton {
    margin-top: 20px;
	margin-bottom: 20px;
    background: #f1c40f;
    border: none;
    font-size: 1.6em;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
    border-radius: 3px;
    color: #ffffff;
    border-bottom: 4px solid #8E7409;
}
.boton2 {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #27AE60;
	font-size: 1.6em;
	font-weight: 300;
	padding: 5px 0;
	width: 100%;
	border-radius: 3px;
	color: #b3eecc;
	border-bottom-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1e8449;
}

/*-----------------------------------------------------------------               LISTADO                  --------------------------------------------------------------------*/
header {
	height: 65px;
	width: 100%;
	max-width: 100%;
	background-color: #7f8c8d;
	position:fixed
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
}
.logo{
	padding: 10px;
}

#buscador {
	height: 45px;
	width: 100%;
}

#caja-bus{
	text-align:center;
	display: block;
	height: auto;
	outline: none;
	box-shadow: none;
	background: none;
	border-radius: 0px;
	padding: 10px;
	font-size: 1.4em;
	width: 100%;
	background-color: #ecf0f1;
	color: #c2b8b1;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	color: #333;
	}
#categorias {
	height: 45px;
	width: 100%;
}
.lista-cat {
	height: 45px;
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	justify-content: space-around;
}
.lista-cat li
{
	width: 100%;
	text-align:center;
	vertical-align: middle;
	color:#FFF;
	display:block;
	line-height: 2.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.DG {
	background-color: #1abc9c;
}

.DI {
	background-color: #2ecc71;
	}

.DIyS {
	
	background-color: #3498db;
	}

.DT {
	background-color: #9b59b6;}

.ARQ {
	background-color: #e67e22;
}

.PAI {
	background-color: #e74c3c;}

.listado .lista-prod {
	/*height: 45px;*/
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	/*justify-content: space-around;*/
	color:#333;

}

.listado .lista-prod li {
	width: 100%;
	text-align:center;
	vertical-align: middle;
	color:#333;
	display:flex;
	line-height: 2.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
		/*padding-bottom: 10px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	/*margin-bottom: 10px;*/
}
.estirado0 {
	flex-grow: 0.2em;
	text-align:left;
	}
.estirado {
	
	text-align:left;
	}
.estirado2 {
    flex-grow: 1;
	text-align:left;
    font-size: 19px;
    line-height: 16px
    
	}
.estirado3 {
	flex-grow: 0.2em;
	text-align:center;
	line-height: 5em;
	color:white;
	padding: 10px 0;
	}

footer ul {
	list-style-type: none;
	display: flex;
	justify-content: space-around;
}
.precio{
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 10px;
}

footer {
	background-color: #0a0f13;
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	
}

.icons {
	width: 25px;
}
.estirado2 h1 {
	    font-size: 1em;
    line-height: 1.4em;
	margin-left: 0.6em;
	}
.estirado2 p {
	font-size: 0.6em;
	margin-left: 1.4em;
	}
	.anchotodo {width: 100%;
	text-decoration: none;}
	/*-----------------------------------------------------------------          PRODUCTO SOLO           --------------------------------------------------------------------*/
.center {
	text-align:center;}

.ancho {    width: 90%;
    margin: 0 auto;}
	
	#single .listado .estirado0 {
	flex-grow: 1;
	text-align:left;
	}

#single	.listado .estirado2 {
	flex-grow: 9;
	text-align:left;
	/*padding-left: 25px;*/
	}
#single .listado .estirado2 h1 {
	/*margin-top: 15px;*/
	font-size: 1.4em;
	line-height: 1.8em;
	}
#single .listado .estirado2 p {
	font-size: 1em;
	font-weight:400;
	line-height: 1.2em;
	padding-right: 1em;
	}
	
#single .listado .lista-prod li {
	width: 100%;
	text-align:center;
	vertical-align: middle;
	color:#333;
	display:flex;
	flex-wrap: nowrap;
	line-height: 2.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
		/*padding-bottom: 10px;*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	/*margin-bottom: 10px;*/
}
.relacionados {	
		display: flex;
		align-items: stretch;
	flex-wrap: nowrap;
	list-style-type: none;
	justify-content: space-around;
	flex-direction: column;	
}

#lista-relac {
	display: flex;
		align-items: stretch;
	flex-wrap: nowrap;
	list-style-type: none;
	justify-content: space-around;
	color:#333;
}

#lista-relac {
	display: flex;
}
#single section .relacionados h1 {
		text-align:center;
	margin-bottom: 20px;
		line-height: 2.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#333333;
}
#single section .relacionados h2 {
	text-align:center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#333333;
	font-size: 1em;
}
/*-----------------------------------------------------------------               CONTACTO                  --------------------------------------------------------------------*/

.contacto {
	width: 95%;
	margin: 20px auto;
}
.contacto P{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#333333;
	font-size: 1em;
}
/*-----------------------------------------------------------------           NOTIFICACIONES          --------------------------------------------------------------------*/
.notificacion {
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

}
.notificacion .lista-prod li {
	width: 100%;
	text-align:center;
	vertical-align: middle;
	color:#333;
	display:flex;
	flex-wrap: nowrap;

	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
		/*padding-bottom: 10px;*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	/*margin-bottom: 10px;*/
}
.notificacion .lista-prod {
	/*height: 45px;*/
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	justify-content: space-around;
	color:#333;

}

#single .notificacion h1 {
		text-align:center;
	margin-bottom: 20px;
		line-height: 1.2em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 1.4em;
	color:#333333;
	padding: 30px 2.5%;
}
#single .notificacion h2 {
	text-align:center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#333333;
	font-size: 1em;
}
.gris{
	background-color: #ecf0f1;	
    text-decoration: none;
}

.gris a {	
    text-decoration: none;
}
.secundaria {
	text-align:center;	
}
/*-------------------------------------------------           NOTIFICACIONES abierta         ----------------------------------------------------*/

#single .notificacion #sin-margen {
    padding: 1em;
    margin-bottom: 0px;
	line-height: 0.5em;
}


section article div p{
    margin: 0em 0em 1em 0em;
}
/*-------------------------------------------------           REGISTRO   
--------------------*/
.listado .lista-prod a {
	text-decoration: none;
}
.menos-margin { margin-top: -100px;}

/*-------------------------------------------------           CARRITO         ----------------------------------------------------*/
.cout{
	position: fixed;
	bottom: 59;
	left: 0;
	width: 100%;
	}
.cout2{
		position: fixed;
	bottom: 104;
	left: 0;
	width: 100%;
	color: #333 !important;
	}
.boton-out{
	background-color: #f29c11;
}
.boton-seguir{
	background-color: #ecf0f1;
	color: #333 !important;
}
.borde-arriba{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
width: 100%;
}
.cout2 article .lista-cat .borde-arriba.oscuro {
	color: #333;
}

.oscuro {color: #333 !important;}

.bordeabajo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

.carrito-padding {
	padding-bottom: 154px;}
.fondo-blanco {
	background-color: #FFF;}
	
	.boton-seguir.oscuro a {
	text-decoration: none;
	color: #333;
}
.boton-seguir.oscuro a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------           PERFIL         ----------------------------------------------------*/
.fondo-perfil{
	background-image: url(../img/fondoperfil.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 100%;
	background-size:cover;
	display:flex;
	flex-direction: column;
}

.circular {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	background-image: url(../img/franch.jpg);
	background-repeat: no-repeat;
	margin: 25px auto 5px auto;
	}
.fondo-perfil h1 {
	font-size: 1.6em;
	font-weight: 400;
	color: #FFF;
		font-family: 'Open Sans', sans-serif;
		text-align:center;
		text-decoration:none;
		
}
.lista-perfil {
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	text-decoration:none;
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	display: flex;	
	flex-direction: column;	
}
.lista-perfil li{
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	text-decoration:none;
	list-style-type: none;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.lista-perfil :last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	/*#slider img {
	height: auto;
	width: 100%;*/
}
.listado .lista-prod .anchotodo li .precio h2 {
	padding-right: 10px;
}
.boton-out a {
	color: #FFF;
	text-decoration: none;
}
.confirmar {
	border-bottom:none !important;
	padding-right: 10px;
}
.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
.pad{
	padding-right: 5px;
	padding-left: 5px;
}