<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	/*height: 350px;*/
	margin-bottom: 4em;
}

body {
	padding-top: 80px;
	font-size: 14px;
}

.navbar-nav a {
	font-size: 14px;
}

* {
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-main {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: white;
	height: 80px;
	border-bottom: 1px solid #f5f5f5;
}

.navbar-main a {
	color: black;
}

.navbar-main .container {
	height: 80px;
}

.navbar-brand {
	padding-bottom: 0;
}

.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover, .nav .open&gt;a, .nav .open&gt;a:focus, .nav .open&gt;a:hover {
	background-color: inherit;
	text-decoration: underline;
	color: black;
}

.navbar-brand,
.navbar-nav&gt;li&gt;a {
	line-height: 80px;
	height: 80px;
	padding-top: 0;
}

.navbar-brand {
	margin-top: 7px;
}

.navbar-form {
	margin-top: 20px;
}

.featured {
	min-height: 200px;
	background: #F5F5F5;
}

.featured a {
	color: inherit;
}

.featured a:hover {
	text-decoration: none;
}

.featured:hover {
	opacity: 0.7;
}

.featured h3 {
	margin: 0;
}

.mapas {
	position: relative;
	height: 200px;
	background: #BCAAA4;
	text-align: right;
}

.mapas img {
	position: relative;
	text-align: right;
	top: -30px;
}

.mapas h3 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	margin: 0;
	color: black;
	position: absolute;
	bottom: 50px;
	left: 20px;
	color: white;
}

.mapas h4 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	margin: 0;
	color: white;
	position: absolute;
	bottom: 25px;
	left: 20px;
	padding: 0 19px;
}

.guias {
	background: #A1887F url('../img/guias.png') no-repeat top center;
}

.guias h3 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	margin: 0;
	color: black;
	position: absolute;
	bottom: 110px;
	left: 20px;
	color: white;
}

.guias h4 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	margin: 0;
	color: white;
	position: absolute;
	bottom: 85px;
	left: 20px;
}

.globes {
	min-height: 400px;
	background: #80DEEA;
	text-align: center;
	position: relative;
}

.santiago {
	background: #B2EBF2;
	text-align: center;
	position: relative;
	height: 200px;
}

.santiago img {
	position: relative;
	display: block;
	margin: 0 auto;
	top: -20px;
	right: 0px;
}

.santiago h3 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	margin: 0;
	color: black;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	color: white;
}

.santiago h4 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	margin: 0;
	color: white;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	padding: 0 19px;
}

.globes h3 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	color: white;
	position: absolute;
	bottom: 110px;
	left: 0;
	right: 0;

}

.globes h4 {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	margin: 0;
	color: white;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	padding: 0 19px;
}

.globes img {
	position: relative;
	display: block;
	margin: 0 auto;
	top: -20px;
}

.featured-price {
	display: block;
}

.featured-product {
	background: white;
	margin-bottom: 1.75em;
	height: 340px;
	padding: 1em;
	text-align: center;
	position: relative;
}

.featured-product img {
	display: block;
	margin: 0 auto;
}

.featured-product .text {
	position: absolute;
	bottom: 0;
	padding: 1em;
	color: black;
}

.featured-price {
	font-size: 1.2em;
	color: #E64A19;
	font-weight: bold;
}

.carousel-control {
	color: black;
}

.carousel-control, .carousel-control.right, .carousel-control.left {
	background: none;
	text-shadow: none;
}

.carousel-indicators {
	/*background: red;*/
}

.newsletter {
	/*border-radius: 4px;*/
	margin-top: 4em;
	height: 150px;
	background: #EFEBE9;
}

#info {
	background: #f5f5f5;
}

.content {
	margin-top: 4em;
}

#info footer {
	margin-top: 4em;
}

footer {
	color: white;
	color: white;
	background: #262626 url(../img/footer.png) repeat top left;
	padding-top: 60px;
	padding-bottom: 60px;
}

footer p, footer li {
	list-style: none;
	font-size: 14px;
	line-height: 1.5em;
}

footer h3, footer h4 {
	margin-top: 0px;
}

footer ul {
	padding: 0;
}

footer p, footer a {
	color: white;
	opacity: 0.6;
	font-size: 14px;
	margin-bottom: 0;
}

footer a:hover {
	color: white;
	opacity: 1;
}

footer p {
	margin: 0 0 10px;
}

footer hr {
	opacity: 0.1;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

header.section {
	height: 120px;
	line-height: 120px;
	background: #f5f5f5;
}

header.section h1 {
	margin: 0;
	line-height: 120px;
}

header.section-products {
	margin-bottom: 5px;
	line-height: 1em;
	padding-top: 30px;
}

header.section-products h1 {
	line-height: 1em;
}

header.section-products .breadcrumb {
	text-align: center;
}

.box {
	background: white;
	margin-bottom: 2em;
}

.box h3 {
	margin: 0;
}

.box div {
	display: block;
	padding: 2em 2em;
}

hr {
	margin: 0;
}

.content ul li {
	color: #757575;
	font-weight: 100;
	font-size: 14px;
	line-height: 27px;
}

h5 {
	font-size: 14px;
}

p {
	color: #757575;
	font-weight: 100;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 1.75em;
}

.title {
	text-transform: uppercase;
	font-weight: bolder;
}

.empty-cart {
	padding-top: 4em;
	padding-bottom: 6em;
}

.empty-cart h4 {
	margin-top: 50px;
	line-height: 1.2em;
}

.breadcrumb {
	background-color: transparent;
	border-bottom: 2px solid #f5f5f5;
	border-radius: 0px;
}

.form-search input {
	border-radius: 20px;
	border-right: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: none;
	padding-left: 20px;
	width: 300px !important;
	outline: none;
}

.form-search input:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}

.form-search button {
	border-radius: 20px;
	border-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

::-webkit-input-placeholder {
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

:-ms-input-placeholder {  
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 14px;
}

.categories-menu {
	min-width: 620px;
	padding: 15px 30px;
	border: 0;
}

.categories-menu a {
	display: block;
	margin-bottom: 5px;
}


.product {
	background: white;
	margin-bottom: 1.75em;
	height: 340px;
	padding: 1em;
	text-align: center;
	position: relative;
}

.product:hover {
	outline: 3px solid #f19800;
}

.product-name, .product-brand {
	text-align: left;
	margin: 0;
}

.product-image {
	margin-top: 10px;
	max-width: 150px;
	-moz-transition: all 0.25s cubic-bezier(0.26, 0.11, 0.14, 0.97);
	-ms-transition: all 0.25s cubic-bezier(0.26, 0.11, 0.14, 0.97);
	-webkit-transition: all 0.25s cubic-bezier(0.26, 0.11, 0.14, 0.97);
	transition: all 0.25s cubic-bezier(0.26, 0.11, 0.14, 0.97);
	margin-bottom: 20px;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.desc-product {
	position: absolute;
	top: 220px;
	padding-right: 20px;
}

/*.product:hover .product-image {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}*/

.product-price {
	font-size: 1.2em;
	color: #E64A19;
	font-weight: bold;
}

.product-name {
	color: #fe9a00;
	color: black;
	font-size: 14px;
}

.product-brand {
	font-size: 12px;
	margin-top: 10px;
	color: #9E9E9E;
}

.underline {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.product-info {
	height: 290px;
}

.list-products {
	margin-top: 2em;
}

.category-filter li {
	line-height: 100%;
	margin-bottom: 10px;
	color: #757575;
}

.category-filter li.active {
	/*color: #FF9100;*/
	color: black;
}

.category-filter li:hover {
	color: black;
}

.category-filter li.active:before {
}

.category-filter {
	list-style: none;
	margin: 0;
	padding: 0;
}

.btn-primary, .btn-secondary {
	background: #FF9800;
	border-width: 0 0 4px;
	border-bottom: 3px solid #F57C00;
	border-radius: 4px;
	display: inline-block;
	font-size: 0.875em;
	line-height: 130%;
	padding: 16px 30px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	color: white;
	white-space: normal;
	color: black;
}

.btn-primary:hover, .btn-secondary:hover {
	background: #EF6C00;
	border-color: #E65100;
}

.btn-primary.btn-block {
	width: 100%;
}

.btn-secondary {
	background: #E0E0E0;
	border-color: #BDBDBD;
}

.btn-secondary:hover {
	background: #9E9E9E;
	border-color: #757575;
	color: white;
}

.form-login {
	max-width: 400px;
}

.m-l {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5em;
}

.form-xs input, .form-xs select {
	max-width: 300px;
}

.same-address {
	display: none;
}

.block-filter {
	background: #f5f5f5;
}

.block-filter .category-filter {
	padding: 1em 1.5em;
}

.block-filter h4 {
	padding: 1em;
}
.underline {
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}

.block-filter li a {
	color: #757575;
}

.block-filter ul {
	padding: 1em;
}

.block-filter li a:hover {
	color: #f19800;
}

.block-filter li.active a {
	color: black;
	text-decoration: underline;
}

.pagination {
	margin: 0 auto;
	margin-bottom: 4em;
	margin-top: 1em;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: black;
	text-decoration: none;
	background-color: #fff;
	border: 0;
}

.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover {
	color: black;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
	z-index: 3;
	color: #fff;
	border-radius: 0;
	cursor: default;
	background-color: #f19800;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span, .pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
	border-radius: 0;
}

.detail-product {
	margin-top: 2em;
	background: #F5F5F5;
	margin-bottom: 2em;
}

.images-product {
	margin-top: 2em;
	margin-bottom: 4em;
}

.images-product img {
    margin: 0 auto;
}

.detail-product h2 {
	padding: 1.5em;
	padding-bottom: 0;
	text-transform: uppercase;
	margin: 0;
}

.detail-product h3 {
	padding: 1.85em;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 10px !important;
	text-transform: uppercase;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
	border: 0;
	border-radius: 0;
	background: #E0E0E0;
	color: black;
}

.nav-tabs&gt;li a {
	padding: 1em 2em;
	text-transform: uppercase;
	font-weight: lighter;
	color: black;
}

.nav-tabs&gt;li&gt;a, .nav-tabs {
	border: 0;
}

.nav-tabs&gt;li {
	margin-bottom: 0;
}

.tab-pane {
	padding: 1.5em;
	background: #E0E0E0;
}

.tab-pane p {
	color: black;
	margin: 0;
}

.shop-product {
	padding: 1.5em;
}

.ref-product {
	padding-top: 1em;
}

.qty-product input {
	width: 50px;
	height: 50px;
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	border: 0;
}

.price-product {
	font-weight: bolder;
	font-size: 22px;
	margin-top: 7px;
}

.price-product sub {
	font-size: 12px;
}

.bxslider {
	display: none;
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

.sliderr {
	background: #f4f4f4;
	height: 550px;
	/*background: #f4f4f4 url('../img/home.jpg') no-repeat top center;
	background-size: cover;*/
}

.sliderr ul li a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.sliderr {
	margin-bottom: 2.5em;
}

.sliderr ul li {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 550px;
}

.sliderr ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sliderr ul li img {
	position: absolute;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-viewport {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none !important;
		border: 0 !important;
	}

.bx-wrapper {
	margin-bottom: 0;
}

#bx-pager {
	margin-top: 20px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    margin-right: -50px !important;
}

.bx-prev {
	margin-left: -60px !important;
}

#bx-pager img {
	width: 100%;
	height: auto;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.btn-buy {
	background: #FF9800;
	border-radius: 0;
	display: inline-block;
	font-size: 1em;
	line-height: 130%;
	padding: 20px 30px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	white-space: normal;
	color: black;
}

tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}

.table&gt;thead&gt;tr&gt;th {
	text-transform: uppercase;
}

.btn-block {
	width: 100%;
}

.conditions {
	padding: 4em;
	background: #F5F5F5;
	margin-top: 2em;
}

.img-responsive {
	margin: 0 auto;
}

.address {
	padding: 2em;
	border-radius: 4px;
	border: 1px dashed #ddd;
}

.list-unstyled a {
	color: #f19800;
}

#added .modal-content {
	border-radius: 0px;
	border: 0;
	max-width: 450px;
	box-shadow: none;
	padding: 3em;
}

.shop-cart {
	background: url('../img/cart.png') no-repeat top left;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

#added h4 {
	font-weight: lighter;
	color: #888;
}

.count-cart {
	display: inline-block;
	min-height: 20px;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	background: #f19800;
	color: white;
	margin-left: 5px;
}

.count-cart 
{
position: relative;
width: 20px;
height: 20px;
padding: 0px;
background: #f19800;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.count-cart:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 5px 5px 5px 0;
border-color: transparent #f19800;
display: block;
width: 0;
z-index: 1;
left: -5px;
top: 5px;
}


.cartt:hover {
	text-decoration: none !important;
}

.related {
	margin-top: 2em;
	background: #F5F5F5;
}

#form-order {
	font-size: 12px !important;
}

#form-order label {
	font-weight: normal;
	margin-right: 10px;
}

.categories {
	height: 150px;
	padding-top: 65px;
	text-align: center;
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	color: #f19800;
	border: 3px solid #f5f5f5;
}

.categories:hover {
	color: black;
	background: white;
	border: 3px solid #f19800;
}

.breadcrumb a {
	color: #f19800;
}

.navbar-toggle {
	border: 1px solid #ccc;
	margin-top: 20px;
}

.container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
	/*background: white;*/
}

@media(min-width:768px){
	.form-search input {
		max-width: 150px;
	}
}

@media(min-width:1200px){
	.form-search input {
		max-width: none;
	}
}
@media(max-width:767px){
	.container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header {
		background: white;
	}
	.navbar-brand, .navbar-nav&gt;li&gt;a {
		line-height: 1em;
		height: auto;
	}

	.sliderr, .sliderr ul li {
		height: 200px;
	}

	.navbar-toggle .icon-bar {
		background-color: #ccc;
	}

	.navbar-collapse {
		border-bottom: 1px solid #f5f5f5;
	}
	.form-search input {
		display: inline-block;
		width: 100% !important;
	}

	.form-search .form-group {
		display: inline-block;
		width: 80%;
	}

	.form-search button {
		position: relative;
		top: -1px;
		display: inline-block;
	}
}

@media(min-width:1200px){}

.news {
	padding-top: 60px;
	text-align: center;
}

.news img {
	margin-bottom: 10px;
}

.qty {
	width: 50px;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
}

.carousel-control {
	width: 20px;
}

.carousel-control:focus, .carousel-control:hover {
	color: #ccc;
}

.featured-product a {
	display: block;
}

.subtitle {
	background-color: #E0E0E0;
	padding: 15px;
	text-align: center;
	margin-right: 10px;
	width: auto;
	display: inline-block;
}

.attributes {
	padding: 15px;
	background-color: #E0E0E0;
	font-size: 10px;
	min-height: 200px;
	margin-bottom: 20px;
}

.attributes p {
	font-size: 12px;
	color: black;
}

.img-cart {
	max-width: 50px;
	height: auto;
}</pre></body></html>