@charset "utf-8";
@font-face {
	font-family: ArchitectsDaughter;
	src: url(ArchitectsDaughter.ttf);
	font-family: Oswald-MediumItalic;
	src: url(Oswald-MediumItalic.ttf);
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*scroll-behavior: smooth;*/
}
.contenedor {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	flex-wrap: wrap;
	z-index: 2;
}
.contenedor .tarjeta {
	position: relative;
	width: 380px;
	height: 205px;
	margin: 5px;
}
marquee {
	margin: 8px;
	width: 138px;
	height: 180px;
}
.contenedor .tarjeta2 {
	position: relative;
	width: 150px;
	height: 205px;
	margin: 5px;
}
.contenido {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	align-items: center;
	background-size: cover;
	background-color: rgba(34, 34, 34, 0.5);
	background-position: center;
	box-shadow: inset 0 -10px 10px rgba(34, 34, 34, 1),
				inset 0 10px 10px rgba(79, 79, 79, 1);
	border-radius: 15px;
}
h2 {
	font-family: 'Oswald-MediumItalic', sans-serif;
	color: #f40;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 2px 1px 0px #000;
	font: bold;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	letter-spacing: 5px;
	border-bottom: 1px solid rgba(255, 204, 0, .3);
}
p {
	font-family: 'ArchitectsDaughter', sans-serif;
	text-align: left;
	padding: 10px 0px 0 5px;
}
.tarjeta a {
	color: #fc0;
	background-image: linear-gradient(
    				to bottom,
					rgba(255, 204, 0, .8),
					rgba(255, 204, 0, .8));
	background-repeat: no-repeat;
	background-size: 0% auto;
	text-decoration: none;
	transition: all .4s ease-in-out;
}
.tarjeta a:hover {
	color: #000;
	border-radius: 20px;
	background-size: 100% auto;
}
span {
	color: #f40;
	text-decoration: none;
	font-size: 19px;
}
span-1 {
	color: #f40;
	font-size: 20px; 
}
span-2 {
	text-align: left;
	color: #000;
	font-size: 15px; 
}
