﻿body{
	font-family: 'Montserrat', sans-serif;
}

#efecto{
	position: relative;
	width: 100%;
	float: left;
}

.blanco{
	position: fixed !important;
	background:rgba(256,256,256,0.9) !important;
	padding: 12px 0 !important;
}
.blanco #logotipo{
	width: 10%;
}
.blanco #menu{
	margin: 0px 0 0 0;
}
.blanco .menu{
	color: #9b649f;
	text-shadow: 0 0 0 transparent;
}

#cabecera{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	border: 0px solid red;
	background: rgba(256,256,256,1);
    background: -moz-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(256,256,256,1)), color-stop(20%, rgba(256,256,256,0.8)), color-stop(40%, rgba(256,256,256,0.6)), color-stop(60%, rgba(256,256,256,0.4)), color-stop(80%, rgba(256,256,256,0.2)), color-stop(100%, rgba(256,256,256,0)));
    background: -webkit-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -o-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: -ms-linear-gradient(top, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
    background: linear-gradient(to bottom, rgba(256,256,256,1) 0%, rgba(256,256,256,0.8) 20%, rgba(256,256,256,0.6) 40%, rgba(256,256,256,0.4) 60%, rgba(256,256,256,0.2) 80%, rgba(256,256,256,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	
	width: 100%;
	float: left;
	padding: 12px 0 100px 0;

	transition: all 0.7s;
}

.cabecera-fondo{
	background: url(../images/fondo-cabecera.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 300px;
	float: left;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 18%;
	float: left;

	transition: all 0.2s;
}

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid red;
	width: 70%;
	float: right;
	margin: 20px 0 0 0;

	transition: all 0.2s;
}

#menu a{
	text-decoration: none;
}

.menu-r{
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 20%;
	float: left;
}

.menu, .menu-r{
	border-bottom: 1px solid transparent;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #9b649f;
	font-weight: bold;
	padding: 12px 0;
	cursor: pointer;

	transition: all 0.2s;

	text-shadow: 2px 0px white;
}

.menu:hover, .activo, .menu-r:hover{
	border-bottom: 1px solid #9b649f;
}


.shop{
	border: 0px solid red;
	width: 60%;
	text-align: right;
	font-size: 20px;
	padding: 12px 20px;
	float: right;

	box-sizing: border-box;
}

.shop span{
	border: 0px solid red;
	width: 33.33%;
	text-align: center;
	display: inline-block;
}



#efecto-conten-conten{
	width: 100%;
	float: left;
}

.titulo{
	width: 100%;
	text-align: center;
	float: left;
}

.titulo div{
	position: relative;
	z-index: 1000;
	background: #9b649f;
	color: white;
	font-size: 37px;
	font-weight: bold;
	display: inline-block;
	padding: 20px 20px;
	margin: -30px 0 0 0;

	box-sizing: border-box;
}


#contenido{
	width: 1300px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.ts{
	width: 100%;
	float: left;
}

.t{
	border: 1px solid #ddd;
	width: 50%;
	min-height: 350px;
	float: left;
	padding: 20px;

	box-sizing: border-box;
}

.morado{
	background: #eed3f0;
}

.t strong{
	width: 100%;
	text-align: center;
	font-size: 23px;
	float: left;
	margin: 30px 0 30px 0;
}

.t p{
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	font-weight: lighter;
	float: left;
	padding: 0 20px;

	box-sizing: border-box;
}


#brenda{
	position: relative;
	background: url(../images/fondo-brenda.gif) no-repeat center center fixed;
	background-size:cover;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.fondo-blanco{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(256,256,256,0.5);
	width: 100%;
	height: 100%;
	float: left;
}

#brenda-conten{
	position: relative;
	z-index: 1001;
	width: 1200px;
	margin: 0 auto;
}

.texto{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 0 0 30px 0;
}

.titulo2{
	width: 100%;
	text-align: center;
	font-size: 37px;
	float: left;
	margin: 0 0 40px 0;
}

.parte{
	width: 100%;
	float: left;
}

#brendai, .seccion{
	width: 63%;
	font-weight: lighter;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

#brendad, .imagen-seccion{
	width: 35%;
	font-size: 18px;
	line-height: 23px;
	float: right;
}

.texto-brenda{
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	font-weight: lighter;
	float: left;
}

#brendad img{
	width: 100%;

	border-radius: 50%;
}
.imagen-seccion img{
	width: 100%;
}


.te{
	background: #9b649f;
	width: 31.33%;
	color: white;
	float: left;
	margin: 0 1% 40px;
}

.imagen-te{
	max-height: 300px;
	overflow: hidden;
}
.imagen-te, .imagen-te img{
	width: 100%;
	float: left;
}

.texto-te{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	float: left;
	padding: 9px;

	box-sizing: border-box;
}
.texto-te strong{
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin: 0 0 20px 0;
}


.separacion{
	width: 100%;
	float: left;
}



.agregar{
	border: 0;
	background: #fc780b;
	width: 150px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px black;
	padding: 12px 0;
	cursor: pointer;

	border-radius: 12px;
}
.agregar:hover{
	background: #ca6410;
	font-weight: bold;
}


.p{
	width: 24%;
	float: left;
	margin: 0 0 40px 1%;
}
.imagen-p{
	width: 100%;
	float: left;
}
.imagen-p img{
	width: 100%	;
}
.titulo-p{
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 12px 0;
}
.texto-p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	font-weight: light;
	float: left;
	padding: 12px 0;
}
.texto-p span{
	color: blue;
	text-decoration: underline;
}


.separacion{
	width: 100%;
	float: left;
}


.producto{
	width: 100%;
	float: left;
}
.imagen-producto{
	width: 50%;
	float: left;
}
.imagen-producto img{
	width: 100%;
}

.texto-producto{
	width: 50%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 0 0 0 30px;

	box-sizing: border-box;
}

#tamanos{
	width: 50%;
	height: 45px;
	font-size: 20px;
	font-weight: lighter;
	margin: 30px 0 0 0;
}

button{
	border: 0;
	background: orange;
	width: 40%;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-size: 22px;
	padding: 7px 0;
	margin: 30px 0 0 0;
	cursor: pointer;

	border-radius: 4px;
}
button:hover{
	font-weight: bold;
}



/* DE LA TIENDA */
.log{
	margin: 0 0 40px 0;
	display: none;
}
.login{
	border: 0px solid white;
	margin: 40px 0;
}

.login .titulo{
	width: 100%;
	font-size: 30px;
	text-decoration: underline;
	display: inline-block;
}

.facebook{background: #4c66a2;}
.google{background: #df5645;}
.correo{background: #ececec;color:black !important;}

.facebook, .google, .correo{
	width: 90%;
	text-align: center;
	font-size: 22px;
	color: white;
	margin: 0 5% 30px;
	cursor: pointer;

	border-radius: 7px;
}


.finalizar{
	margin-bottom: 40px;
}

.finalizar .titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	margin: 0 0 40px 0;
}


.forma{
	border: 5px solid black;
	background: #ececec;
	width: 100%;
	text-align: center;
	color: black;
	float: left;
	padding: 20px 12px;
	margin: 0 0 30px 0;
	cursor: pointer;
}
.forma:hover, .forma-activa{
	border: 5px solid red;
	background: black;
	color: white;
}

.forma img{
	width: 80px;
	float: left;
}
.texto-forma{
	width: 80%;
	float: right;
}
.texto-forma p{
	color: red;
	font-size: 30px;
	font-weight: bold;
}



#paypal-button{
	display: none;
}



.imagen-principal{
	width: 100%;
}
.imagen-principal img{
	width: 100%;
}

.a{
	display: none;
}


.botones-p strong{
	border: 1px solid #ddd;
	width: 35%;
	font-size: 22px;
	color: blue;
	display: inline-block;
	display: none;
}


.descripcion{
	font-size: 22px;
	line-height: 32px;
}



.talla{
	border: 0px solid #ddd;
	background: #f7f7f7;
	width: 30%;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	margin-right: 2%;
	margin-bottom: 20px;
}
.talla span{
	font-size: 14px;
	color: gray;
}
.talla:hover, .tallaActiva{
	background: #9b649f;
	color: white;
}
.talla:hover span{
	color: white;
}


.rojo{
	background: green;
	color: white;
	padding: 40px;
}

.rojo strong{
	font-size: 30px;
	text-shadow: 2px 2px 2px black;
}



#footer{
	position: relative;
	background: url(../images/fondo-footer.jpg) no-repeat center center;
	background-size:cover;
	width: 100%;
	float: left;
}

.fondo-lila{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgb(155,2,248,0.7);
	width: 100%;
	height: 100%;
}

#footer-conten{
	position: relative;
	z-index: 101;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

#footer-conten span{
	font-size: 22px;
	color: white;
	padding: 30px 0;
	margin: 0 100px 0 0;
	display: inline-block;
}

#footer-conten span b{
	font-size: 27px;
}

#footer-conten span a{
	color: white;
	text-decoration: none;
}

#footer-conten span a:hover{
	text-decoration: underline;
}

@media screen and (max-width:1300px){
	#contenido{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
}
@media screen and (max-width:1200px){
	#cabecera-ayuda{
		display: none;
	}
	#cabecera, .blanco{
		position: relative !important;
		padding: 12px 0;
	}
	#cabecera-conten, #brenda-conten, #footer-conten{
		width: 100%;
		padding: 0 10px;

		box-sizing: border-box;
	}
	.blanco #logotipo{
		width: 18%;
	}
}
@media screen and (max-width:1000px){
	#logotipo, .blanco #logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width:800px){
	.te{
		width: 48%;
		margin: 0 1% 30px !important;
	}
	.p{
		width: 48%;
	}
}
@media screen and (max-width:768px){
	.botones-p strong{
		width: 100%;
	}

}
@media screen and (max-width:700px){
	.menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.shop{
		width: 100%;
	}
	.shop span{
		width: 48%;
	}
	#brendai, .seccion{
		width: 100%;
	}
	#brendad, .imagen-seccion{
		width: 100%;
		float: left;
	}
	.te{
		width: 98%;
	}
}
@media screen and (max-width:600px){
	#logotipo img{
		width: 60%;
	}
	.t{
		width: 98%;
		margin: 0 1%;
	}
	.p{
		width: 98%;
	}
	#footer-conten span{
		margin:0 20px;
	}
}