body {
  background-color: #fff;
}
.mw-home-container {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1024px;
  padding: 0 20px;
}
.mw-area {
  display: grid;
  grid-auto-rows: minmax(180px, auto);
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-petrobras {
  padding: 40px 0;
}
.header-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-logo {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
/* chamada padrao */
.atr-chamadaPadraoPetrobras {
  grid-column: span 6;
  grid-row: span 1;
  display: flex;
  gap: 22px;
  position: relative;
}
.atr-chamadaPadraoPetrobras > a {
  display: flex;
  gap: 22px;
}
.atr-chamadaPadraoPetrobras > a > img {
  border-radius: 15px;
  object-fit: cover;
  width: 228px;
  height: 194px;
  min-width: 228px;
}
.atr-chamadaPadraoPetrobras .chamadaPadrao-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  gap: 5px;
  justify-content: center;
}
.atr-chamadaPadraoPetrobras .chamadaPadrao-box h2 {
  color: #231f20;
  font-size: 22px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Ubuntu-Bold";
}
.atr-chamadaPadraoPetrobras .chamadaPadrao-box h3 {
  font-family: "Ubuntu-Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
  color: #575151;
}
.atr-chamadaPadraoPetrobras .chamadaPadrao-box h4 {
  font-family: "Ubuntu-Bold";
  background-color: #008542;
  font-size: 10px;
  line-height: 11px;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 40px;
  padding: 5px 10px;
  width: fit-content;
}
.atr-videosPetrobras {
  grid-column: 1/-1;
  grid-row: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
}
.atr-videosPetrobras figure {
  width: 100%;
  height: 212px;
  max-width: 380px;
  max-height: 212px;
  position: relative;
}
.atr-videosPetrobras-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-width: 380px;
  max-height: 212px;
}
.atr-videosPetrobras h3 {
  font-family: "Ubuntu-Regular";
  font-size: 22px;
  line-height: 26px;
  color: #343434;
}
.atr-petrobrasTitle {
  position: relative;
  font-family: "Ubuntu-Light";
  font-size: 46px;
  line-height: 53px;
  color: #008542;
  letter-spacing: -0.46px;
  & b {
    font-family: "Ubuntu-Medium", sans-serif;
  }
}
/* .atr-petrobrasTitle ::after{
position: absolute;
content: "";
width: 46px;
height: 4px;
background-color: #FDC82F;
bottom: 0;
left: 0;
} */
.hr-petrobrasTitle {
  width: 46px;
  height: 4px;
  background-color: #fdc82f;
  /* margin-top: -23px; */
}
.atr-petrobrasVideos-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.player-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 34px;
  z-index: 1;
}
.share-btn {
  position: absolute;
  top: 20px;
  left: 12px;
  background-color: #008542;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.share-popup {
  display: none;
  position: absolute;
  /*top: 3rem;*/
  flex-direction: row;
  gap: 10px;
  max-width: 218px;
  max-height: 90px;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px #0000001a;
  padding: 10px;
  left: 40px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.active {
  display: flex !important;
}
/* n sei de onde veio isso, algum conflito com o splide */
.share-popup .splideVideosPetrobras-wrapper,
.share-btn .splideVideosPetrobras-wrapper {
  display: none;
}
.splideVideosPetrobras .splide__pagination {
  position: absolute;
  top: calc(0% - 3rem) !important;
  bottom: unset !important;
  left: unset !important;
  right: 0;
}
.splideVideosPetrobras .splide__pagination__page {
  background: transparent;
  border: 2px solid #bbbbbb !important;
}
.splideVideosPetrobras .splide__pagination__page.is-active {
  background: #008542 !important;
  border: unset !important;
}
.galeriaPetrobras {
  grid-column: 1/-1;
  opacity: 0;
}

.galeriaPetrobras figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
  cursor: pointer;
}
.galeriaPetrobras hr {
  margin-bottom: 30px;
}
.galeriaPetrobras-article {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  grid-column: span 2;
}
.galeriaPetrobras-article h3 {
  font-family: "Ubuntu-Regular";
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.splideVideosPetrobras-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.galeriaPetrobras .splide__pagination {
  position: absolute;
  top: 2rem !important;
  bottom: unset !important;
  left: unset !important;
  right: 0;
}
.galeriaPetrobras .splide__pagination__page {
  background: transparent;
  border: 2px solid #bbbbbb !important;
}
.galeriaPetrobras .splide__pagination__page.is-active {
  background: #008542 !important;
  border: unset !important;
}
.galeriaPetrobras-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
}
/* atr timeLine */
.atr-timeLine {
  grid-column: 1/-1;
  opacity: 0;
}
.atr-petrobrasPalavras {
  grid-column: 1/-1;
  opacity: 0;
}
.atr-petrobrasPalavras-wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  margin-top: 50px;
  position: relative;
  box-shadow: 0px 10px 20px #0000000d;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
}
#quote-img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.atr-petrobrasPalavras-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 600px;
}
.atr-petrobrasPalavras-content p {
  font-family: "Ubuntu-Regular", sans-serif;
  font-style: italic;
  font-size: 28px;
  line-height: 32px;
  color: #343434;
}
.atr-petrobrasPalavras-content span {
  font-family: "Ubuntu-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #575151;
}
.highlight-quote {
  font-family: "Ubuntu-Medium", sans-serif;
  color: #008542;
}
.img-presidente {
  max-width: 204px;
  max-height: 204px;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.atr-agradecimento {
  margin-top: 65px;
  display: flex;
  flex-direction: row;
  background-color: #f5f5f5;
  align-items: center;
  justify-content: space-between;
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 46px;
  line-height: 53px;
  letter-spacing: -0.46px;
  color: #343434;
  padding: 50px 0;
  grid-column: 1/-1;
}
.atr-agradecimento-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
}
.atr-agradecimento-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  font-size: 20px;
}
.atr-petrobrasRadio {
  grid-column: 1/-1;
  display: flex;
  flex-direction: row;
  gap: 70px;
  align-items: center;
  padding: 132px 0;
}
.atr-petrobrasRadio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 393px;
  & h2 {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 46px;
    line-height: 52px;
    color: #164f33;
    letter-spacing: -0.46px;
    & b {
      font-family: "Ubuntu-Bold", sans-serif;
    }
  }
  & span {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #575151;
    & b {
      font-family: "Ubuntu-Bold", sans-serif;
    }
  }
}
.radio-widget {
  display: flex;
  align-items: center;
}

.volume-slider {
  width: 100px;
  margin-left: 5px;
}
.atr-petrobrasPlayer {
  background: transparent
    linear-gradient(256deg, #185537 0%, #092312 54%, #051d05 100%) 0% 0%
    no-repeat padding-box;
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  border-radius: 8px;
  max-width: 360px;
  max-height: 92px;
  & h3 {
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
  }
  & span {
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #cccccc;
  }
  & figure img {
    border-radius: 8px;
  }
}
.radio-widget {
  display: flex;
  flex-direction: row;
}
.play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
}
.mute-button {
  margin-left: 20px;
}

.mute-button > img {
  width: 25px;
  height: 19px;
}
input[type="range"] {
  -webkit-appearance: none;
  height: 4px;
  background-color: #ffffff;
  border-radius: 5px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.main-banner {
  grid-column: 1/-1;
  position: relative;
  height: 560px;
  margin: 40px 0 60px 0;
  & p {
    position: absolute;
    bottom: 1rem;
    right: 10rem;
    font-family: "Ubuntu-Bold", sans-serif;
    font-style: italic;
    font-size: 64px;
    line-height: 74px;
    color: #ffffff;
    letter-spacing: -0.46px;
    text-transform: uppercase;
    & b {
      color: #fdc82f;
    }
  }
}
.foto-capa {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 560px;
}
#tracado1 {
  position: absolute;
  bottom: -4rem;
  left: -1px;
  z-index: 1;
  width: 12%;
}
#tracado2 {
  position: absolute;
  top: -19rem;
  right: 0;
  width: 15%;
  z-index: 1;
}
#tracado3 {
  position: absolute;
  top: -18rem;
  right: -25rem;
  z-index: 1;
  transform: rotate(70deg);
}
.share-section {
  position: fixed;
  z-index: 9;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 218px;
  max-height: 90px;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px #0000001a;
  padding: 12px;
  & span {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #008542;
    letter-spacing: -0.16px;
    & b {
      font-family: "Ubuntu-Medium", sans-serif;
    }
  }
  & div {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}
.img-whatsapp,
.img-facebook,
.img-twitter,
.img-email {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: scale-down;
  cursor: pointer;
}
.img-whatsapp {
  background-color: #28a745;
}
.img-facebook {
  background-color: #4165af;
}
.img-twitter {
  background-color: #000000;
}
.img-email {
  background-color: #5e5e5e;
}
.timeline-year.activeYear {
  background: #fdc82f;
  color: #008542;
  pointer-events: none;
  font-weight: bold;
}
.timeline-year {
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 38px;
  line-height: 43px;
  letter-spacing: -0.76px;
  color: #008542;
  text-transform: uppercase;
  border: 2px solid #fdc82f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
}
.splideTimeLine {
  margin-top: 30px;
}
.splideTimeLine .splide__list {
  position: relative;
}
.splideTimeLine .splide__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fdc82f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .timeline-year::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  background-color: #fdc82f;
  top: 50%;
  right: -22px;
} */
.article-timeLine {
  box-shadow: 0px 10px 20px #0000001a;
  max-width: calc((100% / 2) - 15px);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 10px 20px 10px;
  & img {
    max-width: 564px;
    max-height: 334px;
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  & h2 {
    font-family: "Ubuntu-Bold", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #008542;
  }
  & p {
    font-family: "Ubuntu-Light", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #575151;
  }
}
.load-more-petrobras hr {
  height: 1px;
  background-color: #FDC82F;
  width: 50%;
}
.load-more-petrobras span {
  border: 1px solid #FDC82F;
  border-radius: 8px;
  color: #008542;
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 12px;
  text-wrap: nowrap;
  padding: 12px;
  cursor: pointer;
}
.load-more-petrobras {
 display: flex;
 align-items: center;
 margin-top: 20px;
}
#load-more-section {
  grid-auto-rows: minmax(90px, auto);
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  margin-top: 35px;
  margin-bottom: 20px
}
#timeLineContent {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.loader {
  --ballcolor: #fdc82f;
  --shadow: 0px 0 #fdc82f00;
  --shadowcolor: #fdc82f00;
  width: 10px;
  height: 10px;
  left: -120px;
  border-radius: 50%;
  position: relative;
  color: var(--ballcolor);
  animation: shadowRolling 2s linear infinite;
  margin: 0 auto;
}

@keyframes shadowRolling {
  0% {
    box-shadow: var(--shadow), var(--shadow), var(--shadow), var(--shadow);
  }

  12% {
    box-shadow: 100px 0 var(--ballcolor), var(--shadow), var(--shadow),
      var(--shadow);
  }

  25% {
    box-shadow: 110px 0 var(--ballcolor), 100px 0 var(--ballcolor),
      var(--shadow), var(--shadow);
  }

  36% {
    box-shadow: 120px 0 var(--ballcolor), 110px 0 var(--ballcolor),
      100px 0 var(--ballcolor), var(--shadow);
  }

  50% {
    box-shadow: 130px 0 var(--ballcolor), 120px 0 var(--ballcolor),
      110px 0 var(--ballcolor), 100px 0 var(--ballcolor);
  }

  62% {
    box-shadow: 200px 0 var(--shadowcolor), 130px 0 var(--ballcolor),
      120px 0 var(--ballcolor), 110px 0 var(--ballcolor);
  }

  75% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor),
      130px 0 var(--ballcolor), 120px 0 var(--ballcolor);
  }

  87% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor),
      200px 0 var(--shadowcolor), 130px 0 var(--ballcolor);
  }

  100% {
    box-shadow: 200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor),
      200px 0 var(--shadowcolor), 200px 0 var(--shadowcolor);
  }
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
}

.close-button {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}
.prev-button,
.next-button {
  border: none;
  background: none;
  font-size: 24px;
  cursor: pointer;
}
.prev-button {
  margin-right: 10px;
}

.next-button {
  margin-left: 10px;
}
.image-counter {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-family: "Poppins-Regular", sans-serif;
  line-height: 20px;
  letter-spacing: -0.14px;
  background-color: var(--text-black);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  opacity: 0.7;
  padding: 8px 14px;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prev-button-lightbox,
.next-button-lightbox {
  color: var(--red);
  background-color: var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 25px;
  cursor: pointer;
}
.prev-button-lightbox {
  margin-right: 40px;
}
.next-button-lightbox {
  margin-left: 40px;
}
.carousel {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox-image {
  max-width: 1024px;
}
@media (max-width: 1200px) {
  .main-banner {
    & p {
      right: 1rem;
    }
  }
  .lightbox-image {
    max-width: 800px;
  }
}
@media (max-width: 1024px) {

  .mw-home-container {
    min-width: unset;
  }
  .atr-chamadaPadraoPetrobras {
    grid-column: 1/-1;
  }
  .article-timeLine {
    & h2 {
      font-size: 16px;
      line-height: 28px;
    }
    & p {
      font-size: 14px;
      line-height: 20px;
    }
  }
}
@media (max-width: 700px) {
  .atr-chamadaPadraoPetrobras {
    grid-column: span 4;
  }
  #load-more-section {
    display: flex;
    flex-direction: column;
  }

  #load-more-section .atr-chamadaPadraoPetrobras a{
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .lightbox-image {
    max-width: 300px;
  }
  .next-button-lightbox {
    margin-left: 5px;
  }
  .prev-button-lightbox, .next-button-lightbox{
    width: 30px;
    height: 30px;
  }
  .prev-button-lightbox {
    margin-right: 5px;
  }
  .atr-chamadaPadraoPetrobras > a {
    flex-direction: column;
  }

  .mw-home-container {
    margin: 0 auto;
  }
  .mw-area {
    display: flex;
    flex-direction: column;
  }
  #tracado1 {
    bottom: -3rem;
    left: -1px;
    width: 120px;
  }
  #tracado2 {
    top: -2rem;
    right: 0;
    width: 120px;
  }
  #tracado3 {
    transform: rotate(246deg);
    top: -7rem;
    right: -33rem;
  }
  .header-wrapper {
    justify-content: space-between;
    padding: 0 20px;
  }
  .header-logo {
    margin: unset;
  }
  .atr-petrobrasTitle {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.3px;
  }
  .atr-chamadaPadraoPetrobras {
    flex-direction: column;
  }
  .foto-capa {
    filter: brightness(0.8);
  }

  #quote-img {
    width: 100px;
  }

  .main-banner {
    & p {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: -0.3px;
      max-width: 250px;
    }
  }
  .atr-chamadaPadraoPetrobras > a > img {
    width: 100%;
    height: 100%;
  }
  .atr-chamadaPadraoPetrobras .chamadaPadrao-box h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .atr-chamadaPadraoPetrobras .chamadaPadrao-box h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
  }
  .atr-videosPetrobras h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .galeriaPetrobras-article {
    grid-column: span 4;
  }
  .atr-petrobrasPalavras-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .img-presidente {
    width: 100px;
    height: 100px;
  }
  .atr-petrobrasPalavras-content p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .atr-petrobrasPalavras-content span {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .atr-agradecimento {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.3px;
  }
  .atr-agradecimento-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .atr-petrobrasRadio {
    flex-direction: column;
    gap: 20px;
    padding: 35px 0;
    align-items: normal;
  }
  .atr-petrobrasRadio-wrapper {
    & h2 {
      font-size: 30px;
      line-height: 34px;
      letter-spacing: -0.3px;
    }
  }
  .timeline-year {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.36px;
  }
  .article-timeLine {
    max-width: 100%;
    & h2 {
      font-size: 16px;
      line-height: 28px;
    }
    & p {
      font-size: 14px;
      line-height: 20px;
    }
  }
  .share-section {
    bottom: 0;
    left: 0;
    border-radius: 14px 14px 0 0;
    width: 100%;
    max-width: 100%;
  }
  #mw-aside-menu {
    object-fit: scale-down;
    width: unset !important;
  }
  @media (max-width: 390px) {
    .header-logo img {
      gap: 10px;
      max-width: 90px;
    }
    .lightbox-image {
      max-width: 250px;
    }
  }
}
