﻿@font-face {
	font-family: 'julieta';
	font-style: normal;
	font-weight: 300;
	src: url(../fuentes/Julietta-Messie.otf);
}
@font-face {
	font-family: 'lemon';
	font-style: normal;
	font-weight: 300;
	src: url(../fuentes/DK-Lemon-Yellow-Sun.otf);
}

body{
	background: rgba(51,54,63,1);
	background: -moz-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,54,63,1)), color-stop(15%, rgba(42,45,54,1)), color-stop(30%, rgba(35,36,41,1)), color-stop(60%, rgba(26,27,29,1)), color-stop(100%, rgba(22,15,22,1)));
	background: -webkit-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -o-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: linear-gradient(to right, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363f', endColorstr='#160f16', GradientType=1 );

	font-family: 'Montserrat', sans-serif;
}

.blanco{
	background: rgba(51,54,63,1) !important;
	background: -moz-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%) !important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,54,63,1)), color-stop(15%, rgba(42,45,54,1)), color-stop(30%, rgba(35,36,41,1)), color-stop(60%, rgba(26,27,29,1)), color-stop(100%, rgba(22,15,22,1))) !important;
	background: -webkit-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%) !important;
	background: -o-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%) !important;
	background: -ms-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%) !important;
	background: linear-gradient(to right, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363f', endColorstr='#160f16', GradientType=1 ) !important;
	padding: 5px 0 !important;
}
.blanco .logotipo img{
	width: 60%;
}

.cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;

	background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(20%, rgba(0,0,0,0.8)), color-stop(40%, rgba(0,0,0,0.6)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(80%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

	padding-top: 10px;
	padding-bottom: 100px;

	transition: all 1.5s;
}

.cabecera .row{
	border: 0px solid white;
}

.logotipo{
	text-align: center;
}
.logotipo img{
	width: 100%;

	transition: all 0.5s;
}

nav{
	border: 0px solid red;
	margin-top: 25px;
}
nav a, nav a:hover{
	text-decoration: none !important;
	color: #ffbe00;
}

nav ul{
	list-style: none;
	padding: 0;
}

nav ul li{
	position: relative;
	width: 16.66%;
	float: left;
}

.menu-r{
	display: none;
}

.menu, .menu-r{
	text-align: center;
	font-weight: lighter;
	font-size: 20px;
	color: #ffbe00;
	cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
	color: white;
}


nav ul li:hover .menuS{
	display: block;
}


.menuS{
	position: absolute;
	top: 30px;
	left: -10%;
	width: 120% !important;
	border: 0.5px solid white;
	background: black;
	display: none;

	box-shadow: 2px 2px 2px #ffbe00;
}
.menuS ul li{
	width: 100%;
}
.menuSec{
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 3px 0;
}
.menuSec:hover{
	font-weight: bold;
}


.shop{
	text-align: center;
	color: #ffbe00;
	margin-top: 30px;
	cursor: pointer;
}
.shop a, .shop a:hover{
	text-decoration: none !important;
	color: #ffbe00;
}


.efecto{
	/* background:url(../images/fondo-papel.jpg); */
	padding: 0;
	padding-top: 100px;
}


.circulos{
	text-align: center;
}
.circulos img{
	width: 25%;
	margin: 0 2.5%;
}


.cortado{
	padding: 0;
}
.b{
	position: relative;
	z-index: 1000;
	border: 0px solid red;
	background: url(../images/fondo-papel.jpg) no-repeat center center;
	background-size: cover;
}
.corte-arriba{
	position: relative;
	z-index: 100;
	background: url(../images/corte1.png) no-repeat center center;
	background-size: cover;
	height: 200px;
	margin-top: -100px;
}
.corte-abajo{
	position: relative;
	z-index: 100;
	border: 0px solid green;
	background: url(../images/corte2.png) no-repeat center center;
	background-size: cover;
	height: 300px;
	margin-top: -130px;
}


.logotipo2{
	width: 100%;
	text-align: center;
	display: inline-block;
}
.logotipo2 img{
	width: 300px;
	margin-top: -100px;
}

.leyenda1{
	width: 100%;
	text-align: center;
	font-size: 62px;
	font-family: 'julieta';
	margin:30px 0;
}

.leyenda2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin:30px 0;
}

.importante{
	font-family: 'lemon';
	font-size: 22px;
}



.cabecera-ayuda{
	/*background: rgba(51,54,63,1);
	background: -moz-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,54,63,1)), color-stop(15%, rgba(42,45,54,1)), color-stop(30%, rgba(35,36,41,1)), color-stop(60%, rgba(26,27,29,1)), color-stop(100%, rgba(22,15,22,1)));
	background: -webkit-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -o-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: linear-gradient(to right, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363f', endColorstr='#160f16', GradientType=1 );*/

	width: 100%;
	text-align: center;
	color: white;
	padding-top: 160px;
	padding-bottom: 100px;
}
.fondo-individuales{
	background: url(../images/cabecera-individuales.png) no-repeat center center;
	background-size: cover;
}
.fondo-sets{
	background: url(../images/cabecera-sets.png) no-repeat center center;
	background-size: cover;
}


.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding-top: 30px;
}


.seccion{
	font-size: 22px;
	line-height: 50px;
}
.imagen-seccion{
	text-align: center;
}
.imagen-seccion img{
	width: 100%;
}
.seccion a, .seccion a:hover{
	color: black;
	text-decoration: none;
}



.productos{
	border: 0px solid white;
	padding-top: 20px;
	padding-bottom: 140px;
}

.producto{
	position: relative;
	background: white;
	width: 100%;
	display: inline-block;
	margin-bottom: 160px;
}

.imagen-producto{
	width: 100%;
	display: inline-block;
}
.imagen-producto img{
	width: 60%;
	margin-top: -100px;
	margin-left: 20%;
}

.titulo-producto{
	width: 100%;
	padding: 12px 12px 0 12px;
	display: inline-block;
}
.titulo-producto strong{
	width: 100%;
	color: #ffbe00;
	font-size: 32px;
	display: inline-block;
}
.titulo-producto span{
	border: 0px solid red;
	width: 100%;
	font-size: 14px;
	min-height: 40px;
	display: inline-block;
}
.titulo-producto section{
	width: 100%;
	color: #ffbe00;
	font-weight: lighter;
	font-size: 30px;
	display: inline-block;
}


.mas{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.mascir{
	position: absolute;
	background: #ffbe00;
	bottom: -30px;
	left: 43%;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 20px;
	display: inline;

	border-radius: 50%;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
}


footer{
	position: relative;
	top: -110px;
	
	background: rgba(51,54,63,1);
	background: -moz-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,54,63,1)), color-stop(15%, rgba(42,45,54,1)), color-stop(30%, rgba(35,36,41,1)), color-stop(60%, rgba(26,27,29,1)), color-stop(100%, rgba(22,15,22,1)));
	background: -webkit-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -o-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	background: linear-gradient(to right, rgba(51,54,63,1) 0%, rgba(42,45,54,1) 15%, rgba(35,36,41,1) 30%, rgba(26,27,29,1) 60%, rgba(22,15,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33363f', endColorstr='#160f16', GradientType=1 );

	color: white;
	font-size: 20px;
	font-weight: lighter;
	line-height: 32px;
	padding-top: 130px;
	padding-bottom: 20px;
}

footer a{
	color: white;
}

footer b{
	font-size: 24px;
	margin: 0 40px 0 0;
}

footer strong{
	width: 100%;
	font-weight: lighter;
	color: #ffbe00;
	display: inline-block;
	margin-bottom: 20px;
}

.seccion-footer{
	text-align: justify;
}



.tienda .titulo{
	color: white;
}





.p{
	margin: 0 0 50px 0;
}
.titulo-p{
	border: 0px solid red;
	min-height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	padding: 0 0 15px 0;
}
.imagen-p{
	min-height: 255px;
}
.precio-p{
	text-align: center;
	color: #e96656;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.precio-p del{
	color: gray;
}

.btn-naranja{
	border: 0;
	background: #ffbe00;
	width: 80%;
	color: white;
	font-size: 19px;
	margin: 0 10% 10px;

	border-radius: 5px;

	transition:all 0.2s;
}
.btn-naranja:hover{
	background: #d83e2b;
}


.log{
	margin: 0 0 40px 0;
	display: none;
}



.login{
	border: 0px solid white;
	margin: 0 0 40px 0;
}

.login .titulo{
	font-size: 30px;
	text-decoration: underline;
}

.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;
}



.seccion{
	text-align: justify;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 40px 0;
}



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

.imagensitas{
	width: 100%;
}
.imagensitas .img{
	width: 45%;
	float: left;
	margin: 20px 2.5%;
	cursor: pointer;
}
.imagensitas .img img{
	width: 100%;
	display: inline;
}


table{
	color: white !important;
}
thead{
	font-weight: bold;
	font-size: 22px;
}
td img{
	width: 100px;
}
td a, td a:hover{
	color: white;
}

.eliminar{
	background: gray;
	color: white;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 3px 1px;

	border-radius: 50%;
}


.total{
	margin: 0 0 40px 0;
}


.finalizar{
	margin-bottom: 40px;
}

.finalizar .titulo{
	font-size: 30px;
}


.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 #ffbe00;
	background: black;
	color: white;
}

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



#paypal-button{
	display: none;
}


.conekta{
	display: none;
}


.descripcion, .tienda{
	color: white !important;
}


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

.texto-entrada{
	font-size: 20px;
	line-height: 30px;
}


.entradas a{
	color: black;
	text-decoration: none;
}


.agotado{
	width: 100%;
	text-align: center;
	color: red;
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 30px;
}


.talla{
	border: 0px solid #ddd;
	background: #f7f7f7;
	width: 40%;
	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;
}



@media screen and (max-width:1140px){
	.cabecera{
		position: relative;
	}
	.cabecera, .blanco{
		padding-bottom: 10px;
	}
	.blanco .logotipo img, .logotipo img{
		width: 90%;
	}
	.cabecera-ayuda{
		padding: 30px 0;
	}
}
@media screen and (max-width:992px){
	.blanco .logotipo img, .logotipo img{
		width: 50%;
	}
}
@media screen and (max-width:768px){
	.blanco .logotipo img, .logotipo img{
		width: 60%;
	}
	.menu-r{
		display: block;
	}
	nav ul{
		display: none;
	}
	nav ul li{
		width: 100%;
	}
	.menuS{
		position: relative;
		top: 0;
		left: 0;
		width: 100% !important;
		display: block;
		float: left;
	}
	.circulos img{
		width: 90%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width:576px){
	.blanco .logotipo img, .logotipo img{
		width: 70%;
	}
}