<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/*	==========================================================================
	CUERPO Y HEADER
	==========================================================================	*/

h1,h2,h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

h3,h4,h5,h6,p,li,a,body,footer,header,ul,li,span,em,strong,label,textarea,select,input {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

a, input {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


body {
	background: #000 url(../img/bg.png) center top fixed;
	text-align: center;
	min-width: 480px;
}

.container {
	min-height: 100%;
	background: #fff;
	width: 1140px;
	margin: 0 auto;
	-webkit-box-shadow: rgba(0,0,0,1) 0 0 100px 10px;
	box-shadow: rgba(0,0,0,1) 0 0 100px 10px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

header {
	height: 144px;
	z-index: 5;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 0 30px;
	box-shadow: rgba(0,0,0,.3) 0 0 30px;
	background: #fff;
}

/*header a {
	display: block;
	float: left;
}
*/

header a img {
	max-width: 100%;
}

.data {
	position: absolute;
	text-align: right;
	list-style: none;
	padding: 15px 20px;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 26px;
}

.data li {
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.data li a {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

.data li a:hover {
	text-decoration: underline;
}

.data li.dir {
	font-weight: 400;
	line-height: 28px;	
}

.data li.tel {
	font-size: 52px;
	margin: 5px 0 -5px;
}

.img-fija {
	width: 100%;
}

/*	==========================================================================
	SLIDER
	==========================================================================	*/

.slider-container {
	width: 855px;
	height: 519px;
	background: #000;
	float: right;
	position: relative;
	overflow: hidden;
	z-index: 3;
}
.slider-container .arrow-left {
	background: url(../img/prev.png) no-repeat center center;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -34px;
	width: 30px;
	height: 50px;
	z-index: 10;
	border-radius: 0 5px 5px 0;
}
.slider-container .arrow-right {
	background: url(../img/next.png) no-repeat center center;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -34px;
	width: 30px;
	height: 50px;
	z-index: 10;
	border-radius: 5px 0 0 5px;
}
.arrow-left:hover, .arrow-right:hover {
	background-color: rgba(0,0,0,.5);
	width: 47px;
}
.swiper-container {
	height: 519px;
	width: 100%;
}
.content-slide {
	padding: 20px;
	color: #fff;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:5px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fbb62d;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}

.swiper-slide {
	display: inline-block;
	float: left;
	position: relative;
	text-align: center;
	height: 100%;
	overflow: hidden;
}

.swiper-slide img {
	height: 100%;
	width: auto;
	text-align: center;
}

.caption {
	position: absolute;
	padding: 20px;
	color: #fff;
}

.topLeft {
	top: 0;
	left: 0;
	text-align: left;
	border-radius: 0 0 10px 0;
}

.topRight {
	top: 0;
	right: 0;
	text-align: right;
	border-radius: 0 0 0 10px;
}

.bottomLeft {
	bottom: 0;
	left: 0;
	text-align: left;
	border-radius: 0 10px 0 0;
}

.bottomRight {
	bottom: 0;
	right: 0;
	text-align: right;
	border-radius: 10px 0 0 0;
}

.alignLeft {
	left: 0;
	text-align: left;
}

.alignRight {
	right: 0;
	text-align: right;
}

.textDark {
	color: #333;
	text-shadow: #fff 0 0 5px, #fff 0 0 10px;
}

.textShadow {
	text-shadow: #000 0 2px 5px, #000 0 0 10px;
}

h1 {
	font-size: 48px;
	margin: 0;
	padding: 0;
	color: inherit;
}

h3 {
	font-size: 24px;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 5px 0 0;
	color: inherit;
}

/*	==========================================================================
	FORMULARIO Y VALIDACIÃ“N
	==========================================================================	*/

.contacto {
	position: absolute;
	overflow: hidden;
	top: 144px;
	left: 0;
	width: 286px;
	height: 519px;
	margin: 0;
	z-index: 11;
	text-align: left;
	background: #ff6600;
}

.overlay {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: none;
	z-index: 10;
	cursor: pointer;
}

.abre-contacto {
	cursor: pointer;
}

h2 {
	color: #333;
	margin: 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

form {
	padding: 0 20px;
}

label, input, textarea {
}

label {
	position: relative;
	display: block;
	color: #333;
	padding: 5px 0 0;
	font-size: 16px;
}

input, textarea, select {
	display: block;
	margin: 0 0 10px;
	padding: 5px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	font-size: 16px;
	color: #666;
	border: none;
	background: #fff;
	border-bottom: 1px solid #fff;
	border-radius: 3px;
}

select {
	padding: 0;
}

textarea {
	height: 80px;
	resize: none;
}

.submit {
	color: #999;
	-webkit-box-shadow: inset #fff 0 1px 0;
	box-shadow: inset #fff 0 1px 0;
	color: #cc2c29;
	margin: 20px 0 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.submit:hover {
	background: #C07874;
	-webkit-box-shadow: inset #A04E48 0 2px 4px;
	box-shadow: inset #A04E48 0 2px 4px;
	color: #fff;
	border-color: #A04E49;
	text-shadow: rgba(0,0,0,.3) 0 1px 2px; 
}

.suggest,.error {
	position: absolute;
	right: 0;
	bottom: 1px;
	font-style: italic;
	font-size: 14px;
	color: #333;
	font-weight: 300;
}

.error {
	color: #482222;
}

.inputFormRojo {
	background: #CA8E8E;
	color: #482222;
}

.inputFormVerde {
	background: #96CD8D;
	color: #152812;
}

/*	==========================================================================
	MAPA
	==========================================================================	*/

iframe {
	float: left;
	width: 50%;
	height: 504px;
	display: inline-block;
}

/*	==========================================================================
	MAPA
	==========================================================================	*/

footer {
	text-align: center;
	padding: 5px;
	background: #666;
	position: relative;
	box-shadow: inset rgba(0,0,0,.3) 0 2px 6px;
	text-shadow: #333 0 1px 0;
	font-size: 14px;
}

footer a {
	color: #eee;
}

.share {
	position: absolute;
	top: 144px;
	right: 0;
	z-index: 99;
	color: #fff;
	text-align: right;
	background: #888;
	padding: 15px 5px;
	height: 60px;
	-webkit-box-shadow: inset rgba(0,0,0,.3) 5px 0 10px;
	box-shadow: inset rgba(0,0,0,.3) 5px 0 10px;
	text-shadow: rgba(0,0,0,.3) 0 2px 2px;
}</pre></body></html>