/*librerias */
@import 'owl.carousel.css';
/*variables */
/*color*/
/*fonts*/
.btn {
  background: #258992;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.btn:hover {
  background: #241125;
}
.btn.btn--active {
  color: #241125;
  background: #6A506C;
}
.btn i {
  font-size: 1rem;
  margin: 0 0.5rem;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

:root {
  font-size: 16px;
}

body {
  font-family: "PT Sans", sans-serif;
}

#player {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  border-radius: 0;
}
@media (min-width: 62rem) {
  audio::-webkit-media-controls-enclosure {
    background-color: #6A506C;
  }
}

.content-text .title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.content-text .subtitle {
  font-family: "PT Sans", sans-serif;
}

.off-canvas-wrapper .vertical {
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}
.off-canvas-wrapper .vertical li a {
  color: #241125;
  cursor: default;
  font-size: 0.9rem;
  font-weight: bold;
}
.off-canvas-wrapper .vertical li a:after {
  display: none !important;
}
.off-canvas-wrapper .vertical li a:hover {
  color: #241125;
}
.off-canvas-wrapper .vertical li.active {
  position: relative;
}
.off-canvas-wrapper .vertical li.active a {
  background: transparent;
}
.off-canvas-wrapper .vertical li.active:after {
  border-color: transparent transparent transparent #6A506C;
  border-right-width: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 11px;
  width: 0;
}
.off-canvas-wrapper .vertical .is-dropdown-submenu-parent {
  margin-top: 1rem;
}
.off-canvas-wrapper .vertical .is-dropdown-submenu {
  background: transparent;
  border: 0;
  display: inherit;
  left: 0 !important;
  padding-left: 1rem;
  position: relative;
  right: 0 !important;
}
.off-canvas-wrapper .vertical .is-dropdown-submenu a {
  cursor: pointer !important;
  font-weight: 100 !important;
  padding-top: 0.2rem;
}
.off-canvas-wrapper .vertical .is-dropdown-submenu a:hover {
  color: #6A506C !important;
}

/*HEADER*/
header {
  background: #241125;
  height: auto;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 62rem) {
  header {
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: auto;
    padding: 1rem 2rem;
    right: 0;
    top: 1rem;
    width: 97%;
    z-index: 1;
  }
}
header p {
  color: white;
  font-size: 1.2rem;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 62rem) {
  header p {
    font-size: 1.4rem;
  }
}
header .button {
  background: transparent;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 62rem) {
  header .button {
    display: none;
  }
}
header .button i {
  color: #258992;
  font-size: 1.5rem;
  transition: 0.4s ease all;
}
header .button:hover {
  background: transparent;
}
header .button:hover i {
  color: #6A506C;
  font-size: 1.5rem;
}
header .dropdown {
  display: none;
}
@media (min-width: 62rem) {
  header .dropdown {
    display: inherit;
  }
}
header .dropdown li.active {
  font-weight: bold;
}
header .dropdown li.active a {
  background: transparent;
}
header .dropdown a {
  color: white;
}

section .share-btn {
  position: absolute;
  top: 5rem;
  right: 1rem;
  z-index: 8;
}
@media (min-width: 62rem) {
  section .share-btn {
    display: none;
  }
}
section .share-btn a {
  padding: 0 0 0 1.5rem;
}
section .share-btn a:hover .fab {
  color: #6A506C;
}
section .share-btn .fab {
  color: white;
  font-size: 1.5rem;
  transition: 0.4s ease all;
}
section.eyecatcher {
  background: url("../img/iluslarge.jpg");
  background-size: cover;
  background-position: 26%;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (min-width: 62rem) {
  section.eyecatcher {
    background-position: center;
  }
}
section.eyecatcher .shadow {
  background: black;
  filter: opacity(0.45);
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (min-width: 62rem) {
  section.eyecatcher .shadow {
    filter: opacity(0.1);
  }
}
section.eyecatcher .content-text__eyecatcher {
  color: white;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 46%;
  width: 90%;
  transition: 0.4s ease all;
  z-index: 2;
}
section.eyecatcher .content-text__eyecatcher.anima-top {
  top: 32%;
}
@media (min-width: 62rem) {
  section.eyecatcher .content-text__eyecatcher.anima-top {
    top: 30%;
  }
}
@media (min-width: 62rem) {
  section.eyecatcher .content-text__eyecatcher {
    top: 30%;
  }
}
section.eyecatcher .content-text__eyecatcher .title {
  font-size: 1.8rem;
}
@media (min-width: 62rem) {
  section.eyecatcher .content-text__eyecatcher .title {
    font-size: 4.5rem;
    margin-bottom: 0;
    text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.38);
  }
}
section.eyecatcher .content-text__eyecatcher .subtitle {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
@media (min-width: 62rem) {
  section.eyecatcher .content-text__eyecatcher .subtitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.38);
  }
}

.off-canvas-wrapper .off-canvas.position-left {
  z-index: 15;
}
.off-canvas-wrapper .off-canvas.position-left .js-off-canvas-overlay {
  z-index: 14 !important;
}

.off-canvas.position-bottom {
  background: transparent;
  box-shadow: none !important;
  height: 288px;
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom {
    padding-top: 2.5rem;
  }
}
.off-canvas.position-bottom .content-btn-report {
  display: flex;
  justify-content: space-evenly;
}
.off-canvas.position-bottom .content-btn-report .card-report {
  cursor: pointer;
  background: #F1F9FF;
  -moz-box-shadow: 2px -3px 12px -5px rgba(0, 0, 0, 0.79);
  -webkit-box-shadow: 2px -3px 12px -5px rgba(0, 0, 0, 0.79);
  border-radius: 1rem;
  box-shadow: 2px -3px 12px -5px rgba(0, 0, 0, 0.79);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 150px;
  transition: 0.4s ease all;
}
.off-canvas.position-bottom .content-btn-report .card-report.card-report__educacion figure {
  width: 100%;
  height: 110px;
  background: url("../img/ilus3-sm.jpg");
  background-size: cover;
  background-position: center;
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report.card-report__educacion figure {
    width: 50%;
    height: auto;
  }
}
.off-canvas.position-bottom .content-btn-report .card-report:hover {
  background: #E1ECF5;
}
.off-canvas.position-bottom .content-btn-report .card-report:hover figure {
  height: 70px;
  transition: 0.4s ease all;
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report:hover figure {
    width: 48%;
    height: auto;
  }
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report {
    flex-direction: row;
    width: 450px;
  }
}
.off-canvas.position-bottom .content-btn-report .card-report figure {
  width: 100%;
  height: 110px;
  background: url("../img/ilus2-sm.jpg");
  background-size: cover;
  background-position: center 90%;
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report figure {
    width: 50%;
    height: auto;
  }
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report .text {
    width: 50%;
  }
}
.off-canvas.position-bottom .content-btn-report .card-report .content-text {
  text-align: center;
  padding: 0.5rem 0 2rem;
  cursor: pointer;
  transition: 0.4s ease all;
}
.off-canvas.position-bottom .content-btn-report .card-report .content-text span {
  color: #6A506C;
  font-size: 0.7rem;
  font-weight: bold;
}
.off-canvas.position-bottom .content-btn-report .card-report .content-text .title {
  color: #241125;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.off-canvas.position-bottom .content-btn-report .card-report .content-text a {
  font-size: 0.9rem;
  font-weight: bold;
  color: #258992;
  text-decoration: underline;
}
@media (min-width: 62rem) {
  .off-canvas.position-bottom .content-btn-report .card-report .content-text {
    text-align: left;
    padding: 1rem 1rem 2rem;
  }
  .off-canvas.position-bottom .content-btn-report .card-report .content-text .title {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .off-canvas.position-bottom .content-btn-report .card-report .content-text span {
    font-size: 0.9rem;
  }
  .off-canvas.position-bottom .content-btn-report .card-report .content-text a {
    display: inherit;
    font-size: 0.9rem;
    color: #241125;
  }
}

ul.tabs {
  border: 0;
  padding: 1.2rem 1.5rem;
  background: white;
  bottom: -90px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: fixed;
  width: 100%;
  z-index: 2;
  box-shadow: -2px 1px 11px 0 rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: -2px 1px 11px 0 rgba(0, 0, 0, 0.85);
  -moz-box-shadow: -2px 1px 11px 0 rgba(0, 0, 0, 0.85);
  transition: 0.4s ease all;
}
ul.tabs.tabs__top {
  bottom: 0;
}
ul.tabs .tabs-title {
  width: 50%;
  text-align: center;
  padding: 0 0.5rem;
}
ul.tabs .tabs-title a {
  background: #258992;
  border-radius: 5rem;
  border: 2px solid #258992;
  color: white;
  font-weight: bold;
  padding: 0.7rem 1rem;
  transition: 0.4s ease all;
  font-size: 0.8rem;
  box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 62rem) {
  ul.tabs .tabs-title a {
    font-size: 1rem;
  }
}
ul.tabs .tabs-title a i {
  font-size: 1.3rem;
  vertical-align: middle;
  margin: 0 0.5rem;
}
@media (min-width: 62rem) {
  ul.tabs .tabs-title a {
    font-size: 1.2rem;
  }
}
ul.tabs .tabs-title a:hover {
  background: #241125;
  color: #6A506C;
  border: 2px solid #6A506C;
}
ul.tabs .tabs-title.is-active a {
  border: 2px solid #241125;
  background: transparent;
  color: #241125;
  font-weight: bold;
}

.tabs-panel {
  background: #E1ECF5;
  margin-bottom: 4rem;
  padding: 0.1px;
  min-height: 100vh;
}
@media (min-width: 62rem) {
  .tabs-panel {
    margin-bottom: 5rem;
  }
}
.tabs-panel .tab-inher {
  width: 100%;
  height: auto;
}
@media (min-width: 62rem) {
  .tabs-panel .tab-inher {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
.tabs-panel .eye {
  background: url("../img/ilus2.jpg");
  background-position: center 20%;
  background-size: cover;
  height: 510px;
  margin-top: 63px;
  position: relative;
  width: 100%;
}
.tabs-panel .eye.eye__two {
  background: url("../img/ilus2-2.jpg");
  background-position: center 56%;
  background-size: cover;
  height: 510px;
  margin-top: 63px;
  position: relative;
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .eye.eye__two {
    margin-top: 120px;
    background: none;
    height: auto;
    width: 57%;
  }
}
.tabs-panel .eye.eye__three {
  background: url("../img/ilus2-3.jpg");
  background-position: center 20%;
  background-size: cover;
  height: 510px;
  margin-top: 63px;
  position: relative;
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .eye.eye__three {
    margin-top: 120px;
    background: none;
    height: auto;
    width: 57%;
  }
}
.tabs-panel .eye.eye__four {
  background: url("../img/ilus4.jpg");
  background-position: center 20%;
  background-size: cover;
  height: 510px;
  margin-top: 63px;
  position: relative;
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .eye.eye__four {
    margin-top: 120px;
    background: none;
    height: auto;
    width: 57%;
  }
}
.tabs-panel .eye audio {
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .eye audio {
    width: 70%;
  }
}
@media (min-width: 62rem) {
  .tabs-panel .eye {
    margin-top: 50px;
    background: none;
    height: auto;
    width: 57%;
  }
}
.tabs-panel .eye .shadow {
  background: black;
  filter: opacity(0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .eye .shadow {
    display: none;
  }
}
.tabs-panel .eye .share-btn {
  top: 1rem;
}
.tabs-panel .eye .text-eye {
  color: white;
  padding: 1rem 2rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 62rem) {
  .tabs-panel .eye .text-eye {
    padding: 0 2rem 0 4rem;
  }
}
.tabs-panel .eye .text-eye span {
  color: white;
  display: block;
  font-size: 1rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media (min-width: 62rem) {
  .tabs-panel .eye .text-eye span {
    color: #241125;
  }
}
.tabs-panel .eye .text-eye .subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media (min-width: 62rem) {
  .tabs-panel .eye .text-eye .subtitle {
    color: #6A506C;
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 2.1rem;
  }
}
.tabs-panel .eye .text-eye a {
  color: #258992;
  font-weight: bold;
}
.tabs-panel .eye .text-eye .title {
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-top: 6rem;
}
@media (min-width: 62rem) {
  .tabs-panel .eye .text-eye .title {
    font-size: 2rem;
    line-height: 2.1rem;
    color: #241125;
    margin-bottom: 0;
  }
}
.tabs-panel figure.inher {
  display: none;
  position: absolute;
}
@media (min-width: 62rem) {
  .tabs-panel figure.inher {
    background: url("../img/ilus2.jpg");
    background-size: cover;
    display: inherit;
    height: 110vh;
    min-height: 700px;
    right: 0;
    top: 0;
    width: 35%;
  }
  .tabs-panel figure.inher.inher__two {
    background: url("../img/ilus2-2.jpg");
    background-size: cover;
    display: inherit;
    width: 35%;
    height: 110vh;
    min-height: 700px;
  }
  .tabs-panel figure.inher.inher__three {
    background: url("../img/ilus2-3.jpg");
    background-size: cover;
    display: inherit;
    width: 35%;
    height: 110vh;
    min-height: 700px;
  }
  .tabs-panel figure.inher.inher__four {
    background: url("../img/ilus4.jpg");
    background-size: cover;
    display: inherit;
    width: 35%;
    height: 110vh;
    min-height: 700px;
  }
}
.tabs-panel .body-inter {
  padding: 1rem;
}
@media (min-width: 62rem) {
  .tabs-panel .body-inter {
    width: 57%;
    padding: 2rem 2rem 0 4rem;
  }
}
.tabs-panel .body-inter.body-inter__text {
  width: 100%;
}
.tabs-panel .body-inter.body-inter__text .body-inter-text {
  width: 100%;
}
@media (min-width: 62rem) {
  .tabs-panel .body-inter.body-inter__text {
    width: 80%;
  }
}
.tabs-panel .body-inter .body-inter-text {
  max-width: 100%;
  margin: auto;
  color: #241125;
}
@media (min-width: 62rem) {
  .tabs-panel .body-inter .body-inter-text {
    max-width: 100%;
  }
}
.tabs-panel .body-inter .body-inter-text .subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.tabs-panel .owl-carousel {
  padding: 2rem 0 1rem;
}
.tabs-panel .owl-carousel .item .content-text {
  text-align: center;
  color: #241125;
}
.tabs-panel .owl-carousel .item .content-text h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.tabs-panel .owl-carousel .item .content-text p {
  width: 270px;
  margin: auto;
  font-size: 0.9rem;
  line-height: 1rem;
}
.tabs-panel .owl-carousel .item .content-text a {
  font-size: 0.9rem;
  margin-top: 1rem;
  display: block;
  text-decoration: underline;
  color: #258992;
  transition: 0.4s ease all;
  font-weight: bold;
}
.tabs-panel .owl-carousel .item .content-text a:hover {
  color: #6A506C;
}
.tabs-panel .owl-nav {
  position: absolute;
  width: 100%;
  top: 43%;
  line-height: 0;
}
.tabs-panel .owl-nav .owl-next {
  float: right;
}
.tabs-panel .owl-nav span {
  font-size: 5rem;
  color: #6A506C;
}

.tabs-content .tabs-panel {
  animation-duration: 0.7s;
  animation-name: fadeOut;
}

.tabs-content .tabs-panel.is-active {
  animation-duration: 0.7s;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.inter__report {
  display: flex;
  flex-direction: column;
  color: #241125;
}
@media (min-width: 62rem) {
  .inter__report {
    margin: 7rem auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.inter__report .eye-inter__report {
  height: 280px;
  width: 100%;
}
@media (min-width: 62rem) {
  .inter__report .eye-inter__report {
    width: 50%;
    height: 340px;
    margin-bottom: 2rem;
  }
}
.inter__report .eye-inter__report.eye__report--one {
  background: url("../img/iluslarge.jpg");
  background-size: cover;
  background-position: center;
}
.inter__report .eye-inter__report.eye__report--one:nth-child(1) {
  order: 1;
}
.inter__report .eye-inter__report.eye__report--two {
  background: url("../img/ilus2.jpg");
  background-size: cover;
  background-position: center;
}
.inter__report .eye-inter__report.eye__report--two:nth-child(3) {
  order: 3;
}
@media (min-width: 62rem) {
  .inter__report .eye-inter__report.eye__report--two:nth-child(3) {
    order: 4;
  }
}
.inter__report .content-text {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 62rem) {
  .inter__report .content-text {
    width: 50%;
  }
}
.inter__report .content-text:nth-child(2) {
  order: 2;
}
.inter__report .content-text:nth-child(4) {
  order: 4;
}
@media (min-width: 62rem) {
  .inter__report .content-text:nth-child(4) {
    order: 3;
    padding: 4rem;
  }
}
.inter__report .leyend {
  padding: 2rem;
  background: #F1F9FF;
  color: #241125;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
.inter__report .leyend:nth-child(5) {
  padding: 4rem;
  order: 5;
  font-size: 1.2rem;
}

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