main {
	color: #444;
}
/*Cabecera*/
main > header {
	background-color: /*#e8edf3;*/ #71818a;
	color: #fff;
	min-height: 100px;
	display: flex;
	flex-wrap: wrap;
}
main > header a {
	/*color: #444;*/
	/*color: #81b2e5;*/
	cursor: pointer;
}
main > header a:hover {
	color: #fff;
}
main > header > div#title {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
}
main > header.siteclosed {
	background-color: #e17950;
}
main > header.siteclosed .name {
	color: #750000;
}
main > header.siteclosed .name span,
main > header.siteclosed .categories,
main > header.siteclosed .subcategories {
	color: #fff;
	text-decoration: line-through;
}
main > header > div#title .categories {
	font-style: italic;
	margin-bottom:5px;
	color: #fff;
}
main > header #favorite {
	position: absolute;
	right: 118px;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
}
main > header #share {
	position: absolute;
	right: 50px;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
}
main > header #favorite img,
main > header #share img {
	width: 35px;
}
main > header #share #shareBox {
	position: absolute;
	left: -20px;
	top: 50px;
	display: none;
	background-color: #fff;
	border: 1px solid #55646d;
	border-radius: 4px;
	padding: 10px 20px;
}
main > header #share #shareBox:after, main > header #share #shareBox:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

main > header #share #shareBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
main > header #share #shareBox:before {
	border-color: rgba(85, 100, 109, 0);
	border-bottom-color: #55646d;
	border-width: 16px;
	margin-left: -16px;
}
main > header #share #shareBox ul {
	padding: 0;
	margin: 0;
}
main > header #share #shareBox li {
	list-style: none;
	padding: 10px 0;
}
main > header #share #shareBox.show {
	display: block;
}
main > header #rating {
	position: absolute;
	right: 50px;
	bottom: 20px;
}
.star {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	font-size: 0;
	padding: 1px 0;
}
.star img {
	width: 20px;
	height: 20px;
}
/*Fin cabecera*/

h1 {
	margin: 0px 40px 8px 0;
}
h2 {
	font-weight: normal;
}

.content {
	padding: 20px 20px 80px;
}
.content > section {
	box-sizing: border-box;
}

.placeinfo-info {
	grid-area: info-description;
	width: 100%;
	height: 100%;
}
#place-sidebar {
	grid-area: info-sidebar;
}
#blog-reviews {
	grid-area: info-reviews;
}
#blog-related {
	grid-area: info-related;
	width: 100%;
}
#blog-publi {
	grid-area: info-publi;
	width: 100%;
}

#blog img.photo {
	width: 100%;
	height: 690px;
	object-fit: cover;
	object-position: center;
}
#blog img {
	max-width: 100%;
}
#blog figure.image {
	text-align: center;
}

#description {
	line-height: 2rem;
	padding-bottom: 30px;
}

#body {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.post-meta {
	font-size: 0.85rem;
	text-align: right;
}
.post-meta svg {
	vertical-align: middle;
	height: 22px;
}


/*Related sites*/
#related-sites {
	margin-top: 30px;
}
#related-sites h2 {
	margin: 20px 0 20px 10px;
}
#related-sites .related-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	justify-content: center;
	gap: 15px;
}
#related-sites .related-cards .cardstyle {
	width: 100%;
	box-sizing: border-box;
}
#related-sites .cardstyle-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#related-sites .cardstyle-img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 200px;
}
#related-sites .cardstyle-info-name {
	padding: 20px 0 10px;
	font-size:1.15rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#related-sites .cardstyle-info-categories {
	padding: 5px 0;
}
#related-sites .cardstyle-info-categories span {
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	color: #71818a;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}
#related-sites .cardstyle-info-categories span a {
	color: #71818a;
}
#related-sites .cardstyle-info-distance {
	padding: 20px 5px 10px;
	color: #71818a;
	font-size: 0.85rem;
}
#related-sites .cardstyle-info-distance img {
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}
#related-sites .cardstyle-info-rating .note {
	margin-left: 10px;
	font-size: 0.85rem;
}
/*Fin Related sites*/

.home-description {
	grid-area: home-description;
}
.block-wide {
	grid-area: publi-wide;
}

#update_date {
	font-size: 0.8rem;
	text-align: left;
}

@media (max-width: 757px) {
	main > header #share {
		right: 20px;
	}
	main > header > div#title .categories {
		margin-right: 130px;
		margin-top: 20px;
	}
	.content > section {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 500px) {
	main > header #favorite {
		right: 20px;
		top: 90px;
	}
	main > header #share {
		top: 36px;
	}
}