/* MSI Gran Accordion — protegido contra reestilização do tema Porto */
body.single-product .cr-gran-wrap,
body.single-product .cr-gran-wrap * {
  box-sizing: border-box;
}

body.single-product .cr-gran-wrap {
  width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .cr-gran-wrap details {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.single-product .cr-gran-wrap summary::-webkit-details-marker { display: none !important; }
body.single-product .cr-gran-wrap summary::marker { display: none !important; content: "" !important; }
body.single-product .cr-gran-wrap summary::before,
body.single-product .cr-gran-wrap summary::after { content: none !important; display: none !important; }

body.single-product .cr-gran-wrap .cr-gran-sobre {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  margin: 0 0 20px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre[open] {
  border-color: #d32f2f !important;
  box-shadow: 0 4px 15px rgba(211,47,47,0.08) !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-header {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 14px 20px !important;
  cursor: pointer !important;
  background: #fafafa !important;
  color: #333 !important;
  list-style: none !important;
  outline: none !important;
  border: 0 !important;
  margin: 0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-header:hover { background: #fff5f5 !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  background: linear-gradient(135deg, #d32f2f, #b71c1c) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 12px !important;
  color: #fff !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-icon svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  color: #fff !important;
  stroke: #fff !important;
  overflow: visible !important;
  flex: 0 0 auto !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-icon svg circle[fill="currentColor"] {
  fill: #fff !important;
  stroke: none !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-icon svg * {
  vector-effect: non-scaling-stroke !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre > summary::-webkit-details-marker { display: none !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre > summary::marker { display: none !important; content: '' !important; font-size: 0 !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-title {
  flex: 1 1 auto !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #333 !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-chevron {
  color: #d32f2f !important;
  font-size: 11px !important;
  transition: transform .3s ease !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre[open] .cr-gran-sobre-chevron { transform: rotate(180deg) !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body {
  padding: 20px !important;
  font-size: 13.5px !important;
  color: #444 !important;
  line-height: 1.8 !important;
  border-top: 1px solid #f0f0f0 !important;
  background: #fff !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-body p { margin: 0 0 14px !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body strong { color: #c62828 !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body ul { padding-left: 20px !important; margin: 8px 0 !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body li { padding: 3px 0 !important; font-size: 13px !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body li::marker { color: #d32f2f !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body .info-box {
  background: #fff3f3 !important;
  border-left: 4px solid #d32f2f !important;
  padding: 12px 16px !important;
  border-radius: 0 8px 8px 0 !important;
  margin: 14px 0 !important;
  font-size: 13px !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-body .info-box strong { color: #b71c1c !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body h2,
body.single-product .cr-gran-wrap .cr-gran-sobre-body h3,
body.single-product .cr-gran-wrap .cr-gran-sobre-body h4,
body.single-product .cr-gran-wrap .cr-gran-sobre-body h5 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #c62828 !important;
  margin: 18px 0 8px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}
body.single-product .cr-gran-wrap .cr-gran-sobre-body > div:first-child { margin-top: 0 !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body a { color: #d32f2f !important; text-decoration: underline !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body img { display: none !important; }
body.single-product .cr-gran-wrap .cr-gran-sobre-body table { display: none !important; }

body.single-product .cr-gran-wrap .cr-gran-divider {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 24px 0 18px !important;
}
body.single-product .cr-gran-wrap .cr-gran-divider::before,
body.single-product .cr-gran-wrap .cr-gran-divider::after {
  content: '' !important;
  display: block !important;
  flex: 1 1 auto !important;
  height: 1px !important;
  background: #e0e0e0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-divider span {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  white-space: nowrap !important;
}

body.single-product .cr-gran-wrap .cr-gran-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border-bottom: 2px solid #e0e0e0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  padding: 10px 24px !important;
  margin: 0 0 -2px !important;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  background: transparent !important;
  color: #888 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
body.single-product .cr-gran-wrap .cr-gran-tab:hover { color: #d32f2f !important; }
body.single-product .cr-gran-wrap .cr-gran-tab.active {
  color: #d32f2f !important;
  border-bottom-color: #d32f2f !important;
}
body.single-product .cr-gran-wrap .cr-gran-tab-content { display: none !important; }
body.single-product .cr-gran-wrap .cr-gran-tab-content.active { display: block !important; }

body.single-product .cr-gran-wrap .cr-gran-details {
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  margin: 0 0 14px !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
  overflow: hidden !important;
  transition: all .3s ease !important;
}
body.single-product .cr-gran-wrap .cr-gran-details[open] {
  box-shadow: 0 6px 20px rgba(211,47,47,0.12) !important;
  border-color: #d32f2f !important;
}
body.single-product .cr-gran-wrap .cr-gran-summary {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 16px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #1d2327 !important;
  background: #fafafa !important;
  list-style: none !important;
  outline: none !important;
  border: 0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-summary:hover { background: #fff5f5 !important; }
body.single-product .cr-gran-wrap .cr-gran-icon {
  margin-right: 14px !important;
  display: flex !important;
  align-items: center !important;
  color: #d32f2f !important;
  flex: 0 0 auto !important;
}
body.single-product .cr-gran-wrap .cr-gran-title {
  flex: 1 1 auto !important;
  color: #2c2c2c !important;
  line-height: 1.4 !important;
}
body.single-product .cr-gran-wrap .cr-gran-badge {
  background: #fce4ec !important;
  color: #c62828 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  margin-right: 12px !important;
  white-space: nowrap !important;
  border: 1px solid #f8bbd0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-chevron {
  color: #d32f2f !important;
  font-size: 11px !important;
  transition: transform .3s ease !important;
  flex: 0 0 auto !important;
}
body.single-product .cr-gran-wrap .cr-gran-details[open] .cr-gran-chevron { transform: rotate(180deg) !important; }
body.single-product .cr-gran-wrap .cr-gran-details[open] .book-closed { display: none !important; }
body.single-product .cr-gran-wrap .cr-gran-details:not([open]) .book-open { display: none !important; }

body.single-product .cr-gran-wrap .cr-gran-aula {
  border-top: 1px solid #f0f0f0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.single-product .cr-gran-wrap .cr-gran-aula-header {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 14px 20px !important;
  margin: 0 !important;
  cursor: pointer !important;
  list-style: none !important;
  outline: none !important;
  background: transparent !important;
  border: 0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-aula-header:hover { background: #fff8f8 !important; }
body.single-product .cr-gran-wrap .cr-gran-aula-num {
  background: #d32f2f !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
  margin-top: 2px !important;
}
body.single-product .cr-gran-wrap .cr-gran-aula-desc {
  flex: 1 1 auto !important;
  font-size: 13.5px !important;
  color: #444 !important;
  line-height: 1.6 !important;
}
body.single-product .cr-gran-wrap .cr-gran-aula-chevron {
  color: #bbb !important;
  font-size: 10px !important;
  transition: transform .3s ease, color .3s ease !important;
  flex: 0 0 auto !important;
  margin-top: 4px !important;
}
body.single-product .cr-gran-wrap .cr-gran-aula[open] .cr-gran-aula-chevron {
  transform: rotate(180deg) !important;
  color: #d32f2f !important;
}

body.single-product .cr-gran-wrap .cr-gran-lessons {
  padding: 0 20px 16px !important;
  background: #fff !important;
}
body.single-product .cr-gran-wrap .cr-gran-lessons ol {
  margin: 0 !important;
  padding: 0 0 0 20px !important;
  list-style: none !important;
  counter-reset: lesson !important;
}
body.single-product .cr-gran-wrap .cr-gran-lessons ol li {
  counter-increment: lesson !important;
  padding: 7px 0 7px 8px !important;
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.5 !important;
  border-bottom: 1px solid #fafafa !important;
  margin: 0 !important;
}
body.single-product .cr-gran-wrap .cr-gran-lessons ol li:last-child { border-bottom: none !important; }
body.single-product .cr-gran-wrap .cr-gran-lessons ol li::before {
  content: counter(lesson) "." !important;
  color: #d32f2f !important;
  font-weight: 600 !important;
  margin-right: 8px !important;
  font-size: 12px !important;
}

@media (max-width: 767px) {
  body.single-product .cr-gran-wrap .cr-gran-summary,
  body.single-product .cr-gran-wrap .cr-gran-aula-header,
  body.single-product .cr-gran-wrap .cr-gran-sobre-header {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  body.single-product .cr-gran-wrap .cr-gran-badge {
    margin-top: 6px !important;
    margin-right: 8px !important;
  }
  body.single-product .cr-gran-wrap .cr-gran-summary {
    flex-wrap: wrap !important;
    row-gap: 8px !important;
  }
  body.single-product .cr-gran-wrap .cr-gran-tabs {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }
}
