@font-face{
	font-family: 'Sans regular';
	src: url(./fonts/PublicSans-Regular.ttf);
}
@font-face{
	font-family: 'Titillum bold';
	src: url(./fonts/TitilliumWeb-Bold.ttf);
}
body{
	position: relative;
	height: 100%;
	min-height: 600px;
	background:url(./images/background.jpg) center center no-repeat;
	background-size: cover;
}
.field-box{
	width:85%;
	position: relative;
	margin: auto;
}
main{
	min-height: 650px;
	height: 100%;
	width: 90%;
	margin: auto;
	position: relative;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.titillum-bold{
	font-family: 'Titillum bold';
}
.sans-regular{
	font-family: 'Sans regular';
}
h1{
	font-size:68px;
	line-height:60px;
}
.margin-bottom-1{
	margin-bottom: 20px;
}
.color-primary{
	color:#1c2e51;
}
.bg-primary{
	background:#1c2e51;
	border:1px solid #1c2e51;
	color:#FFF;
}
.font-size-1{
	font-size:25px;
}
.font-size-2{
	font-size:18px;
}
.font-size-3{
	font-size:16px;
}
.font-size-4{
	font-size:13px;
}
.font-size-5{
	font-size:11px;
}
.flexible{
	display: flex;
}
.wrapper-box{
	flex-wrap: wrap;
}
.alig-items-center{
	align-items: center;
}
.padding-1{
	padding:9px;
}
.bg-blanco{
	background: #FFF;
}
.w-100{
	width: 100%;
}
.main-title{
	width:900px;
}
.login{
	width:350px;
}
.between{
	justify-content: space-between;
}
.footer-100{
	position: relative;
}
.margin-top-1{
	margin-top:50px ;
}
.margin-top-2{
	margin-top:40px ;
}
.rounded-1{
	border-radius:20px;
}
.rounded-2{
	border-radius:10px;
}
.sombra{
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .3);
}
fieldset{
	border:none;
}
.text-center{
	text-align: center;
}
input	{
	display: block;
	outline: none;
	height:45px;
	border:1px solid #1c2e51;
}
.change-type{
	position: absolute;
	right: 10px;
	bottom:8px;
}
.footer-form{
	background:#e3d7ce;
	padding:15px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}