@font-face {
    font-family:'Gotham';
    src: url('webfonts/Gotham/Gotham-Light.eot');
    src: url('webfonts/Gotham/Gotham-Light.eot');
	src: url('webfonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Gotham/Gotham-Light.woff2') format('woff2'),
		url('webfonts/Gotham/Gotham-Light.woff') format('woff'),
		url('webfonts/Gotham/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Gotham';
    src: url('webfonts/Gotham/Gotham-BookItalic.eot');
	src: url('webfonts/Gotham/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Gotham/Gotham-BookItalic.woff2') format('woff2'),
		url('webfonts/Gotham/Gotham-BookItalic.woff') format('woff'),
		url('webfonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

@font-face {
    font-family:'Gotham';
    src: url('webfonts/Gotham/Gotham-Book.eot');
	src: url('webfonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Gotham/Gotham-Book.woff2') format('woff2'),
		url('webfonts/Gotham/Gotham-Book.woff') format('woff'),
		url('webfonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 325;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Gotham';
    src: url('webfonts/Gotham/Gotham-Bold.eot');
    src: url('webfonts/Gotham/Gotham-Bold.eot');
	src: url('webfonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Gotham/Gotham-Bold.woff2') format('woff2'),
		url('webfonts/Gotham/Gotham-Bold.woff') format('woff'),
		url('webfonts/Gotham/Gotham-Bold.svg#Gotham-Light') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


/*
  font-family: "Poppins", sans-serif;
  font-family: "Playfair Display", serif;
  font-family: "Lora", serif;
  font-family: "Caveat", cursive;
*/

b, strong{
	font-weight: 700;
}

body{
	font-family: 'Gotham', Helvetica, Arial, "sans-serif"
}

.enConstruccion img{
	width: 270px;
}

header{
	background-color: transparent;
    -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 0);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0);
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 0);
	position: fixed;
	transition: all .3s;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
} 

header.reduce, header.inside, header.active{
	background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
	position: sticky;
	text-shadow: 1px 1px 2px rgba(0,0,0,0);	
} 

header .top{
	background-color: #86895d;
}


header .top a:hover{
	color: #ab9b3f;
}

header .redes, header .optIcons{
	line-height: normal;
	height: auto;
}


header .logo{
    background-image: url(logoWhite.png);
    width: 100px;
    height: 110px;
    background-position: center;
    float: none;
    display: block;
    margin: 15px auto;
	transition: all .3s;
}


header.inside .logo, header.reduce .logo, header.active .logo{
	height: 70px;
	background-image: url("logo.png");}


.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
	transition: all .3s;
}

header.inside .hamburger-inner, header.inside .hamburger-inner:after, header.inside .hamburger-inner:before, header.reduce .hamburger-inner, header.reduce .hamburger-inner:after, header.reduce .hamburger-inner:before, header.active .hamburger-inner, header.active .hamburger-inner:after, header.active .hamburger-inner:before{
	background-color: #828282;
}

header ul.options{
	float: none;
	padding-bottom: 10px;
}

header .options p:hover{
	opacity: 1;
}

header .options{
	line-height: normal;
}

header ul.options > li{
	padding: 0 7px;
}

header .options a, header .options p {
	color: #ffffff;
	font-weight: normal;
	transition: all .3s;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

header .options a:hover, header .options p:hover {
	color: #ffffff;	
}

header.inside .options a, header.inside .options p, header.reduce .options a, header.reduce .options p, header.active .options a, header.active .options p, header.inside .options a:hover, header.inside .options p:hover, header.reduce .options a:hover, header.reduce .options p:hover, header.active .options a:hover, header.active .options p:hover {
	color: #828282;
}

header .options a:after{
	display: block;
	content: "";
	margin-top: 5px;
	height: 2px;
	width: 100%;
	transition: all .75s;
	background-color: #ab9b3f;
	border-radius: 12px;
	opacity: 0;
	filter: blur(10px);
}

header .options a:hover:after, header .options p:hover:after {
	opacity: 1;
	filter: blur(0);
}


h1, h2, .listadoCategorias a p{
}
.carousel h1{
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);	
}

.carousel h1 + p{
	display: block;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);		
}

.carousel-item::before {
  content: '';
	display: block;
	width: 100%;
	height: 100%;
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 30%);	
}

.carousel .carousel-item .carousel-caption p{
	color: #ffffff;
}

.carousel .carousel-item .container{
	padding: 0;
	margin: 0;
	max-width: none;
	height: 100%;
}

.carousel .carousel-item video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel .carousel-item:after{
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	
}

.carousel-caption{
	width: 60%;
	margin: auto;
	z-index: 1;
}

h2{
	font-size: 2.250em;
	text-align: center;
	margin-bottom: 30px;
}

h2:first-child:after, .articulo h1:first-child:after, .datosProducto h1:after{
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 5px;
	background-color: #86895d;
	margin: 15px 0 30px;
	border-radius: 24px;
}

h2 + p{
	text-align: center;
	margin-bottom: 50PX;
}

p{
	color: #787878;
}

.carousel .btn-call, .carousel .btn-primary{
	font-size: 1.25rem;
	background-color: rgba(0,0,0,.25);
    color: #ffffff;
    padding: 10px 40px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	transition: all .3s;	
}

.carousel-caption .btn-call,.carousel-caption .btn-primary{
    color: #ffffff;
}

.btn-call:hover, .btn-primary:hover{
	color: #ffffff;
	background-color: rgba(171, 155, 63, 1);
	border: 1px solid #ab9b3f;	
}

/*productos*/

#destacados h2{
	width: 70%;
	margin: auto;
}

.listadoProductos a, .listadoCategorias a, .productos a{
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);	
	transition: all .5s;
	vertical-align: top;
}

.listadoProductos a:hover, .listadoCategorias a:hover, .productos a:hover{
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);	
}

.listadoCategorias a, .listadoCategorias a:hover{
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 0);
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 0);	
}

.listadoProductos a, .productos a{
	border-radius: 7px;
}

.listadoProductos a .imagen, .productos a .imagen{
	border-radius: 7px 7px 0 0;
}

.listadoProductos a .imagen img, .productos a .imagen img{
	width: 101%;
	height: 101%;
}

.listadoProductos a .imagen img, .listadoCategorias  a .imagen img, .productos  a .imagen img{
	filter: blur(0px);	
	transition: all .5s;		
}

.listadoProductos a .imagen:before, .productos a .imagen:before{
	content: "\f290";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0rem;
	z-index: 0;
	transition: all .3s;
	opacity: 0;
	color: #ab9b3f;
}

.listadoProductos a:hover .imagen:before, .productos a:hover .imagen:before{
	opacity: 1;
	font-size: 2.5rem;
	z-index: 1;
}

.listadoProductos a:hover .imagen img, .listadoCategorias  a:hover .imagen img, .productos  a:hover .imagen img{
	width: 110%;
	height: 110%;
	filter: blur(4px)
}

.listadoProductos a .texto, .listadoCategorias  a .texto, .productos  a .texto{
	padding: 30px 15px;
}

.listadoProductos a .nombreProducto, .listadoCategorias  a .nombreProducto, .productos  a .nombreProducto{
	font-size: 1.125rem;
	font-weight: normal;
	color: #828282;
}

.listadoProductos a .detalleProducto, .productos  a .detalleProducto{
	font-size: .879rem;
}

.listadoProductos a .precioOriginal, .productos  a .precioOriginal{
	color: #86895d;
	font-size: 1rem;
	margin-bottom: 0;
	font-weight: 700;
	text-decoration: none;
}

.listadoProductos a .precioProducto, .productos  a .precioProducto{
	font-size: .879rem;
	color: #828282;
	font-weight: normal;
}

.listadoProductos a .btn-call, .productos  a .btn-call, .contacto .btn-call{
	display: block;
	border: 1px solid #828282;
	background-color: transparent;
	color: #828282;
}
.listadoProductos a .btn-call:hover, .productos  a .btn-call:hover, .contacto .btn-call:hover{
	background-color: #6c804b;	
	color: #ffffff;
}

.listadoProductos a .formasPagoConDescuento, .productos  a .formasPagoConDescuento{
	font-size: .879rem;
	color: #828282;
	margin-bottom: 1rem;
	display: block;
}



.registroPaginacion > p{
	text-align: center;
}

/*categorias*/


#categorias{
	padding: 0;
}

#categorias .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.listadoCategorias  a{
	background-color: #ffffff;
	margin: 0;
}

.listadoCategorias a img{
	width: 101%;
	height: 101%;
	mix-blend-mode: multiply;
}

.listadoCategorias a p{
	width: 75%;
	top: 50%;
	left: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 0;
	transition: all .3s;
	background-color: rgba(171, 155, 63, .75);
	padding: 15px;
}

.listadoCategorias  a:hover{
	background-color: rgba(171, 155, 63, .75);
}

.listadoCategorias a:hover p{
	color: #FFFFFF;
	font-size: 2rem;
		background-color: rgba(171, 155, 63, 0);
}


.listadoCategorias  a.ultimaCategoria{
	background-color: rgba(134, 137, 93, 1);
	background-image: url("logoWhite.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 55%;
	cursor: default;
}

body > .ultimaCategoria{
	display: none;
}

/*Articulo en Home*/

.enHome.articulo.sobre-mi{
	padding: 100px 0;
}

.enHome.articulo.sobre-mi .imagen{
	border-radius: 100% 100% 0 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px inset;
}



footer{
	background-color: #86895d;
}

footer .redes a{
	color: #ffffff;
	transition: all .3s;
	margin-right: 15px;
}

footer .redes a:before{
	font-size: 2rem;
}

footer .redes a:hover{
	transform: translateY(-5px)
}

footer .links{
	width: 100%;
	text-align: center;
}

footer .links p:first-child{
	color: #ffffff;
}

.enConstruccion .social a:hover, footer .redes a:hover:before ,footer .links p a:hover{
	color: #ab9b3f;
}

footer .footReg p{
	color: #ffffff;
}

footer .footReg .realizado{
	background-image: url("realizado.svg");
}

footer .links p:first-child, footer .links p{
    font-size: .8rem;
    letter-spacing: 2px;
    color: #ffffff;
	text-transform: none;
	display: inline-block;
}

footer .links p .btn-call{
	font-size: 1rem;
	border: none;
	background-color: transparent;
	padding: 0 15px;
}

footer .links .pago{
	max-width: 30%;
	margin: auto;
}


/*Producto*/

header + section.destacadosTienda h2{
	padding-top: 30px;
}

/*Section producto*/
section.producto{
	padding: 60px 0 0;
}

.thumbs{
	text-align: left;
}

.carouselProducto{
	background-color: #ebebeb;
}

.carouselProducto .carousel-item{
	object-fit: contain;
}

.datosProducto .precioOriginal {
    font-size: 1.75rem;
}

.producto + section{
	padding: 0;
}

.datosProducto .descripcion p, .datosProducto .descripcion ul, .producto + section .descripcion p, .producto + section .descripcion ul{
	font-size: 1rem;
}

.datosProducto .descripcion, .producto + section .descripcion{
    font-size: .879rem;
	padding: 15px 0;
	margin-bottom: 30px;
}

.datosProducto .descripcion ul, .producto + section .descripcion ul{
	color: #828282;
	padding: 0;
	margin: 0 0 1.5rem;
	list-style: none;
}

.datosProducto .descripcion ul li:before, .producto + section .descripcion ul li:before{
	content: "\25B6";
	margin-right: 10px;
	color: #ab9b3f;
	font-weight: normal;
}

.producto + section .descripcion ul li li:before{
	content: "\2022";
	margin-right: 10px;
	color: #ab9b3f;
	font-weight: normal;
	margin-left: 1.5rem;
}

.formasTexto p:empty{
	display: none;
}

.formasEnvio, .formasPago{
	border: 1px solid #737373;
	background-color: transparent;
	color: #737373;
}

.formasEnvio:hover, .formasPago:hover, .formasEnvio.active, .formasPago.active{
	border: 1px solid #404040;
	background-color: transparent;
	color: #404040;
}

.formasTexto .pago img, .modal-body .pago img{
	width: 12%;
}


.datosProducto .form-control{
	background-color: transparent;
	border: 1px solid #737373;
}

.datosProducto .btn-call{
	color: #ffffff;
	border-radius: 0;
	background-color: #ab9b3f;
	margin-bottom: 30px;
}

.datosProducto .btn-call:hover{
	background-color: #ab9b3f;
}

.formasTexto .pago ul, .formasTexto .envio ul{
	padding: 0;
	font-size: .879rem;
}

.datosProducto .formasPagoConDescuento{
	width: 100%;
	float: left;
	background-color: transparent;
	border-left: 2px solid #ab9b3f;
	padding: 10px 15px;
	margin-bottom: 1rem;
	color: #828282;
	font-weight: 400;
}

.datosProducto .formasPagoConDescuento input{
	color: #828282;
    display: block;
    margin-bottom: 1rem;	
}


/*Carrito*/

.listaCarrito{
	color: #737373;
}

.listaCarrito ul.productos li:nth-child(even){
	background-color: #f2f2f2;
}

li a.borrarProducto{
	padding: 0;
	background-color: transparent;
	border: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	
}

li a.borrarProducto:before{
	color: #737373;
}

li a.borrarProducto:hover{
	background-color: transparent;
	border: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

li a.borrarProducto:hover:before{
	color: #000000;
	background-color: transparent;
	border: 0;	
}

.totales p{
	margin-top: 1rem;
}

.totales, .totales p strong, .carrito .totales input[type="text"]{
	color: #414141;	
}

.totales form > p:first-of-type {
    color: #828282;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 2px solid #86895d;
    padding-left: 15px;
}

.totales form .btn.seguirComprando {
    background-color: transparent;
    margin: 15px 0;
    white-space: normal;
    padding: 10px 15px;
    width: 100%;
    text-transform: none;
    color: #737373;
    border-color: #86895d;
    BORDER-RADIUS: 0;
    font-size: .8rem;
    font-weight: 400;
}


.totales form .btn.finalizar {
    background-color: #86895d;
    margin: 15px 0;
    white-space: normal;
    padding: 10px 15px;
    width: 100%;
    text-transform: none;
    color: #ffffff;
    border-color: #86895d;
    BORDER-RADIUS: 0;
    font-size: .8rem;
    font-weight: 700;
}

.totales form .btn.finalizar:hover {
    background-color: #ffffff;
    color: #86895d;
    border-color: #86895d;
}

.finalizarCompra.active .col-md-6{
	width: 100%!important;
	padding: 0!important;
	margin-bottom: 1rem;
}

.finalizarCompra.active input{
	width: 100%!important;
}

.finalizarCompra.active input.btn, .btn-primary{
	font-size: .8rem;
	text-wrap: pretty;
	color: rgba(255,255,255,1.00);
    border: 1px solid #86895d;
    border-radius: 0;
    padding: 10px 20px;
    background-color: #86895d;	
}

.finalizarCompra.active input.btn:hover, .btn-primary:hover{
	color: rgba(255,255,255,1.00);
    background-color: #86895d;	
}

header + .loginRegistro{
	margin-top: 0;
	background-color: transparent;
}

.loginRegistro .btn.btn-success, .loginRegistro .btn.btn-call{
	background-color: transparent;	
	color: #828282;
	border-color: #ab9b3f;
    padding: 15px 30px;	
}

.loginRegistro .btn.btn-success:hover, .loginRegistro .btn.btn-call:hover{
	background-color: #ab9b3f;	
	color: #ffffff;
	border-color: #ab9b3f;
}

.recuperarTrigger:hover, .registrarTrigger, .loginRegistro .small a{
	color:  #ab9b3f;	
}

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"]{
	background-color: #ab9b3f;		
}

.breadcrumbs, .share{
	display: none;
}

header + section.articulo{
	padding-top: 30px;
}

@media only screen and (max-width : 479px) {

#header .top .redes{
	display: block;
	float: left;
	padding: 5px 0;	
}

#header .top .optIcons{
	display: block;
	float: right;
	width: 50%;
	text-align: right;
}

header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
	width: 70px;
	height: 71px;
	float: left;
	}
	
header .hamburger{
	display: block;
	float: right;
	padding: 35px 0;
	}	
		
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: auto;
	line-height: 50px;
	margin-bottom: 0;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	overflow: auto;	
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
	
header .options > li > a, header .options > li > p {
	opacity: 0;
	transition: all .5s;
	line-height: 50px;
}

header.active .options > li > a, header.active .options > li > p {
	opacity: 1;
}
	
	
header + .carousel{
	margin-top: 0;
	height: 100vh;
}	
	
	.carousel-caption{
		width: 70%;
	}	
	
	.carousel .btn-call, .carousel .btn-primary{
		font-size: 1rem;
		padding: 10px 30px;
	}
	
	header + .carousel h1{
		font-size: 2rem;
	}
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
		
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 100%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 100%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
	.listadoProductos a:nth-child(3n),.productos a:nth-child(3n){
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;		
	}
	

.imagenCabecera{
	height: 300px;
}	

header .options ul{
	position: relative;
	top: auto;
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}		
	
	.enHome.articulo.sobre-mi .imagen{
		border-radius: 100% 100% 0 0;
	}
	
	.enHome.articulo.sobre-mi .imagen.cuadrada:after{
		padding-bottom: 100%;		
	}		
	
	footer .links p:first-child, footer .links p, 	footer .links a{
		display: block;
		width: 100%;
	}		
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {


header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
	width: 100px;
	height: 101px;
	float: left;
	}
	
header .hamburger{
	display: block;
	float: right;
	padding: 50px 0;
	}	
		
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: auto;
	line-height: 50px;
	margin-bottom: 0;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	overflow: auto;	
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
	
header .options > li > a, header .options > li > p {
	opacity: 0;
	transition: all .5s;
	line-height: 50px;
}

header.active .options > li > a, header.active .options > li > p {
	opacity: 1;
}
	
	
header + .carousel{
	margin-top: 0;
	height: 100vh;
}	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 100%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
	.listadoProductos a:nth-child(3n),.productos a:nth-child(3n){
		margin-right: 2.5%;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;		
	}
	

.imagenCabecera{
	height: 300px;
}	

header .options ul{
	position: relative;
	top: auto;
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}		
	
	.enHome.articulo.sobre-mi .imagen{
		border-radius: 100% 100% 0 0;
	}
	
	.enHome.articulo.sobre-mi .imagen.cuadrada:after{
		padding-bottom: 100%;		
	}		
	
	footer .links p:first-child, footer .links p, 	footer .links a{
		display: block;
		width: 100%;
	}	

}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {

header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
	width: 100px;
	height: 101px;
	float: left;
	}
	
header .hamburger{
	display: block;
	float: right;
	padding: 50px 0;
	}	
		
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: auto;
	line-height: 50px;
	margin-bottom: 0;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	overflow: auto;	
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
	
header .options > li > a, header .options > li > p {
	opacity: 0;
	transition: all .5s;
	line-height: 50px;
}

header.active .options > li > a, header.active .options > li > p {
	opacity: 1;
}
	
	
header + .carousel{
	margin-top: 0;
	height: 100vh;
}	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 100%;
	}	
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
	.listadoProductos a:nth-child(3n),.productos a:nth-child(3n){
		margin-right: 2.5%;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;		
	}
	

.imagenCabecera{
	height: 300px;
}	

header .options ul{
	position: relative;
	top: auto;
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}		
	
	.enHome.articulo.sobre-mi .imagen{
		border-radius: 55% 55% 0 0;
	}
	
	.enHome.articulo.sobre-mi .imagen.cuadrada:after{
		padding-bottom: 150%;		
	}	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
header .logo, header.inside .logo, header.reduce .logo, header.active .logo{
	width: 100px;
	height: 101px;
	float: left;
	}
	
header .hamburger{
	display: block;
	float: right;
	padding: 50px 0;
	}	
		
header ul.options{
	width: 100%;
	height: 0;
	padding: 0;
	overflow: hidden;
	line-height: 50px;
	}	
	
header ul.options.active{
	height: auto;
	padding-bottom: 30px;
	}	

header ul.options > li{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
	
header .options > li > a, header .options > li > p {
	opacity: 0;
	transition: all .5s;
	line-height: 50px;
}

header.active .options > li > a, header.active .options > li > p {
	opacity: 1;
}
	
	
header + .carousel{
	margin-top: 0;
	height: 100vh;
}	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;		
	}
	

.imagenCabecera{
	height: 300px;
}	

header .options ul{
	position: relative;
	top: auto;
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}	
	
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	header .options ul{
		left: auto;
		right: 0;
		top: 2rem;
	}	
	header .options ul a, header .options ul p{
		color: #414141;
	}	
	
header .options > li > a, header .options > li > p {
	line-height: normal;
}

header + .carousel{
	margin-top: 0;
	height: 100vh;
}	
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	

header + section.destacadosTienda{
	margin-top: 0;
	padding-top: 0;		
	}	
	
header + section.destacadosTienda h2{
		padding-top: 30px;	
	}	
	
header + section.destacadosTienda h2 + div{
	margin-bottom: 30px;
	}	
	
/*Productos*/
	.listadoProductos a, .listadoCategorias a, .productos a{
		width: 23.125%
	}

	.listadoCategorias a{
		width: 50%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 70%;
	}	
	
	.listadoProductos a:nth-child(4n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(4n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}	

/*producto*/
	section.producto,	section.carrito{
		padding-top: 30px;
	}
	
}
