/* BODY SECTION */
.body-info {

}

/* SUBNAV HERO SECTION*/
.subnav-hero-section {
  text-align: center;
  background: #1779ba;
  background: url("/quienes-somos/img/index/arrow-bullseye_1280.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}

.subnav-hero-section .subnav-hero-headline {
  color: #fefefe;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 4px 4px #000000;
  letter-spacing: 2px;
}

.subnav-hero-section .subnav-hero-subheadline {
  color: yellow;
  text-transform: uppercase;
}

.subnav-hero-subnav {
  float: none;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
}

.subnav-hero-subnav li {
  float: none;
  display: inline-block;
}

.subnav-hero-subnav li a {
  padding: 0.9rem 1rem;
  /*font-size: 0.75rem;*/
  font-size: 0.95rem;
  /*font-size: 0.85rem;*/
  color: #fefefe;
  /*color: black;*/
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.35s ease-in-out;
}

.subnav-hero-subnav li a.is-active {
  background: rgba(254, 254, 254, 0.15);
}

.subnav-hero-subnav li a:hover {
  background: rgba(254, 254, 254, 0.15);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .subnav-hero-subnav li a {
    font-size: 0.75rem;
  }
}

/* OBJECTIVE SECTION */
.section-one-objective {
  margin-top: 2.5em;
}
.section-one-objective img {
  width: 100%;
}
.section-one-objective, .section-two-objective p {
  font-size: 1.2rem;
}

.section-two-objective {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-two-objective p {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
}

.meta-title {
  font-weight: bold;
}

/*.page-title {
  text-align: center;
  font-weight: bold;
}*/

@media screen and (max-width: 39.9375em) {
  .section-one-objective img {
    width: 150px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  /*.nav-bar-logo .logo {height: 70px;}*/

  /*.page-title {
    font-size: 1.5em;
  }*/
}
