.premium img{
	width: 50%;
}
.sepia {	
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
}
h1 {
	text-align:center;
	margin-top:150Px;
	font-family: 'MESSYSMILINGCACTUS-REGULAR';
	font-size: 6.0rem;
	color: #6fa6a9;
	line-height: 50%;
}
h2 {
	text-align:center;
	font-family: 'YanoneKaffeesatz-Light';
	font-size: 1.7rem;
	color: #685232;
}
.card {
	border: 0Px !important;
	border-radius: 0Px !important;	
}
.recuadro {
	border: 6Px solid #6bc3ad !important;
	border-radius: 0Px !important;
}
.card-title {
	color:#6bc3ad;
	font-family: 'YanoneKaffeesatz-Bold';
	font-size: 1.6rem;
}
.direccion {
	font-family: 'YanoneKaffeesatz-Bold';
	color:#2a3030;
}
.fecha {
	font-family: 'YanoneKaffeesatz-Regular';
	color:#2a3030;
}

@media (max-width: 1366px) {  
	h1 {
		text-align:center;
		margin-top:10Px;
	}		
}
@media (max-width: 600px) {	
	h1 {
		font-size: 2.6rem;
	}
	h2 {
		font-size: 1.0rem;
	}
	.texto-home-1 {	
		padding-top: 10Px;
		padding-bottom: 10Px;
		padding-left: 30Px;
		padding-right: 30Px;
		font-size:1.0rem;		
	}		
	.justify-content-end {
	  justify-content: center !important;
	}		
}