/* Space out content a bit */
@font-face {
	font-family: caviar;
	src: url(../fonts/CaviarDreams.ttf);
}
@font-face {
	font-family: caviarBold;
	src: url(../fonts/CaviarDreams_Bold.ttf);
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:caviar;
  font-size:18px;
}
a {
    font-weight: bolder;
    text-decoration: none;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}
/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
h3{
	font-family: caviarBold;
	color:#214994;
	letter-spacing: 2px;
}
.header h3 {
	font-family: caviarBold;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.acenter{
	text-align: center;
  }
  .acenter-orange{
	text-align: center;
	color:#E78263;
  }
  .ajustify{
	text-align: justify;
  }

.btn-primaryA {
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #214994;
  border-radius: 40px;
  background: #214994;
  transition: all 0.3s ease 0s;
}

.btn-primaryA:hover {
  color: #214994;
  background: transparent;
  border: 2px solid #214994;
}
.form-rounded {
border-radius: 2rem;
}
.roundedDiv {
	border-radius: 2rem;
	width:70%; 
	background-color:#666; 
	margin: 0 auto;
}
.roundedDivAlt {
	border-radius: 2rem;
	width:100%; 
	background-color:#666; 
	margin: 0 auto;
}
.inputForma{
	width:95%; 
	margin: 0 auto; 
	padding-bottom:10px;
}
.orangeLine{
	background-color:#E78263;
	width:100%;
	text-align:center;
}
.yellowLine{
	background-color:#EFB252;
	width:100%;
	text-align:center;
}
.orangeH1Text{
	color:#FFF;
	font-size:32px;
	word-spacing:2px;
	letter-spacing: 1px;
}
.orageNormalText{
	color:#FFF;
	font-size:16px;
}
.orageBoldText{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}
.ulalt {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.lialt {
	display: inline-block;
	margin: 0 50px;
  float: none;
}