/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Articulo --------------------------------------------------------------------------------------------------------*/
.article-page-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
}
.article-page-banner:before {
  background: #0069B4;
  background: linear-gradient(135deg, #0069B4 0%, #12CCC4 100%);
}

.article-banner-item .banner-body-text {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 30px;
}

.aostenibilidad-list {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  padding-bottom: 15px;
}

.aostenibilidad-item {
  color: #12CCC4;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 10px;
}

.aostenibilidad-item-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
}
.aostenibilidad-item-link:hover {
  background-color: #ffffff;
}

.articulo-body-text-inner > p strong {
  font-weight: 700;
}
.articulo-body-text-inner > p a {
  color: #F39200;
  text-decoration: underline;
}
.articulo-body-text-inner > p a:hover {
  color: #0069B4 !important;
}

.articulo-card-img {
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.articulo-social-media {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-bottom: 20px;
}

.articulo-social-media-item {
  padding-right: 10px;
}

.articulo-social-media-link {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: block;
  border: 2px solid #EBEBEB;
  background: #12CCC4;
}
.articulo-social-media-link:hover {
  background: #F39200;
}

.articulo-social-media-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.articulo-date {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.reading-time {
  font-size: 1rem;
  line-height: 1.5rem;
}
.reading-time-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.flag-outer {
  width: auto;
  padding-bottom: 20px;
}

.flag {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  align-items: center;
}

.flag-icon {
  width: 30px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.flag-text {
  color: #F39200;
  font-size: 1rem;
  line-height: 1.5rem;
}

.articulo-subtitle {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 40px 30px;
  z-index: 10;
  position: relative;
}

.articulo-subtitle-item {
  padding-right: 10px;
}

.articulo-subtitle-link {
  color: #F39200;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  padding: 14px 20px;
  display: block;
}
.articulo-subtitle-link:hover {
  background-color: #F39200;
  color: #ffffff;
}

.articulo-video-outer {
  position: relative;
  padding-bottom: 60.5%;
  height: 0;
  margin: 20px auto;
  max-width: 100%;
}

.articulo-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.useful-to-you {
  padding: 15px;
  margin-bottom: 30px;
}

.useful-to-you-btn-group {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.useful-to-you-btn-group .btn {
  width: 115px;
  padding: 11px 20px;
}
.useful-to-you-btn-group .btn-text {
  font-weight: 700;
  padding: 0;
}

.useful-to-you-text {
  color: #73706E;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.head-accordion {
  padding-bottom: 20px;
}
.head-accordion.open .head-heading::after {
  transform: rotate(0deg);
}

.head-heading {
  color: #0069B4;
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  position: relative;
}
.head-heading:hover {
  background-color: #FCFAFA;
}
.head-heading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../../imag/ic-up-arrow-blue.svg") no-repeat center/15px 15px;
  transform: rotate(180deg);
  transition: all 0.25s ease;
}

.head-body {
  padding: 20px 10px 0;
}
.head-body p {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.articulo-right-bar {
  margin-bottom: 60px;
}
.theme-light .articulo-right-bar {
  background-color: #FCFAFA;
}
.theme-dark .articulo-right-bar {
  background-color: #222222;
}

.articulo-right-menu.open .articulo-right-menu-heading::after {
  transform: rotate(90deg);
}

.articulo-right-menu-heading {
  color: #0069B4;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid;
  padding: 10px 35px 10px 20px;
  position: relative;
  cursor: pointer;
}
.theme-light .articulo-right-menu-heading {
  border-bottom-color: #EBEBEB;
}
.theme-dark .articulo-right-menu-heading {
  border-bottom-color: #73706E;
}
.articulo-right-menu-heading:hover {
  background-color: #FCFAFA;
}
.articulo-right-menu-heading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../../imag/ic-right-arrow-grey.svg") no-repeat center/15px 15px;
  transform: rotate(0deg);
  transition: all 0.25s ease;
}

.articulo-right-menu-body {
  padding: 10px 0;
}

.articulo-right-menu-body-link {
  color: #F39200;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 8px 20px 8px 40px;
  display: block;
  transition: 0.3s all ease;
}
.articulo-right-menu-body-link.selected {
  color: #0AC3FF;
}

.CUERPO iframe {
  width: 100% !important;
}
.CUERPO iframe .iframe-chart-1 iframe {
  height: 3200px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .CUERPO .iframe-chart-1 iframe {
    height: 3400px;
  }
}
@media (min-width: 576px) {
  .articulo-date {
    font-size: 1rem;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  .useful-to-you-btn-group .btn {
    width: 170px;
  }
  .CUERPO .iframe-chart-1 iframe {
    height: 3200px;
  }
}
@media (min-width: 768px) {
  .articulo-header {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .articulo-header .col {
    width: auto;
    padding: 0;
  }
  .useful-to-you {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
  }
  .useful-to-you-text {
    padding-bottom: 0px;
    padding-right: 50px;
  }
  .useful-to-you-btn-group .btn {
    width: auto;
    padding: 7px 30px;
  }
  .head-accordion-parent {
    padding-bottom: 30px;
  }
  .head-heading {
    padding: 27px 55px 27px 30px;
  }
  .head-heading:after {
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .articulo-card {
    padding-left: 35px;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .articulo-card-outer {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: start;
  }
  .articulo-right-bar {
    width: 350px;
    margin-top: 20px;
    position: sticky;
    top: 119px;
    margin-left: 45px;
  }
  .articulo-social-media {
    display: block;
    margin-top: 20px;
    position: sticky;
    top: 119px;
  }
  .articulo-social-media-item {
    padding-bottom: 10px;
  }
  .articulo-social-media-link {
    width: 55px;
    height: 55px;
    display: block;
  }
  .articulo-body-text-inner {
    padding: 0 40px;
  }
}
.downloads .auxi {
  padding: 30px 5px;
}
.downloads .auxi h2 {
  color: #0069B4;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: left;
}
.downloads .auxi ul {
  padding-top: 20px;
}
.downloads .auxi ul li {
  margin-bottom: 15px;
}
.downloads .auxi ul li a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.downloads .auxi ul li a h3 {
  color: #22213F;
  display: inline-block;
  float: left;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.downloads .auxi ul li a p {
  color: #678FCA;
  display: inline-block;
  margin-left: 0;
  float: left;
  clear: both;
  line-height: 20px;
}
.downloads .auxi ul li a .img {
  margin-right: 10px;
}
.downloads .auxi ul li a .img img {
  width: 1.4rem;
}

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