.banner {
  display: block;
  min-height: 350px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.card {
  -webkit-box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.26);
  background-color: #e9e9e9;
  height: 600px;
  width: 100%;
}
.card:before,
.card:after {
  content: " ";
  display: table;
}
.card:after {
  clear: both;
}
.card .card-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%;
}
.card .card-body .full-image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 50%;
}
.card .card-body .full-image img {
  height: 100%;
}
.card .card-body .full-image img.img-simpliempresa {
  padding-top: 280px;
  background-color: #fff;
  right: 280px;
  position: relative;
  width: 885px;
  bottom: 192px;
  height: auto;
}
.card .card-body .content {
  float: right;
  width: 45%;
}
.card .card-body .content h1 {
  margin-bottom: -15px;
  font-family: 'NewJuneLight';
}
.card .card-body .content h2 {
  padding-bottom: 20px;
  font-size: 19px;
}
.card .card-body .content p {
  padding-bottom: 20px;
  color: #999;
}
.card .card-body .content p.red-line {
  color: #cb2336;
}
.card .card-body .content p.small-line {
  font-size: 11px;
}
.card .card-body .content .download {
  background-color: #e3173e;
  border: 0;
  color: white;
  display: inline-block;
  padding: 20px 65px 15px 25px;
  margin-top: 130px;
  font-size: 1.25em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.card .card-body .content .download img {
  position: absolute;
  top: 13px;
  right: 10px;
}
.card .card-body .content .download.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}
@media (max-width: 768px) {
  .card .card-body .full-image {
    width: 40%;
  }
  .card .card-body .content {
    width: 55%;
  }
  .card .card-body .content h1 {
    font-size: 1.8em;
  }
}
.card-menu {
  height: 350px;
  width: 100%;
}
.card-menu .card-body-menu {
  display: block;
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%;
}
.card-menu .image-link {
  margin-left: 30px;
}
.card-menu img {
  -webkit-box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.26);
  width: 340px;
  float: left;
}
.footer {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  background-color: #39538f;
  padding: 30px;
}
.comboFake {
  width: 300px;
  position: relative;
}
.comboFake > i {
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 15px;
}
.comboFake select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 0;
}
.comboFake select.form-control.error {
  border-color: red;
}
.header {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.56);
  background: #f7f7f7 none repeat scroll 0 0;
  border-top: 10px solid #cb2336;
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.header img {
  margin-top: 20px;
}
.header img.brand {
  margin-top: 25px;
}
.return {
  width: 100%;
  height: 60px;
}
.return a {
  text-decoration: none;
  color: #555154;
}
.return a span {
  position: absolute;
  border-radius: 100%;
  border: 2px solid #555154;
  pointer-events: none;
}
.return a i {
  font-size: 24px;
  padding: 0 11px 2px 9px;
}
.return a p {
  padding-top: 3px;
  margin-left: 45px;
  font-size: 28px;
}
.menu {
  background-color: #a00128;
  width: 100%;
}
.menu ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.menu ul li {
  display: inline-block;
  float: left;
}
.menu ul li a {
  display: block;
  color: #fff;
  padding: 35px 20px 30px;
  text-decoration: none;
}
.menu ul li a.active,
.menu ul li a:hover {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
  background-color: #71011c;
  font-family: 'NewJuneBold';
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
body {
  font-family: 'NewJune';
  color: #555154;
}
body main#main {
  padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */