/* Escopado para .unisuam-home-embed — gerado por build-home.py */
.unisuam-home-embed .su-produtos-home{
  --su-ph-text: #2f3542;
  --su-ph-text-soft: #57606f;
  --su-ph-surface: #f1f2f6;
  --su-ph-divider: #f1f2f6;
  --su-ph-orange: #ef7d00;
  --su-ph-orange-dark: #f06800;
  --su-ph-orange-light: #f09906;
  --su-ph-blue: #004070;
  --su-ph-blue-light: #076b8f;
  --su-ph-teal: #0f96ae;
  --su-ph-teal-light: #cfeaef;
  --su-ph-pink: #e5457a;
  --su-ph-pink-light: #fadae4;
  --su-ph-purple: #7d378d;
  --su-ph-green: #07ad6a;
  --su-ph-green-light: #cdefe1;
  --su-ph-mestrado-line: #2f3542;
  --su-ph-mod-presencial: #0f96ae;
  --su-ph-mod-ead: #e5457a;
  --su-ph-mod-semipresencial: #7d378d;
  padding: 56px 0 44px;
  background: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  color: var(--su-ph-text);
}
.unisuam-home-embed .su-module-hint{
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px dashed #f28c28;
  border-radius: 6px;
  background: #fff8f0;
  font-size: 12px;
  line-height: 1.45;
  color: #4a5a70;
}
.unisuam-home-embed .su-module-hint p{
  margin: 0;
}
.unisuam-home-embed .su-ph-head{
  margin: 0 0 22px;
  max-width: 760px;
}
.unisuam-home-embed .su-ph-head__title{
  margin: 0 0 14px;
  color: var(--su-ph-text);
  font-family: 'Ubuntu', sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.unisuam-home-embed .su-ph-head__subtitle{
  margin: 0;
  color: var(--su-ph-text-soft);
  font-size: 18px;
  line-height: 1.7;
  max-width: 550px;
}
.unisuam-home-embed .su-ph-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 0;
}
.unisuam-home-embed .su-produtos-home .su-ph-tabs .su-ph-tab{
  border: 1px solid var(--su-ph-text-soft);
  background: #ffffff;
  color: var(--su-ph-text-soft);
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  min-height: 42px;
  padding: 12px 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1;
}
.unisuam-home-embed .su-produtos-home .su-ph-tabs .su-ph-tab:hover{
  background: var(--su-ph-orange-light);
  border-color: var(--su-ph-orange-light);
  color: #ffffff;
}
.unisuam-home-embed .su-produtos-home .su-ph-tabs .su-ph-tab.is-active, .unisuam-home-embed .su-produtos-home .su-ph-tabs .su-ph-tab.is-active:hover{
  background: var(--su-ph-orange);
  border-color: var(--su-ph-orange-dark);
  color: #ffffff;
}
.unisuam-home-embed .su-ph-panel{
  display: none;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  padding: 24px 20px 20px;
}
.unisuam-home-embed .su-ph-panel.is-active{
  display: block;
}
.unisuam-home-embed .su-ph-panel__accent-line{
  display: none;
  height: 2px;
  border-radius: 100px;
  margin: 0 24px 14px;
  background: var(--su-ph-orange);
}
.unisuam-home-embed .su-ph-panel--graduacao .su-ph-panel__accent-line{
  background: var(--su-ph-orange);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-panel__accent-line{
  background: var(--su-ph-blue);
}
.unisuam-home-embed .su-ph-panel--mestrado .su-ph-panel__accent-line{
  background: var(--su-ph-mestrado-line);
}
.unisuam-home-embed .su-ph-panel--livres .su-ph-panel__accent-line{
  background: var(--su-ph-pink);
}
.unisuam-home-embed .su-ph-panel__header{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--su-ph-divider);
}
.unisuam-home-embed .su-ph-panel__icon{
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--su-ph-orange);
  margin-top: 2px;
}
.unisuam-home-embed .su-ph-panel--graduacao .su-ph-panel__icon{
  color: var(--su-ph-orange);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-panel__icon{
  color: var(--su-ph-blue);
}
.unisuam-home-embed .su-ph-panel--mestrado .su-ph-panel__icon{
  color: var(--su-ph-mestrado-line);
}
.unisuam-home-embed .su-ph-panel--livres .su-ph-panel__icon{
  color: var(--su-ph-pink);
}
.unisuam-home-embed .su-ph-panel__icon img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-panel__icon [data-lucide]{
  width: 26px;
  height: 26px;
  stroke-width: 2.1;
}
.unisuam-home-embed .su-ph-panel__title{
  margin: 0 0 3px;
  font-family: 'Ubuntu', sans-serif;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1;
  color: var(--su-ph-text);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.unisuam-home-embed .su-ph-panel__desc{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: var(--su-ph-text-soft);
  font-weight: 400;
}
.unisuam-home-embed .su-ph-panel__meta{
  padding: 0;
}
.unisuam-home-embed .su-ph-panel__body, .unisuam-home-embed .su-ph-panel__body--split{
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 26px;
  align-items: start;
}
.unisuam-home-embed .su-ph-panel__body--graduacao{
  display: grid;
  grid-template-columns: 313px 1fr;
  gap: 24px;
  align-items: start;
}
.unisuam-home-embed .su-ph-panel__body--pos-figma{
  display: grid;
  grid-template-columns: 313px 1fr;
  gap: 24px;
  align-items: start;
}
.unisuam-home-embed .su-ph-meta-row{
  margin: 0 0 14px;
}
.unisuam-home-embed .su-ph-meta-row.su-ph-meta-row--inline strong, .unisuam-home-embed .su-ph-meta-row.su-ph-meta-row--inline span{
  display: inline;
}
.unisuam-home-embed .su-ph-meta-row.su-ph-meta-row--inline strong{
  margin-bottom: 0;
}
.unisuam-home-embed .su-ph-meta-row.su-ph-meta-row--inline span{
  margin-left: 4px;
}
.unisuam-home-embed .su-ph-meta-row strong{
  display: block;
  color: var(--su-ph-text);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.unisuam-home-embed .su-ph-meta-row span{
  display: block;
  color: var(--su-ph-text);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}
.unisuam-home-embed .su-ph-modalities__label{
  display: block;
  color: var(--su-ph-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
.unisuam-home-embed .su-ph-modalities__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.unisuam-home-embed .su-ph-modality{
  display: inline-flex;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid currentColor;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  background: #ffffff;
}
.unisuam-home-embed .su-ph-modality--presencial{
  color: var(--su-ph-mod-presencial);
}
.unisuam-home-embed .su-ph-modality--ead{
  color: var(--su-ph-mod-ead);
}
.unisuam-home-embed .su-ph-modality--semipresencial{
  color: var(--su-ph-mod-semipresencial);
}
.unisuam-home-embed .su-ph-ingress__title{
  margin: 0 0 14px;
  color: var(--su-ph-text);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}
.unisuam-home-embed .su-ph-panel--graduacao .su-ph-ingress__title{
  margin-bottom: 8px;
}
.unisuam-home-embed .su-ph-ingress__title p{
  margin: 0;
}
.unisuam-home-embed .su-ph-ingress__title strong{
  font-weight: 700;
}
.unisuam-home-embed .su-ph-ingress__stack{
  display: grid;
  gap: 4px;
}
.unisuam-home-embed .su-ph-ingress-item{
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: start;
  text-decoration: none;
  color: var(--su-ph-text);
  background: #f1f2f6;
  border-radius: 5px;
  min-height: 75px;
  padding: 8px;
}
.unisuam-home-embed .su-ph-ingress-item__icon{
  line-height: 1;
  margin-top: 2px;
}
.unisuam-home-embed .su-ph-ingress-item__icon img, .unisuam-home-embed .su-ph-ingress-item__icon [data-lucide], .unisuam-home-embed .su-ph-ingress-item__icon i{
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-ingress-item__copy{
  display: grid;
  gap: 6px;
}
.unisuam-home-embed .su-ph-ingress-item__title{
  color: var(--su-ph-text);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.unisuam-home-embed .su-ph-ingress-item__text{
  font-size: 16px;
  line-height: 1.5;
  color: var(--su-ph-text-soft);
}
.unisuam-home-embed .su-ph-ingress-item__text p{
  margin: 0;
}
.unisuam-home-embed .su-ph-ingress-item__text strong{
  color: var(--su-ph-text-soft);
  font-weight: 700;
}
.unisuam-home-embed .su-ph-ingress-item--green .su-ph-ingress-item__icon{
  color: var(--su-ph-green);
}
.unisuam-home-embed .su-ph-ingress-item--teal .su-ph-ingress-item__icon{
  color: var(--su-ph-teal);
}
.unisuam-home-embed .su-ph-ingress-item--blue .su-ph-ingress-item__icon{
  color: var(--su-ph-blue);
}
.unisuam-home-embed .su-ph-ingress-item--orange .su-ph-ingress-item__icon{
  color: var(--su-ph-orange);
}
.unisuam-home-embed .su-ph-panel__graduacao-main{
  display: grid;
  gap: 12px;
  padding-top: 44px;
}
.unisuam-home-embed .su-ph-pos-main{
  display: grid;
  gap: 12px;
  padding-top: 44px;
}
.unisuam-home-embed .su-ph-areas__title{
  margin: 0 0 12px;
  color: var(--su-ph-text);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.unisuam-home-embed .su-ph-areas__stack{
  display: grid;
  gap: 8px;
}
.unisuam-home-embed .su-ph-area-item{
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 16px 16px 16px 8px;
  border-radius: 5px;
  background: #f1f2f6;
  color: var(--su-ph-text-soft);
  text-decoration: none;
}
.unisuam-home-embed .su-ph-area-item__icon img{
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-area-item__title{
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--su-ph-text-soft);
}
.unisuam-home-embed .su-ph-pos-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 242px));
  justify-content: space-between;
  gap: 15px;
}
.unisuam-home-embed .su-ph-pos-card{
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  min-height: 324px;
  padding: 18px 16px 16px;
  display: grid;
  gap: 14px;
}
.unisuam-home-embed .su-ph-pos-card::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 32px;
  background: currentColor;
}
.unisuam-home-embed .su-ph-pos-card--teal{
  color: #0f96ae;
}
.unisuam-home-embed .su-ph-pos-card--purple{
  color: #7d378d;
}
.unisuam-home-embed .su-ph-pos-card--green{
  color: #07ad6a;
}
.unisuam-home-embed .su-ph-pos-card__top{
  display: flex;
  justify-content: flex-start;
}
.unisuam-home-embed .su-ph-pos-card__icon{
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.unisuam-home-embed .su-ph-pos-card__icon-image, .unisuam-home-embed .su-ph-pos-card__icon-bg{
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-pos-card__icon-art{
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}
.unisuam-home-embed .su-ph-pos-card__icon-glyph{
  position: absolute;
  inset: 20px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-pos-card__title{
  margin: 0;
  color: #20242d;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 700;
}
.unisuam-home-embed .su-ph-pos-card__text{
  margin: 0;
  color: var(--su-ph-text-soft);
  font-size: 16px;
  line-height: 1.5;
}
.unisuam-home-embed .su-ph-pos-card__text p{
  margin: 0;
}
.unisuam-home-embed .su-ph-pos-card__text strong{
  color: var(--su-ph-text-soft);
  font-weight: 700;
}
.unisuam-home-embed .su-ph-pos-card__cta{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 14px;
  margin-top: auto;
}
.unisuam-home-embed .su-ph-pos-card--teal .su-ph-pos-card__cta{
  background-image: linear-gradient(83.63deg, #0f96ae 0.54%, #6fc0ce 99.65%);
}
.unisuam-home-embed .su-ph-pos-card--purple .su-ph-pos-card__cta{
  background-image: linear-gradient(83.51deg, #7d378d 0%, #b187bb 100%);
}
.unisuam-home-embed .su-ph-pos-card--green .su-ph-pos-card__cta{
  background-image: linear-gradient(83.48deg, #07ad6a 0%, #6acea6 100%);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-panel__icon img{
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-mod-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 242px));
  justify-content: space-between;
  gap: 15px;
}
.unisuam-home-embed .su-ph-mod-card{
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  min-height: 324px;
  padding: 18px 16px 16px;
  display: grid;
  gap: 14px;
}
.unisuam-home-embed .su-ph-mod-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 6px 6px 0 0;
  background: currentColor;
}
.unisuam-home-embed .su-ph-mod-card--orange{
  color: #f4a109;
}
.unisuam-home-embed .su-ph-mod-card--purple{
  color: #9a62c8;
}
.unisuam-home-embed .su-ph-mod-card--green{
  color: #47c99d;
}
.unisuam-home-embed .su-ph-mod-card__top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.unisuam-home-embed .su-ph-mod-card__icon{
  position: relative;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unisuam-home-embed .su-ph-mod-card__icon-image, .unisuam-home-embed .su-ph-mod-card__icon-bg{
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-mod-card__icon-art{
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}
.unisuam-home-embed .su-ph-mod-card__icon-glyph{
  position: absolute;
  inset: 20px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-mod-card__badge{
  border: 1px solid currentColor;
  color: currentColor;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}
.unisuam-home-embed .su-ph-mod-card__title{
  margin: 0;
  color: #20242d;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 700;
}
.unisuam-home-embed .su-ph-mod-card__text{
  margin: 0;
  color: var(--su-ph-text-soft);
  font-size: 16px;
  line-height: 1.5;
}
.unisuam-home-embed .su-ph-mod-card__text p{
  margin: 0;
}
.unisuam-home-embed .su-ph-mod-card__text strong{
  color: var(--su-ph-text-soft);
  font-weight: 700;
}
.unisuam-home-embed .su-ph-mod-card__cta{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 14px;
  margin-top: auto;
  background: #ef7d00;
}
.unisuam-home-embed .su-ph-mod-card--orange .su-ph-mod-card__cta{
  background-image: linear-gradient(83.63deg, #ef7d00 0.54%, #f0b40c 99.65%);
}
.unisuam-home-embed .su-ph-mod-card--purple .su-ph-mod-card__cta{
  background-image: linear-gradient(83.51deg, #7d378d 0%, #b187bb 100%);
}
.unisuam-home-embed .su-ph-mod-card--green .su-ph-mod-card__cta{
  background-image: linear-gradient(83.48deg, #07ad6a 0%, #6acea6 100%);
}
.unisuam-home-embed .su-ph-panel--graduacao .su-ph-panel__icon img{
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-ingress__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.unisuam-home-embed .su-ph-card{
  border: 1px solid var(--su-ph-surface);
  border-radius: 5px;
  background: var(--su-ph-surface);
  padding: 12px 12px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.unisuam-home-embed .su-ph-card__top{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.unisuam-home-embed .su-ph-card__icon{
  font-size: 22px;
  line-height: 1;
}
.unisuam-home-embed .su-ph-card__icon img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-card__icon [data-lucide]{
  width: 24px;
  height: 24px;
  stroke-width: 2.1;
}
.unisuam-home-embed .su-ph-card__title{
  margin: 0;
  color: var(--su-ph-text);
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.unisuam-home-embed .su-ph-card__badge{
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  padding: 8px;
  white-space: nowrap;
}
.unisuam-home-embed .su-ph-card__text{
  color: var(--su-ph-text-soft);
  font-size: 17px;
  line-height: 1.42;
  margin: 0 0 12px;
  flex: 1;
}
.unisuam-home-embed .su-ph-card__text p{
  margin: 0;
}
.unisuam-home-embed .su-ph-card__text strong{
  font-weight: 700;
  color: var(--su-ph-text-soft);
}
.unisuam-home-embed .su-ph-card__link{
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.2;
  font-weight: 700;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.unisuam-home-embed .su-ph-card__link:hover{
  text-decoration: underline;
}
.unisuam-home-embed .su-ph-card__link::after{
  content: '→';
  display: inline-block;
  font-size: 25px !important;
  line-height: 1;
  top: -5px;
  position: relative;
}
.unisuam-home-embed .su-ph-card__link:hover::after, .unisuam-home-embed .su-ph-card__link:focus-visible::after{
  animation: su-ph-card-link-arrow-kick 0.45s ease;
}
@keyframes su-ph-card-link-arrow-kick {
  0% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {.unisuam-home-embed .su-ph-card__link:hover::after, .unisuam-home-embed .su-ph-card__link:focus-visible::after{
    animation: none;
  }}
.unisuam-home-embed .su-ph-card--green .su-ph-card__icon, .unisuam-home-embed .su-ph-card--green .su-ph-card__link, .unisuam-home-embed .su-ph-card--green .su-ph-card__link::after{
  color: var(--su-ph-green);
}
.unisuam-home-embed .su-ph-card--green .su-ph-card__badge{
  background: var(--su-ph-green);
  border: 1px solid var(--su-ph-green-light);
}
.unisuam-home-embed .su-ph-card--teal .su-ph-card__icon, .unisuam-home-embed .su-ph-card--teal .su-ph-card__link, .unisuam-home-embed .su-ph-card--teal .su-ph-card__link::after{
  color: var(--su-ph-teal);
}
.unisuam-home-embed .su-ph-card--teal .su-ph-card__badge{
  background: var(--su-ph-teal);
  border: 1px solid var(--su-ph-teal-light);
}
.unisuam-home-embed .su-ph-card--blue .su-ph-card__icon, .unisuam-home-embed .su-ph-card--blue .su-ph-card__link, .unisuam-home-embed .su-ph-card--blue .su-ph-card__link::after{
  color: var(--su-ph-blue);
}
.unisuam-home-embed .su-ph-card--blue .su-ph-card__badge{
  background: var(--su-ph-blue);
  border: 1px solid var(--su-ph-blue-light);
}
.unisuam-home-embed .su-ph-card--orange .su-ph-card__icon, .unisuam-home-embed .su-ph-card--orange .su-ph-card__link, .unisuam-home-embed .su-ph-card--orange .su-ph-card__link::after{
  color: var(--su-ph-orange);
  font-size: 12px;
}
.unisuam-home-embed .su-ph-card--orange .su-ph-card__badge{
  background: var(--su-ph-orange);
  border: 1px solid var(--su-ph-orange-light);
}
.unisuam-home-embed .su-ph-list-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.unisuam-home-embed .su-ph-list-item{
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--su-ph-surface);
  border: 1px solid var(--su-ph-surface);
  border-radius: 5px;
  padding: 16px 16px 16px 8px;
  min-height: 56px;
}
.unisuam-home-embed .su-ph-list-item__icon{
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
.unisuam-home-embed .su-ph-list-item__icon img{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.unisuam-home-embed .su-ph-list-item__icon [data-lucide]{
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
}
.unisuam-home-embed .su-ph-list-item__title{
  color: var(--su-ph-text-soft);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}
.unisuam-home-embed .su-ph-panel--livres .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--livres .su-ph-list-item__icon i{
  color: var(--su-ph-pink);
}
.unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--blue .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--blue .su-ph-list-item__icon i{
  color: var(--su-ph-teal);
}
.unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--green .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--green .su-ph-list-item__icon i{
  color: var(--su-ph-green);
}
.unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--purple .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--mestrado .su-ph-list-item--purple .su-ph-list-item__icon i{
  color: var(--su-ph-purple);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--teal .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--teal .su-ph-list-item__icon i{
  color: var(--su-ph-teal);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--pink .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--pink .su-ph-list-item__icon i{
  color: var(--su-ph-pink);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--orange .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--orange .su-ph-list-item__icon i{
  color: var(--su-ph-orange);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--purple .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--purple .su-ph-list-item__icon i{
  color: var(--su-ph-purple);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--gold .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--gold .su-ph-list-item__icon i{
  color: #f0b40c;
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--blue .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--blue .su-ph-list-item__icon i{
  color: var(--su-ph-blue);
}
.unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--red .su-ph-list-item__icon [data-lucide], .unisuam-home-embed .su-ph-panel--pos .su-ph-list-item--red .su-ph-list-item__icon i{
  color: #e53e3e;
}
.unisuam-home-embed .su-ph-left-copy{
  color: var(--su-ph-text-soft);
  font-size: 14px;
  line-height: 22px;
}
.unisuam-home-embed .su-ph-left-copy p{
  margin: 0;
}
@media (max-width: 991px) {.unisuam-home-embed .su-ph-panel__body, .unisuam-home-embed .su-ph-panel__body--split{
    grid-template-columns: 1fr;
    gap: 18px;
  }
.unisuam-home-embed .su-ph-panel__body--graduacao{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-ph-panel__body--pos-figma{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-ph-ingress__grid, .unisuam-home-embed .su-ph-list-grid{
    grid-template-columns: 1fr;
  }
.unisuam-home-embed .su-ph-mod-grid{
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
.unisuam-home-embed .su-ph-pos-grid{
    grid-template-columns: 1fr;
    justify-content: stretch;
  }}
@media (max-width: 768px) {.unisuam-home-embed .su-produtos-home{
    padding: 30px 0 30px;
  }
.unisuam-home-embed .su-ph-tabs{
    flex-wrap: wrap;
    overflow: visible;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
.unisuam-home-embed .su-ph-tab{
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
    flex-shrink: 1;
    padding: 12px 14px;
    font-size: 12px;
    text-align: center;
  }
.unisuam-home-embed [data-su-ph-mobile-deferred="true"]:not(.su-produtos-home--panels-revealed) .su-ph-panels{
    display: none;
  }
.unisuam-home-embed [data-su-ph-mobile-deferred="true"]:not(.su-produtos-home--panels-revealed) .su-ph-tabs .su-ph-tab, .unisuam-home-embed [data-su-ph-mobile-deferred="true"]:not(.su-produtos-home--panels-revealed) .su-ph-tabs .su-ph-tab.is-active{
    background: #ffffff;
    border-color: var(--su-ph-text-soft);
    color: var(--su-ph-text-soft);
  }
.unisuam-home-embed [data-su-ph-mobile-deferred="true"]:not(.su-produtos-home--panels-revealed) .su-ph-tabs .su-ph-tab:hover{
    background: var(--su-ph-orange-light);
    border-color: var(--su-ph-orange-light);
    color: #ffffff;
  }
.unisuam-home-embed [data-su-ph-mobile-deferred="true"].su-produtos-home--panels-revealed .su-ph-tabs{
    margin-bottom: 18px;
  }
.unisuam-home-embed .su-ph-panel{
    padding: 16px 12px 15px;
  }
.unisuam-home-embed .su-ph-panel__accent-line{
    margin: 0 12px 12px;
  }
.unisuam-home-embed .su-ph-panel__title{
    font-size: clamp(22px, 7vw, 28px);
  }
.unisuam-home-embed .su-ph-head__subtitle, .unisuam-home-embed .su-ph-meta-row strong, .unisuam-home-embed .su-ph-meta-row span, .unisuam-home-embed .su-ph-modalities__label, .unisuam-home-embed .su-ph-ingress__title, .unisuam-home-embed .su-ph-card__text, .unisuam-home-embed .su-ph-list-item__title, .unisuam-home-embed .su-ph-left-copy{
    font-size: 15px;
  }
.unisuam-home-embed .su-ph-ingress-item__title{
    font-size: 20px;
  }
.unisuam-home-embed .su-ph-ingress-item__text, .unisuam-home-embed .su-ph-mod-card__text{
    font-size: 14px;
  }
.unisuam-home-embed .su-ph-pos-card__text, .unisuam-home-embed .su-ph-area-item__title{
    font-size: 14px;
  }
.unisuam-home-embed .su-ph-mod-card__title{
    font-size: 20px;
  }
.unisuam-home-embed .su-ph-pos-card__title{
    font-size: 20px;
  }
.unisuam-home-embed .su-ph-card__title{
    font-size: 18px;
  }
.unisuam-home-embed .su-ph-card__badge{
    font-size: 11px;
    padding: 6px;
  }
.unisuam-home-embed .su-ph-modality{
    font-size: 11px;
    padding: 6px 7px;
  }}
