<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS */

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

@font-face {
    font-family: 'proximanova-light';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-light-webfont.woff') format('woff'),
        url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-light-webfont.svg#proximanova-light') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular-webfont.svg#proximanova-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proximanova-semibold';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibold-webfont.svg#proximanova-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* /FONTS */

/* RESET */
* {
	margin: 0;
	padding: 0; }
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }
 
table {
	border-collapse: collapse;
	border-spacing: 0; }
 
fieldset,img { border: 0; }
 
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal; }
 
ol,ul { list-style: none; }
 
caption,th { text-align: left; }
 
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal; }
 
q:before,q:after { content: ''; }
 
abbr,acronym { border: 0; }

a {
	text-decoration: none;
	color: #000;
	opacity: 0.5;
}
	a:hover {
		opacity: 1;
	}

/* FIN RESET */
#slider { 
position: relative;
overflow: hidden;
width: 500px; 
height: 300px; 
margin: 0 auto;
padding: 0;
}
.flag {
	background: url(../img/flags.png) no-repeat;
	width: 22px;
	height: 15px;
	float: left;
	margin-right: 12px;
}
	.flag.arg {
		background-position: 0 0;
	}
	.flag.chi {
		background-position: 0 -15px;
	}
	.flag.per {
		background-position: 0 -30px;
	}

.clearBoth {
	clear: both;
}

.mainContent .headerTop {
	width: 100%;
	float: left;
	height: 121px;
}
	.mainContent .headerTop h1 {
		text-align: center;
		margin-top: 10px;
	}

.mainContent .wrapperMenu {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	height: 29px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
	.mainContent .wrapperMenu ul {
		margin-top: 6px;
	}
	.mainContent .wrapperMenu ul li {
		display: inline-block;
		margin-right: 25px;
		text-transform: uppercase;
	}
		.mainContent .wrapperMenu ul li.active a {
			opacity: 1;
			border-bottom: 4px solid #ff9c00;
		}

		.mainContent .wrapperMenu ul li a {
 			font-size: 14px;
			border-bottom: 4px solid #FFFFFF;
			font-family: 'proximanova-light';
			-webkit-transition:all 0.15s ease;
			-moz-transition:all 0.15s ease;
			-o-transition:all 0.15s ease;
			transition:all 0.15s ease;
		}
			.mainContent .wrapperMenu ul li a:hover {
				border-bottom: 4px solid #ff9c00;
			}

.mainContent .slideShow {
	width: 100%;
	height: 500px;
	float: left;
}
	.mainContent .slideShow h1 {
		width: 295px;
		height: 100px;
		text-align: center;
		text-transform: uppercase;
		font-family: 'neuton-light';
		color: #000;
		font-size: 35px;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6);
		line-height: 24px;
		padding-top: 19px;
		margin:200px auto;
	}
		.mainContent .slideShow h1 span {
			font-size: 23px;
		}

.mainContent .content {
	width:960px;
	padding-top: 50px;
	margin:0 auto 40px auto;
	height: 300px;
}
.mainContent.notFront .content {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 0;
}
	.mainContent.notFront .content .contentInner .galleryPage .col {
		float: left;
		width: 310px;
	}
		.mainContent.notFront .content .contentInner .galleryPage .col img {
			margin-bottom: 20px;
		}
		.mainContent.notFront .content .contentInner .galleryPage a {
			opacity: 1;
		}
	.mainContent.notFront .content .contentInner {
		width:960px;
		margin: auto;
	}
		.mainContent.gallery .content .contentInner h2 {
			margin-bottom: 10px;
		}
		.breadCrumb {
			margin-bottom: 20px;
			float: left;
			width: 100%;
		}
		.breadCrumb ul li {
			display: inline;
		}
			.breadCrumb ul li.active a {
				opacity: 1;
			}
			.breadCrumb ul li a {
				float: left;
				display: block;
				font-size: 12px;
				font-family: 'proximanova-light';
				margin-right: 10px;
			}

	.mainContent.notFront .content .contentInner .gallery {
		position: relative;
		width: 100%;
	}
		.mainContent.notFront .content .contentInner .gallery ul li {
			display: inline-block;
			width: 269px;
			height: 118px;
			width: 269px;
			margin-bottom: 30px;
			position: relative;
			cursor: pointer;
		}
			.mainContent.notFront .content .contentInner .gallery ul li .overlayProduct {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(255, 255, 255, 0.8);
				display: none;
			}
				.mainContent.notFront .content .contentInner .gallery ul li .overlayProduct h1 {
					text-align: center;
					margin-top: 40px;
					font-size: 30px;
					font-family: 'neuton-light';
				}
			.mainContent.notFront .content .contentInner .gallery ul li:hover .overlayProduct {
				display: block;
			}
		.spaceLi {
			margin-right: 72px;
		}
		.mainContent.notFront .content .contentInner .gallery ul li a {
			background: #f5f5f5;
			display: block;
			height: 100%;
			opacity: 1;
		}

.mainContent.notFront .content h2 {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d6d6d6;
	font-family: 'neuton-light';
	font-size: 32px;
	margin: 20px auto;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.mainContent.notFront .content .gallery {
	float: left;
}
.mainContent.notFront .content .parr {
	width: 480px;
	float: left;
	margin-right: 20px;
}
	.mainContent.notFront .content .parr p {
		font-family: 'proximanova-light';
		font-size: 14px;
		margin-bottom: 10px;
	}

.mainContent.notFront .content .parr.formulario .data {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	font-family: 'proximanova-light';
	border: 1px solid #ebebeb;
}
.mainContent.notFront .content .parr.formulario .send {
	width: 83px;
	background: #a22b0b;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'proximanova-light';
	text-align: center;
	cursor: pointer;
	border: 0px;
	float: right;
	border:1px solid #7d2108;
}
	.mainContent.notFront .content .parr.formulario .send:hover {
		background: #bf330d;
	}

.mainContent.notFront .content .image {
	width: 450px;
	float: right;
}

	.mainContent .content .colFirst {
		float: left;
		width: 300px;
		height: 300px;
		margin-right: 49px;
		background: url(../img/imgLeftHome.jpg) no-repeat;
		cursor: pointer;
		opacity: 1;
	}
		.mainContent .content .colFirst h2 {
			font-size: 21px;
			width: 226px;
			height: 75px;
			background: rgba(255, 255, 255, 0.6);
			margin:90px auto;
			text-align: center;
			padding-top: 18px;
			line-height: 24px;
			font-family: 'neuton-light';
			text-transform: uppercase;+
		}
			.mainContent .content .colFirst h2 span {
				font-size: 32px;
			}

	.mainContent .content .colLast {
		float: left;
		width: 607px;
		height: 298px;
		background: url(../img/imgRightHome.jpg) no-repeat right;
		position: relative;
		border: 1px solid #D6D6D6;
		cursor: pointer;
		opacity: 1;
	}
		.mainContent .content .colLast h2 {
			font-family: 'neuton-light';
			font-size: 32px;
			text-transform: uppercase;
			line-height: 28px;
			position: absolute;
			bottom: 10px;
			left: 10px;
		}
		.mainContent .content .colLast h2 span {
			font-size: 42px;
		}
.mainContent .wrapperFooter {
	width:100%;
	float: left;
	padding-top: 33px;
	border-top: 1px solid #d6d6d6;
	padding-bottom: 37px;
}
	.mainContent .wrapperFooter .footer {
		width:960px;
		margin: auto;
	}
		.mainContent .wrapperFooter .footer .cols {
			float: left;
			height: 140px;
		}
			.mainContent .wrapperFooter .footer .cols h2 {
				font-family: 'proximanova-semibold';
				font-size: 14px;
				margin: 5px auto 5px auto;
			}

		.mainContent .wrapperFooter .footer .cols ul {
			
		}

		.mainContent .wrapperFooter .footer .cols ul li {
			display: block;
			clear: both;
			margin-bottom: 15px;
			float: left;
			font-family: 'proximanova-light';
			color: #000;
			font-size: 12px;			
		}

		.mainContent .wrapperFooter .footer .col1 {
			width: 232px;
			border-right: 1px solid #d6d6d6;
		}

		.mainContent .wrapperFooter .footer .col2 {
			width: 178px;
			border-right: 1px solid #d6d6d6;
		}
			.mainContent .wrapperFooter .footer .col2 ul {
				width: 50%;
				margin: auto;
			}
				.mainContent .wrapperFooter .footer .col2 ul li {
					margin-bottom: 7px;
				}
		.mainContent .wrapperFooter .footer .col3 {
			width: 548px;
		}
			.mainContent .wrapperFooter .footer .col3 ul {
				width: 90%;
				margin: auto;
			}
				.mainContent .wrapperFooter .footer .col3 ul h2 {
					margin-bottom: 10px;
				}
				.mainContent .wrapperFooter .footer .col3 ul li {
					margin-bottom: 7px;
				}
					.mainContent .wrapperFooter .footer .col3 ul li.copy {
						margin-top: 20px;
					}
.redes {
	background: url(../img/redesSte.png);
	width: 25px;
	height: 25px;
	float: left;
	opacity: 0.8;
	cursor: pointer;
}
	.redes:hover {
		opacity: 1;
	}
	.redes.fb {
		background-position: 0 0;
	}
	.redes.tt {
		background-position: 0 25px;
	}


	/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}</pre></body></html>