﻿.kits-section {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #1a1d29;
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 3px solid #2fb4c9;
  display: inline-block;
}

.kits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 720px) {
  .kits-grid {
    grid-template-columns: 1fr;
  }
}

.kit-card {
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}

.kit-image {
  position: relative;
  flex: 0 0 45%;
  min-height: 260px;
}

.kit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  margin-left: 0 !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 6px 12px;
  border-radius: 6px;
  color: #ffffff;
}

.badge-soon {
  background: rgba(30, 35, 46, 0.75);
}

.badge-available {
  background: #16a34a;
position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
}

.kit-content {
  flex: 1;
  padding: 24px 24px 24px 28px;
  display: flex;
  flex-direction: column;
}

.kit-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #1FA8C7;
  margin-bottom: 4px;
}

.kit-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1d29;
  margin-bottom: 18px;
}

.specialist-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.specialist-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eef0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #9aa0b0;
  flex-shrink: 0;
}

.specialist-avatar img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialist-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.specialist-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #8a90a3;
}

.specialist-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1d29;
}

.kit-description {
  font-size: 14px;
  color: #5c6170;
  line-height: 1.5;
  margin-bottom: 22px;
  flex: 1;
}

.kit-button {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #dde0e7;
  background: #f7f8fa;
  color: #6b7080;
  font-size: 14px;
  font-weight: 600;
  cursor: not-allowed;
}

.kit-button-available {
  background: #2fb4c9;
  border-color: #2fb4c9;
  color: #ffffff;
  cursor: pointer;
text-align: center;
}

.kit-button-available:hover {
  background: #279cae;
}

.galeria {
  padding: 24px 0;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.galeria-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.galeria h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.galeria .titulo-linha {
  width: 60px;
  height: 3px;
  margin: 10px 0 20px;
  background: #25a9d1;
}

/* Faixa com scroll horizontal */

.galeria-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: auto;
}

.galeria-item {
  flex: 0 0 auto;
  width: 300px;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  scroll-snap-align: start;
}

.galeria-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Barra de scroll visível (Chrome/Edge/Safari) */

.galeria-scroll::-webkit-scrollbar {
  height: 8px;
}

.galeria-scroll::-webkit-scrollbar-track {
  background: #eef1f5;
  border-radius: 10px;
}

.galeria-scroll::-webkit-scrollbar-thumb {
  background: #c7d1da;
  border-radius: 10px;
}

.galeria-scroll::-webkit-scrollbar-thumb:hover {
  background: #a8b6c2;
}

/* Bolinhas indicativas (decorativas) */

.galeria-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.galeria-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7dee4;
}

.galeria-dots .dot.active {
  background: #35b9d5;
}

@media (max-width: 767px) {
  .galeria-container {
    width: calc(100% - 30px);
  }

  .galeria-item {
    width: 220px;
  }
}

.video-click {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.video-click img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}




.faq {
  padding: 24px 0;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.faq-container {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
}

.faq h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c3e50;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.faq h2 span {
  color: #35b9d5;
}

.faq .titulo-linha {
  width: 70px;
  height: 3px;
  margin: 10px auto 30px;
  background: #25a9d1;
}

.faq-lista {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid #e7ebef;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #35b9d5;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.faq-pergunta {
  flex: 1;
  font-size: 14.5px;
  font-weight: 700;
  color: #2c3e50;
}

.faq-seta {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #35b9d5;
  border-bottom: 2px solid #35b9d5;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -4px;
}

.faq-item[open] .faq-seta {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.faq-resposta {
  padding: 0 0 20px 40px;
}

.faq-resposta p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b7c8b;
}

@media (max-width: 767px) {
  .faq-container {
    width: calc(100% - 30px);
  }

  .faq-resposta {
    padding-left: 0;
  }
}

.continuar-aprendendo {
  padding: 24px 0;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.continuar-aprendendo-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.continuar-aprendendo h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  color: #2c3e50;
}

.continuar-aprendendo h2 span {
  color: #35b9d5;
}

.continuar-aprendendo .titulo-linha {
  width: 86px;
  height: 3px;
  margin: 10px 0 18px;
  background: #25a9d1;
}

.continuar-aprendendo > .continuar-aprendendo-container > p {
  margin: 0 0 24px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #465c6d;
}

/* Grid de cards */

.continuar-aprendendo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.conteudo-card {
  border: 1px solid #e7ebef;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

.conteudo-card img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.conteudo-card-body {
  padding: 14px 16px 18px;
}

.conteudo-card h3 {
  margin: 8px 0 0;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 700;
  color: #2c3e50;
}

.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tag-blog {
  color: #2f8fd0;
  background: #e2f0fb;
}

.tag-youtube {
  color: #ee4d6a;
  background: #fde3e9;
}

.tag-dicas {
  color: #d99a1f;
  background: #fdf1dc;
}

/* Botões */

.continuar-aprendendo-botoes {
  display: flex;
  gap: 14px;
}

.btn-pill {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  background: #35b9d5;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-pill:hover {
  background: #2aa4bf;
}

@media (max-width: 991px) {
  .continuar-aprendendo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .continuar-aprendendo-container {
    width: calc(100% - 30px);
  }

  .continuar-aprendendo-grid {
    grid-template-columns: 1fr;
  }

  .continuar-aprendendo-botoes {
    flex-direction: column;
  }

  .btn-pill {
    text-align: center;
  }
}
.cta-comece {
  padding: 24px 0;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.cta-comece-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: 26px;
  text-align: center;
  background: linear-gradient(160deg, #9fe0f2 0%, #cdeffa 100%);
}

.cta-comece-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 16px;
  border-radius: 20px;
  background: #ee7b93;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cta-comece h2 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c3e50;
}

.cta-comece h2 span {
  color: #f26d8c;
}

.cta-comece p {
  max-width: 640px;
  margin: 0 auto 28px;
  font-size: 14px;
  line-height: 1.7;
  color: #3f5568;
}

.cta-comece-btn {
  padding: 15px 34px;
  border: none;
  border-radius: 10px;
  background: #ee7b93;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cta-comece-btn:hover {
  background: #e5657f;
}

@media (max-width: 767px) {
  .cta-comece-container {
    width: calc(100% - 30px);
    padding: 36px 22px;
  }

  .cta-comece h2 {
    font-size: 22px;
  }
}

.curso-card {
padding: 24px 0;
font-family: Arial, sans-serif;
color: #344b5e;
}

.curso-card-container {
display: grid;
grid-template-columns: 460px 1fr;
gap: 32px;
width: min(1080px, calc(100% - 40px));
margin: 0 auto;
padding: 28px;
border-radius: 24px;
background: #eef1f6;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Coluna do vídeo */

.curso-card-video {
position: relative;
aspect-ratio: 16 / 10;
border-radius: 14px;
overflow: hidden;
background: #000;
}

.curso-card-video img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.curso-card-video-header {
position: absolute;
top: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
gap: 10px;
padding: 12px 14px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent);
color: #fff;
}

.curso-card-video-header .avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
flex: 0 0 auto;
}

.curso-card-video-header .titulo {
font-size: 13px;
font-weight: 700;
line-height: 1.3;
}

.curso-card-video-header .autor {
font-size: 11px;
opacity: 0.85;
}



.curso-card-yt {
position: absolute;
bottom: 12px;
right: 12px;
padding: 6px 12px;
border-radius: 20px;
background: rgba(0, 0, 0, 0.55);
color: #fff;
font-size: 11.5px;
font-weight: 700;
}

.curso-card-btn {
display: block;
width: 100%;
margin-top: 16px;
padding: 14px 20px;
border: none;
border-radius: 10px;
background: #ee7b93;
color: #fff;
font-size: 13.5px;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
cursor: pointer;
transition: background 0.2s ease;
}

.curso-card-btn:hover {
background: #e5657f;
}

/* Coluna de conteúdo */

.curso-card-badge {
display: inline-block;
margin-bottom: 14px;
padding: 5px 14px;
border-radius: 20px;
background: #2cb9d7;
color: #fff;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
}

.curso-card-content h2 {
margin: 0 0 14px;
font-size: 24px;
line-height: 1.3;
font-weight: 800;
color: #2c3e50;
}

.curso-card-content h2 span {
color: #f26d8c;
}

.curso-card-content p {
margin: 0 0 18px;
font-size: 13.5px;
line-height: 1.7;
color: #465c6d;
}

.curso-card-checklist {
display: flex;
flex-direction: column;
gap: 10px;
padding: 0;
margin: 0 0 20px;
list-style: none;
}

.curso-card-checklist li {
position: relative;
padding-left: 22px;
font-size: 13.5px;
line-height: 1.4;
color: #465c6d;
}

.curso-card-checklist li::before {
content: "\2713";
position: absolute;
left: 0;
top: 0;
color: #2cb9d7;
font-weight: 700;
}

.curso-card-aviso {
padding: 18px 20px;
border-radius: 14px;
background: #ee93a7;
color: #fff;
font-size: 13px;
line-height: 1.6;
}

.curso-card-aviso strong {
font-weight: 800;
}

@media (max-width: 767px) {
.curso-card-container {
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  width: calc(100% - 30px);
}
}

.kit-card {
  padding:0 !important;
  font-family: Arial, sans-serif;
  color: #344b5e;
max-height: 1000px;
    box-shadow: 0px 10px 28px rgba(58, 196, 225, 0.14);
    outline: 1px rgba(58, 196, 225, 0.55) solid;
}

.kit-card-container {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px;
  border-radius: 24px;
  background: #fdeae7;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Coluna da imagem */

.kit-card-media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 16px;
}

.kit-card-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  background: #ee7b93;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}

.kit-card-btn:hover {
  background: #e5657f;
}

/* Coluna de conteúdo */

.kit-card-content h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #2c3e50;
}

.kit-card-content h2 span {
  color: #4bc4e0;
  font-weight: 700;
}

.kit-card-content .titulo-linha {
  width: 60px;
  height: 3px;
  margin: 10px 0 18px;
  background: #25a9d1;
}

.kit-card-content p {
  margin: 0 0 22px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #465c6d;
}

.kit-card-itens {
  padding: 0;
  margin: 0;
  list-style: none;
}

.kit-card-itens li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #e9d5d1;
  font-size: 13.5px;
  color: #465c6d;
}

.kit-card-itens li:last-child {
  border-bottom: none;
}

.kit-card-itens li a {
  color: #465c6d;
  text-decoration: underline;
}

.kit-card-itens li a:hover {
  color: #2c3e50;
}
.kit-card-itens li.sem-link  {
  position: relative;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}
.kit-card-itens li.sem-link span:first-child {
  color: #465c6d;
}

.kit-card-itens .badge {
  flex: 0 0 auto;
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #ee7b93;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .kit-card-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
    width: calc(100% - 30px);
  }

  .kit-card-media img {
    height: 220px;
  }
}

.kit-indicado {
  padding: 24px 0;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.kit-indicado-container {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.kit-indicado h2 {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  color: #1f2d3a;
  border-bottom: 1px solid #e2e8ee;
  padding-bottom: 12px;
}

.kit-indicado-lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  column-gap: 40px;
  row-gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kit-indicado-lista li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #465c6d;
}

.kit-indicado-lista .check {
  flex: 0 0 auto;
  font-weight: 700;
  color: #2cb9d7;
}

@media (max-width: 767px) {
  .kit-indicado-container {
    width: calc(100% - 30px);
  }

  .kit-indicado-lista {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-template-rows: none;
    row-gap: 10px;
  }
}
.oportunidades {
  padding: 0 0 16px;
  font-family: Arial, sans-serif;
  color: #344b5e;
}

.oportunidades-container {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
}

.oportunidades-header h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  color: #304657;
}

.oportunidades-header h2 span {
  color: #e58b1d;
}

.oportunidades-header .titulo-linha {
  width: 86px;
  height: 3px;
  margin: 10px 0 22px;
  background: #25a9d1;
}

.oportunidades-header p {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.75;
  color: #465c6d;
}

.oportunidades-header p:last-child {
  margin-bottom: 26px;
}

.oportunidades-lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.oportunidades .oportunidade-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 9px 35px 9px 14px;
  border: 1px solid #dfe5e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.03);
}

.oportunidades .oportunidade-item strong {
  font-size: 13.5px;
  line-height: 1.2;
  color: #304657;
}

.oportunidades .oportunidade-item .oportunidade-icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  margin-right: 10px;
  border-radius: 9px;
  font-size: 17px;
}

.oportunidades .oportunidade-item .oportunidade-ponto {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.oportunidades .oportunidade-item.laranja .oportunidade-icone {
  color: #ffb15c;
  background: #fff0df;
}

.oportunidades .oportunidade-item.laranja .oportunidade-ponto {
  background: #ffab54;
}

.oportunidades .oportunidade-item.azul .oportunidade-icone {
  color: #2cb9d7;
  background: #e2f6fb;
}

.oportunidades .oportunidade-item.azul .oportunidade-ponto {
  background: #35b9d5;
}

.oportunidades .oportunidade-item.rosa .oportunidade-icone {
  color: #f26d8c;
  background: #fde9ef;
}

.oportunidades .oportunidade-item.rosa .oportunidade-ponto {
  background: #f06b8a;
}

.oportunidades .oportunidade-item.roxo .oportunidade-icone {
  color: #6659db;
  background: #eeecff;
}

.oportunidades .oportunidade-item.roxo .oportunidade-ponto {
  background: #6858dd;
}

.oportunidades-beneficios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  padding: 20px 21px;
  border-radius: 21px;
  background: linear-gradient(100deg, #e5f8fc 0%, #c8effc 100%);
}

.oportunidades-beneficios .beneficio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding: 17px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.oportunidades-beneficios .beneficio .beneficio-icone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  border-radius: 8px;
  font-size: 15px;
}

.oportunidades-beneficios .beneficio strong {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.oportunidades-beneficios .beneficio small {
  font-size: 11.5px;
  line-height: 1.3;
  color: #465c6d;
}

.oportunidades-beneficios .beneficio.beneficio-azul .beneficio-icone {
  color: #20a9cc;
  background: #e2f6fb;
}

.oportunidades-beneficios .beneficio.beneficio-azul strong {
  color: #20a4c7;
}

.oportunidades-beneficios .beneficio.beneficio-rosa .beneficio-icone {
  color: #f26b8b;
  background: #fde9ef;
}

.oportunidades-beneficios .beneficio.beneficio-rosa strong {
  color: #f16d8b;
}

.oportunidades-beneficios .beneficio.beneficio-laranja .beneficio-icone {
  color: #ffad55;
  background: #fff0df;
}

.oportunidades-beneficios .beneficio.beneficio-laranja strong {
  color: #ffa951;
}

.oportunidades-beneficios .beneficio.beneficio-roxo .beneficio-icone {
  color: #6659dc;
  background: #eeecff;
}

.oportunidades-beneficios .beneficio.beneficio-roxo strong {
  color: #6257d7;
}

@media (max-width: 767px) {
  .oportunidades-container {
    width: calc(100% - 30px);
  }

  .oportunidades-header h2 {
    font-size: 21px;
  }

  .oportunidades-header p {
    font-size: 13px;
    line-height: 1.6;
  }

  .oportunidades-lista {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oportunidades-beneficios {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .oportunidades-beneficios .beneficio {
    min-height: 90px;
    padding: 14px;
  }

  .oportunidades-beneficios .beneficio strong {
    font-size: 24px;
  }
}
	.descricao-geral,
    .yv-title-header {
	    display:none;
	}
html body.productPage #middle {
    max-width: 1240px;
}
.descricao-box {
    max-width: 1240px !important;
    display: flex;
    flex-direction: column;
}
body section.tn-expert {
    padding-inline: 0;
    margin-inline: 0;
    max-width: 100%;
}
body .kit-card-container {
    margin-inline: 0;
    width: 100%;
}
body .oportunidades{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.group-payment-table,
div#wd54,
div#wd53 {
    display: none !important;
}
html body.productPage .new-information .wrapper .cepWrapper .cepWrapperHeader,
html body.productPage .new-information .wrapper .cepWrapper .delivery.wd-product-deliveryfee form,
html body.productPage .new-information .wrapper .whatsWrapper .whatsWrapperHeader,
body .yv-bootstrap{
    background: transparent;
}
/* =========================================================
   YVIEWS - AVALIAÇÕES + PERGUNTAS
   ========================================================= */

.yv-box.yv-box-review,
.yv-box.yv-box-qa {
    width: calc(100% - 40px);
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;

    padding: 34px 33px;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #dce4eb;
    border-radius: 18px;

    box-shadow: 0 5px 15px rgba(27, 46, 61, 0.04);
}

/* Espaçamento entre os dois cards */
.yv-box.yv-box-qa {
    margin-top: 24px;
    margin-bottom: 32px;
}


/* =========================================================
   TÍTULOS
   ========================================================= */

.yv-box .yv-title-header {
    display: block !important;
    width: 100%;
    margin: 0 0 22px 0 !important;
    padding: 0 0 16px 0 !important;

    border-bottom: 1px solid #dce4eb;
}

.yv-box .yv-title-header .yv-title-span {
    display: none !important;
}

.yv-box .yv-title-header .yv-title {
    margin: 0 !important;
    padding: 0 !important;

    font-family: inherit;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;

    color: #304758 !important;
}


/* =========================================================
   AVALIAÇÕES
   ========================================================= */

.yv-box-review #yv-reviews {
    clear: both;
}

.yv-box-review .yv-bootstrap,
.yv-box-review .bootstrap {
    padding: 0 !important;
    margin: 0 !important;
}

.yv-box-review #yv-show-reviews {
    margin: 0 !important;
    padding: 0 !important;
}

.yv-box-review #yv-review-notfound {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0 !important;
    padding: 0 !important;

    color: #8295aa !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

/* Estrelas que aparecem antes do texto */
.yv-box-review #yv-review-notfound::before {
    content: "★★★★★";

    display: inline-block;
    flex-shrink: 0;

    color: #dfe6ed;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}

.yv-box-review #yv-review-notfound strong {
    color: #8295aa !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}


/* botão avaliação */
.yv-box-review #yv-write-review {
    padding: 20px 0 0 !important;
    margin: 0 !important;
}

.yv-box-review #yv-writereview {
    min-width: 201px;
    height: 45px;

    padding: 0 30px !important;

    border: 0 !important;
    border-radius: 30px !important;

    background: #20a9c6 !important;
    color: #fff !important;

    font-family: inherit;
    font-size: 14px !important;
    font-weight: 700 !important;

    box-shadow: none !important;

    cursor: pointer;
}


/* =========================================================
   PERGUNTAS
   ========================================================= */

.yv-box-qa .yv-qa,
.yv-box-qa .yv-qa-main,
.yv-box-qa .yv-bootstrap,
.yv-box-qa .bootstrap,
.yv-box-qa .yv-qa-tiask {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;
}

.yv-box-qa .yv-form-group {
    margin: 0 !important;
}

.yv-box-qa .yv-qa-main-ask {
    display: block;

    margin: 0 0 13px 0 !important;

    color: #8295aa !important;

    font-family: inherit;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
}


/* textarea */
.yv-box-qa #yv-question-id {
    display: block;

    width: 100% !important;
    max-width: none !important;
    height: 80px !important;
    min-height: 80px !important;

    padding: 12px 15px !important;

    box-sizing: border-box;

    background: #fff !important;

    border: 1px solid #d8e1e8 !important;
    border-radius: 14px !important;

    color: #304758 !important;

    font-family: inherit;
    font-size: 14px !important;
    line-height: 20px !important;

    resize: vertical;

    box-shadow: 0 5px 12px rgba(27, 46, 61, 0.04) !important;

    outline: none !important;
}

.yv-box-qa #yv-question-id::placeholder {
    color: #8295aa !important;
    opacity: 1;
}

.yv-box-qa #yv-question-id:focus {
    border-color: #20a9c6 !important;
}


/* container do botão */
.yv-box-qa .yv-clear {
    margin: 0 !important;
    padding: 0 !important;
}


/* botão pergunta */
.yv-box-qa button[data-yv-action="send-question"] {
    min-width: 173px;
    height: 45px;

    margin-top: 18px !important;
    padding: 0 28px !important;

    border: 0 !important;
    border-radius: 30px !important;

    background: #20a9c6 !important;
    color: #fff !important;

    font-family: inherit;
    font-size: 14px !important;
    font-weight: 700 !important;

    box-shadow: none !important;

    cursor: pointer;
}


/* O <hr> do plugin não existe visualmente no layout novo */
.yv-box-qa hr {
    display: none !important;
}


/* =========================================================
   HOVER
   ========================================================= */

.yv-box-review #yv-writereview:hover,
.yv-box-qa button[data-yv-action="send-question"]:hover {
    filter: brightness(0.95);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
    .yv-box.yv-box-review,
    .yv-box.yv-box-qa {
        width: calc(100% - 30px);
        padding: 24px 20px;
        border-radius: 14px;
    }

    .yv-box .yv-title-header .yv-title {
        font-size: 20px !important;
    }

    .yv-box-review #yv-review-notfound {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .yv-box-review #yv-writereview,
    .yv-box-qa button[data-yv-action="send-question"] {
        min-width: 0;
        width: auto;
    }
}
body .yv-box {
    display: flex !important;
    margin: auto;
    margin-top: 30px;
    flex-direction: column;
}
body .yv-title{
position:unset;
}
body #yv-reviews, body .yv-qa {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    margin-inline: 0;
    padding-left: 0;
}
html body.productPage .yv-box.yv-box-review,html body.productPage .yv-box.yv-box-qa{
    padding: 20px;
    margin-inline: 0;
    padding: 30px;
    padding-inline: 40px;
    max-width:100%;
order:2;
}