html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:arial;
    font-size:18px;
    position: relative;
    margin: 0;
}
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;
}


/* 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;
    font-size:2vw;
}
.ajustifyMin{
   text-align: justify; 
    font-size:20px;
}
.blueH1Text{
	color:#2192CE;
	font-size:2vw;
    font-weight:bolder;
	word-spacing:2px;
	letter-spacing: 1px;
    text-align:left;
}
.blueH1TextMin{
	color:#2192CE;
	font-size:22px;
    font-weight:bolder;
	word-spacing:2px;
	letter-spacing: 1px;
    text-align: left;
}
.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;
}
.footLine{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3vw;
    background-color: #7B868C;
    text-align: center;
}
.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;
}
.acenterMenu{
    text-align: center;
    background-image: url("../images/fondoMenu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2E2E30;
    height:6vw;
    min-height:55px;
}
.ulmenu {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.limenu {
	display: inline-block;
	margin: 0 10%;
    float: none;
    font-weight: bold;
    color: #fff;
    font-size: 1.5vw;
    padding-top: 1.5vw;
}
a{
    text-decoration:none;
    color:#fff;
}
a:hover {
    opacity: .5;
    color: #fff;
    font-weight: bolder;
    text-decoration:none;
}
.responsiveImg {
    width: auto;
    height: 5vw;
}
.menuDiv{
    top:0;
    position: fixed;
    width: 100vw;
    z-index: 1000;
}
@media all and (min-width: 1100px) {
    .x700{display:block;}
    .x490{display:none;}
}

@media all and (max-width: 1099px) {
    .x700{display:none;}
    .x490{display:block;}
}
.btn-menu {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid #fff;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-menu:hover {
  color: #2E2E30;
  background: #fff;
  border: 2px solid #fff;
}
.ulmenuSm{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
.limenuSm{
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    padding: 10px 0 10px;
    text-align:center;
}