@CHARSET "UTF-8";

/** ----- CSS Document */

/** COLORES */

/** GENERAL */
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 */
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

@font-face {
    font-family: 'Mariage';
    src: url('fonts/Mariage.eot');
    src: url('fonts/Mariage.eot') format('embedded-opentype'),
         url('fonts/Mariage.woff2') format('woff2'),
         url('fonts/Mariage.woff') format('woff'),
         url('fonts/Mariage.ttf') format('truetype'),
         url('fonts/Mariage.svg#Mariage') format('svg');
}

::selection {
	background: #eee;
	background: rgba(215,215,215,.4);
}

* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea,
form button {
	font: inherit;
	height: 30px;
	line-height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #ccc;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}

option {
	font-weight: inherit;
}

input[type="checkbox"],
input[type="radio"] {
	height: 20px;
	line-height: 20px;
}

input[type="file"]{width:0.1px;height:0.1px;opacity:0;overflow:hidden;margin:0;padding:0}
input[type="file"]+label{color:#fff;min-width:40px;height:40px;background:#666 url(../images/icon-upload-image.png) 5px center no-repeat;border-color:#666;cursor:pointer;display:inline-block;vertical-align:middle;overflow:hidden;margin-bottom:10px;padding:10px 10px 10px 50px !important;opacity:.8}
input[type="file"]:focus+label,input[type="file"]+label:hover,input[type="file"].has-focus+label{opacity:1}

textarea,
select[multiple],
select[size] {
	resize: vertical;
	line-height: 20px;
}

input.error {
	border: 1px solid #c00;
}

label.error {
	position: relative;
	top: -8px;
	left: 10px;
	color: #c00;
}

form ::-webkit-input-placeholder{color:#aaa}
form :-moz-placeholder{color:#aaa}
form ::-moz-placeholder{color:#aaa}
form :-ms-input-placeholder{color:#aaa}
.g-recaptcha>div>div{margin:0 auto 10px}

iframe {
	border: 0 !important;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

figure{margin:0}
figure img,figure svg{width:100%}
.google-maps{position:relative;padding-bottom:35%;height:0;overflow:hidden}
.google-maps iframe{position: absolute;top:0;left:0;width:100% !important;height:100% !important}

.video_responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.coloured {
	color: #9b0000;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	z-index: 99;
	background: #000;
	padding: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.scrolltop svg {
	width: 100%;
	height: 100%;
}

.scrolltop svg * {
	fill: #fff !important;
}

.interior {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

body {
	font: 300 14px/16px Arial, sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

/** HEADER */
header {
	background: #000;
	color: #fff;
	padding: 40px 0;
	margin-bottom: 40px;
	webkit-box-shadow: 0 0 25px #000;
	moz-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
}

header .logo img {
	vertical-align: middle;
	width: 25%;
	max-width: 94px;
}

header .logo figcaption {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-left: 3%;
	font: 400 28px/32px Mariage, Verdana, sans-serif;
}

.social a {
	display: inline-block;
	padding-left: 0;
	margin-right: 10px;
	overflow: hidden;
	font-size: 36px;
}


/** MENU */
#menu {
	background: #000;
}

#menu ul {
	margin: 0;
}

#menu li {
	display: inline-block;
	vertical-align: middle;
}

#menu li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
}


/** FOOTER */
footer {
	margin: 0;
	padding: 20px 0;
	background: #000;
	color: #fff;
	text-align: left;
}


/** CONTENT */
.share .button-share,
.share .button-download,
.share .button-pdf,
.share .button-fullscreen {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.share .button-share svg,
.share .button-download svg,
.share .button-pdf svg,
.share .button-fullscreen svg {
	position: relative;
	top: 2px;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
}

.share .share-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 42px;
	margin-top: -2px;
	margin-left: -18px;
	overflow: hidden;
	position: relative;
	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear;
}

.share .share-content {
	width: 180px;
	background: #00AEEF;
	padding: 5px 0 5px 25px;
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
	white-space: nowrap;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.share .share-wrapper.visible {
	width: 180px;
}

.enlace {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	font: 400 14px/28px Arial, sans-serif;
	height: 30px;
	border: 1px solid #000;
	background: none;
	text-transform: uppercase;
}

.enlace:hover {
	background-color: #f1f1f1;
}

.img_leermas {
	float: right;
	margin-top: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.img_leermas:hover {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.loading {
	display: none;
	margin: 32px;
	height: 32px;
	background: url(../img/loading.gif) center center no-repeat;
}

.estaticos {
	padding: 40px 20px;
	text-align: left;
}

.estaticos h4 {
	margin: 30px 0 10px;
	padding-left: 60px;
	position: relative;
	line-height: 51px;
}

[class*="content-"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 51px;
	background: url('../img/marker.png') center center no-repeat;
	color: #fff;
	font-size: 30px;
	line-height: 51px;
	text-align: center;
}

.content-a:before {content: 'A'}
.content-b:before {content: 'B'}
.content-c:before {content: 'C'}
.content-d:before {content: 'D'}
.content-e:before {content: 'E'}
.content-f:before {content: 'F'}
.content-g:before {content: 'G'}
.content-h:before {content: 'H'}
.content-i:before {content: 'I'}
.content-j:before {content: 'J'}
.content-k:before {content: 'K'}
.content-l:before {content: 'L'}
.content-m:before {content: 'M'}
.content-n:before {content: 'N'}
.content-ñ:before {content: 'Ñ'}
.content-o:before {content: 'O'}
.content-p:before {content: 'P'}
.content-q:before {content: 'Q'}
.content-r:before {content: 'R'}
.content-s:before {content: 'S'}
.content-t:before {content: 'T'}
.content-u:before {content: 'U'}
.content-v:before {content: 'V'}
.content-w:before {content: 'W'}
.content-x:before {content: 'X'}
.content-y:before {content: 'Y'}
.content-z:before {content: 'Z'}
.content-1:before {content: '1'}
.content-2:before {content: '2'}
.content-3:before {content: '3'}
.content-4:before {content: '4'}
.content-5:before {content: '5'}
.content-6:before {content: '6'}
.content-7:before {content: '7'}
.content-8:before {content: '8'}
.content-9:before {content: '9'}
.content-0:before {content: '0'}

.errorpage {
	padding: 80px 0;
}

.errorpage figure {
	max-width: 500px;
	margin: 0 auto;
}


/** COOKIES */
#cookieWarnBox .text {
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

#cookieWarnBox .text a {
	color: #9d9d9d;
}

#cookieWarnBox .text a:hover {
	text-decoration: underline;
}

#cookieWarnBox span#cookieWarnClose {
	line-height: 24px;
	color: #000;
}

@media screen and (min-width: 980px) {
	#cookieWarnBox .text {padding:0 20px}
}


/** MEDIA QUERIES **/
@media (max-width: 980px) {
	.interior{width:92%;padding-left:4%;padding-right:4%}
}

@media screen and (max-width: 767px) {
	body {padding:0}
}