
@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);
}

.form-contenido{
	background-color: white;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	letter-spacing: 1.5px;
}

.form-texto {
	margin-top: 122px;
	margin-bottom: 230px;
	padding-left: 0px;
	padding-right: 0px;
}

.form-texto > .contenido {
	width: 502px;
	min-height: 340px;
	margin-left: 389px;	
	font-family: gothamBook;
	font-size: 18px;
	color: #646569;	

}
.form-box{
	text-align: center;	
	/*display: flex;
	align-items: center; */	
	border: 1px;
	border-style: solid;
	height: 48px;
	font-family: gothamBold;
	font-size: 14px;
	margin-bottom: 4px;
	line-height: 45px;
}

.form-title{	
	background-color: #2a328c;	
	color: white;	
	font-family: gothamBold;
	font-size: 14px;
}

.form-square{
	border-radius: 0px;
	height: 48px;
	font-family: gothamBold;
	margin-bottom: 4px;
}
.form-area{
	resize: none;
	border-radius: 0px;	
	font-size: 14px;
	font-family: gothamBold;
	margin-bottom: 4px;
	height: 158px;
	width: 100%;	
}

.form-button{	
	background-color: #c227b9;	
	color: white;	
	margin-bottom: 28px;	
}

.line-text{
	margin-bottom: 42px;
	color: #646569;
}
.title-blue{	
    background-color: #2a328c;	
	color: white; 
}

.contenido-form{
	margin-left: 130px;
}

.letraAzul{
	font-size: 30px !important;;
	color: blue !important;;
}



