.breadcrumb {
  background-color: transparent;
}

.informacao {
  padding: 5rem 0;
}

.informacao .section-title__variant {
  max-width: 850px;
}

.informacao .informacao-header p {
  color: #535862;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.2px;
  margin-bottom: 64px;
  max-width: 850px;
}

.informacao .informacao-header img {
  margin-bottom: 64px;
}

.informacao .informacao-article {
  max-width: 850px;
}

.informacao .informacao-article h2 {
  color: #000;
  font-family: "Exo2", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.08px;
  margin: 24px 0 16px;
}

.informacao .informacao-article h3 {
  color: #000;
  font-family: "Exo2", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.08px;
  margin: 24px 0 16px;
}

.informacao .informacao-article h4 {
  color: #000;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.08px;
  margin: 24px 0 16px;
}

.informacao .informacao-article p {
  color: #535862;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin: 8px 0 16px;
}

.informacao .informacao-article ol,
.informacao .informacao-article ul {
  padding-left: 24px;
}

.informacao .informacao-article li {
  color: #535862;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin: 0 0 4px;
}

.informacao .informacao-article a {
  color: #f60;
  text-decoration: none;
}

.informacao .informacao-article li strong,
.informacao .informacao-article p strong {
  font-weight: 600;
}

.informacao .informacao-article > *:first-child {
  margin-top: 0;
}

.informacao .informacao-article > *:last-child {
  margin-bottom: 0;
}

.informacao .informacao-list li a {
  color: #fe5f00;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: -0.64px;
  margin: 0 0 4px;
  transition: color 0.3s ease-in-out;
}

.informacao .informacao-list li a:hover {
  color: #000226;
}

.informacao .box-videos p {
  color: #fe5f00;
  text-align: center;
  margin-top: 8px;
}

figure {
  text-align: center;
  margin: 32px 0;
}

figcaption {
  color: #8f8f8f;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.64px;
}

figcaption strong {
  font-weight: 600;
}

.informacao .informacao-article .accordion {
  background-color: #e9e9e9;
  color: #000b16;
  font-family: "Exo2", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  width: 100%;
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-radius: 5px;
  margin: 0;
}

.informacao .informacao-article .accordion-svg {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.informacao .informacao-article .accordion-svg svg {
  transition: transform 0.3s ease-in-out;
}

.informacao .informacao-article .accordion.active .accordion-svg svg {
  transform: rotate(180deg);
}

.informacao .informacao-article .accordion.active {
  border-radius: 5px 5px 0 0;
}

.informacao .informacao-article .panel {
  background: #e9e9e9;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  opacity: 0;
  margin-bottom: 32px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.informacao .informacao-article .panel p {
  color: #0e2c33;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 22.88px */
  padding: 24px 24px 24px 64px;
  margin: 0;
  position: relative;
  height: fit-content;
}

.informacao .informacao-article .panel p::before {
  content: "";
  position: absolute;
  background: #f60;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 48px);
}

.more {
  background-color: #f5f4f7;
  padding: 5rem 0;
}

.more-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 80px;
}

.informacoes-informacao {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  box-shadow: 0px 3.99px 16.76px 0px rgba(0, 0, 0, 0.11);
}

.informacoes-informacao img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  object-fit: cover;
  max-height: 210px;
}

.informacoes-informacao__content {
  padding: 24px;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
}

.informacoes-informacao__content h3 {
  color: #090e22;
  font-family: "Exo2", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.informacoes-informacao__content p {
  color: #6c727f;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  margin-bottom: 24px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* YOUTUBE */

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
  max-width: unset;
  margin: unset;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #fe5f00;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-45%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .more-cards {
    grid-template-columns: 1fr 1fr;
  }
  .informacao .informacao-article h2 {
    font-size: 2rem;
  }

  .informacao .informacao-article h3 {
    font-size: 1.75rem;
  }

  .informacao .informacao-article h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .more-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
