/* INSTITUCIONAL */
.article {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 62em) {
  .article {
    min-height: 300px;
  }
}
.article h3 {
  text-transform: uppercase;
}
.img_historia {
  position: relative;
}
@media only screen and (min-width: 34em) {
  .img_historia {
    padding: 1rem 2rem;
  }
}
.img_historia:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  top: 0;
  margin: auto;
  border: 1px #000 solid;
  display: none;
}
@media only screen and (min-width: 34em) {
  .img_historia:before {
    display: block;
  }
}
@media only screen and (min-width: 62em) {
  .img_historia {
    margin: 2rem 0;
  }
}
.legenda {
  background: #f1f1f1;
  font-size: 0.8rem;
  display: block;
  padding: 1rem;
  font-style: italic;
}
.legenda p {
  margin-bottom: 0;
}
.equipe .col-lg-12 {
  margin-bottom: 0.5rem;
}
.equipe .col-lg-12 h2 {
  color: #003852;
}
.equipe .col-md-12 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 34em) {
  .equipe .col-md-12 {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }
}
.equipe .col-md-12 h3 {
  font-size: 1.3rem;
  padding: 1rem  0 0 0;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  color: #b39c50;
}
@media only screen and (min-width: 34em) {
  .equipe .col-md-12 h3 {
    padding: 0;
  }
}
.equipe p {
  position: relative;
  z-index: 9;
  color: #B1C6D0;
}
@media only screen and (min-width: 34em) {
  .equipe p {
    padding: 0 1rem 0 0;
  }
}
.info_equpe {
  background: #003852;
  padding: 2rem;
  position: relative;
}
.info_equpe:after {
  content: "";
  display: block;
  clear: both;
}
.info_equpe figure {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 34em) {
  .info_equpe figure {
    width: 300px;
    float: right;
    margin: 0 0 0 1rem;
  }
}
.box_inst {
  background: #003852;
  padding: 1rem;
  margin-bottom: 2rem;
}
.box_inst h3 {
  font-size: 1.2rem;
  margin: 1rem 1rem 0.5rem 1rem;
  color: #fff;
}
.box_inst p {
  margin: 0 1rem 1rem 1rem;
  color: #fff;
}
.box_inst p strong {
  font-weight: normal;
}
.box_inst p strong em {
  font-style: normal;
}
.box_inst address {
  max-width: 740px;
  margin: 1rem auto;
}
.box_inst address h4 {
  font-size: 1rem;
  color: #fff;
}
.box_inst address p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
}
.owl-carousel {
  max-width: 740px;
  margin: 1rem auto;
  border: 5px #b39c50 solid;
}
.owl-carousel .item img {
  margin: 0;
}
.owl-carousel .owl-dots {
  width: 100%;
  height: 7px;
  text-align: center;
  z-index: 99;
  position: absolute;
  bottom: 14px;
  right: 0;
  top: initial;
  margin: 0;
}
@media only screen and (min-width: 34em) {
  .owl-carousel .owl-dots {
    bottom: 0;
  }
}
@media only screen and (min-width: 62em) {
  .owl-carousel .owl-dots {
    height: 27px;
    bottom: -3px;
  }
}
.owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #ffffff;
  opacity: 0.5;
  margin: 0 5px;
  pointer-events: initial;
}
.owl-carousel .owl-dot.active {
  opacity: 1;
}
.owl-carousel .owl-controls {
  position: initial;
  bottom: inherit;
  left: inherit;
  right: inherit;
  top: inherit;
  margin: 0;
  pointer-events: initial;
}
.owl-carousel .owl-next {
  background-size: 31%;
}
.owl-carousel .owl-prev {
  background-size: 31%;
}
.owl-controls {
  height: 0;
}
.figure {
  width: 100%;
  min-height: 30vh;
  overflow: hidden;
  display: block;
  margin: -3rem 0 2rem 0;
  padding: 0;
  position: relative;
  background: #f1f1f1;
  z-index: 1;
}
@media only screen and (min-width: 48em) {
  .figure {
    min-height: auto;
  }
}
@media only screen and (min-width: 75em) {
  .figure {
    min-height: 640px;
  }
}
.figure img {
  margin: 0 auto;
  display: block;
  width: 600px;
  height: auto;
  max-width: inherit;
}
@media screen and (max-width: 34em) {
  .figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    z-index: 99;
  }
}
@media only screen and (min-width: 48em) {
  .figure img {
    max-width: 100%;
    width: auto;
    position: relative;
  }
}
.box_historia {
  margin-top: -100px;
  background: rgba(0, 56, 82, 0.5);
  padding: 3rem;
  position: relative;
  z-index: 9;
  color: #fff;
}
@media only screen and (min-width: 34em) {
  .box_historia {
    float: right;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 62em) {
  .box_historia {
    width: 60%;
    margin-top: -400px;
  }
}
@media only screen and (min-width: 75em) {
  .box_historia {
    margin-top: -600px;
  }
}
.box_historia h3 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.box_historia p {
  position: relative;
  z-index: 9;
}
.box_historia:before {
  content: "";
  background: #003852;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  margin: auto;
  z-index: 1;
}
