@font-face {
	font-family: 'Trade Gothic';
	src: url('../fonts/TradeGothicLTStd.eot');
	src: url('../fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/TradeGothicLTStd.woff') format('woff'),
		 url('../fonts/TradeGothicLTStd.ttf') format('truetype'), 
		 url('../fonts/TradeGothicLTStd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Trade Gothic Bold';
	src: url('../fonts/TradeGothicLTStd-Bold.eot');
	src: url('../fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/TradeGothicLTStd-Bold.woff') format('woff'),
		 url('../fonts/TradeGothicLTStd-Bold.ttf') format('truetype'), 
		 url('../fonts/TradeGothicLTStd-Bold.svg') format('svg');
	font-weight: bold;
	font-style: bold;
}
@font-face {
	font-family: 'Trade Gothic Light';
	src: url('../fonts/TradeGothicLTStd-Light.eot');
	src: url('../fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/TradeGothicLTStd-Light.woff') format('woff'),
		 url('../fonts/TradeGothicLTStd-Light.ttf') format('truetype'), 
		 url('../fonts/TradeGothicLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,html{background: #fff;margin:0;padding:0;color:#333;font-family: "Trade Gothic", sans-serif;}
h1,h2,h3,h4,a,p {color: #333;}
.oculto {display: none;}
.clear {clear: both;}

a {
	text-decoration: none;
}
a.boton {
	display: block;
	height: 53px;
	width: 270px;
	line-height: 53px;
	text-align: center;
	border:#333 2px solid;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trade Gothic Bold", sans-serif;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
a.boton:hover {
	color: #fff;
	background-color: #333;
}

.slide-boton{
	display: block;
	position: absolute;
	margin-top: 23%;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slide-boton > .boton{
	background: white;
	border: 0px;
}

a.ir_arriba {
	display: inline-block;
	text-align: center;
	border:#333 2px solid;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 27px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin: 29px 0 35px;
}
a.ir_arriba:hover {
	color: #fff;
	background-color: #333;
}
a.ir_arriba span {
	font-size: 15px;
	float:left;
	margin-right: 4px;
	font-weight: bold;
}
h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

.lato{
	font-family: 'Lato', sans-serif;
}

/* CONTENEDOR */
div.contenedor {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	border-top: #952d98 3px solid;
	position: relative;
}
.contenedor > p {
	color:#999;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Trade Gothic Bold", sans-serif;
	margin: 28px 0 32px;
}
.contenedor > p img{
	display: block;
	margin: 7px auto;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}


/*-- HEADER --*/
header {max-width: 980px; margin: 0 auto; position: relative;padding-top:22px;}
header h1{text-align: center;margin:0 0 25px;}
header a.menu {
	display: none;
}
header a.telefono {
	float: right;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 200px;
    line-height: 18px;
    height: 18px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
header a.catalogo-pdf{
    float: right;
    display: inline-block;
    right: 0;
    top: 20px;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

header a.catalogo-pdf span
{
	font-size: 16px;
	color: #666;
	display: inline-block;
	position: relative;
	float: left;
	top: -5px;
}

header a.catalogo-pdf:hover,
header a.catalogo-pdf:hover span{
	color: #952d98;
}


@keyframes mymove {
            from {top:-8px;}
            to {top:4px;}
        }
header a.catalogo-pdf:hover span{
	animation:mymove 5s infinite;
    -webkit-animation:mymove .5s infinite alternate-reverse;
    -moz-animation:mymove .5s infinite alternate-reverse;
    -o-animation:mymove .5s infinite alternate-reverse;
    animation: mymove .5s infinite alternate-reverse;
}


header a.telefono span {
	font-size: 16px;
}
header nav#productos-menu {
	display: none;
}
header nav#main-menu {
	text-align: center;
	margin-bottom: 41px;
}
header nav#main-menu a {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 0 60px;
	font-family: "Trade Gothic Bold", sans-serif;
	overflow: hidden;
	height: 18px;
	position: relative;
	display: inline-block;
}
header nav#main-menu a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s ease 0s;
	font-weight: bold;
}
header nav#main-menu a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
    transform: translate3d(0px, 0px, 0px);
    color: #952d98;
}
header nav#main-menu a:hover span, header nav#main-menu a.active span, header nav#main-menu a:focus span{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
header a.telefono:hover {
	color: #952d98;
}
header nav#main-menu a.cerrar {
	display: none;
}
/* Migas de Pan */
ul#breadcrumb {
	padding: 0;
	margin: 25px;
}
ul#breadcrumb li {
	display: inline-block;
	list-style: none;
	font-size: 12px;
}
ul#breadcrumb li:before {
	content: "/ ";
	padding-right: 2px;
}
ul#breadcrumb li:first-of-type:before {
	content: "";
}
ul#breadcrumb li{
	font-family: "Lato", sans-serif;
	font-weight: bold;
}
ul#breadcrumb li span{
	color: #952d98;
}
/*-- PIE --*/
.cuadropie {
	float:left;
	margin-left: 1.96%;
	width: 22.8%;
	padding: 35px 21% 0 3.2%;
	background-size: auto 100%;
	height: 305px;
	margin-top: 28px;
	position: relative;
}
.cuadropie a.boton {
	margin-top: 30px;
}
.cuadropie p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
.cuadropie h2 {
	margin: 0 0 12px;
	font-size: 30px;
	line-height: 39px;
}
#atencion {
	background: #dce3db url("../img/fondo-pie1.jpg") right center no-repeat;
	text-align: left;
}
#atencion h2 {
	text-align: left;
}
#portes {
	background: #ece4e0 url("../img/fondo-pie2.jpg") left center no-repeat;
	padding: 35px 3.2% 0 21%;
	text-align: right;
}
#portes h2 {
	text-align: right;
	margin-bottom: 0px;
}

#portes > h4{
		line-height: 18px;
		margin-top: 0px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
}

#portes a.boton {
	position: absolute;
	float: right;
	bottom: 5%;
	right: 7%;
	}

#atencion a.boton {
	position: absolute;
	bottom: 5%;
}

#pie {
	border-top: #952d98 3px solid;
}
.pie-inner {
	width: 94%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 3%;
}
#pie .pie-inner > div {
	float:left;
	padding-top: 32px;
}
#pie .pie-inner > div.localizacion {
	width: 25%;
	padding-right: 3%;
}
#pie .pie-inner > div.datos {
	width: 28%;
	padding-right: 3%;
}
#pie .pie-inner > div.redes {
	float:right;
	width: 18%;
	margin-top:-10px;
}
#pie .pie-inner > div.otro {
	float:right;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
}
#pie .pie-inner > div h3 {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
}
#pie .pie-inner > div p {
	margin: 24px 0 40px;
	font-family: "Open Sans", sans-serif;
	line-height: 21px;
	font-size: 13px;
}
#pie .pie-inner > div a:hover {
	text-decoration: underline;
}
#pie .pie-inner > div.redes h3 {
	display: block;
	float: left;
	line-height: 35px;
	margin-right: 9px;
}
#pie .pie-inner > div.redes a {
	display: block;
	float: left;
	height: 35px;
	margin-left: 10px;
}
#pie .pie-inner > div.redes a:hover {
	text-decoration: none;
}
#pie .pie-inner > div.redes a span {
	color:#ccc;
	font-size: 34px;
}
#pie .pie-inner > div.redes a:hover span {
	color: #333;
}
/*-- HOME --*/
/* Animación slider */
#slider .navOutNext {
	-webkit-animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#slider .navInNext {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#slider .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#slider .navInPrev {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(0.9);
		opacity: 0;
	}
}
@keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(0.9);
		transform: translateX(100%) scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(0.9);
		opacity: 0;
	}
}
@keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(0.9);
		transform: translateX(-100%) scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes rotateInFromLeft {
	from {
		-webkit-transform: translateX(-100%) rotateY(-55deg);
	}
	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes rotateInFromLeft {
	from {
		-webkit-transform: translateX(-100%) rotateY(-55deg);
		transform: translateX(-100%) rotateY(-55deg);
	}
	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
	}
	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes rotateInFromRight {
	from {
		-webkit-transform: translateX(100%) rotateY(55deg);
		transform: translateX(100%) rotateY(55deg);
	}
	to {
		-webkit-transform: translateX(0) rotateY(0deg);
		transform: translateX(0) rotateY(0deg);
		opacity: 1;
	}
}

/* Slider */
#cargando{
	text-align: center;
	height: 581px;
}
#cargando img{
width: 50px;
  margin-top: 264px;
}
#slider {
	width: 100%;
	max-width: 1680px;
	height: auto;
	position: relative;
}
#slider .slide {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f4;
}
#slider .slide.selected {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
	/*background: none repeat scroll 0% 0% rgb(255, 255, 255);*/	
}
#slider .slide img.noimage{
	width: 143px;
	margin-top: -50%;
	margin-left: 22%;
}

#slider .slide p.noimage{
	color: #dbdbdb;
	font-size: 15px;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	margin-top: -36%;
	margin-left: 21%;
}

#slider .slide img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
}
#slider .slide .slide-text {
	position: absolute;
	top: 3.2%;
	right: 5.1%;
	width: 40%;
	height: 76%;
}
#slider .slide .slide-text h3 {
	font-size: 60px;
	color: #952d98;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 13px;
	line-height: 67px;
	margin-bottom: 132px;
}
#slider .slide .slide-text h3 strong {
	font-family: "Trade Gothic Bold", sans-serif;
	display: block;
}
#slider .slide .slide-text h3 span {
	display: block;
}
#slider .slider-btns {
	position: absolute;
	bottom: 23px;
	left: 0;
	width: 100%;
	height: 42px;
	text-align: center;
	z-index: 20;
}
#slider .itemwrap {
	-webkit-perspective: 1600px;
	-moz-perspective: 1600px;
	perspective: 1600px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#slider .slider-btns ul {
	list-style: none;
}
#slider .slider-btns ul li {
	display: inline-block;
}



#slider .slider-btns a {
	background: url("../img/slider-btn.png") center top no-repeat;
	display: inline-block;
	width: 50px;
	height: 42px;
	-webkit-transition: background-position 0.3s ease;
	transition: background 0.3s ease;
	z-index: 20;
}

#slider .slider-btns span {
	background: url("../img/slider-btn-bg.png") center center no-repeat;
	width: 39px;
	height: 42px;
	display: inline-block;
	margin-right: -24px;
	margin-left: -25px;
	z-index: 12;
}
#slider .slider-btns a:first-of-type:before {
	display: none;
}
#slider .slider-btns a:hover, .slider-btns a.selected {
	background-position: center bottom;
}
/* Empresa */
.empresa {
	background: #e5e5e5 url("../img/fondo-empresa.jpg") center top no-repeat;
	width: 100%;
	max-width: 1680px;
	height: 787px;
	margin-bottom: 59px;
}
.empresa .empresa-in {
	width: 60%;
	padding: 57px 20%;
	text-align: center;
}
.empresa .empresa-in img {
	margin-left: 59px;
}
.empresa .empresa-in h2 span {
	color: #952d98;
	font-weight: bold;
}
.empresa .empresa-in h2 {
	font-family: "Playfair Display", sans-serif;
	margin-bottom: 39px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 45px;
}
.empresa .empresa-in a {
	display: inline-block;
	padding: 8px 13px;
	margin: 37px 2px 25px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Trade Gothic Bold", sans-serif;
}
.empresa .empresa-in p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.empresa .empresa-in a:hover, .empresa .empresa-in a.selected  {
	padding: 6px 11px;
	border: #333 2px solid;
}
.empresa .empresa-in div {
	text-align: left;
	display: none;
}
.empresa .empresa-in div.selected {
	display: block;
}
/*-- PRODUCTOS --*/

#IrArriba {
		position: fixed;
		bottom: 30px; /* Distancia desde abajo */
		right: 30px; /* Distancia desde la derecha */
		z-index: 99999;
	}

	#IrArriba span {
		width: 60px; /* Ancho del botón */
		height: 60px; /* Alto del botón */
		display: block;
		background: url(../img/subir.png) no-repeat center center;
		z-index: 99999;
	}

#productos {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
#productos-menu-in {
	float: left;
	width:24.53%;
	margin-right: 1.32%;
}
#productos-menu-in .colecciones {
	display: none;
}
#productos-menu-in > ul {
	padding: 0;
	margin: 0;
}
#productos-menu-in > ul > li {
	display: block;
	background: #f0f0f0;
	padding: 30px 40px;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
}
#productos-menu-in > ul > li.selected {
	padding: 45px 40px;
}
#productos-menu-in > ul > li.selected > a, #productos-menu-in > ul > li > ul > li.selected > a {
	color: #952d98;
}
#productos-menu-in > ul > li ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}
#productos-menu-in > ul > li ul {
	display: none;
}
#productos-menu-in > ul > li.selected ul {
	display: block;
}
#productos-menu-in > ul > li ul {
	margin-top: 25px;
}
#productos-menu-in > ul > li ul li {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	text-transform: none;
}
#productos-menu-in > ul > li ul li:first-of-type {
	margin: 0;
}
#productos-contenido {
	width:74.15%;
	float: left;
}
#productos-contenido h3 {
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
.categoria-banner {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	height: 290px;
}
.categoria-banner.cat1 {
	background-color: #f5ece5;
}
.categoria-banner img {
	float:left;
}
.categoria-banner .categoria-texto {
	float: right;
	width: 42%;
	text-align: right;
	padding: 15px 4% 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
.categoria-banner h2 {
	font-size: 30px;
	text-align: right;
	margin-bottom: 70px;
}
.categoria-banner p {
	color: #666;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	line-height: 20px;
}
.categorias-opciones {
	margin-bottom: 57px;
}
.categorias-opciones input[type="checkbox"] {
	-webkit-appearance:none;
	background: url("../img/checkbox.png") center top no-repeat;
	width:24px;
	height: 22px;
	display: block;
	float: left;
	margin:0 5px 0 0;
}
.categorias-opciones input[type="checkbox"]:checked {
	background-position: bottom;
}
.categorias-opciones label {
	display: block;
	float: left;
	line-height: 25px;
	height: 22px;
	margin-right: 40px;
	font-family: "Trade Gothic Bold", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
}

.categorias-opciones .check{
	display: inline-block;
	margin-top: 5px;
}

.producto {
	width: 31.65%;
	height: 390px;
	margin-right: 1.27%;
	background: #f5f5f5;
	float: left;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(245, 245, 245);
}

.producto img.noimage{
	margin: 50% auto 0;
}

.producto p.noimage{
	color: #dbdbdb;
	font-size: 15px;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
}

.producto img {
	margin: 50px 0 0;
	/*max-width: 220px;
	max-height: 160px;*/
	max-width: 100%;
	max-height: 100%;
}
.producto .producto-texto {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
.producto .producto-texto h4, .producto-datos h4 {
	margin: 0;
	color: #952d98;
	font-family: "Trade Gothic Bold", sans-serif;
	font-size: 15px;
}
.producto .producto-texto p, .producto-datos p, .producto-datos ul li {
	color: #666;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 0;
}
.producto-datos ul li {
	line-height: 18px;
}
.producto .producto-texto .nuevo {
	background: url("../img/producto-nuevo.png") center center no-repeat;
	width: 77px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 10px;
	margin: 18px auto 0;
}

.producto .producto-datos {
	opacity:0;
	background: rgba(35,31,32,.95);
	position: absolute;
	top:0;
	left: 0;
	width: 90%;
	height: 340px;
	padding: 25px 5%;
	text-align: center;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.producto .producto-texto .ampliar_movil {
	display: none;
	margin: 15px auto;
	width: 44px;
	background: url("../img/ico-lupa2.png") no-repeat;
	height: 44px;
	background-size: 100% 100%;
}

.producto .producto-texto .ampliar_movil a{
	width: 100%;
	height: 100%;
}


.producto-datos ul {
	list-style-position: inside;
	margin: 35px 0 0;
	padding: 0;
}
.producto .producto-datos p, .producto .producto-datos ul li {
	color: #fff;
}
.producto-datos h4 {
	font-size: 25px;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);	
}


.producto-datos p {
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);	
}

.producto-datos ul {
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);	
}


.producto-datos a {
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);	
}



.producto .producto-datos a.ampliar {
	border:#999 2px solid;
	color: #999;
	padding: 10px 34px 10px 34px;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	display: inline-block;
	/*margin-top: 60px;*/
	position: absolute;
	bottom: 25px;
	left: 19%;

}

/*-- PRODUCTO FICHA --*/
#producto {
	background: #f5f5f5;
	width: 100%;
	max-width: 1060px;
	height: 630px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 3px solid rgb(245, 245, 245);

}

#producto img.noimage{
	margin: 25% auto 0px;
}

#producto p.noimage{
	color: #dbdbdb;
	font-size: 15px;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
}
#producto img {
	margin-top: 60px;
	max-width: 100%;
	max-height: 100%;
	/*max-width: 760px;*/
	height: auto;
	/*max-height: 549px;*/
}
#producto a.cerrar, a.cerrarnoticia {
	padding-left: 13px;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top:50px;
	left:50%;
	margin-left: -48px;
	padding: 0;
}
#producto a.cerrar:hover, a.cerrarnoticia:hover {
	color:#952d98;
}
#producto a.cerrar span, a.cerrarnoticia span {
	margin: 1px 5px 0 0;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
}
a.cerrarnoticia span {
	font-size: 12px;
	line-height: 16px;
}
#producto .producto-datos {
	position: absolute;
	top: 46px;
	right: 86px;
	text-align: right;
	width: 35%;
}

#producto .producto-datos h4{opacity:1;}
#producto .producto-datos p{opacity:1;}
#producto .producto-datos ul{opacity:1;}
#producto .producto-datos a{opacity:1;}



#producto .producto-datos p, #producto .producto-datos ul li {
	color: #333;
}
#producto-mas {
	width: 100%;
	max-width: 900px;
	margin: 35px auto 60px;
}

#producto-mas table {
	border-spacing:0;
	border: #c9c9c9 2px solid;
	border-radius: 3px;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
	float: left;
	margin-bottom: 25px;
}
#producto-mas table td {
	border-top: #c9c9c9 2px solid;
	padding: 10px 5px;
	text-align: center;
}
#producto-mas table tr:first-of-type td {
	border: none;
}
#producto-mas table th {
	background: #c9c9c9;
	text-align: left;
	padding: 0 20px;
	height: 30px;
}

#producto-mas table thead th:first-of-type{
	text-align: left;
}


#producto-mas table thead th {
	background: #c9c9c9;
	text-align: center;
	padding: 0 20px;
	height: 30px;
	font-size: 17px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

#producto-mas div.catalogo {
	width: 193px;
	float: right;
}
#producto-mas div.catalogo a {
	line-height: 36px;
	border: #952d98 2px solid;
	display: block;
	color: #952d98;
	text-align: center;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#producto-mas div.catalogo a:hover {
	background: #952d98;
	color: #fff;
}
#producto-mas div.catalogo p {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 11px;
	margin-top: 18px;
}
#producto-mas div.catalogo p span {
	color: #952d98;
	text-transform: uppercase;
}

/*-- AVISO LEGAL --*/

#aviso-legal{
	width: 100%;
	max-width: 1020px;
	margin: 32px auto 0;
	font-size: 15px;
	font-family: "Lato", sans-serif;
}

#aviso-legal li{
	line-height: 23px;
	font-size: 14px;
}

/*-- ACTUALIDAD --*/
#actualidad {
	width: 100%;
	max-width: 1020px;
	margin: 32px auto 0;
}
#actualidad .noticia {
	width: 31.37%;
	background: #f0f0f0;
	float: left;
	margin: 0 0.98% 15px; 
}
#actualidad .noticia .imagen {
	min-height: 88px;
}
#actualidad .noticia .imagen img {
	width: 100%;
	height: auto;
}
#actualidad .noticia .imagen .fecha, #noticia .fecha {
	width: 75px;
	height: 61px;
	padding-top: 14px;
	position: absolute;
	top:0;
	left:25px;
	background: rgba(35,31,32,.95);
	z-index: 9;
}
#actualidad .noticia .imagen .fecha span, #noticia .fecha span {
	color: #ccc;
	font-size: 11px;
	font-family: "Lato", sans-serif;
	text-align: center;
	display: block;
	line-height: 12px;
}
#actualidad .noticia .imagen .fecha span.dia, #noticia .fecha span.dia {
	font-size: 20px;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	line-height: 19px;
}
#actualidad .noticia .imagen .fecha span.mes, #noticia .fecha span.mes {
}
#actualidad .noticia .imagen .fecha span.anyo, #noticia .fecha span.anyo {
	font-weight: bold;
	font-style: italic;
}
#actualidad .noticia .texto {
	margin: 0 25px;
	border-bottom: #666 2px solid; 
}
#actualidad .noticia .texto p {
	color: #666;
	font-size: 13px;
	font-family: "Lato", sans-serif;
	margin: 0 0 40px;
	line-height: 20px;
}
#actualidad .noticia .texto h3, #noticia h2 {
	color: #333;
	font-size: 30px;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	margin: 22px 0 25px;
	text-transform: none;
	text-align: left;
}
#actualidad .noticia a.leermas {
	padding: 18px 25px 19px 27px;
	display: block;
	margin-top: -2px;
	line-height: 19px;
	font-size: 13px;
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#actualidad .noticia a.leermas:hover {
	background-color: #666;
	color: #ccc;
}
#actualidad .noticia a.leermas span {
	font-size: 22px;
	float: left;
	line-height: 15px;
	margin-right: 7px;
}
p.vermas {text-align: center;margin-bottom: 55px;font-size: 15px;}
p.vermas span {display: block;color: #333;font-size: 18px;margin-bottom: 20px;font-weight: bold;}
p.vermas a.boton {display: inline-block;}
/*-- ACTUALIDAD: NOTICIA --*/
a.cerrarnoticia {
	position: absolute;
	top:4px;
	left:auto;
	right: 34px;
	display: block;
	font-size: 15px;
}
#noticia_texto{
	position: relative;
	float:left;
	width:46%;
}

#noticia {
	width: 100%;
	max-width: 1000px;
	margin: 46px auto 70px;
	background: #f0f0f0;
}
#noticia .texto {
	margin: 0 3%;
	float: left;
	width: 94%;
	position: relative;
	padding-bottom: 50px;
}
#noticia .texto .fecha {
	left: 0;
}
#noticia h2 {
	padding-top: 95px;
	width: 100%;
}
#noticia .texto .separador {
	padding-top: 15px;
	border-bottom: #666 2px solid;
	width: 48%;
}
#noticia .texto p {
	font-size: 13px;
	line-height: 19px;
	margin: 20px 0;
	width: 100%;
	font-family: "Open Sans";
}
#noticia .texto a.arriba {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 5px 10px 5px;
	color: #666;
}
#noticia .texto .imagen {
	float: right;
	width: 48.9%;
	margin-left: 3%;
	margin-top: 10px;
	height: auto;
}
#noticia .texto a.imagen img {
	width: 100%;
	height: auto;
}
#noticia .texto a.arriba:hover {
	color: #952d98;
	background-position: 6px bottom;
}
#noticia .texto a.arriba span {
	font-size: 11px;
	float: left;
	margin-right: 4px;
	font-weight: bold;
	line-height: 16px;
}
#noticia .texto a.imagen_lupa {
	position: relative;
	display: block;
	/*margin: 20px 0;*/
}
#noticia .texto a.imagen_lupa .lupa {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
}
#noticia .texto a.imagen_lupa:hover .lupa {
	margin-left: -32px;
	margin-top: -8px;
	width: 64px;
	height: 64px;
}
/*-- CONTACTO --*/

#localizacion {
	float: left;
	margin-left: 3%;
	width: 34%;
}
#localizacion ul {
	padding: 0;
	margin-bottom: 40px;
}
#localizacion ul li {
	font-family: "Lato", sans-serif;
	font-size: 13px;
	list-style: none;
	margin-bottom: 15px;
	line-height: 19px;
}
#localizacion ul li span {
	font-size: 21px;
	float:left;
	margin-right: 10px;
}
#contacto {
	float:right;
	margin-right: 3%;
	width: 44%;
}

#contacto > #success{
	font-family: "Lato", sans-serif;
	font-size: 21px;
	color: ;
	text-align: center;
}

.has-error .help-block{display:block}
.help-block{display:none;position:relative;background:red;padding:5px 10px;font-size:14px;color:#fff;margin-top:15px;text-align:left;font-family: "Lato", sans-serif;font-style: italic;}
.help-block:before{ content: " ";position:absolute;top:-8px;left:10px;background:url(../img/error-detalle.png) top left no-repeat;width:18px;height:8px;}
#contacto > #success a.boton{
	margin-left: 140px;
	width: 150px;
	margin-top: 38px;
}
#contacto > #success img{
	margin-bottom: 20px;
	margin-left: 42%;
	display: block;
}

#contacto .triangle {
	width: 0; 
	height: 0;
	line-height: 0;
	border-style: solid;
	border-width: 0px 6px 6px;
	border-color: transparent transparent #e2001a;
	display: block;
	margin:0 0 0 15px;
}
#contacto div.error {
	padding: 13px 15px;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-style: italic;
	font-size: 14px;
	background: #e2001a;
	line-height: 14px;
}
#contacto input:not([type="submit"]), #contacto textarea {
	width: 94.6%;
	background: #ececec;
	border: none;
	border-radius: 3px;
	line-height: 18px;
	padding: 12px 2.7%;
}
#contacto input:not([type="submit"]), #contacto label {
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	display: block;
}
#contacto label {
	margin: 15px 0 10px;
}
#contacto textarea {
	height: 112px;
}
#contacto input[type="checkbox"] {
	-webkit-appearance:none;
	width: 30px;
	height: 30px;
	padding: 0;
	float:left;
	margin: 8px 10px 0 0;
}
#contacto input[type="checkbox"]:checked {
	background-image: url("../img/checkbox2.png");
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
#contacto input[type="submit"] {
	-webkit-appearance:none;
	display: block;
	height: 42px;
	width: 190px;
	line-height: 38px;
	text-align: center;
	border:#333 2px solid;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	float: right;
	background: none;
	margin-top: 35px;
	cursor: pointer;
	border-radius: 0;
}
#contacto input[type="submit"]:hover {
	background: #333;
	color: #fff;
}
#contacto h2, #localizacion h2 {
	font-family: "Trade Gothic Bold", sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	letter-spacing: 0;
	margin: 6px 0 22px;
}


span.logo-texto{
	font-family: "Playfair Display",sans-serif;
	color:#952D98;
	font-size: 21px;
	letter-spacing: 0.03em;
}

span.negro{
	color:#333 !important;
}

#pie .pie-inner > div.datos h3{
	margin-top: 6px;
}

@media screen and (min-width:1025px) {
	.producto .producto-datos a.ampliar:hover {
		color:#fff;
		border-color:#fff;
	    background-color: #231f20;
	}
	.producto:hover .producto-datos {
		display: block;
		opacity:1;
	}
	.producto:hover .producto-datos ul {
		opacity:1;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);	
	}

	.producto:hover .producto-datos a {
		opacity:1;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);	
	}
	.producto:hover .producto-datos p {
		opacity:1;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);	
	}
	.producto:hover .producto-datos h4 {
		font-size: 25px;
		opacity:1;
	-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);	
	}
}


@media screen and (max-width:1740px) {
	.empresa {
		width: 94%;
		margin: 0 3%;
	}
}
@media screen and (max-width:1600px) {
	#slider .slide .slide-text h3 {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:1500px) {
	#slider .slide .slide-text h3 {
		margin-bottom: 70px;
	}
}
@media screen and (max-width:1400px) {
	#slider .slide .slide-text h3 {
		margin-bottom: 40px;
		font-size: 50px;
		line-height: 57px;
	}
	.cuadropie {
		padding-top: 25px !important;
		height: 315px !important;
	}
	.cuadropie h2 {
		font-size: 30px;
		letter-spacing: 4px;
	}
	#atencion {
		background-position: right -45px center;
	}
	#portes {
		background-position: -45px center;
	}
}
@media screen and (max-width:1180px) {
	.cuadropie {
		padding-top: 20px !important;
		height: 320px !important;
	}
	.cuadropie h2 {
		margin: 0 0 15px;
		letter-spacing: 1px;
	}
	#atencion {
		background-position: right -75px center;
	}
	#portes {
		background-position: -75px center;
	}
	.cuadropie a.boton {
		width: 220px;
	}
	#slider .slide .slide-text h3 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	.empresa .empresa-in {
		width: 80%;
		padding: 100px 10%;
	}

}
@media screen and (max-width:1080px) {
	#atencion {
		background-position: right -95px center;
	}
	#portes {
		background-position: -95px center;
	}
	header {
		padding-top: 50px;
	}
	header a.telefono {
		right: 5px;
		top: 10px;
	}
	#slider .slide .slide-text h3 {
		font-size: 40px;
		line-height: 45px;
	}

	#slider .slide-boton > .boton{
		font-size: 12px;
		line-height: 40px;
		width: 200px;
		height: 40px;
	}
}
@media screen and (max-width:980px) {
	#slider .slide .slide-text {
		top: 2%;
	}
	#slider .slide .slide-text h3 {
		font-size: 35px;
		line-height: 40px;
	}
	header nav#main-menu a:first-of-type {
		margin-left: 0;
	}
	header nav#main-menu a:last-of-type {
		margin-right: 0;
	}
	.cuadropie a.boton {
		width: 80%;
	}
	.cuadropie {
		padding: 230px 2.5% 0 !important;
		width: 42%;
		background-size: 100% !important;
	}
	#atencion {
		background-position: right -55px;
	}
	#portes {
		background-position: left -20px;
	}
	#portes h2 span {
		display: block;
	}

	#slider .slide-boton > .boton{
		font-size: 12px;
		line-height: 38px;
		width: 190px;
		height: 38px;
	}


}
@media screen and (max-width:900px) {
	#slider {
		padding-bottom: 0;
	}
	#slider .slider-btns {
		position: relative;
		bottom: auto;
	}
	#slider .slider-btns a {
		background-image: url("../img/slider-btn2.png");
	}
	#slider .slider-btns span {
		background-image: url("../img/slider-btn-bg2.png");
	}

	.cuadropie a.boton {		
		margin: 15% auto 0 auto;
		width: 80%;
	}

	#slider .slide-boton > .boton{
		font-size: 12px;
		line-height: 35px;
		width: 180px;
		height: 35px;
	}

	#portes > h4{
		font-size: 15px;
		text-transform: uppercase;
		font-weight: normal;
	}

}
@media screen and (max-width:768px) {

	.producto .producto-datos {display: none;}

	.cuadropie a.boton {		
		margin: 15% auto 0 auto;
		width: 80%;
	}

	#pie .pie-inner > div.datos {
		float: none;
		clear: both;
		width: 100%;
		padding-top: 0;
	}
	#pie .pie-inner > div.datos div {
		float: left;
		margin-right: 65px;
	}
	#pie .pie-inner > div.localizacion {
		width: 50%;
	}
	#pie .pie-inner > div.otro,
	#pie .pie-inner > div.redes {
		width: 100%;
		float: none;
		clear: both;
		padding-top: 0;
	}
	header nav#main-menu {
		margin-bottom: 36px;
	}
	header nav#main-menu a {
		margin: 0 56px;
	}
	header nav#main-menu a:nth-of-type(2) {
		margin-left: 10px;
	}
	.empresa {
		background-position: 57% 100%;
		background-size: 231%;
	}
	#productos-menu-in, #productos-contenido {
		width: 100%;
	}
	#productos-contenido {
		margin-top: 32px;
	}
	#productos-menu-in a.colecciones {
		display: block;
		font-size: 15px;
		text-transform: uppercase;
		font-family: "Trade Gothic Bold", sans-serif;
		font-weight: bold;
		background: #dbdbdb;
		padding: 16px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	#productos-menu-in a.colecciones span {
		font-size: 27px;
		float: left;
		margin-right: 10px;
	}
	#productos-menu-in a.colecciones:hover {
		color: #952d98;
	}
	#productos-menu-in > ul > li, #productos-menu-in > ul > li.selected {
		padding: 15px 60px;
		border: #dbdbdb 2px solid;
		background: none;
	}
	#productos-menu-in > ul > li ul {
		margin-top: 19px;
		margin-left: 10px;
	}
	#productos-menu-in > ul > li ul li {
		font-family: "Gothic Trade Bold", sans-serif;
		font-weight: bold;
		font-size: 12px;
		margin-top: 10px;
		text-transform: uppercase;
	}
	#productos {
		width: 96%;
	}
	ul#breadcrumb {
		margin: 35px 17px 18px;
	}
	ul#breadcrumb li {
		font-size: 14px;
	}
	#producto {
		height: 700px;
		width: 96%;
	}
	#producto-mas {
		position: relative;
		width: 96%;
	}
	#producto-mas table {
		width: 100%;
	}
	#producto-mas div.catalogo {
		position: absolute;
		top: -170px;
		right: 25px;
	}
	#producto .producto-datos {
		top: 437px;
		left: 22px;
		text-align: left;
	}
	#localizacion {
		margin: 0 3% 70px;
		width: 94%;
	}
	#contacto {
		margin: 0 1.5%;
		width: 97%;
	}
	#contacto div.mitad {
		float:left;
		width: 48%;
	}
	#contacto div.mitad.right {
		float: right;
	}
	#contacto textarea {
		height: 199px;
	}
	#contacto h2, #localizacion h2 {
		font-size: 20px;
		margin: 6px 0 12px;
	}
	#localizacion h2 {
		margin: 6px 0 30px;
	}
	#contacto input[type="submit"] {
		margin-top: 25px;
	}
	.cuadropie {
		margin-top: 0;
	}
	.cuadropie h2 {
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 32px;
		margin: 4px 0 15px;
	}
	.categoria-banner {
		height: 270px;
		overflow: hidden;
	}
	.categoria-banner .categoria-texto {
		padding: 8px 2.2% 0 0;
	}
	p.vermas a.boton {
		height: 33px;
		width: 116px;
		line-height: 33px;
		font-size: 12px;
	}
	p.vermas span {
		font-size: 14px;
		margin-bottom: 11px;
	}
	#producto a.cerrar {
		font-size: 15px;
		top: 15px;
		margin-left: -76px;
	}
	#producto a.cerrar span {
		font-size: 12px;
		line-height: 16px;
	}
	#actualidad .noticia {
		width: 48%;
	}
	#slider .slide .slide-text h3 {
		margin-top: 15px;
		letter-spacing: 9px;
	}
	#slider{
		padding: 0;
	}

	#slider .slide-boton > .boton{
		font-size: 12px;
		line-height: 30px;
		width: 160px;
		height: 30px;
	}

	.producto .producto-texto .ampliar_movil{
		display: block;		
	}	
}
@media screen and (max-width:680px) {
	.producto .producto-datos {display: none;}
	.empresa .empresa-in img {
		margin-left: 0;
	}
	#slider{
		padding: 0;
	}
	/*.slide a.boton {
		height: 30px;
		width: 150px;
		line-height: 30px;
		font-size: 13px;
	}*/

	.cuadropie a.boton {		
		margin: 15% auto 0 auto;
		width: 80%;
	}

	#slider .slide-boton > .boton{
		font-size: 10px;
		line-height: 25px;
		width: 120px;
		height: 25px;
	}

	.producto .producto-texto .ampliar_movil{
		display: block;
	}	

}
@media screen and (max-width:480px) {
	.producto .producto-datos {display: none;}
	#razones{
		margin-top: 15%;
	}

	#productos-menu-in {
		display: none;
	}
	header {
		position: static;
		padding-top: 18px;
	}
	header nav#main-menu, header nav#productos-menu {
		position: absolute;
		background: rgba(255,255,255,0.9);
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		z-index: 99;
		display: none;
		border-bottom: #952d98 2px solid;
	}
	header nav#productos-menu {
		left:auto;
		right: 0;
	}
	header nav#main-menu a.cerrar, header nav#productos-menu a.cerrar {
		display: block;
		font-size: 30px;
		margin-bottom: 40px;
	}
	header nav#main-menu a, header nav#productos-menu a {
		display: block;
		text-align: center;
		margin: 0;
		font-size: 20px;
		width:60%;
		padding: 20px 20%;
	}
	header nav#main-menu a:hover span, header nav#main-menu a.active span, header nav#main-menu a:focus span{
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
	header nav#productos-menu a.atras {
		display: block;
		font-size: 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		padding: 12px 20px;
	}
	header nav#productos-menu ul {
		list-style: none;
		padding: 0;
	}
	header nav#productos-menu ul li ul {
		display: none;
	}
	header nav#productos-menu a{
		font-family: "Trade Gothic", sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		padding: 12px 20%;
	}
	header nav#productos-menu li.selected > a {
		color: #952d98;
	}
	header nav#productos-menu > ul > li {
		border-top: #ddd 2px solid;
	}
	header a.telefono {
		display: none;
	}
	header h1 {
		margin: 0 0 20px;
	}
	header h1 img {
		width: 130px;
		height: auto;
	}
	header a.menu {
		display: block;
		padding: 5px;
		position: absolute;
		top:16px;
		left: 16px;
		font-size: 30px;
	}
	header a.menu:hover {
		color: #952d98;
	}
	#botones_slider{
		display: none;
	}
	#slider{
		padding: 0;
	}
	#slider .slide {
		overflow: hidden;
	}
	#slider .slide img {
		width: 700px;
		height: auto;
		margin-left: -190px;
	}
	#slider .slide .slide-text {
		position: relative;
		width: 100%;
		text-align: center;
		right: 0;
		top: 260px;
	}
	#slider .slide .slide-text h3 {
		margin-top: 0;
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	#slider .slide-boton{
		left: 50%;
		margin:0;
		top:68%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);

	}
	#slider .slide-boton > .boton{
		font-size: 13px;
		line-height: 40px;
		width: 140px;
		height: 40px;
	}
	/*.slide a.boton {
		position: relative;
		left: 50%;
		margin-left: -85px;
		height: 40px;
		line-height: 40px;
		width: 170px;
	}*/

	.empresa {
		width: 100%;
		margin: 0;
		height: auto;
		background-size: 220%;
	}
	.empresa .empresa-in {
		width: 90%;
		padding: 30px 5%;
	}
	.empresa .empresa-in img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.empresa .empresa-in p {
		text-align: center;
		line-height: 30px;
	}
	.cuadropie {
		padding: 180px 5% 0 !important;
		width: 80%;
		margin: 0 5%;
	}
	.cuadropie a.boton {		
		margin: 10% auto;
		width: 60%;
	}

	#atencion {
		background-size: 100%;
		background-position: right -50px;
		margin-bottom: 20px;
	}

	.cuadropie h2{
		margin-top: 22%;
	}	

	#portes {
		background-size: 120%;
		background-position: left -20px;
	}
	.pie-inner {
		position: relative;
		padding-bottom: 110px;
	}
	#pie .pie-inner > div.redes {
		position: absolute;
		top: 380px;
	}
	#pie .pie-inner > div.redes h3 {
		width: 100%;
	}
	#pie .pie-inner > div.redes a {
		margin: 10px 10px 0 0;
	}
	#localizacion {
		margin-top: 65px;
	}
	#contacto h2, #localizacion h2 {
		font-size: 25px;
	}
	#contacto div.mitad {
		float:none;
		width: 100%;
	}
	#contacto input[type="submit"] {
		padding: 1px -2px;
		width: 100%;
	}
	.categoria-banner {
		margin-bottom: 20px;
		height: auto;
	}
	.categoria-banner img {
		width: 100%;
		height: auto;
	}
	.categoria-banner .categoria-texto {
		width: 94%;
		text-align: center;
		padding: 0 3% 30px;
		position: relative;
		top: auto;
		right: auto;
		background: #f5ece5;
	}
	.categoria-banner .categoria-texto h2 {
		font-size: 23px;
	}
	.categorias-opciones div.check {
		width: 93%;
		border: #f5ece5 2px solid;
		margin: 0 1% 5px;
		padding: 2.5%;
	}
	.categorias-opciones label {
		line-height: 27px;
	}
	.categorias-opciones div.clear2 {
		clear: both;
	}
	.categorias-opciones input[type="checkbox"] {
		margin-right: 20px;
	}
	.producto {
		width: 100%;
	}
	#producto .producto-datos {
		position: relative;
		width: 100%;
		top: auto;
		left:auto;
		right: auto;
		text-align: center;
	}
	#producto-mas div.catalogo {
		width: 90%;
		left: 5%;
		text-align: center;
		margin-top: 50px;
	}
	#producto-mas div.catalogo a {
		width: 70%;
		margin-left: 15%;
	} 
	.producto-datos ul {
		margin-top: 25px;
	}
	#producto {
		height: auto;
		padding-bottom: 190px;
	}
	/*#producto-mas table td, #producto-mas table th {
		display: block;
		border: none;
		text-align: center;
		padding: 10px 0;
	}
	#producto-mas table tr {
		float: left;
		width: 32.8%;
		border-left: #ccc 2px solid;
	}
	#producto-mas table tr:first-of-type {
		border: none;
		width: 33.4%;
	}*/
	#actualidad .noticia {
		width: 98%;
		margin: 0 1% 15px;
	}
	
	#noticia_texto{
		width:100%;
		padding:20px ;
	}

	ul#breadcrumb {
		display: none;
	}
	a.cerrarnoticia {
		position: relative;
		display: inline-block;
		text-align: center;
		top:auto;
		left: auto;
		right: auto;
		margin-left: 0; 
		width: 100%;
		margin-top: 20px;
	}
	a.cerrarnoticia span {
		display: inline-block;
		float: none;
	}
	#noticia {
		width: 96%;
		margin: 20px 2% 70px;
	}
	#noticia .texto {
		margin: 0;
		width: 100%;
		padding-bottom: 10px;
	}
	#noticia .texto a.imagen_lupa {
		display: none;
	}
	#noticia .texto .imagen {
		width: 100%;
		margin: 0;
		float: none;
	}
	#noticia .texto .fecha {
		left: 3%;
	}
	#noticia .texto h2, #noticia .texto p, #noticia .texto .separador {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%; 
	}
	#noticia .texto h2 {
		padding-top: 0;
		letter-spacing: 1px;
	}
	#pie .pie-inner > div.redes {
		top: 420px;
		padding-bottom: 50px;
	}
	#actualidad .noticia a.leermas span {
		line-height: 10px;
	}
	#actualidad .noticia {
		width: 96%;
		margin: 0 2% 15px;
	}
	#actualidad .noticia .texto {
		margin: 0 3%;
	}
	.categoria-banner h2 {
		text-align: center;
		margin: 20px 0;
	}
	#portes, #portes h2 {
		text-align: left;
	}
	.producto-datos {
		margin-top: 40px;
	}
	#contacto {
		margin: 40px 3% 0;
		width: 94%
	}
	#slider .slider-btns {
		position: absolute;
		top: 23px;
		bottom: auto;
	}
	.contenedor > p:first-of-type {
		/*text-indent: -999px;*/
	}
	header nav#main-menu a:nth-of-type(2) {
		margin-left: 0;
	}
	header nav#main-menu a span {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	header nav#main-menu a span:before {
	    content: none;
	    -webkit-transform: none;
		-moz-transform: none;
	    transform: none;
	    display: none;
	}
	header nav#main-menu a:hover span, header nav#main-menu a:focus span{
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		color: #952d98;
	}
	#slider {
		height: 210px;
	}

	#portes a.boton {
		position: relative;
		bottom: 0;
		right: 0;
		float: none;
	}

	#atencion a.boton {
		position: relative;
		bottom: -11px;
	}

	.producto .producto-texto .ampliar_movil{
		display: block;
	}

	.producto img{
		margin-top: 60px;
	}

	.empresa {
		background-position: 57% 80%;
		background-size: 280%;
	}

	#tabla-tallas{
		margin-top: 50px;
	}

	#noticia_images{
		margin-top:60px;
	}
}
@media screen and (max-width:480px) {
	.producto .producto-datos {display: none;}
	.empresa {
		background-position: 57% 80%;
		background-size: 270%;
	}
	.producto img.noimage {
	    margin: 25% auto 0px;
	}

}

@media only screen and (max-height: 692px) and (max-width:1024px){
	.producto .producto-datos {display: none;}
	.producto .producto-texto .ampliar_movil{
		display: block;
	}	
	
}






.slick-arrow{display:none !important;}
.slick-list{padding-top:15px !important;}

.carrusel-imagenes{max-width: 732px;margin: 0 auto;}


ul.slick-dots{position:absolute;bottom:0;left:0;width:100%;max-width:100%;list-style:none;padding:0;}
ul.slick-dots li{list-style:none;display:inline-block;}
ul.slick-dots li button{display:block;width:15px;height:15px;text-indent: -9999px;border-radius:100px;margin-right:5px;border:3px solid #333;box-sizing: border-box;padding:0;cursor:pointer;background:#fff;}
/*ul.slick-dots li button{display:block;width:12px;height:12px;text-indent: -9999px;border-radius:100px;margin-right:5px;border:2px solid #000;box-sizing: border-box;padding:0;cursor:pointer;background:#fff;}*/
ul.slick-dots li.slick-active button{border:1px solid #333;padding:2px;}


