* {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h2,
p {
  margin: 0;
}

.naturgy-load p {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


@keyframes opacity {
  from {
    opacity: 1;
    scale: 1
  }
  
  to {
    opacity: 0;
    scale: 2;
  }
}

@keyframes opacityb {
  from {
    opacity: 1;
  }
  
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes back {
  from {
    background-color: transparent;
  }
  
  to {
    
    background-position: 0 0;
  }
}

.naturgy-scale{
  display: grid;
  place-content: center;
  gap: 10px;
  height: 100%;
  animation: opacity 1s 1s both linear;
}
.naturgy-load {
  animation: opacityb 1s 2s both linear;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
  left: 0;
  top: 0;
  background: #fff;
  overscroll-behavior: contain;
  
}

.naturgy-title {
  margin: 0 auto 48px;
  padding: 0 15px;
  max-width: 1080px;
}

.c-detail--special .c-detail__content .c-detail__body .naturgy-h2,
.c-detail--special .c-detail__content .c-detail__body .naturgy-h2 span {
  color: var(--Textos-Verde, #024E44);
  text-align: center;
  font-family: Yrsa;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: none;
  letter-spacing: -0.36px;
  margin-bottom: 32px;
}

.naturgy-title span {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to right, #BBEFB5 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 0 5px;
  transition: background-position 1.5s ease-out;
  animation: fillGreen 1.5s forwards;
  animation-delay: 0.5s;
  animation: back 1.5s 2.5s both linear;
}

.naturgy-lead {
  color: var(--Textos-Negro, #000);
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;

}

.naturgy-colab {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 48px;
}

.naturgy-colab p {
  color: var(--Textos-Gris, #555);
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;

  text-transform: uppercase;
  margin-bottom: 8px;
}

.naturgy-logos {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.naturgy-logos svg {
  max-width: 186px;
  height: auto;
}

.naturgy-logos img {
  max-width: 120px;
  height: auto;
}

.naturgy-body {
  padding: 0 15px;
}

.naturgy-p, .naturgy-p a {
  color: var(--Textos-Negro, #000);
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 0 auto 24px;
  max-width: 620px;
}

.naturgy-p b {
  font-weight: 600;
}

.naturgy-p a {
  color: var(--Rojo-LI, #C21549);
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.naturgy-blockquote {
  position: relative;
  margin: 24px auto;
  max-width: 620px;
}

.naturgy-blockquote:after,
.naturgy-blockquote:before {
  content: "";
  width: 48px;
  height: 4px;
  background: var(--Verde-LI, #008E7B);
  display: block;
  margin: 12px auto;
}

.naturgy-blockquote-p {
  color: var(--Textos-Gris-Sumario, #767676);
  text-align: center;
  font-family: Yrsa;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;

}

.naturgy-genially {
  margin: 0 auto 24px;
  max-width: 1040px;
}

.naturgy-desktop {
  display: none;
}

.naturgy-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.naturgy-video-container {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--Textos-Verde, #024E44);
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background-color: #000;
}

.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#naturgyIframe {
  width: 100%;
  height: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  z-index: 3;
}

.play-button svg {

  max-width: 48px;
}


.emisiones {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem 3rem 4rem;
  margin: 0 auto 5rem;
  background-color: #EAF6E6;
}
.emisiones h3 {
  max-width: 99rem;
  margin: 0 auto;
  font-family: "Lora", serif;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.emisiones h3 b {
  font-weight: 600;
  color: #C21549;
}
.marcador-valor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.marcador-valor h4 {
  font-family: "Lora", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  color: #C21549;
}
.marcador-valor span {
  font-family: "Lora", serif;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
}
.emisiones-lista {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 110rem;
  margin: 0 auto;
}
.emisiones-lista li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  background-color: #FDFAF3;
  box-shadow: 0rem 0rem .5rem .5rem rgba(0,0,0,0.1);
}
.emisiones-lista li img {
  width: auto;
  height: 10rem;
}
.emisiones-lista li h4 {
  font-family: "Lora", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  color: var(--blue);
}
.emisiones-lista li p {
  font-family: "Lora", serif;
  font-size: 2.1rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  .play-button svg {

    max-width: 84px;
  }

  .naturgy-video-container {
    margin-bottom: 72px;
  }

  .naturgy-desktop {
    display: block;
  }

  .naturgy-mobile {
    display: none;
  }

  .naturgy-p, .naturgy-p a {
    font-size: 19px;
    line-height: 32px;
  }

  .naturgy-blockquote-p {
    font-size: 35px;
    line-height: 35px;

  }

  .naturgy-blockquote:after,
  .naturgy-blockquote:before {
    margin: 16px auto;
  }

  .naturgy-genially {
    margin: 72px auto;
  }

  .c-detail--special .c-detail__content .c-detail__body .naturgy-h2,
  .c-detail--special .c-detail__content .c-detail__body .naturgy-h2 span {
    font-size: 56px;
    line-height: 58px;

    letter-spacing: -0.56px;
  }

  .naturgy-lead {
    font-size: 19px;
    line-height: 30px;
  }
}

.c-detail__body .c-detail__embed {
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
  overflow: unset !important;
}

.c-detail__body .c-detail__embed:last-of-type {
  margin-bottom: 0 !important;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}

.c-detail--special .c-detail__content .c-detail__body .c-detail__embed .c-detail__embed__code>div {
  width: 100%;
}

.c-detail--special .c-detail__content .c-detail__body {
  max-width: inherit;
  margin-top: -9px;
}

.c-detail--special .c-detail__content .c-detail__data {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .emisiones h3 {
    font-size: 2.9rem;
    line-height: 3.8rem;
  }
  .marcador-valor {
    flex-direction: row;
  }
  .marcador-valor h4 {
    font-size: 6rem;
  }
  .marcador-valor span {
    font-size: 2.4rem;
  }
  .emisiones-lista {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    margin: 0 auto;
  }
  .emisiones-lista li h4 {
    font-size: 6rem;
  }
  .emisiones-lista li p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

@media only screen and (min-width: 1280px) {
  .emisiones h3 {
    font-size: 3.2rem;
    line-height: 4.1rem;
  }
  .marcador-valor h4 {
    font-size: 7.2rem;
  }
  .marcador-valor span {
    font-size: 2.6rem;
  }
  .emisiones-lista {
    gap: 5rem;
  }
  .emisiones-lista li h4 {
    font-size: 7.2rem;
  }
  .emisiones-lista li p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}