@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/oswald-v31-latin_latin-ext-regular.eot");
	/* IE9 Compat Modes */
	src: local(''),
		url("fonts/oswald-v31-latin_latin-ext-regular.eot?#iefix")
		format('embedded-opentype'), /* IE6-IE8 */
       url("fonts/oswald-v31-latin_latin-ext-regular.woff2")
		format('woff2'), /* Super Modern Browsers */
       url("fonts/oswald-v31-latin_latin-ext-regular.woff")
		format('woff'), /* Modern Browsers */
       url("fonts/oswald-v31-latin_latin-ext-regular.ttf")
		format('truetype'), /* Safari, Android, iOS */
       url("fonts/oswald-v31-latin_latin-ext-regular.svg#Oswald")
		format('svg'); /* Legacy iOS */
}

/* elementos HTML */
html {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: #556A80 fixed;
	background-image: -ms-radial-gradient(center bottom, circle farthest-corner, #628EA0 0%,
		#3D2B47 100%);
	background-image: -moz-radial-gradient(center bottom, circle farthest-corner, #628EA0 0%,
		#3D2B47 100%);
	background-image: -o-radial-gradient(center bottom, circle farthest-corner, #628EA0 0%,
		#3D2B47 100%);
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 561,
		color-stop(0, #628EA0), color-stop(1, #3D2B47));
	background-image: -webkit-radial-gradient(center bottom, circle farthest-corner, #628EA0
		0%, #3D2B47 100%);
	background-image: radial-gradient(circle farthest-corner at center bottom, #628EA0 0%,
		#3D2B47 100%);
	font-family: verdana, arial;
	color: #ffffff;
}

* {
	outline: none;
}

img {
	border: 0;
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	display: block;
	object-fit: contain
}

table {
	border: 0;
	padding: 0;
	margin: 0
}

table td {
	vertical-align: top
}

iframe {
	border: 0;
	padding: 0;
	margin: 0
}

p {
	text-align: justify
}

.grid-item p {
	text-align: left
}

.footer-envelope p {
	font-size: 10px
}

ul {
	list-style-type: square;
	padding-left: 15px
}

ul li {
	margin-bottom: 0px
}

h1, h2, h3, h4, h5, h6 {
	font-family: oswald, arial;
	font-weight: normal;
	margin-bottom: 0px;
}

h1 {
	color: #183250;
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 30px;
	line-height: 40px
}

h2 {
	color: #1A3756;
	font-size: 30px;
	font-size: 2.8rem;
	margin-top: 30px;
	line-height: 38px
}

h3 {
	color: #1D3D5D;
	font-size: 28px;
	font-size: 2.4rem;
	margin-top: 30px;
	line-height: 36px
}

h4 {
	color: #1F4363;
	font-size: 26px;
	font-size: 2.0rem;
	margin-top: 30px;
	line-height: 34px
}

h5 {
	color: #22496A;
	font-size: 24px;
	font-size: 1.6rem;
	margin-top: 30px;
	line-height: 32px
}

h6 {
	color: #254F71;
	font-size: 22px;
	font-size: 1.2rem;
	margin-top: 30px;
	line-height: 30px
}

.row {
	
}

.row h1, .row h2, .row h3, .row h4, .row h5, .row h6 {
	margin: 25px 5px 5px 5px;
	text-align: left;
	display: block;
	padding: 2px 0px 8px 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	transition: width 0.3s;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
}

.row h1 {
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 5px;
	background-color: #7A847980;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.50) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

.row h2 {
	color: #F8F8F8;
	margin-top: 25px;
	margin-left: 5px;
	background-color: #7A847970;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.46) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

.row h3 {
	color: #F0F0F0;
	margin-top: 20px;
	margin-left: 25px;
	background-color: #7A847960;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.42) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

.row h4 {
	color: #e8e8e8;
	margin-top: 15px;
	margin-left: 45px;
	background-color: #7A847950;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.38) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

.row h5 {
	color: #e0e0e0;
	margin-top: 10px;
	margin-left: 65px;
	background-color: #7A847940;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.32) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

.row h6 {
	color: #d8d8d8;
	margin-top: 5px;
	margin-left: 85px;
	background-color: #7A847930;
	background: linear-gradient(90deg, rgba(122, 132, 121, 0.26) 0%,
		rgba(255, 255, 255, 0.1) 100%);
}

h1+h2, h2+h3, h3+h4, h4+h5, h5+h6 {
	margin-top: 5px !important;
}

a {
	color: #FFDD00;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #46addb;
}

a:focus {
	outline: 0
}

/* miscelánea */
.pequeno {
	font-size: 10px;
	font-size: 1rem
}

.pequeno_version {
	font-size: 12px;
	font-size: 1.2rem;
	color: #e0e0e0
}

.pequeno_sdk {
	font-size: 10px;
	font-size: 1rem;
	padding-bottom: 5px;
	color: #c0c0c0
}

.bloque {
	display: block
}

.oculto {
	display: none
}

.centrado {
	text-align: center
}

/* botones */
.boton {
	display: block;
	text-align: center;
	background-color: #3D2B47;
	color: #f0f0f0;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	/*padding:5px 10px 8px 10px;*/
	font-family: oswald, arial;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none
}

.boton:hover {
	background-color: #628EA0;
	color: #ffffff;
	box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.5);
}

.oculto {
	display: none
}

/* decoracion fotos */
.foto {
	border-radius: 5px 5px 0px 0px;
	z-index: 2
}

.fotoContainerCuadrado {
	position: relative;
	width: 290px;
	height: 290px;
	display: block
}

.fotoContainerCuadrado .foto {
	width: 290px;
	height: 290px
}

/* transiciones */
a, input.boton, a img, .footer-envelope, .footer-envelope h4,
	.buscafuera td, .content-envelope .grid {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* tarjetas */
.card {
	width: 310px;
	margin: 5px;
	display: block;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	background: #f0f0f0;
	background: linear-gradient(135deg, #f0f0f0 0%, #eaf3e9 100%);
}

.cardwide {
	margin: 5px;
	display: block;
	float: left;
}

@media only screen and (max-width: 639px) {
	.card {
		width: 320px
	}
	.cardwide {
		width: 310px
	}
}

.card_bg {
	/*	font-size:68%;*/
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	background: #f0f0f0;
	background: linear-gradient(135deg, #f0f0f0 0%, #eaf3e9 100%);
	color: #556A80;
}

.card_bg a {
	color: #3D2B47
}

/* maquetación */

/* atajos CSS */
.m10 {
	margin: 10px;
	display: block
}

.mt0 {
	margin-top: 0px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mb10 {
	margin-bottom: 10px
}

/* bottom */
/* footer */
.footer-envelope {
	width: 100%;
	padding-top: 5px;
	margin-top: 50px;
	background-color: #A0AD9F40;
	background: linear-gradient(90deg, rgba(160, 173, 159, 0.25) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 200;
}

.footer-envelope h4 {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.25);
	padding: 10px;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	font-size: 24px
}

.footer-envelope h4:hover {
	background: rgba(0, 0, 0, 0.10)
}

.footer-envelope h5 {
	color: #d6e7d4;
	font-size: 16px !important;
	margin-top:5px !important;
}

.footer-envelope p {
	color: #ffffff
}

.footer-envelope li {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1c3b55
}

.footer-envelope li  span {
	color: #46addb;
	font-size: 10px;
}

.footer-envelope li a {
	color: #E2E6E2;
	font-size: 10px;
	font-weight: normal
}

.footer-envelope li a:hover {
	color: #ffffff
}

.footer-envelope li .disabled {
	color: var(- -color_disabled);
	font-weight: 400;
	font-size: 10px;
	cursor: default;
}

.foot_anchor a {
	color: #E2E6E2;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: underline
}

.foot_anchor a:hover {
	color: #ffffff
}

/* botón subir */
#boton_go_top {
	float: right;
	text-align: right;
}

#boton-top {
	display: none;
}

#boton-top.fixed {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#by-nc-sa {
	width: 290px;
	height: 100px;
	display: block;
	background: url("../img/by-nc-sa.png")
}

/* colores de fondo */
.bg_licencia {
	background: #D24B64 !important
}

.bg_contacto {
	background: #947435 !important
}

.bg_cookies {
	background: #499A37 !important
}

.bg_mapaweb {
	background: #6F6AC8 !important
}

.bg_agradecer {
	background: #C6C8CA !important;
	color: #3D2B47
}

/* masonry */
.grid-item {
	width: 320px;
	float: left;
}

.wide2 {
	width: 640px !important;
	float: left;
}

/* Generales */
#globalbackground {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #303005;
	background-size: cover;
	background-position: center center;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	transition: all 1s;
}

#globalbackgroundoverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.66)
}

#globalcontent {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 100%;
	width: 100%;
	z-index: 100
}

/* botón subir */
#boton_go_top {
	float: right;
	text-align: right;
}

#boton-top {
	display: none;
}

#boton-top.fixed {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.container {
	margin: 0px auto 15px auto;
	padding-top: 10px;
}

.titulopagina {
	background-color: #A0AD9F40;
	background: linear-gradient(90deg, rgba(160, 173, 159, 0.25) 0%,
		rgba(255, 255, 255, 0.1) 100%); ! important;
	color: #6B736A;
	text-align: left;
	margin: 5px;
	display: block;
	float: left;
	min-height: 70px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	transition: width 0.3s
}

/* transiciones */
a, input.boton, a img, .footer-envelope, .footer-envelope h4,
	.buscafuera td, .content-envelope .grid {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) {
	.container {
		width: 320px
	}
	.titulopagina {
		width: 310px
	}
}

@media only screen and (min-width: 640px) {
	.container {
		width: 640px
	}
	.titulopagina {
		width: 310px
	}
}
/* @media only screen and (min-width: 960px) {.container{width:960px} .titulopagina{width:630px}} */
/* a partir de aquí le añado 20px al min-width para compensar barra de escrol */
@media only screen and (min-width: 1300px) {
	.container {
		width: 1280px
	}
	.titulopagina {
		width: 950px
	}
}
/* @media only screen and (min-width: 1620px) {.container{width:1600px} .titulopagina{width:1270px}} */
@media only screen and (min-width: 1940px) {
	.container {
		width: 1920px
	}
	.titulopagina {
		width: 1590px
	}
}
/* @media only screen and (min-width: 2260px) {.container{width:2240px} .titulopagina{width:1910px}} */
@media only screen and (min-width: 2580px) {
	.container {
		width: 2560px
	}
	.titulopagina {
		width: 2230px
	}
}
/* @media only screen and (min-width: 2900px) {.container{width:2880px} .titulopagina{width:2550px}} */
@media only screen and (min-width: 3220px) {
	.container {
		width: 3200px
	}
	.titulopagina {
		width: 2870px
	}
}
/* @media only screen and (min-width: 3540px) {.container{width:3520px} .titulopagina{width:3190px}} */
@media only screen and (min-width: 3860px) {
	.container {
		width: 3840px
	}
	.titulopagina {
		width: 3510px
	}
}
/* @media only screen and (min-width: 4180px) {.container{width:4160px} .titulopagina{width:3830px}} */
@media only screen and (min-width: 4500px) {
	.container {
		width: 4480px
	}
	.titulopagina {
		width: 4150px
	}
}
/* @media only screen and (min-width: 4820px) {.container{width:4800px} .titulopagina{width:4470px}} */