@font-face {
  font-family: gothamBold;
  src: url(../assets/fonts/gotham/GothamHTF-Bold.otf); 
}
@font-face {  
  font-family: gothamBook;
  src: url(../assets/fonts/gotham/GothamHTF-Book.otf);
}
.contenido{
	color: white;
	
}
.blue{
	background-color: #16c0dd;
	color: white;
}
.green{
	background-color: #95d600;
}
.purple{
	background-color: #c227b9;
	color: white;
	border: none;
}
.caja{	
	height: 300px;
	border-style: none;    
	padding-left: 43px;	
	padding-bottom: 43px;
	padding-right: 43px;	
	padding-top: 43px;			
	width: 427px;
	min-height: 300px;	
	height: 300px;

}
.bottomleft {
	position:absolute; 
	bottom:43px;  	
	text-transform: uppercase;
	font-weight: 600;  
	width: 150px;
	height: 30px;
}
.text-14{	
	font-size: 14px;	
}
.text-27{
	font-size: 27px;
}
.bold-text{
	margin-top: 10px;
	font-family: gothamBold;
	letter-spacing: 1px;
}
.book-text{
	font-family: gothamBook;
}