/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('dosis-v16-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Asgalt';
  font-style: italic;
  font-weight: 400;
  src: url('Asgalt-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Berthold';
  font-style: italic;
  font-weight: 400;
  src: url('Berthold Baskerville Book Italic.woff2') format('woff2');
}
body {
	font-family: 'Dosis', sans-serif;
	background-size: cover;
	background-position-y: 98vh;
	background-color:#092830;
	color: white;
/*	overflow: hidden;*/
	margin: 0px;
	padding: 0px;
}
@media screen and (orientation:portrait) {
	#logo {
		background: center 6vh / 60vw no-repeat url('logo.png');
		font-weight: bolder;
		width: 100vw;
		height: 80vw;
	}
}
@media screen and (orientation:landscape) {
	#logo {
		background: center 6vh / 60vh no-repeat url('logo.png');
		font-weight: bolder;
		width: 100vw;
		height: 80vh;
	}
}
#footer {
	font-family: 'Berthold', sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100vw;
	height: 2em;
	font-size: 1em;
}
	
#slogan {
	color:#092830;
	background-color: white;
	text-align: center;
	padding-top: 2em;
	width: 100vw;
	height: 4em;
	margin: 0px;
	font-size: 2em;
}
.map {
	background: center / cover no-repeat url('img/valle.jpg');
	height: 62vw;
	width: 100vw;
}
.zoning {
	background: center / cover no-repeat url('img/zona01.svg');
	height: 42vw;
	width: 100vw;
}
#especies {
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
#trees {
	background-color: white;
	padding: 20px 0px 20px 0px;
}
#cities {
	background-color: white;
	padding: 20px 0px 20px 0px;
}
.roll {
	background-color: white;
	padding: 20px 0px 20px 0px;
	overflow-x: scroll;
}
.comment {
	background-color: #e18400;
	padding: 20px 10px 20px 10px;;
	text-align: center;
	font-size: 1.4em;
	margin: 0px;
}
.card {
	display: inline-block;
	min-height: 260px;
	min-width: 280px;
	color: green;
	background: white;
	font-size: 12pt;
	text-align: center;
	border-radius: 14px 14px 14px 14px;
	margin: 10px 10px 10px 10px;
	padding: 22px 8px 5px 5px;
	border: 1px solid rgba(0, 200, 0, 0.65);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.65);
}
.card .scientific {
	display: grid;
	padding: 2px;
	font-style: italic;
	font-size: 10pt;
}
.card img {
	display: inline-flex;	
	border-radius: 14px 14px 14px 14px;
}
.rare::before {
	background-color: orange;
	content: "Escaso";
	display: block;
	transform: skew(0deg, -7deg)
	translatey(15px);
}
.card p {
	white-space: normal;
}
	/*
#campaign {
	position: absolute;
	background: no-repeat right url('planetab.jpg');
	background-size: contain;
	height: 225px;
  width: 225px;
  bottom: 0px;
 	right: 0px;
}
#especies {
	position: absolute;
  top: 206px;
	left: 698px;
}
#enlaces {
	position: absolute;
  top: 190px;
	left: 174px;
}
#enlaces a {
	display: inline-block;
	background-color: #eee;
	text-decoration: none;
	color: #000;
	border: 2px solid #777;
	border-bottom: none;
	margin: 4px;
	border-radius: 8px 8px 0px 0px;
	padding: 8px;
	font-size: 20px;
}
#enlaces a:hover {
	background-color: #ddbe8d;
}
#enlaces a.selected {
	background-color: #ddbe8d;
}
.idea {
	position: absolute;
  color: green;
  padding: 4px;
  background: white no-repeat top 5px left 5px url(idearbol.png);
	text-align: center;
  border-radius: 14px 14px 14px 14px;
  padding: 5px 5px 5px 50px;
  border: 1px solid rgba(0, 200, 0, 0.65);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.65);
}
.instagram {
	background: white no-repeat top left url(instagram.png);
	background-size: 24px;
  padding: 5px 5px 5px 26px;
	font-size: 10pt;
	text-align: left;
}
*/