body{
	font-family: 'Signika Negative', sans-serif;
}
a{
	color: #34cbc6;
}

header{
	background-color: transparent;
	position: fixed;
}

header.reduce, header.inside, header.active{
	background-color: #ffffff;
}

header.inside{
	position: sticky;
}

header .top, footer{
	background-color: #34cbc6;
}

header .top a:hover{
	color: #ffffff;
}

header .redes, header .optIcons{
	line-height: normal;
	height: auto;
}

header .logo{
    width: 120px;
    height: 120px;
    background-image: url(logoOriginal.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100px;
}

header ul.options{
	height: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
}


header ul.options > li{
	display: block;
	width: 100%;
	text-align: left;
}

header ul.options.active{
	height: auto;
	max-height: 60vh;
	overflow-y: auto;
}

header ul.options  li a, header ul.options li p{
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	margin-left: 0;
	padding-left: 0;
}

header.reduce ul.options  li a, header.reduce ul.options li p, header.inside ul.options  li a, header.inside ul.options li p, header.active ul.options  li a, header.active ul.options li p{
	color: #828282;
	display: block;
	width: 100%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0);	
}

header ul.options  li a:hover, header ul.options li p:hover{
	color: #34cbc6;
}

header ul.options > li > a, header ul.options > li > p{
	line-height: 40px;
	vertical-align: top;
	position: relative;
	font-weight: 300;	
}

header ul.options > li > p{
	line-height: 40px;
}

header ul.options > li a{
	transition: all .3s;	
}

header ul.options > li a:hover{
	padding-left: 15px;
	
}

header ul.options li a:hover, header ul.options li p:hover{
	opacity: 1;
}

header ul.options li ul li a:hover{
	opacity: 1;
	color: #59d9da;
}

.hamburger{
	padding: 45px 0;
}

footer .redes a{
    width: 45px;
    height: 45px;
    background-color: #59d9da;
    border-radius: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;	
}

footer .redes a:hover{
    background-color: #ffffff;
}

footer .redes a:before{
	font-size: 1.5rem;
}

footer .redes a:hover:before{
    color: #34cbc6;	
}

footer .links p, footer .links p:first-child{
	font-size: 1rem;
	color: #ffffff;
	opacity: 1;	
}

footer .footReg{
	color: #ffffff;
}

header + .carousel{
	height: 100vh;
}

.carousel-item.fijo{
	background-image: url("fondo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-control-next, .carousel-control-prev{
	width: 8.5%;
}

.carousel-item:after{
	display: none;
}

.carousel-caption{
	top: auto;
    right: auto;
    bottom: auto;
    left: auto;
	left: 50%;
    transform: translateX(-50%);
	bottom: 5%;
    text-align: center;	
}

.carousel-caption h1{
	width: 100%;
    font-weight: 300;	
	text-transform: uppercase;
	font-size: 2.5rem;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75)
}

.carousel-caption h1 + p{
	width: 100%;
	display: none;
}

.carousel-caption a.btn-call, .btn-primary.btn-call, .loginRegistro .btn.btn-success{
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #34cbc6;
	text-transform: uppercase;
    font-weight: 300;	
	border-radius: 0px;
	font-size: 1rem;
	padding: 15px 30px;
}

.carousel-caption a.btn-call:hover, .btn-primary.btn-call:hover, .loginRegistro .btn.btn-success:hover{
	background-color: #34cbc6;
}

.articulo .proximaFecha .btn.call{
	padding: 15px 30px;
	border: 2px solid #cccccc;
	background-color: transparent;
	color: #828282;
	font-weight: bold;
	text-transform: uppercase;
}

.articulo .proximaFecha .btn.call:hover{
	border-color: #59d9da;
	color: #34cbc6;
	background-color: #59d9da;	
}

.carousel-caption p:last-of-type{
	margin-bottom: 0;
}

section{
	padding: 90px 0;
	background-attachment: fixed;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-bottom: 0!important;	
}

section:nth-of-type(odd){
	background-color: #ffffff;
}
section:nth-of-type(even){
	background-color: #f2f2f2;
}

section.mb-3{
	margin-bottom: 0!important;	
}

section h1, .articulo .container > h1, section h2{
	color: #212121;
	font-weight: bold;
}

section .container > h1, .articulo .container > h1, section .container > h2:first-child{
	display: block;
	width: 100%;
	float: left;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}

section .container > h1:after, .articulo .container > h1:after, section .container > h2:first-child:after{
	content: "";
	display: block;
	width: 33.33%;
    margin: 0px auto 15px;
    height: 55px;
    border-radius: 12px;
	background-image: url("separador.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

section:nth-of-type(odd){
	background-color: #ffffff;
}

section .container > h2:first-child + p{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
	text-align: center;
}

.articulo h1{
	margin-bottom: 30px;
}

.articulo .texto a{
	color: #34cbc6;
}

.articulo + .dependientes{
	padding-bottom: 60px;
}

.articulo + .dependientes .listado{
	text-align: center;
	font-size: 0;
}

.articulo + .dependientes .listado a{
	text-align: left;
	width: 30%;
	display: inline-block;
	margin-right: 5%;
	margin-bottom: 5%;
	font-size: 1rem;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 30px;
	vertical-align: top;
	color: #626262;
}

.articulo + .dependientes .listado a h2{
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.articulo + .dependientes .listado a .fecha{
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: .879rem;
}

.articulo + .dependientes .listado a .imagen{
	margin-bottom: 30px;
}

.articulo + .dependientes .listado a .imagen, .articulo + .dependientes .listado a .imagen img{
	width: 100%;	
}

.articulo + .dependientes .listado a .copete{
	margin-bottom: 15px;
}

.articulo + .dependientes .listado a:hover{
	border: 1px solid #34cbc6;
}

.articulo + .dependientes .listado a:hover h2{
	text-decoration: underline;
}

.articulo + .dependientes .listado a .btn-call, .btn-primary.btn-call{
    padding: 15px 30px;
    border: 2px solid #cccccc;
    background-color: transparent;
    color: #626262;
    font-weight: bold;
    text-transform: uppercase;	
}

.btn.btn-call, .btn-primary.btn-call{
	border-radius: 0;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #34cbc6;
}

.btn.btn-call:hover{
	background-color: #34cbc6;
}

.articulo + .dependientes .listado a:hover .btn-call, .btn-primary.btn-call:hover{
	border-color: #34cbc6;
}

.contacto h2, .pricing h2{
	margin-bottom: 60px;
}

.pricing > .container{
	font-size: 0;
}

.pricing .plan{
	font-size: 1rem;
	border-top: 5px solid #34cbc6;
}


.pricing .plan{
	font-size: 1rem;
	border-top: 5px solid #34cbc6;
}

section.pricing:nth-child(3n+3) .plan{
	border-color: #59d9da;
}


.pricing .plan img{
	width: 100%;
	margin-bottom: 15px;	
}

.plan .btn-call{
padding: 15px 30px;
    border: 2px solid #cccccc;
    background-color: transparent;
    color: #828282;
    font-weight: bold;
    text-transform: uppercase;
	border-radius: 0;
}

.plan .btn-call:hover{
	border-color: #34cbc6;
	color: #34cbc6;
	background-color: #59d9da;
}

.plan .planPrecio{
	color: #34cbc6;
}

section.pricing:nth-child(3n+3) .plan .planPrecio {
    color: #59d9da;
}

/**/
.clientes .logos{
	margin-top: 30px;
}

.clientes .logos span {
    height: 60px;
    position: relative;
}

.clientes .logos span{
	background-color: transparent;
}

.clientes .logos img {
	mix-blend-mode: multiply;
    width: auto;
    max-width: 60%;
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);}

.clientes button{
	display: none;
}

.cuerpo blockquote {
	color: #34cbc6;
    background: #f2f2f2;
    border-left: 15px solid #34cbc6;
    margin: 0 0 1.5em;
    padding: 30px;
    quotes: "\201C""\201D""\2018""\2019";
}

.cuerpo ul{
	list-style: none;
	padding: 0;
}

header.inside + .articulo{
	padding-top: 30px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
}

header.inside .hamburger-inner, header.inside .hamburger-inner:after,header.inside .hamburger-inner:before, header.active .hamburger-inner, header.active .hamburger-inner:after,header.active .hamburger-inner:before, header.reduce .hamburger-inner, header.reduce .hamburger-inner:after,header.reduce .hamburger-inner:before{
	background-color: #828282;
}

header.inside{
	border-bottom: 1px solid #f2f2f2;
}

header + .loginRegistro{
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
}

.loginRegistro .login, .loginRegistro .registro, .loginRegistro .recuperar{
	background-color: #ffffff;
}

.loginRegistro .btn.btn-success{
	border: 2px solid #34cbc6;
	padding: 15px 30px;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color: #34cbc6;
}

header .options .active ul{
	box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.25);
}

.listadoProductos a, .productos a{
	font-size: 1rem;
	border: 2px solid #c7d0d9;
	padding: 30px;
	text-align: center;
	color: #828282;
	vertical-align: top;
	background-color: transparent;
}


.listadoProductos a .btn-call, .productos a .btn-call{
	background-color: transparent;
	color: #828282;
	text-transform: uppercase;
	width: 100%;
}

.listadoProductos a:hover .btn-call, .productos a:hover .btn-call{
	color: #ffffff;
	background-color: #34cbc6;
}


.listadoProductos a .imagen, .productos a .imagen{
	margin-bottom: 30px;
}

.listadoProductos a .precioProducto, .productos a .precioProducto{

	font-size: 2rem;
	font-weight: bold;
}

.listadoProductos a .detalleProducto, .listadoProductos a .btn-call{
	padding: 1rem;
	font-size: 0.875rem;
}



.listadoCategorias a{
	width: 31.66666666666667%;
	background-color: transparent;
}

.listadoCategorias a:after{
	padding-bottom: 100%;
}

.listadoCategorias a p{
    font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
    color: #ffffff;
	padding: 10px;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: padding .5s;
    width: 100.5%;
    margin-bottom: 0;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8519782913165266) 0%, rgba(0,0,0,0.0032387955182072714) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	text-shadow: 2px 2px 3px rgba(0,0,0,1);
    text-align: left;
} 

.listadoCategorias a img{
	transform: translate(-50%,-50%) scale(1);
	transition: transform .5s;
} 

.listadoCategorias a:hover p{
	color: #34cbc6;
	padding-left: 15px;
} 

.listadoCategorias a:hover img{
	transform: translate(-50%,-50%)  scale(1.125);

} 

.listadoProductos a .nombreProducto{
	font-weight: 600;
	color: #34cbc6;
}

.listadoProductos a:hover{
	border: 2px solid #a4abb3;
}


section.articulos .listado{
	font-size: 0;
	text-align: center;
	vertical-align: top;
}

section.articulos a.articulo_item {
	width: 31.66666666666667%;
	display: inline-block;
	font-size: 1rem;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	text-align: left;
	vertical-align: top;
    background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #828282;
}

section.articulos a.articulo_item .imagen{
	display: block;
	width: 100%;
	padding: 0;
	margin:0 0 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-bottom: 0;}

section.articulos a.articulo_item .imagen:after{
	content: "";
	display: block;
	padding-bottom: 75%;
}

section.articulos a.articulo_item .imagen img{
	position: absolute;
	object-fit: cover;
	width: 101%;
	height: 101%;
}

section.articulos a.articulo_item .texto{
	padding: 30px;
	color: #828282;
}

section.articulos a.articulo_item .texto h2{
	font-size: 1.125rem;
	text-transform: uppercase;
}

section.articulos a.articulo_item .texto .copete{
	display: none;
}

section.articulos a.articulo_item .texto .btn{
	border: 2px solid #34cbc6;
	border-radius: 0;
	padding: 15px;
	color: #34cbc6;
	margin-bottom: 0;
}

section.articulos a.articulo_item:hover .texto .btn{
	color: #ffffff;
	border: 2px solid #34cbc6;
	background-color: #34cbc6;
}

section.articulos .listado > a.btn:before, section.articulos .listado > a.btn:after{
	content: " - ";
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"] {
    background-color: #34cbc6;
}

.producto .precioOriginal{
	font-size: 1.5rem;
	color: #34cbc6;
	font-weight: bold;	
}

footer .links .btn.btn-call, .btn-primary.btn-call{
	padding: 0;
	background-color: transparent;
	
}

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;
}

header + section.producto{
	padding-top: 30px;
}

li a.borrarProducto{
	padding: 0;
	width: auto;
	border: none;	
}

li a.borrarProducto:before{
	color: #cccccc;
}

li a.borrarProducto:hover:before{
	color: #414141;
}

.btn-call.finalizar{
	padding: 15PX 30px;
	margin-top: 15px;
	display: block;
	width: 100%;
	background-color: #34cbc6;
}
.btn-call.finalizar:hover{
	color: #ffffff;
}
@media only screen and (max-width : 479px) {
	header .logo{
		width: 100px;
		height: 100px;
	}
	
.hamburger {
    padding: 35px 0;
}
	
section .container > h1:after, .articulo .container > h1:after, section .container > h2:first-child:after {
    width: 100%;
	height: 50px;}	
	
header .options {
    line-height: 40px;
    height: 40px;
	}		
	
	.listadoCategorias a{
		width: 100%;
		text-align: center;
		font-size: 1.25rem;
	}
	
	section.articulos a.articulo_item{
		width: 100%;
		margin-right: 0;
	}		
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

header .options {
    line-height: 40px;
    height: 40px;
	}	
	.listadoProductos a, .productos a, .listadoCategorias a{
		width: 100%;
		margin-right: 0;
	}	
	
	section.articulos a.articulo_item{
		width: 100%;
		margin-right: 0;
	}		
	
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	

header .options {
    line-height: 40px;
    height: 40px;
	}	
	
	.listadoProductos a, .productos a, .listadoCategorias a{
		width: 48.75%;
	}
	
	
	section.articulos a.articulo_item{
		width: 48.75%;
	}	
	
	section.articulos a.articulo_item:nth-child(2n), section.articulos a.articulo_item:last-of-type{
		margin-right: 0;
	}	
	
	
	.listadoProductos a:nth-child(3n), .productos a:nth-child(3n), .listadoCategorias a:nth-child(3n){
		margin-right: 2.5%;
	}
	
	.listadoProductos a:nth-child(2n), .productos a:nth-child(2n), .listadoCategorias a:nth-child(2n){
		margin-right: 0;
	}		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {

header .options {
    line-height: 40px;
    height: 40px;
	}	
	
	header .hamburger{
		display: block;
	}		
	section.articulos a.articulo_item:nth-child(3n), section.articulos a.articulo_item:last-of-type{
		margin-right: 0;
	}	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	header .hamburger{
		display: block;
	}	

	
	
	
	.listadoCategorias a:nth-of-type(4n){
		margin-right: 2.5%;
	}
	
	section.articulos a.articulo_item:nth-child(3n), section.articulos a.articulo_item:last-of-type, .listadoCategorias a:nth-of-type(3n), .listadoCategorias a:last-of-type{
		margin-right: 0;
	}
	
}