@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,
.form-control,
div {
    font-family: 'Poppins', sans-serif !important;
}

header#header-site .logo img#logo_topo {
    max-height: 80px;
}

header#header-site {
    background: #9456b782;
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active {
    color: #e4d386;
    border-bottom: 1px solid #e4d386;
}

#section-servicos .card.card-servicos .card-body .card-title {
    color: #d79330;
}

#section-servicos .card.card-servicos .card-body:before {
    background: var(--texto_principal);
    height: 100% !important;
    width: 100%;
    content: "";
    z-index: 1;
    left: -70%;
    top: 0;
    position: absolute;
    opacity: .3;
    transform: skewX(55deg);
    transition: ease-in-out all .5s;
}

section#section-depoimentos h2 {
    color: #fff;
}

header .social-icons.social-icons-medium a:hover i {
    color: #ead582;
}

#section-servicos .card.card-servicos .card-body .card-title {
    padding: 15px 30px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

#section-slide .owl-slideshow .owl-item-image:before {
    opacity: 0.4;
}

section#section-html-modulo_2 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

section#section-html-modulo_2 .col-md-8 h3 {
    font-size: 52px;
    font-weight: 600;
}

section#section-html-modulo_2 .col-md-8 p {
    font-size: 18px;
}

section#section-html-modulo_2 {
    background: linear-gradient(45deg, #9456b7, #9456b7, #603777);
    padding: 1px;
}

section#section-html-modulo_2 .col-md-8 {
    color: #fff;
}

section#section-html-modulo_2 .col-md-4 a {
    color: #fff !important;
    background: #4b2462;
    padding: 15px 45px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

section#section-html-modulo_2 .col-md-4 a:hover {
    background: #1eae6b;
}

.section-capa h1 {
    color: #fff;
}

.btn-primary {
    background: linear-gradient(55deg, #9d62bf, #784395, #603777, #9d62bf, #784395);
    background-size: 200%, 100%;
    background-position: right;
    transition: background-position ease .3s;
    border-radius: 0px 25px;
    border: 0;
    padding: 10px 40px !important;
}

.btn-primary:hover {
    background-position: left;
    transition: background-position ease-in-out .5s;
}

#section-servicos .card.card-servicos:hover .card-body:before {
    left: 100%;
}

#section-servicos .card.card-servicos .card-body .section-card-title {
    padding: 0;
    z-index: 2;
}

#section-servicos .card.card-servicos {
    border-radius: 5px;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    opacity: 1;
    background: #212529;
}

#section-servicos .card.card-servicos:hover img {
    transform: scale(1.1);
}

#section-servicos .card.card-servicos .card-body .card-img-top {
    transition: ease-in-out all .5s;
    z-index: 0;
}

.card.card-parceiros {
    border: 0;
    padding: 10px;
    background: #eee;
    border-radius: 0;
}

.card.card-parceiros img {
    opacity: .6;
    filter: brightness(0.8);
    transition: all .3s;
    will-change: opacity, filter;
}

.card.card-parceiros:hover img {
    opacity: 1;
    filter: none;
}

section#section-html-modulo_3 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipe {
    padding: 25px 0;
    border-bottom: 1px solid #965cb775;
}

section#section-html-modulo_3 .col-md-8 h3 {
    background: linear-gradient(90deg, #663b7e, #9c61be, transparent);
    width: 50%;
    font-weight: 600;
    color: #fff;
    padding: 6px 18px;
    border-radius: 0px 25px;
}

/*  portfolio-servicos  */
#section-html-modulo_1 .col-md-3 {
  height: 500px;
  background-color: #3c136d;
  margin: 20px;
  padding: 20px 20px;
  border-radius: 18px;
  border: 2px solid #6e23c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-html-modulo_1 .col-md-3:nth-child(1) {
    animation-delay: .5s;
}

#section-html-modulo_1 .col-md-3:nth-child(2) {
    animation-delay: .75s;
}

#section-html-modulo_1 .col-md-3:nth-child(3) {
    animation-delay: 1s;
}

#section-html-modulo_1 .col-md-3 h3 {
    color: #fff;
    padding-bottom: 20px;
}

#section-html-modulo_1 .col-md-3 p {
  color: #fff;
  font-size: 13px;
}

body#page_servico_3 .servico-info-conteudo li {
    list-style: auto;
}

/*<------------>*/

/*  projetos-incentivados */
.img-projeto {
    text-align: center;
    margin: 30px 0px;
}

#section-pagina-extra-detalhe-home {
    background-color: #0e0a2d;
}

#section-pagina-extra-detalhe-home .servico-info-conteudo p {
    color: #fff;
}

#section-pagina-extra-detalhe-home .servico-info-titulo h1 {
    color: #fff;
    text-align: center;
}
/*<------>*/

@media(max-width:720px) {
    section#section-html-modulo_3 .col-md-8 h3 {
        width: 100%;
    }
}

#section-slide .owl-nav [role="presentation"] {
    display: none;
}

/* atualização */

.empresa-titulo p {
    font-size: 34px;
}

.section-capa {
    z-index: 1;
}

.section-capa:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000b3;
    z-index: -1;
}

#page_novos_proponentes .vertical-divider {
  background-color: #fff !important;
}

#section-teia .img-fluid.mb-4 {
  filter: saturate(10%) brightness(10000%) contrast(1500%);
}

/* Escopo: estilos aplicam-se somente dentro da seção #teia-290 */
#teia-290 {
  --bg: #ffffff;
  --text: #0f1724;
  --muted: #6b7280;
  --accent: #0b63d6;
  --border: #e6e6e6;
  --card: #fafafa;
  --radius: 10px;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: transparent;
  padding: 28px 18px;
  box-sizing: border-box;
}

/* Container centralizado */
#teia-290 .teia-290__container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Header */
#teia-290 .teia-290__header h1,
#teia-290 h1,
#teia-290 h2 {
  margin: 0 0 8px;
  font-size: 1.375rem;
  line-height: 1.15;
  color: var(--text);
}

#teia-290 .teia-290__intro {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 1rem;
}

/* Table wrapper */
#teia-290 .teia-290__table-wrap {
  overflow: auto;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid var(--border);
}

/* Table */
#teia-290 .teia-290__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.96rem;
  background: transparent;
}

#teia-290 .teia-290__table thead th {
  text-align: left;
  padding: 14px;
  border-bottom: 2px solid var(--border);
  background: var(--card);
  font-weight: 700;
  color: var(--text);
}

#teia-290 .teia-290__table tbody td {
  padding: 14px;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: top;
  color: var(--muted);
}

#teia-290 .teia-290__table tbody tr:last-child td {
  border-bottom: 0;
}

#teia-290 .teia-290__table td.score {
  text-align: center;
  color: var(--text);
  font-weight: 700;
  width: 140px;
}

#teia-290 .teia-290__table td.layer strong {
  color: var(--text);
  display: block;
  margin-bottom: 6px;
}

#teia-290 .teia-290__table td .muted {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 4px;
}

/* Resultado */
#teia-290 .teia-290__result {
  margin-top: 12px;
  color: var(--text);
  font-weight: 600;
}

/* CTA */
#teia-290 .teia-290__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

#teia-290 .teia-290__cta-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

/* Buttons */
#teia-290 .teia-290__btn-primary,
#teia-290 .teia-290__btn-secondary {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  box-sizing: border-box;
}

#teia-290 .teia-290__btn-primary {
  background: #d0b278;
  color: #fff;
  border: 1px solid rgba(11, 99, 214, 0.12);
  transition: background 120ms ease, transform 120ms ease;
}
#teia-290 .teia-290__btn-primary:hover { transform: translateY(-2px); }

#teia-290 .teia-290__btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

/* Responsive */
@media (max-width: 720px) {
  #teia-290 {
    padding: 16px 12px;
  }
  #teia-290 .teia-290__table {
    min-width: 600px;
    font-size: 0.93rem;
  }
  #teia-290 .teia-290__container { padding: 0 6px; }
}

#section-novos-proponentes .img-fluid.mb-4 {
  max-width: 100% !important;
}
