.cabecera {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 10
}

body.inicio .cabecera {
	top: 50px
}

.cabecera .izquierda {
	float: left
}

.cabecera .izquierda .logo {
	display: inline-block;
	width: 270px;
	height: 85px;
	background: url('../img/web/logo.png') no-repeat center
}

.cabecera .izquierda .logo_dipu {
	display: inline-block;
	width: 115px;
	height: 54px;
	background: url('../img/web/logo_diputacion.png') no-repeat center;
	background-size: contain;
	margin-left: 20px;
	margin-bottom: 5px
}

.cabecera .izquierda .rezsap {
	font-weight: 300;
	color: #fff;
	display: block;
	margin-top: 5px
}

.cabecera .izquierda .rezsap .rezsap_tit {
	font-size: 3em
}

.cabecera .izquierda .rezsap .rezsap_desc {
	font-size: 1.5em;
	display: block
}

.cabecera .derecha {
	float: right;
	margin: 30.5px 0
}

body.inicio .cabecera .derecha {
	margin: 0
}

.cabecera .derecha .buscar {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: url('../img/web/buscar_w.png') no-repeat center
}

.cabecera .derecha .abrir_menu {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 24px;
	margin-left: 40px;
	background: url('../img/web/menu_w.png') no-repeat center
}

.contiene_menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .9);
	background: rgba(37, 181, 234, .9);
	background: rgba(40, 134, 170, .9);
	z-index: 10
}

.contiene_menu .menu {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 480px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}

.contiene_menu .menu li {
	display: block
}

.contiene_menu .menu li a {
	display: inline-block;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 2.6em;
	letter-spacing: .15em;
	color: #FFFFFF;
	position: relative
}

.contiene_menu .menu li a.con_sub:after {
	content: '';
	position: absolute;
	display: block;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 20px;
	background: url('../img/web/flecha_g_blanca.png') center no-repeat;
	background-size: 7px 8px
}

.contiene_menu .menu li a:hover {
	color: #5fe9fe
}

.contiene_menu .menu li a.subnivel {
	font-size: 1.5em;
	line-height: 2em
}

.contiene_menu .opciones {
	position: relative
}

.contiene_menu .opciones .cerrar_menu {
	position: absolute;
	top: 50px;
	right: 10px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/web/kross_w.png') no-repeat center
}

.contiene_menu .redes_menu {
	text-align: center;
	position: absolute;
	bottom: 4%;
	left: 0;
	right: 0
}

.contiene_menu .redes_menu a {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	font-size: 1.7em;
	color: #fff;
	margin: 0 15px
}

.contiene_menu .redes_menu a:hover {
	color: #5fe9fe
}

.banners .item_banner {
	position: relative;
	height: 840px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.banners .item_banner .texto {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0
}

.banners .item_banner .texto .marcas_agua {
	background: url('../img/web/emprendimiento.png') no-repeat top center;
	bottom: -60px;
	content: '';
	position: absolute;
	right: 10px;
	vertical-align: top;
	width: 270px;
}

.banners .item_banner .texto .marcas_agua .rezsap {
	color: #fff;
	display: block;
	font-weight: 300;
	margin-top: 5px;
	padding-top: 100px;
	text-align: right;
}

.banners .item_banner .texto .marcas_agua .rezsap .rezsap_tit {
	font-size: 3em
}

.banners .item_banner .texto .marcas_agua .rezsap .rezsap_desc {
	font-size: 1.5em;
	display: block
}

.banners .item_banner .texto .titulo {
	display: block;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: .15em;
	color: #5fe9fe;

	font-size: 1.5em;
	font-weight: 600;
	font-family: 'PlayFair Display', sans-serif;
}

.banners .item_banner .texto .subtitulo {
	position: relative;
	display: block;
	width: 40%;
	margin-top: 40px;
	padding-left: 40px;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 6.35em;
	line-height: 1.1em;
	color: #FFFFFF
}

.banners .item_banner .texto .subtitulo:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 3px;
	height: 135px;
	background: #5fe9fe
}

.banners .item_banner .texto a {
	display: inline-block;
	margin-top: 125px;
	padding: 0 55px;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: .15em;
	color: #FFFFFF;
	background: #25B5EA
}

.banners .item_banner .texto a:hover {
	color: #25B5EA;
	background: #FFFFFF
}

.banners .item_banner .texto a.enlace_banner2 {
	margin-left: 20px;
	color: #25B5EA;
	background: #FFFFFF;
}

.banners .item_banner .texto a.enlace_banner2:hover {
	color: #FFFFFF;
	background: #25B5EA
}

.banners .item_banner .texto br {
	display: none;
}

.comarcas {
	position: relative
}

.comarcas:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	right: 10px;
	height: 300px;
	background: #f1f1f1
}

.comarcas .izquierda {
	position: absolute;
	top: 0;
	left: 10px;
	width: 37.5%;
	height: 300px;
	background: #f1f1f1;
}

.comarcas .izquierda .texto {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 50px;
	border-left: 3px solid #25B5EA;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.comarcas .izquierda .texto .titulo {
	display: block;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 6.35em;
	line-height: 1em
}

.comarcas .izquierda .texto .subtitulo {
	color: #25B5EA;
	display: block;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1em;
	margin: 10px 0 0 0;
}

.comarcas .derecha {
	border-bottom: 10px solid #5fe9fe;
}

.comarcas .derecha .hueco {
	display: inline-block;
	vertical-align: middle;
	width: 37.5%;
	height: 300px;
}

.comarcas .derecha .item_comarca {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 300px;
	width: 12.5%;
	text-align: center;
}

.comarcas .derecha .item_comarca:hover {
	background: #25B5EA
}

.comarcas .derecha .item_comarca:before {
	content: '';
	position: absolute;
	bottom: 40%;
	left: 0;
	right: 0;
	height: 120px
}

.comarcas .derecha .item_comarca.comarca_1:before {
	background: url('../img/web/comarca_1.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_2:before {
	background: url('../img/web/comarca_2.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_3:before {
	background: url('../img/web/comarca_3.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_4:before {
	background: url('../img/web/comarca_4.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_5:before {
	background: url('../img/web/comarca_5.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_6:before {
	background: url('../img/web/comarca_6.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_7:before {
	background: url('../img/web/comarca_7.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_8:before {
	background: url('../img/web/comarca_8.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_9:before {
	background: url('../img/web/comarca_9.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_10:before {
	background: url('../img/web/comarca_10.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_11:before {
	background: url('../img/web/comarca_11.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_12:before {
	background: url('../img/web/comarca_12.png') no-repeat center
}

.comarcas .derecha .item_comarca.comarca_13:before {
	background: url('../img/web/comarca_13.png') no-repeat center
}

.comarcas .derecha .item_comarca:hover:before {
	filter: brightness(100)
}

.comarcas .derecha .item_comarca:after {
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: -.5px;
	width: 1px;
	background: #d3d3d3;
}

.comarcas .derecha .item_comarca:nth-of-type(6):after {
	content: none;
}

.comarcas .derecha .item_comarca .titulo {
	position: absolute;
	top: 60%;
	left: 5%;
	right: 5%;
	display: block;
	margin-top: 10px;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.25em;
	color: #25B5EA
}

.comarcas .derecha .item_comarca:hover .titulo {
	color: #FFFFFF
}

.inicio_nosotros .superior {
	padding-top: 125px;
	text-align: center
}

.inicio_nosotros .superior .rotulo .titulo {
	display: block;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 4.25em;
	line-height: 1em
}

.inicio_nosotros .superior .rotulo .subtitulo {
	display: block;
	margin-top: 15px;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: .15em;
	color: #25B5EA
}

.inicio_nosotros .superior .descripcion {
	width: 70%;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 1.55em;
	line-height: 1.85em
}

.inicio_nosotros .superior .descripcion p {
	margin: 0;
	margin-top: 20px;
}

.inicio_nosotros .superior .descripcion p:first-child {
	margin-top: 0;
}

.inicio_nosotros .superior .imagenes {
	margin-top: 55px
}

.inicio_nosotros .superior .imagenes .imagen {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin-right: 2%;
	margin-top: 2%
}

.inicio_nosotros .superior .imagenes .imagen:nth-of-type(2n) {
	margin-right: 0
}

.inicio_nosotros .superior .imagenes .imagen:nth-of-type(1) {
	margin-top: 0
}

.inicio_nosotros .superior .imagenes .imagen:nth-of-type(2) {
	margin-top: 0
}

.inicio_nosotros .superior .imagenes .imagen .imagen_mini {
	display: block;
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: 0;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, .2)
}

.inicio_nosotros .superior .imagenes .imagen:nth-of-type(2n) .imagen_mini {
	margin-left: 0;
	margin-right: auto
}

.inicio_nosotros .superior .imagenes .imagen .imagen_grande {
	display: block;
	width: 100%;
	height: auto
}

.inicio_nosotros .inferior {
	padding: 150px 0
}

.inicio_nosotros .inferior .imagenes {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.inicio_nosotros .inferior .imagenes .imagen {
	display: inline-block;
	vertical-align: middle
}

.inicio_nosotros .inferior .imagenes .imagen:nth-of-type(1) {
	width: 40%;
	margin-right: 5%
}

.inicio_nosotros .inferior .imagenes .imagen:nth-of-type(2) {
	width: 55%
}

.inicio_nosotros .inferior .imagenes .imagen img {
	display: block;
	width: 100%;
	height: auto
}

.inicio_nosotros .inferior .imagenes .imagen:nth-of-type(2) img {
	box-shadow: 10px 10px 25px rgba(0, 0, 0, .2)
}

.inicio_nosotros .inferior .texto {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-left: 5%;
	border-top: 10px solid #25B5EA
}

.inicio_nosotros .inferior .rotulo {
	margin-top: 75px
}

.inicio_nosotros .inferior .rotulo .titulo {
	display: block;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 5.25em;
	line-height: 1em
}

.inicio_nosotros .inferior .rotulo .subtitulo {
	display: block;
	margin-top: 15px;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: .15em;
	color: #25B5EA
}

.inicio_nosotros .inferior .descripcion {
	position: relative;
	padding-left: 50px;
	margin-top: 40px;
	font-size: 1.8em;
	line-height: 1.75em
}

.inicio_nosotros .inferior .descripcion:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 135px;
	background: #25B5EA
}

.inicio_nosotros .enlace {
	display: inline-block;
	margin-top: 55px;
	padding: 0 55px;
	border: 2px solid #d3d3d3;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: .15em;
	color: #363636
}

.inicio_nosotros .enlace:hover {
	border-color: #25B5EA;
	color: #FFFFFF;
	background: #25B5EA
}

.inicio_nosotros .inferior .patrocinadores {
	margin-top: 75px
}

.inicio_nosotros .inferior .patrocinadores .emprendezamora {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 50px;
	background: url('../img/web/emprendezamora_g.png') no-repeat center
}

.inicio_nosotros .inferior .patrocinadores .diputacion {
	display: inline-block;
	vertical-align: middle;
	width: 105px;
	height: 50px;
	margin-left: 25px;
	background: url('../img/web/diputacion_g.png') no-repeat center
}

.pie {
	padding-top: 100px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 10px;
	text-align: center;
	background: url('../img/web/bg_pie.jpg') no-repeat center;
	background-size: cover
}

.pie:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	max-width: 1280px;
	margin: 0 auto;
	background: #25B5EA
}

.pie .logo {
	display: block;
	width: 180px;
	height: 50px;
	margin: 0 auto;
	background: url('../img/web/emprendezamora_b.png') no-repeat center
}

.pie .emprendezamora {
	display: inline-block;
	margin-top: 25px;
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF
}

.pie .emprendezamora:hover {
	color: #25B5EA
}

.pie .logo_dipu_pie {
	display: block;
	width: 115px;
	height: 54px;
	background: url('../img/web/logo_diputacion.png') no-repeat center;
	background-size: contain;
	margin: 15px auto
}

.pie .rezsap_pie {
	font-weight: 300;
	color: #fff;
	display: block;
	margin-top: 5px;
	text-align: center
}

.pie .rezsap_pie .rezsap_tit {
	font-size: 2.1em
}

.pie .rezsap_pie .rezsap_desc {
	font-size: 1.3em;
	display: block
}

.pie .direccion {
	display: block;
	margin-top: 25px;
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF
}

.pie .info {
	margin-top: 25px
}

.pie a {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF
}

.pie a:hover {
	color: #25B5EA
}

.pie .info .separador {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 1.5em;
	line-height: 1em;
	color: #FFFFFF
}

.pie .redes {
	margin-top: 50px
}

.pie .redes a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	font-size: 1.5em;
	line-height: 1em;
	color: #25B5EA
}

.pie .redes a:hover {
	color: #FFFFFF
}

.pie .legal {
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

.pie .legal li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.pie .copyright {
	display: block;
	margin-top: 50px;
	font-size: 1.25em;
	line-height: 1em;
	color: #25B5EA
}

.contiene_migas_pan {
	position: relative;
	height: 340px;
	background: url('../img/web/bg_migas.jpg') no-repeat center;
	background-size: cover
}

.contiene_migas_pan .migas_pan {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.contiene_migas_pan .migas_pan:before {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 10px;
	width: 270px;
	height: 95px;
	background: url('../img/web/emprendimiento.png') no-repeat center
}

.contiene_migas_pan .migas_pan .titulo {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 15px;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 3.25em;
	font-weight: 400;
	line-height: 1em;
	color: #FFFFFF
}

.contiene_migas_pan .migas_pan .titulo:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: #25B5EA
}

.contiene_migas_pan .migas_pan .links {
	padding: 30px 0;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: .15em;
	color: #5fe9fe
}

.contiene_migas_pan .migas_pan .links a {
	color: #5fe9fe
}

.contiene_migas_pan .migas_pan .links a:hover {
	color: #FFFFFF
}

.residencias {
	padding-top: 65px;
	padding-bottom: 65px;
	position: relative
}

.residencias .superior .titulo {
	display: block;
	float: left;
	margin-bottom: 25px;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 3.65em;
	line-height: 60px
}

.residencias .superior .abre_filtros {
	display: none;
	position: absolute;
	right: 25px;
	top: 40px;
	width: 145px;
	line-height: 50px;
	text-align: center;
	font-size: 1.8em;
	font-weight: 400;
	color: #000;
	border: 2px solid #d3d3d3;
	text-transform: uppercase
}

.residencias .superior .abre_filtros .txt_btn_filtrar {
	display: inline-block;
	vertical-align: middle
}

.residencias .superior .abre_filtros.activos:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #25B5EA;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.residencias .superior .abre_filtros .fa {
	font-size: 0.9em;
	vertical-align: middle;
	margin-left: 15px
}

.residencias .superior .filtros {
	float: right
}

.residencias .superior .filtros .rotulo_filtros_mvl {
	margin-bottom: 60px;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 4em;
	line-height: 80px;
	text-align: center;
	position: relative;
	display: none
}

.residencias .superior .filtros .rotulo_filtros_mvl:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	margin: 0 auto;
	background: #25B5EA
}

.residencias .superior .filtros .cerrar_filtros {
	background: url('../img/web/kross_b.png') center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 40px;
	right: 40px;
	display: none
}

.residencias .superior .filtros .cerrar_filtros:hover {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg)
}

.residencias .superior .filtros .filtro {
	position: relative;
	display: inline-block;
	margin-right: 15px
}

.residencias .superior .filtros .filtro:last-child {
	margin-right: 0
}

.residencias .superior .filtros .filtro .desplegable {
	position: relative;
	display: block;
	width: 180px;
	padding: 0 20px;
	border: 2px solid #d3d3d3;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: .15em;
	color: #363636
}

.residencias .superior .filtros .filtro .desplegable:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	background: url('../img/web/flecha_g.png') no-repeat center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}

.residencias .superior .filtros .filtro ul {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	min-width: 180px;
	max-height: 500px;
	margin: 0;
	margin-top: -2px;
	padding: 20px;
	border: 2px solid #d3d3d3;
	background: #FFFFFF;
	z-index: 5;
	overflow: auto
}

.residencias .superior .filtros .filtro ul::-webkit-scrollbar {
	width: 5px
}

.residencias .superior .filtros .filtro ul::-webkit-scrollbar-thumb {
	border: 0px none #FFFFFF;
	border-radius: 0;
	background: #25B5EA
}

.residencias .superior .filtros .filtro ul::-webkit-scrollbar-track {
	border: 0px none #FFFFFF;
	border-radius: 0;
	background: #FFFFFF
}

.residencias .superior .filtros .filtro ul li {
	display: block;
	margin-top: 15px
}

.residencias .superior .filtros .filtro ul li:first-child {
	margin-top: 0
}

.residencias .superior .filtros .filtro ul li a {
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 15px;
	color: #363636;
	white-space: nowrap
}

.residencias .superior .filtros .filtro ul li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url('../img/web/check_radio_sheet.png') no-repeat center left
}

.residencias .superior .filtros .filtro ul li.sel a:before {
	background: url('../img/web/check_radio_sheet.png') no-repeat center right
}

.residencias .superior .filtros .filtro .hay_filtros {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #25B5EA;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.residencias .superior .filtros_aplicados {
	margin-bottom: 10px
}

.residencias .superior .filtros_aplicados .filtro_aplicado {
	position: relative;
	display: inline-block;
	min-width: 180px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding-left: 20px;
	padding-right: 55px;
	border: 2px solid #d3d3d3;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 56px;
	color: #363636
}

.residencias .superior .filtros_aplicados .filtro_aplicado:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 15px;
	background: url('../img/web/check_radio_sheet.png') no-repeat center right;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}

.residencias .superior .filtros .pie_filtros {
	display: inline-block;
	vertical-align: top
}

.residencias .superior .filtros .limpiar_filtros {
	/*background: url('../img/web/basura.png') center no-repeat;*/
	background: url('../img/web/kross_b.png') center no-repeat;
	background-size: 24px;
	height: 60px;
	width: 60px;
	border: 2px solid #d3d3d3;
	display: inline-block;
	vertical-align: top
}

.residencias .superior .filtros .limpiar_filtros .txt_limpiar {
	display: none
}

.residencias .superior .filtros .limpiar_filtros:hover {
	/*background-image: url('../img/web/basura_hover.png');*/
	background-image: url('../img/web/kross_w.png');
	background-color: #25B5EA;
	border-color: #25B5EA
}

.residencias .superior .filtros .aplicar_filtros {
	border: 2px solid #d3d3d3;
	display: inline-block;
	vertical-align: top;
	display: none
}

.residencias .superior .filtros .aplicar_filtros:hover {
	background-color: #25B5EA;
	border-color: #25B5EA;
	color: #fff
}

.residencias .superior .resultados {
	display: block;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1em
}

.residencias .inferior {
	padding: 35px 0
}

.residencias .inferior .item_residencia {
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-bottom: 4%
}

.residencias .inferior .item_residencia:nth-of-type(4n) {
	margin-right: 0
}

.residencias .inferior .item_residencia .imagen {
	display: block
}

.residencias .inferior .item_residencia .imagen img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .2)
}

.residencias .inferior .item_residencia .textos_item {
	padding: 40px 1em 0 1em;
	padding: 25px 1em 0 1em
}

.residencias .inferior .item_residencia .titulo {
	display: inline-block;
	height: 50px;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 25px;
	color: #25B5EA
}

.residencias .inferior .item_residencia span {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 0.8em
}

.residencias .inferior .item_residencia span:last-child {
	margin-bottom: 0
}

.residencias .inferior .item_residencia span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('../img/web/flecha_b.png') no-repeat center left;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%)
}

.residencias .contiene_paginador {
	position: relative
}

.residencias .contiene_paginador:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 10%;
	background: #f1f1f1
}

.residencias .contiene_paginador:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 10%;
	background: #F9F9F9
}

.residencias .contiene_paginador .resultados {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	padding: 25px 0;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 48px;
	background: #f1f1f1
}

.residencia {
	padding-bottom: 100px
}

.residencia .superior .izquierda {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	padding: 40px 0;
	border-top: 10px solid #25B5EA
}

.residencia .superior .izquierda a {
	display: inline-block;
	padding: 0 20px;
	border: 2px solid #d3d3d3;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: .15em;
	color: #363636
}

.residencia .superior .izquierda a:hover {
	border-color: #25B5EA;
	color: #FFF;
	background: #25B5EA
}

.residencia .superior .derecha {
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	padding: 40px 0;
	border-top: 10px solid #5fe9fe;
	text-align: right
}

.residencia .superior .derecha a {
	position: relative;
	display: inline-block;
	width: 180px;
	padding: 0 20px;
	border: 2px solid #d3d3d3;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 56px;
	letter-spacing: .15em;
	color: #363636
}

.residencia .superior .derecha a:hover {
	border-color: #25B5EA;
	color: #FFF;
	background: #25B5EA
}

.residencia .superior .derecha a.prev {
	margin-right: 15px;
	text-align: right
}

.residencia .superior .derecha a.next {
	text-align: left
}

.residencia .superior .derecha a:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	background: url(../img/web/flecha_g.png) no-repeat center;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.residencia .superior .derecha a:hover:before {
	background-image: url(../img/web/flecha_g_blanca.png)
}

.residencia .superior .derecha a.prev:before {
	left: 25px;
	transform: translate(0, -50%) rotate(90deg);
	-webkit-transform: translate(0, -50%) rotate(90deg);
	-moz-transform: translate(0, -50%) rotate(90deg);
	-o-transform: translate(0, -50%) rotate(90deg);
	-ms-transform: translate(0, -50%) rotate(90deg)
}

.residencia .superior .derecha a.next:before {
	right: 25px;
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-moz-transform: translate(0, -50%) rotate(-90deg);
	-o-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg)
}

.residencia .inferior .texto_superior {
	position: relative;
	border-bottom: 10px solid #e8e8e8;
	background: #f9f9f9
}

.residencia .inferior .texto_superior:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	right: 0;
	height: 10px;
	background: #cacaca
}

.residencia .inferior .texto_superior .imagen {
	display: block;
	width: 50%
}

.residencia .inferior .texto_superior .imagen img {
	display: block;
	width: 100%;
	height: auto
}

.residencia .inferior .texto_superior .detalles {
	display: block;
	width: 50%;
	background: #f9f9f9
}

.residencia .inferior .texto_superior .titulo {
	position: relative;
	display: block;
	padding-top: 15px;
	padding-left: 40px;
	font-size: 2.646em;
	font-weight: 500;
	line-height: 1.25em;
	letter-spacing: .05em;
	background: #f1f1f1
}

.residencia .inferior .texto_superior .titulo:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 20px;
	width: 3px;
	background: #25B5EA
}

.residencia .inferior .texto_superior .info {
	margin: 0;
	padding: 40px;
	background: #f1f1f1
}

.residencia .inferior .texto_superior .info li {
	display: block;
	font-size: 1.38em;
	font-weight: 400;
	line-height: 1em;
	margin-top: 10px;
	padding: 4px 0 4px 30px
}

.residencia .inferior .texto_superior .info li.comarca {
	background: url(../img/web/ico-comarca.png) left center no-repeat
}

.residencia .inferior .texto_superior .info li.direccion {
	background: url(../img/web/ico-direccion.png) left center no-repeat
}

.residencia .inferior .texto_superior .info li.telefono {
	background: url(../img/web/ico-telefono.png) left center no-repeat
}

.residencia .inferior .texto_superior .info li.web {
	background: url(../img/web/ico-web.png) left center no-repeat
}

.residencia .inferior .texto_superior .info li.email {
	background: url(../img/web/ico-email.png) left center no-repeat
}

.residencia .inferior .texto_superior .info li:first-child {
	margin-top: 0
}

.residencia .inferior .texto_superior .info li b {
	font-weight: 300;
	color: #25B5EA
}

.residencia .inferior .texto_superior .info li a {
	color: #363636;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.residencia .inferior .texto_superior .info li a:hover {
	color: #25B5EA
}

.residencia .inferior .texto_superior .servicios {
	margin: 0;
	padding: 3em 2em 1em 4em
}

.residencia .inferior .texto_superior .servicios .rotulo {
	color: #25B5EA;
	font-size: 1.799em
}

.residencia .inferior .texto_superior .servicios ul {
	padding: 0;
	margin: 1.5em 0 1em
}

.residencia .inferior .texto_superior .servicios ul li {
	background: url(../img/web/flecha_b.png) left center no-repeat;
	display: inline-block;
	font-size: 1.17em;
	font-weight: 500;
	padding: 7px 0 7px 20px;
	width: 33.33%
}

.residencia .inferior .texto_superior .servicios_mvl {
	display: none
}

.residencia .inferior .presentacion_mapa {
	margin-bottom: 5em
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones {
	float: left;
	padding: 5em 4em 1em 0;
	width: 50%
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .presentacion {
	margin-bottom: 6em
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .rotulo {
	font-family: 'PlayFair Display', sans-serif;
	border-left: 3px solid #25B5EA;
	font-size: 3.704em;
	margin-bottom: 30px;
	padding-left: 18px;
	line-height: 1em;
	padding-bottom: 4px
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos {
	font-size: 1.38em;
	font-weight: 400;
	line-height: 2.2em;
	text-align: justify
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos p {
	margin: 2em 0
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos b, .residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos strong {
	color: #25B5EA;
	font-weight: 400
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos a {
	color: #363636;
	text-decoration: underline;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .textos a:hover {
	color: #25B5EA
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .certificaciones ul {
	list-style: none;
	padding: 0 0 0 2.5em;
	margin: 1em 0
}

.residencia .inferior .presentacion_mapa .presentacion_certificaciones .certificaciones ul li {
	background: url(../img/web/flecha_b.png) left center no-repeat;
	font-size: 1.164em;
	font-weight: 500;
	padding: 4px 0 4px 20px
}

.residencia .inferior .presentacion_mapa .mapa {
	background: #F9F9F9;
	float: right;
	position: relative;
	width: 50%
}

.residencia .inferior .presentacion_mapa .mapa:after {
	background: #25B5EA;
	content: '';
	height: 10px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 75%
}

.residencia .inferior .presentacion_mapa .mapa iframe {
	width: 100%;
	height: 670px
}

.residencia .inferior .descripcion-residencia .rotulo {
	font-family: 'PlayFair Display', sans-serif;
	border-left: 3px solid #25B5EA;
	font-size: 3.704em;
	margin-bottom: 30px;
	padding-left: 18px;
	line-height: 1em;
	padding-bottom: 4px
}

.residencia .inferior .descripcion-residencia .textos {
	font-size: 1.38em;
	font-weight: 400;
	line-height: 2.2em;
	text-align: justify
}

.residencia .inferior .descripcion-residencia .textos p {
	margin: 1.5em 0
}

.residencia .inferior .descripcion-residencia .textos b, .residencia .inferior .descripcion-residencia .textos strong {
	color: #25B5EA;
	font-weight: 400
}

.residencia .inferior .descripcion-residencia .textos a {
	color: #363636;
	text-decoration: underline;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.residencia .inferior .descripcion-residencia .textos a:hover {
	color: #25B5EA
}

.residencia .inferior .imagenes-residencia {
	margin: 6% 0 5%
}

.residencia .inferior .imagenes-residencia .fotos-residencia a {
	display: inline-block;
	vertical-align: top;
	width: 23.95%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	box-shadow: 6px 12px 15px 5px rgba(0, 0, 0, 0.15)
}

.residencia .inferior .imagenes-residencia .fotos-residencia a:nth-child(4n) {
	margin-right: 0
}

.residencia .inferior .imagenes-residencia .fotos-residencia a:hover {
	box-shadow: none
}

.residencia .inferior .imagenes-residencia .fotos-residencia a img {
	width: 100%;
	height: auto;
	display: block
}

.residencia .inferior .imagenes-residencia .fotos-residencia a figure {
	display: none;
	visibility: hidden
}

.luto_buscador {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 10;
	display: none
}

.luto_buscador .form_busqueda {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	text-align: center
}

.luto_buscador .form_busqueda input {
	border: 2px solid #d3d3d3;
	font-size: 1.5em;
	line-height: 3em;
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	width: 95%;
	text-align: left;
	font-weight: 500;
	letter-spacing: .10em
}

.luto_buscador .form_busqueda a.boton_buscar {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url('../img/web/lupa.png') center no-repeat;
	background-size: 30px;
	margin-left: 10px;
	backface-visibility: hidden
}

.luto_buscador .form_busqueda a.boton_buscar:hover {
	background-image: url('../img/web/lupa_hover.png')
}

.luto_buscador .form_busqueda .cerrar_buscador {
	background: url('../img/web/kross_w.png') center no-repeat;
	background-size: contain;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.luto_buscador .form_busqueda .cerrar_buscador:hover {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg)
}

.luto_buscador .form_busqueda .mensaje_busqueda {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
	font-size: 1.5em;
	font-weight: 400;
	color: #fff
}

.ficha-contenido {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 2.2em;
	padding: 4% 0
}

.ficha-contenido p {
	margin: 25px 0 0 0
}

.ficha-contenido p:first-child {
	margin-top: 0
}

.ficha-contenido b, .ficha-contenido strong {
	color: #25B5EA;
	font-weight: 400
}

.ficha-contenido a {
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	color: #363636;
	text-decoration: underline;
	transition: all 250ms linear
}

.ficha-contenido a:hover {
	color: #25B5EA
}

.ficha-contenido h1, .ficha-contenido h2, .ficha-contenido h3, .ficha-contenido h4 {
	font-family: 'PlayFair Display', sans-serif;
	font-size: 3.25em;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 0 25px 0;
	padding: 0
}

.ficha-contenido h1:first-child, .ficha-contenido h2:first-child, .ficha-contenido h3:first-child, .ficha-contenido h4:first-child {
	margin-top: 0
}

.ficha-contenido h3, .ficha-contenido h4 {
	font-size: 2.5em
}

.ficha-contenido h4 {
	color: #333;
	font-size: 1.5em;
}

div.ficha-contenido .contenido_especial {
	padding-left: 50%;
	position: relative;
	margin-bottom: 5%;
}

div.ficha-contenido .contenido_especial h2, div.ficha-contenido .contenido_especial h3 {
	color: #25B5EA;
}

div.ficha-contenido .contenido_especial:nth-child(1):after, div.ficha-contenido .contenido_especial:nth-child(2):after, div.ficha-contenido .contenido_especial:nth-child(3):after, div.ficha-contenido .contenido_especial:nth-child(4):after {
	background: url(../img/web/bloque_1.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 45%;
	z-index: 1;
	content: '';
}

div.ficha-contenido .contenido_especial:nth-child(2):after {
	left: auto;
	right: 0;
	background-image: url(../img/web/bloque_2.jpg);
}

div.ficha-contenido .contenido_especial:nth-child(3):after {
	background-image: url(../img/web/bloque_3.jpg);
}

div.ficha-contenido .contenido_especial:nth-child(4):after {
	left: auto;
	right: 0;
	background-image: url(../img/web/bloque_4.jpg);
}

div.ficha-contenido .contenido_especial:nth-child(2n) {
	padding-left: 0;
	padding-right: 50%;
}

/* OFERTAS DE TRABAJO */
.ofertas .item_oferta {
	padding: 50px;
}

.ofertas .item_oferta:nth-of-type(2n) {
	background: #f1f1f1;
}

.ofertas .item_oferta .fecha {
	display: block;
	font-size: 1.38em;
	font-weight: 400;
	line-height: 1em;
	color: #25B5EA;
}

.ofertas .item_oferta .titulo {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 2.646em;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: .05em;
}

.ofertas .item_oferta .titulo:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #25B5EA;
}

.ofertas .item_oferta .descripcion {
	font-size: 1.38em;
	font-weight: 400;
	line-height: 2.2em;
	text-align: justify;
}

.ofertas .item_oferta .descripcion p {
	margin: 1em 0
}

.ofertas .item_oferta .descripcion b,
.ofertas .item_oferta .descripcion strong {
	color: #25B5EA;
	font-weight: 400
}

.ofertas .item_oferta .descripcion a {
	color: #363636;
	text-decoration: underline;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.ofertas .item_oferta .descripcion a:hover {
	color: #25B5EA;
}

.ofertas .item_oferta .descripcion ul {
	list-style: none;
	padding: 0 0 0 2.5em;
	margin: 1em 0
}

.ofertas .item_oferta .descripcion ul li {
	background: url('../img/web/flecha_b.png') left center no-repeat;
	padding: 0px 0 0 20px
}

.ofertas .item_oferta .email {
	display: inline-block;
	vertical-align: middle;
    font-size: 1.38em;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 0 0 30px;
    color: #25B5EA;
    background: url('../img/web/ico-email.png') left center no-repeat;
}

.ofertas .item_oferta .email span {
    color: #363636;
}

.ofertas .item_oferta .email:hover span {
	color: #25B5EA
}

.inicio_ofertas {
	padding-top: 125px !important;
	text-align: center;
}

.inicio_ofertas .superior .rotulo {
	margin-bottom: 20px;
}

.inicio_ofertas .superior .rotulo .titulo {
	display: block;
	font-family: 'PlayFair Display', sans-serif;
	font-size: 4.25em;
	line-height: 1em
}

.inicio_ofertas .superior .rotulo .subtitulo {
	display: block;
	margin-top: 15px;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: .15em;
	color: #25B5EA
}

.inicio_ofertas .medio .item_oferta {
	margin-top: 0;
	padding: 25px;
	text-align: left;
}

.inicio_ofertas .medio .item_oferta:nth-of-type(2n) {
	background: #f1f1f1;
}

.inicio_ofertas .medio .item_oferta .fecha {
	display: block;
	font-size: 1.38em;
	font-weight: 400;
	line-height: 1em;
}

.inicio_ofertas .medio .item_oferta .titulo {
    display: block;
    padding-top: 15px;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: .15em;
    color: #25B5EA;
}

.inicio_ofertas .medio .item_oferta .descripcion {
	font-size: 1.55em;
    line-height: 1.85em;
    text-align: justify;
}

.inicio_ofertas .medio .item_oferta .descripcion p {
	margin: 1em 0
}

.inicio_ofertas .medio .item_oferta .descripcion b,
.inicio_ofertas .medio .item_oferta .descripcion strong {
	color: #25B5EA;
	font-weight: 400
}

.inicio_ofertas .medio .item_oferta .descripcion a {
	color: #363636;
	text-decoration: underline;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear
}

.inicio_ofertas .medio .item_oferta .descripcion a:hover {
	color: #25B5EA;
}

.inicio_ofertas .medio .item_oferta .descripcion ul {
	list-style: none;
	padding: 0 0 0 2.5em;
	margin: 1em 0
}

.inicio_ofertas .medio .item_oferta .descripcion ul li {
	background: url('../img/web/flecha_b.png') left center no-repeat;
	padding: 0px 0 0 20px
}

.inicio_ofertas .medio .item_oferta .email {
	display: inline-block;
	vertical-align: middle;
   	font-size: 1.55em;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 0 0 30px;
    color: #25B5EA;
    background: url('../img/web/ico-email.png') left center no-repeat;
    word-break: break-all;
}

.inicio_ofertas .medio .item_oferta .email span {
    color: #363636;
}

.inicio_ofertas .medio .item_oferta .email:hover span {
	color: #25B5EA
}

.inicio_ofertas .inferior .enlace {
    display: inline-block;
    margin-top: 55px;
    padding: 0 55px;
    border: 2px solid #d3d3d3;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: .15em;
    color: #363636;
}

.inicio_ofertas .inferior .enlace:hover {
    border-color: #25B5EA;
    color: #FFFFFF;
    background: #25B5EA;
}