@charset "utf-8";
/* CUSTOM CSS Document */

/*
Google Fonts
font-family: 'Oswald', sans-serif;
*/

body{
	font-family: 'Oswald', sans-serif;
	color: #414141;
}

header{
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

header .top{
	background-color: #eeeeee;
}

header .top a{
	color: #191919;
}

header .hamburger{
	padding: 40px 0;
}


header .logo{
	width: 150px;
	height: 110px;
	background-image: url("../custom/logo.png");
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #666666;
}

header .options{
	line-height: 110px;
}

header .options:first-of-type{
	float: right;
}

header .options:first-of-type a{
	font-family: 'Oswald', sans-serif;
	font-size: 1.125rem;
	color: #666;
}

header .options:first-of-type a:before{
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 1.5rem;
	margin-right: 10px;
}

header .options a, header .options:first-of-type a:before{
	color: #000000;
}

header .options a:hover{
	color: #cccccc;
}

header .options a p{
	display: inline-block;
	font-size: .879rem;
	line-height: normal;
	padding: 0 0 5px 5px;
	vertical-align: middle;
}

header .menu.active{
	padding: 0;
}

header .menu ul:first-of-type{
	text-align: center;
}

header .menu .container > ul:first-of-type > li{
	font-size: .879rem;
	border-bottom: 0;
	display: inline-block;
	padding: 15px 0;
	margin-right: 15px;
	text-transform: uppercase;
}
header .menu .container > ul:first-of-type > li:last-child{
	margin-right: 0px
}

header .menu .container > ul:first-of-type > li p{
	margin-bottom: 0;
}

header .menu .container > ul:first-of-type > li p.subMenuTrigger:after{
	content: '\f107';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-left: 5px;
}

header .menu ul.subMenu{
	height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	border-top: 1px solid #efefef;
	font-size: 0;
}

header .menu ul.subMenu.active{
	height: auto;
	max-height: 80vh;
	opacity: 1;
	transition: all .3s;
	padding-bottom: 20px;
}

header .menu ul.subMenu li{
	text-transform: uppercase;
	font-size: .879rem;
	display: inline-block;
	width: 25%;
	padding: 20px 15px 0;
	border-right: 1px solid #efefef;
	text-align: center;
}

header .menu ul.subMenu li a{
	font-size: .879rem;
}

header .menu ul li a, header .menu ul li p
{
	color: #414141;
}

header .menu ul li a:hover, header .menu ul li p:hover
{
	color: #ededed;
}

header .menu .container > ul li > a:hover, header .menu .container > ul li > p:hover{
	color: #ededed;
}

header + .carousel{
	margin-top: 0;
	margin-bottom: 60px;
}

.carousel-indicators [data-bs-target]{
	background-color: #666666;
	border-radius: 0;
	height: 15px;
	width: 15px;
}

h1{
	text-transform: uppercase;

}

h2{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 3rem;
	padding: 15px 30px;
	margin: auto;
	background-color: transparent;
	text-align: center;
	color: #000000;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: lighter;
}

h2 + p{
	text-align: center;
	margin-bottom: 60px;
}

.btn-call, .btn-call.btn-primary, .btn-agregar{
	background-color: rgba(87,41,101,1);
	border: 1px solid rgba(87,41,101,1);
	color: #ffffff;
	border-radius: 0;
}

.btn-call:hover, .btn-call.btn-primary:hover, .btn-agregar:hover{
	background-color: rgba(255,36,151,1);
	color: #ffffff;
}

.carousel .btn-call, .carousel .btn-call.btn-primary{
	background-color: transparent;
	border: 1px solid rgba(255,36,151,1);
	color: #ffffff;
	border-radius: 0;
	padding: 10px 60px;
	font-size: .879rem;
	text-transform: uppercase;
}

.carousel .btn-call:hover, .carousel .btn-call.btn-primary:hover{
	background-color: rgba(255,36,151,1);
	color: #ffffff;
}

.listadoProductos a, .productos a{
	border: 1px solid #ffffff;
    padding: 0;
    text-align: center;
    color: #96a2ab;
    vertical-align: top;
    background-color: #ffffff;
}

.productos a{
	border: 1px solid #cccccc;}

.listadoProductos a, .listadoCategorias a, .productos a {
 	display: inline-block;
    width: 31.66666666666667%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
	vertical-align: top;
}

.listadoProductos a,  .productos a {
    width: 23.125%;
}

.listadoProductos a:last-of-type, .listadoCategorias a:last-of-type, .productos a:last-of-type {
	margin-right: 0;
}

.listadoProductos a .texto, .productos a .texto{
	padding: 0 0px 30px;
}

.listadoProductos a .btn-call, .productos a .btn-call{
	text-transform: uppercase;
	width: 75%;
}

.listadoProductos a .imagen, .productos a .imagen{
	margin-bottom: 30px;
}

.listadoProductos a .nombreProducto{
	text-transform: uppercase;
	font-size: .879rem;
}

.listadoProductos a .precioOriginal{
	font-size: .8rem;
	text-decoration: line-through;
	margin-bottom: 0;
}

.listadoProductos a .precioProducto, .productos a .precioProducto{
	font-size: 1.5rem;
	font-weight: normal;
}

.listadoProductos a .detalleProducto:before{
	content: "COD: ";
	font-size: .75rem;
}

.listadoProductos a .detalleProducto, .listadoProductos a .btn-call{
	font-size: 0.875rem;
}


.listadoCategorias a .imagen{
	position: relative;
	height: 33.33vh;
	width: 100%;
	overflow: hidden;
}

.listadoCategorias a .imagen:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

.listadoCategorias a:hover .imagen:after{
	opacity: 1;
}

.listadoCategorias a img{
	position: relative;
	top: auto;
	left: auto;
	transform: none;
}

.listadoCategorias a p{
	width: 100%;
	font-size: 3rem;
	background-color: #fff;
	color: #000;
	margin-bottom: 0;
	padding: 0;
	top: auto;
	left: auto;
	bottom: auto;
	text-align: left;
	transform: none;
	display: block;position: relative;
	transition: all .3s;
}

.listadoCategorias a:hover p{
	transform: translateY(-15px);
}

.info .container > div{
	border: 2px solid #eeeeee;
}

.info .container > div .modalTrigger{
	vertical-align: top;
}

.info .container > div .modalTrigger > div{
	background-color: #eeeeee;
	width: 60%;
}

.info .container > div .modalTrigger p{
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
}

footer{
	border-top:1px solid #eeeeee;
	background-color: #fff;
}

footer .logo {
    width: 90px;
    height: 90px;
    background-image: url(../files/logo.jpg);
}

footer .redes a{
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #000000;
	border: 2px solid #000000;
	border-radius: 100%;
}

footer .redes a:hover{
	color: #000000;
	background-color: #fff;
	border: 2px solid #000000;
}

footer .redes a:before{
	font-size: 1.5rem;
}

footer .redes a:hover:before{

	color: #000000;
}

footer .links p{
	color: #414141;
	font-size: .875rem;
}


footer .links p a{
	color: #414141;
}

footer .links p a:hover{
	color: #000000;
}

footer .links p:first-child{
	color: #592963;
	font-size: 1rem;
	font-weight: bold;	
}

.buscando form, .mensaje > div:first-child{
	background: #FFF;
	color: #414141;
}

footer .clearfix + .links p:first-child{
	display: block;
}

footer .clearfix + .links p{
	display: inline-block;
	margin: 5px 10px;
	text-align: center;
}

.buscando form h2{
	background-color: transparent;
	padding: 0;
	left: auto;
	transform: none;
	color: #414141;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.modal-backdrop.show{
	opacity: 1;
}

.buscando .mask, .mensaje .mask, .modal-backdrop{
    background: rgba(255,255,255,0.75);
}

.buscando form input[type="text"], .articulo form.buscandoDescarga input[type="text"]{
	background-color: transparent;
	color: #414141;
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"] {
    background-color: #666666;
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover {
    background-color: #ededed;
}

section.producto h1{
font-size: 2rem;
	font-weight: normal;	
}

.importeFinal{
	background: #9ba7b3;
    padding: 15px;
    color: #fff;	
} 

.formasTexto.active, .finalizarCompra.active{
	background-color: #EFEFEF;	
}

    

/*Modal*/

.modal-content{
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}

/*Login registro*/
header + .loginRegistro {
    BACKGROUND: #FFFFFF;
}


.loginRegistro .login, .loginRegistro .registro, .loginRegistro .recuperar{
    border: 1px solid rgba(255,255,255,1);
    background-color: #ffffff;
}

.recuperarTrigger, .registrar, .loginTrigger{
	color: #414141;
}

.registrar{
	color: #414141;
}

.loginRegistro .form-control, .loginRegistro .form-select{
	background-color: #FFFFFF;
	color: #414141;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color: #414141;
}

.listaCarrito .cabecera p{
	color: #000;
}

.listaCarrito ul.productos li:nth-child(odd){
	background-color: #f2f2f2;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #ffffff;
}

.listaCarrito ul.productos li > p, .listaCarrito ul.productos li > a{
	font-size: .875rem;
}

.listaCarrito ul.productos li > a {
    border: 1px solid #ccc;
	color: #414141;
	padding: 0px;}

li a.borrarProducto, li a.editarProducto {
	background-color: transparent;
    height: 40px;
    line-height: 35px;}

.totales .btn-call{
	width: 100%;
}

.totales .btn-call.seguirComprando, .totales a.btn-call.finalizar{
	background-color: transparent;
	border: none;
}

.totales .btn-call.seguirComprando:hover, .totales a.btn-call.finalizar:hover{
	color: rgba(87,41,101,1);
	background-color: transparent;
	border: none;
}

.totales{
	background-color: #FFFFFF;
}

.finalizarCompra{
    color: #000;
    border: 1px solid rgba(65,65,65,0);
    font-size: .879rem;
	}

.finalizarCompra.active{
    border: 1px solid rgba(65,65,65,1);
	}


footer .footReg .realizado{
	background-image: url("../custom/realizado.svg");
}

.listaCarrito ul.productos li{
	padding: 10px;
}

.breadcrumbs a, .share a{
	color: #666666;
}


.share a{
	margin-left: 5px;
}

.share a:hover, .breadcrumbs a:hover{
	color: #ededed;
}

.listadoCategorias a.cuadrada:after{
	display: none;
	padding-bottom: 60%;
}

.modal ul{
	font-size: 1rem;
}

footer .clearfix + .links {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.enConstruccion h2{
	left: auto;
	transform: none;
	font-size: 2rem;
}

.datosProducto form + p{
	display: block;
	padding: 15px;
	text-align: center;
}

.datosProducto form + p:before, .datosProducto form + p:after{
	content: "-";
	margin: 0 10px;
}

header + .producto{
	margin-top: 250px;
}



/*Articulos listado*/


a.articulo_item{
	display: block;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	float: left;
}

a.articulo_item .imagen{
	display: block;
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	float: left;
}

a.articulo_item:nth-child(even) .imagen{
	margin-right: 0;
	margin-left: 2.5%;
	float: right;
}

a.articulo_item .imagen img{
	object-fit: contain;
	width: 100%;
}

a.articulo_item .texto{
	width: 48.75%;
	float: right;
}

a.articulo_item:nth-child(even)  .texto{
	float: left;
}

a.articulo_item .texto > p:first-of-type{
	color: #414141;
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

a.articulo_item .texto > p.fecha{
	font-size: .879rem;
	color: #414141;
	padding: 10px 5px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}

a.articulo_item .copete{
	font-size: .879rem;
	color: #414141;
	display: block;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	margin-bottom: 15px;
}

a.articulo_item:hover .texto > p:first-of-type{
	color: #ededed;}

a.articulo_item h2{
	text-align: left;
	left: auto;
	transform: none;
}

a.articulo_item .fecha{
	text-align: left;
}

.anteriores{
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px;
	color: #414141;	
}

.anteriores:before, .anteriores:after{
	content: "-";
	margin: 0 5px;
}

.articulo .imagenEpigrafe .imagen.cuadrada:after{
	padding-bottom: 0;
}

.articulo .imagenEpigrafe .imagen img, .articulo .galeria .imagen img{
	object-fit: contain;
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    transform: none;
    left: auto;
    position: relative;
}


/*Cortinas*/
.cortina{
	display: block;
	width: 97%;
	margin: 15px auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
	background-color: #ffffff;
}

.cortina table{
	width: 100%;
}


.cortina table td .col-md-6 > label{
	display: block;
	width: 100%;
	text-align: left;
}

.cortina table td .col-md-6 > label, .cortina table td .col-form-label{
	font-size: 1.125rem;
	text-transform: uppercase;
}

.cortina table td .col-md-6 > div{
	width: 16.66666666666667%;
	padding: 10px;
	float: left;
	min-height: 200px;
}
.cortina table tbody:not(:first-child) td .col-md-6 > div{
	min-height: 250px;
}

.cortina table td .col-md-6 > div label{
	width: 100%;
	display: block;
	text-align: center;
}

.cortina table td .col-md-6 > div.active{
	background-color: rgba(169,129,214,.5)	
}

.cortina table td .col-md-6 > div label img{
	width: auto;
	max-width: 100%;
	height: 100px;
    margin: auto;
    display: block;	
}

.cortina table input, .cortina table select, .cortina table div, .cortina table textarea{
	padding: 5px 10px;
}

.cortina input[type="number"], .cortina input[type="text"], .cortina select, .cortina textarea{
    border: 1px solid #cccccc;
    margin: 0 15px;
    border-radius: 4px;
}

.cortina textarea{
	min-width: 250px;
	height: 10em;
}

.cortina table td:has(>textarea) textarea{
	vertical-align: top;
}

.cortina table .row >div + a {
    line-height: 46px;
    width: auto;
    display: inline-block;
    font-weight: 600;
    color: #414141;
    padding: 0;
    margin: 0px 0 0 15px;
}

.btn-agregar{
	margin: 15px;
}

/*

.cortina .form-group table td label img{
	max-width: 100%;
}

.cortina .form-group table td.active{
	background-color: rgba(169,129,214,.5)
}

*/


.borderColor{
	padding: 15px;
	border: 1px solid #cccccc;
}

.loginRegistro .btn.btn-success{
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.loginRegistro .btn.btn-success:hover{
	background-color: #ffffff;
	color: #000000;
}

footer .links{
	text-align: center;
}

.listaCarrito .cabecera p:first-child{
	width: 50%;
}

li .nombreProducto{
    white-space: normal;
    overflow:visible;
    text-overflow:unset;	
	line-height: normal;
	height: auto;
}

li .codigoProducto{
	padding-left: 10px;
	width: 10%;
}

li .cantidadProducto{
	padding-left: 10px;
	width: 12%;
}

/*Cotizar*/
header + section.cotizar#categorias {
    margin-top: 60px;
}

section.cotizar#categorias h1{
	margin-bottom: 30px;
}

section.cotizar#categorias .listadoCategorias a{
	background-color: #ffffff;
	padding: 15px;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,.9);	
	transition: all .3s;
}

section.cotizar#categorias .listadoCategorias a:hover{
	border: 1px solid rgba(238,238,238,1);
}
section.cotizar#categorias .listadoCategorias a p{
    position: absolute;
    top: auto;
    bottom: 7.5%;
    left: 0;
    transform: translate(0);
    text-align: left;
    width: auto;
    padding: 15px 30px;
    font-size: 1.5rem;
	color: #FFFFFF;
    background-color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(238,238,238,0);	
	border-left: 0;	
	transition: all .3s;
}

section.cotizar#categorias .listadoCategorias a:hover p{
	color: #494949;
    background-color: rgba(255,255,255,0.75);
	border: 1px solid rgba(238,238,238,1);
	border-left: 0;
}

section.cotizar#categorias .listadoCategorias a img{
	
}


/*Cortina*/
body > .cortina{
	margin-top: 30px;
	margin-left: 8.5%;
	width: 23%;
	float: left;
	margin-right: 1.25%;
	border: none;
	padding: 0;
}

body > .cortina h1{
	font-size: 2.25rem;
	margin-bottom: 15px;
}

body > .cortina img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

body > .cortina img + p{
	padding: 10px 15px;
	border-left: 4px solid #000000;
}

body > .cortina + form{
	margin-top: 30px;	
	width: 58.75%;
	float: left;
	margin-right: 8.5%;
}

body > .cortina + form .cortina table td .col-md-6 > div{
	min-height:245px 
}


@media only screen and (max-width : 479px) {
	header + .loginRegistro{
		margin-top: 30px;
	}
	
	header .menu .container > ul > li{
		font-size: 1.5rem;
	}
	
	header .hamburger {
		padding: 20px 0;
	}	
	
	header .logo{
		width: 70px;
		height: 70px;
	}	
	
	header .options	{
		line-height: 70px;
	}
	
	header .options a{
		margin-left: 10px;
	}	
	
	header + .carousel{
		margin-top: 0;
		height: 50vh;
		margin-bottom: 60px;
	}	

	
	header .menu ul.subMenu li{
		width: 100%;
	border-right: 0px solid #efefef;
	}		
	
	footer .links p:first-child {
    font-size: 2rem;
}	
	
	footer .redes a{
		width: 50px;
		height: 50px;
	}
		
	header + section{
    margin-top: 140px;		
	}	
	
	h2, h1{
	font-size: 2rem;	
	}
	
	
.listadoProductos a, .listadoCategorias a, .productos a {
	width: 100%;
	margin-right: 0}	
	
	
	a.articulo_item .imagen{
		width: 100%;
		margin: 0 0 2.5% 0;
	}	

	a.articulo_item .texto{
		width: 100%;
	}	
	
header + .producto, header + .carrito{
	margin-top: 180px;
}
	
	
header.inside + section{
	margin-top: 30px;
}		
	
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {
	
header + .carousel{
	margin-top: 0;
}
	
	header + .loginRegistro{
		margin-top: 30px;
	}	
	header + .carousel{
		height: 50vh;
		margin-bottom: 60px;
	}	
	
	header + section{
		margin-bottom: 160px;
	}	
	
	header + section.producto, header + section.carrito{
		margin-top: 255px;	
	}	
	
	
	header .menu ul.subMenu li{
		width: 50%;
	}	

	header .menu ul.subMenu li:nth-child(2n){
	border-right: 0px solid #efefef;
	}	
	
	
	
.listadoProductos a, .listadoCategorias a, .productos a {
	width: 50%;}	
	
.listadoCategorias a, .productos a{
	width: 100%;
	margin-bottom: 5%;
	}	
	
.productos a:nth-child(2n), .listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n){
	margin-right: 0;}
	
	.listadoCategorias a p{
		font-size: 1.5rem;
	}	
	
.listadoProductos a, .productos a {
	width: 48.75%;	
	}	
	
	
.productos a:nth-child(3n), .listadoProductos a:nth-child(3n){
	margin-right: 2.5%;}	
	
.productos a:nth-child(2n), .listadoProductos a:nth-child(2n), .productos a:last-child, .listadoProductos a:last-child{
	margin-right: 0;}	
	
	
	a.articulo_item .imagen{
		width: 30%;
	}	

	a.articulo_item .texto{
		width: 67.5%;
	}	
	
	header.inside + section{
		margin-top: 30px;
	}	
	
}


/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	header + .loginRegistro{
		margin-top: 30px;
	}	
header + .carousel{
	margin-top: 0;
}	
	/*Listado*/
header + section{
	margin-top: 205px;
}

header + .producto, header + .carrito{
margin-top: 254px;	
}		
	
	header .menu ul.subMenu li{
		width: 33.33%;
	}	

	header .menu ul.subMenu li:nth-child(3n){
	border-right: 0px solid #efefef;
	}	
	
	
.listadoProductos a, .listadoCategorias a, .productos a {
	width: 48.75%;	
	}	
	
	
.listadoCategorias a:nth-child(3n),.productos a:nth-child(3n), .listadoProductos a:nth-child(3n){
	margin-right: 2.5%;}	
	
.productos a:nth-child(2n), .listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:last-child, .listadoProductos a:last-child, .listadoCategorias a:last-child{
	margin-right: 0;}
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	header + .loginRegistro{
		margin-top: 30px;
	}	
header + .carousel{
	margin-top: 0;
}		
/*Listado*/
header + section, header + section.destacadosTienda{
	margin-top: 205px;
}
	
header + .producto, header + .carrito{
		margin-top: 254px;	
	}	
	

.productos a{
	width: 48.75%;
	
	}	
	
.productos a:nth-child(3n), .listadoProductos a:nth-child(3n){
	margin-right: 2.5%;}	
	

.productos a:nth-child(2n),  .listadoProductos a:last-of-type, .productos a:last-of-type, .listadoProductos a:nth-child(4n){
	margin-right: 0;}	
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	header + .loginRegistro{
		margin-top: 30px;
	}	
	
header .menu ul.subMenu li:nth-child(4n){
	border-right: 0px solid #efefef;
}	
/*Listado*/
header + section, header + section.destacadosTienda{
	margin-top: 140px;
}
header + .carousel{
	margin-top: 0;
}	

.productos a{
	width: 31.66666666666667%;
	
	}	
	
	.listadoCategorias a:nth-child(4n){
		margin-right: 2.5%;
	}	
	.listadoProductos a:last-of-type, .productos a:last-of-type, .listadoCategorias a:last-of-type, .productos a:nth-child(4n), .listadoProductos a:nth-child(4n), .listadoCategorias a:nth-child(3n){
	margin-right: 0;}

header + .producto, header + .carrito {
    margin-top: 250px;
}	
	
	header.inside + section{
		margin-top: 30px;
	}	
	
	.cortina table div.col-md-6{
		width: 100%;
	}	
}