@font-face {
  font-family: arquitecta;
  src: url("../fonts/Arquitecta-Regular.otf");
}

@font-face {
  font-family: gotham-book;
  src: url("../fonts/Gotham-Book.ttf");
}

@font-face {
  font-family: gotham-medium;
  src: url("../fonts/Gotham-Medium.ttf");
}


body{
	background:url("../img/pattern2.png") repeat 0 0;
	font-family: gotham-book, sans-serif;
} 
.btnCustom{
	background:#28BDAD;
	border:1px solid #28BDAD;
	font-size:1.2em;
	line-height:1.2;
	padding:7px 25px;
}
.card{
	box-shadow:0 0 20px #d5d5d5;
}
.title{
	color:#000;
	font-family: arquitecta;
	font-weight:500;
}
.logo{
	width:100px;
	margin-bottom:20px;
}