@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

.header-gradient-wrapper {
  position: relative;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(146, 146, 146, 0) 70%
  );
  z-index: 1;
}

.author-section {
  font-family: "Nunito", sans-serif;
  max-width: 700px;
  margin: 0 auto;
}

.author-section img {
  width: 100px;
  height: auto;
  border-radius: 50%;
}

.author-section h4 {
  font-weight: 900;
  color: #000000;
  font-size: 21px;
  text-transform: uppercase;
}

.author-section .items-author {
  max-width: 300px;
}

.social-icons a {
  font-size: 1.2rem;
  color: #000000;
  transition: color 0.3s;
}

.save-icon a:hover {
  transform: scale(1.1);
}

.exclusive-banner {
  font-family: "Nunito", sans-serif;
  border-bottom: 1px solid #d1d1d1;
}

.exclusive-banner h3 {
  font-family: "Noto serif", serif;
  font-weight: bold;
  color: #000000;
  font-size: 40px;
}

.exclusive-banner p,
.exclusive-banner a {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.exclusive-banner a.btn {
  background-color: #000000;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.exclusive-banner a.btn:hover {
  background-color: #000000;
  color: #fff;
}

.exclusive-banner hr {
  background-color: rgb(143, 143, 143);
}

.exclusive-banner .content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.exclusive-banner .existing-member a {
  font-weight: bold;
  text-decoration: underline;
}

.main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-header .main-image img {
  max-height: 800px;
}

.section-header .section-subtitle {
  font-family: "Noto serif", serif;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 27px;
}

.section-header h1 {
  font-family: "Noto serif", serif;
  font-weight: bold;
  color: #000000;
  font-size: 45px;
  line-height: 45px;
}
.section-header p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 26px;
  line-height: 30px;
}

.image-footnote .info-footnote {
  font-family: "Nunito", sans-serif;
  font-size: 19px;
  color: #000000;
  font-style: italic;
}

.body-content .content-wrapper,
.related-content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}


.related-content-wrapper .more-news-article .index__small-article__category{
  display: none !important;
}

@media screen and (min-width: 1023.9px) {
  .related-content-wrapper .more-news .more-news__list{
    grid-template-columns: repeat(2, 1fr) !important;
    display: grid;
    margin: 0px;
  }
  .related-content-wrapper .more-news .col-12{
    padding: 0px;
  }

}

.body-content {
  font-family: "Noto serif", serif;
  font-weight: 400;
  color: #000000;
  font-size: 27px;
  line-height: 1.4;
}

.restricted-content .section-header .variant-bg-1{
  background-color: #000000; 
}

.restricted-content .section-header .variant-bg-1 h1,
.restricted-content .section-header .variant-bg-1 p {
  color: #ffffff;
}

.restricted-content .section-header .variant-bg-1 .section-subtitle {
  color: #FFBF00;
}



.header-variant-overlay {
    position: relative;
}

.header-variant-overlay .info-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: transparent !important;
}

.header-variant-overlay .info-content .text-overlay {
    max-width: 550px;
}

.header-variant-overlay .main-image {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

.restricted-content .mobile-resumen .lead {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.restricted-content .panoramica-p img{
  z-index: unset;
}
 

.restricted-content .panoramica-p,
.restricted-content .attribution{
  margin-left: max(-200px, calc((100% - 100vw)/2));
  margin-right: max(-200px, calc((100% - 100vw)/2));
  max-width: 100vw !important;
  box-sizing: border-box;
  padding: 0px;
  text-align: left;

  @media (max-width: 850px) {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.restricted-content .panoramica-p{
  margin-top: 40px !important;
}

.restricted-content .attribution{
  margin-top: 15px;
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-size: 19px !important;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px !important;
  margin-bottom: 40px;
}

.restricted-content .body-content .more-info{
  margin-top: 40px;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}

.restricted-content .body-content .more-info h4{
  font-weight: 800;
}

.restricted-content .body-content .more-info a:hover{
  color: #000000;
}

.restricted-content blockquote {
  text-align: left;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  padding: 0px;
  font-size: 42px;
  border-top: none;
  border-bottom: none;
  font-family: "Noto serif", serif;
  width: 100%;
}


.restricted-content blockquote p{
  line-height: 45px;
  text-transform: initial;
}

.restricted-content blockquote p::before {
  content: "“";
}

.restricted-content blockquote p::after {
  content: "”"; 
}

.restricted-content .section-title--with-line::after {
  content: "";
  height: 0;
  display: block;
  flex-grow: 1;
  margin-left: 20px;
  border: 1px solid var(--op-color-middle-grey);
}

.restricted-content .more-news .more-news__title h2 {
  width: unset;
  font-family: var(--nunito);
  font-weight: 800;
  font-size: 1.28em;
  letter-spacing: 2.25px;
  line-height: 28px;
  text-align: left;
  color: var(--op-color-teal);
  padding: 0;
  background: transparent;
  margin-bottom: 0;
}

.restricted-content .more-news:hover .more-news__title h2, .restricted-content .more-news:hover .more-news__title {
  background: inherit;
  color: var(--op-color-teal);
  border-top: none !important;
}
.restricted-content .more-news .more-news__title {
  border-top: none;
}

.restricted-content .body-5 {
  font-family: var(--body-5-font);
  font-size: var(--body-5-font-size);
  font-weight: var(--body-5-font-weight);
  line-height: var(--body-5-line-height);
}

/* copy */

.restricted-content .more-news-article {
    border-bottom: none;
    padding-bottom: 0px;
}

.restricted-content .section-title--with-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.restricted-content .more-news-article .more-news-article__picture {
  min-width: 101px;
  border-radius: 4px;
  overflow: hidden;
}

.restricted-content .more-news-article__content .more-news-article__summary {
  display: none;
}

.restricted-content .more-news-article .more-news-article__title {
  font-size: 1em;
  line-height: 20px !important;
  font-weight: 500;
  margin-bottom: 14px;
}

.restricted-content .more-news-article .more-news-article__content {
  border-bottom: 1px dotted var(--op-color-middle-grey);
  padding-bottom: 14px;
}

.restricted-content .more-news-article__content .more-news-article__summary,
  .restricted-content .more-news-article__content .more-news-article__date,
  .restricted-content .more-news-article__content .more-news-article__mobile-date {
    display: none;
  }

@media screen and (min-width: 767.9px) {
  .restricted-content .section-title--with-line {
    margin-bottom: 27px;
  }

  .restricted-content .more-news-article .more-news-article__content {
    width: calc(100% - 37% - 25px);
    word-break: break-word;
    height: fit-content;
  }

  .restricted-content .more-news-article:hover .more-news-article__content .more-news-article__title a {
    color: #000;
  }
}

@media screen and (min-width: 1023.9px) {
  .restricted-content .more-news-article .more-news-article__picture img {
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .restricted-content .more-news-article .more-news-article__picture {
    min-width: unset;
    width: 39%;
  }

  .restricted-content .more-news-article {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  .restricted-content .more-news-article .more-news-article__content {
    width: calc(100% - 39% - 25px);
  }

  .restricted-content .more-news .more-news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 28px;
    row-gap: 28px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .restricted-content .more-news-article .more-news-article__title {
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 600;
  }
}

/* fin copy */


@media (max-width: 768px) {
  .image-footnote .info-footnote {
    font-size: 10px;
    line-height: 1.2;
  }

  .section-header .section-subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .section-header h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-header p {
    font-size: 15px;
    line-height: 20px;
  }

  .author-section h4,
  .author-section .text-muted {
    font-size: 11px;
  }

  .author-section .items-author {
    max-width: 250px;
  }

  .social-icons a {
    font-size: 0.8rem;
  }

  .social-icons .twitter-img {
    width: 13px;
    margin-bottom: 3px;
  }

  .exclusive-banner h3 {
    font-size: 20px;
  }

  .exclusive-banner p,
  .exclusive-banner a {
    font-size: 15px;
    line-height: 20px;
  }

  .exclusive-banner hr {
    background-color: #000000;
  }

  .body-content {
    font-size: 15px;
    line-height: 1.6;
  }

  .restricted-content .panoramica-p{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px !important;
  }

  .restricted-content blockquote p{
    line-height: 28px;
    font-size: 23px;
  }

  .restricted-content .attribution{
    font-size: 10px !important;
    margin-bottom: 20px;
    line-height: 1.4 !important;
    width: 66.6%;
  }

  .restricted-content .body-content .more-info{
      margin-top: 20px;
      font-size: 14px;
  }

  .restricted-content .body-content .more-info h4{
    font-size: 14px;
  }

}

@media (max-width: 991px) {
  .restricted-content .section-header:not(.header-variant-overlay) .variant-bg-1{
    background-color: #fff; 
  }

  .restricted-content .section-header:not(.header-variant-overlay) .variant-bg-1 h1,
  .restricted-content .section-header:not(.header-variant-overlay) .variant-bg-1 p {
    color: #000000
  }
}




