* {
    font-family: "jaf-domus", sans-serif;
	font-variant-numeric: lining-nums;
	color: #58595b;
}

body {
	width: 100%;
	height: 100%;
	margin: 20px 0;
	overflow-x: hidden;
	background-size: cover;
	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#67cbeb+0,00958b+100 */
	 background: #67cbeb; /* Old browsers */
	 background: -moz-linear-gradient(-45deg,  #67cbeb 0%, #146fa2 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(-45deg,  #67cbeb 0%,#146fa2 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(135deg,  #67cbeb 0%,#146fa2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microssoft.gradient( startColorstr='#67cbeb', endColorstr='#146fa2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.box {
	margin: 20px 0;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: 0 0;
	background-color: rgba(255,255,255,.90);
	-webkit-box-shadow: inset 0px 0px 0px 6px rgba(0,149,139,0.1);
	-moz-box-shadow: inset 0px 0px 0px 6px rgba(0,149,139,0.1);
	box-shadow: inset 0px 0px 0px 6px rgba(0,149,139,0.1);
	transition: 0.3s ease-in-out;
	overflow: hidden;
}

.btn-type {
	display: block;
	margin-top: 20px;
	width: 60%;
	padding: 10px 0;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	background: #5fc2e4;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	outline: none;
	border: 0;
	text-align: center;
}
.btn-type:hover {
	background: #1772a4;
	text-decoration: none;
	color: #ffffff;
}

.type-img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.h3 {
	text-align: left;
	margin-bottom: 20px;
}

.link {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #2582b1;
	font-weight: bold;
}

.texto {
	font-size: 18px;
	margin-bottom: 0;
}

.input {
	width: 100%;
	border-radius: 0px;
    border: 0px solid #ddd;
    padding: 0px 9px;
    height: 40px;
    line-height: 40px;
    color: #777;
	background: #fff;
	margin-bottom: 10px;
}

.label {
	display: block;
}