@import url("https://use.typekit.net/sip5opu.css");
#navegacao-portais {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  background-color: #ff0000;
  align-content: center;
  z-index: 999;
}
#navegacao-portais a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
#navegacao-portais ul {
  margin: 0;
  padding: 0;
  display: inline-table;
  list-style: none;
}
#navegacao-portais ul li {
  display: inline-table;
  text-transform: uppercase;
  margin: 0;
}
#navegacao-portais ul li a {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  font-size: 13px;
}
#navegacao-portais li {
  padding: 6px 4px;
}
#navegacao-portais li:hover {
  background-color: rgba(51, 51, 51, 0.1254901961);
}
#navegacao-portais li:hover a {
  color: #ffffff;
  opacity: 0.85;
}

@media (min-width: 576px) {
  #navegacao-portais li {
    padding: 6px 10px;
  }
}
body#elas-industria {
  font-family: "mozaic-geo-variable", sans-serif;
  color: #333333;
  scroll-behavior: smooth;
  padding-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "univia-pro", sans-serif;
  font-weight: 700;
}

.text-primary-custom {
  color: #c4007a !important;
}

.bg-primary-custom {
  background-color: #c4007a !important;
}

.section-title {
  font-family: "univia-pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #c4007a;
  position: relative;
  padding-bottom: 0.75rem;
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c4007a;
  margin-top: 0.75rem;
}
.section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-white {
  color: #fff !important;
}
.section-title.text-white::after {
  background: #fff;
}

#mainNavbar {
  top: 30px;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  z-index: 998;
}
#mainNavbar .navbar-brand {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#mainNavbar .navbar-brand img {
  height: 28px;
  width: auto;
}
#mainNavbar .navbar-brand.navbar-brand-hidden {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
#mainNavbar .navbar-brand.navbar-brand-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#mainNavbar .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.75rem !important;
  transition: opacity 0.25s ease;
}
#mainNavbar .nav-link:hover, #mainNavbar .nav-link:focus {
  opacity: 0.8;
}
#mainNavbar.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
  body#elas-industria {
    padding-top: 28px;
  }
  #mainNavbar {
    top: 28px;
  }
}
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  background: linear-gradient(-25deg, #7e579b 0%, #875398 50%, #c4007a 100%);
  min-height: 50vh;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-logo {
  max-width: 550px;
  width: 80%;
  height: auto;
}

.btn-hero {
  display: inline-block;
  background: #fff;
  color: #c4007a;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 1px;
  padding: 0.875rem 2.5rem;
  border-radius: 50px;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-hero:hover, .btn-hero:focus {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#abre .lead {
  font-size: 1.25rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}
#abre i {
  color: #c4007a;
}
#abre p {
  color: #333333;
  font-weight: 500;
}

.section-sobre {
  background-color: #fdf2f7;
}
.section-sobre .lead-sobre {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333333;
}

.quote-card {
  background: #fff;
  border-left: 4px solid #c4007a;
  border-radius: 0 8px 8px 0;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.quote-card p {
  font-style: italic;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.quote-card footer {
  font-size: 0.875rem;
  font-weight: 600;
  color: #c4007a;
}

.stat-item {
  padding: 1.5rem 0.5rem;
}

.stat-number {
  display: block;
  font-size: 2.75rem;
  font-weight: 800;
  color: #c4007a;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary-custom {
  background-color: #7e579b;
  border-color: #7e579b;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover, .btn-primary-custom:focus {
  background-color: #B01D5C;
  border-color: #B01D5C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(196, 0, 122, 0.35);
}

.btn-outline-custom {
  background: transparent;
  border: 2px solid #c4007a;
  color: #c4007a;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover, .btn-outline-custom:focus {
  background-color: #c4007a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(196, 0, 122, 0.35);
}

#programa .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
#programa .nav-tabs .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  border: none;
  padding: 0.75rem 1.5rem;
  transition: color 0.25s ease;
}
#programa .nav-tabs .nav-link.active {
  color: #c4007a;
  border-bottom: 3px solid #c4007a;
  background: transparent;
}
#programa .nav-tabs .nav-link:hover {
  color: #c4007a;
}
#programa .tab-content {
  padding-top: 2rem;
}
#programa .list-unstyled li {
  padding: 0.5rem 0;
  font-size: 1rem;
}
#programa .list-unstyled li i {
  color: #c4007a;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  vertical-align: middle;
}

.section-faq {
  background-color: #f8f9fa;
}

.accordion-flush {
  max-width: 800px;
  margin: 0 auto;
}
.accordion-flush .accordion-item {
  border-bottom: 1px solid #dee2e6;
}
.accordion-flush .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #333333;
  padding: 1.25rem;
}
.accordion-flush .accordion-button:not(.collapsed) {
  color: #c4007a;
  background: transparent;
  box-shadow: none;
}
.accordion-flush .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-flush .accordion-button::after {
  filter: none;
}
.accordion-flush .accordion-button:not(.collapsed)::after {
  filter: hue-rotate(320deg) brightness(0.8);
}
.accordion-flush .accordion-body {
  padding: 0 1.25rem;
  color: #666666;
  line-height: 1.7;
}
.accordion-flush .accordion-body ul,
.accordion-flush .accordion-body ol {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}
.accordion-flush .accordion-body a {
  color: #c4007a;
  font-weight: 600;
}

.section-depoimentos {
  background-image: url("../images/background.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.depoimento-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.depoimento-card blockquote {
  font-style: italic;
  color: #333333;
  line-height: 1.7;
  font-size: 0.9375rem;
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.depoimento-card p {
  margin-bottom: 0.25rem;
}

.depoimento-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}

.depoimento-foto {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #c4007a;
}

.depoimento-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(196, 0, 122, 0.1);
  color: #c4007a;
  margin-bottom: 0.5rem;
}

.depoimento-cargo {
  font-size: 0.8125rem;
  color: #999999;
  margin-bottom: 0;
}

.swiper-depoimentos {
  padding-bottom: 3rem;
}
.swiper-depoimentos .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.swiper-depoimentos .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-depoimentos .swiper-button-prev,
.swiper-depoimentos .swiper-button-next {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.25s ease;
}
.swiper-depoimentos .swiper-button-prev:hover,
.swiper-depoimentos .swiper-button-next:hover {
  opacity: 1;
}
.swiper-depoimentos .swiper-button-prev::after,
.swiper-depoimentos .swiper-button-next::after {
  font-size: 1.5rem;
}

.turma-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.turma-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.turma-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.turma-card .turma-card-body {
  padding: 1.25rem;
  flex-grow: 1;
}
.turma-card .turma-card-body h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #c4007a;
  margin-bottom: 0.5rem;
}
.turma-card .turma-card-body p {
  font-size: 0.9rem;
  color: #666666;
  margin-bottom: 0;
}
.turma-card .turma-card-body p strong {
  color: #333333;
}

.section-noticias {
  background-color: #f8f9fa;
}

.news-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.news-card time {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c4007a;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.news-card h3 a {
  color: #333333;
  text-decoration: none;
  transition: color 0.25s ease;
}
.news-card h3 a:hover {
  color: #c4007a;
}

.logo-apoiador {
  max-height: 48px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.logo-apoiador:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.section-team {
  background-color: #fdf2f7;
}

.team-card {
  padding: 2rem 1rem;
}
.team-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 4px solid #c4007a;
}
.team-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.25rem;
}
.team-card p {
  font-size: 0.9rem;
  color: #999999;
  margin-bottom: 0;
}

#contato a {
  color: #c4007a;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  transition: opacity 0.25s ease;
}
#contato a i {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
#contato a:hover {
  opacity: 0.75;
}

.site-footer {
  background: linear-gradient(135deg, rgb(70.5508571429, 34.5085714286, 99.6914285714) 0%, rgb(104.7570247934, 72.332231405, 128.867768595) 100%);
  color: rgba(255, 255, 255, 0.85);
}
.site-footer p {
  font-size: 0.9rem;
}
.site-footer img {
  max-height: 48px;
}

#btn-topo {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c4007a;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.25s ease;
  box-shadow: 0 4px 16px rgba(196, 0, 122, 0.35);
  z-index: 997;
}
#btn-topo.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#btn-topo:hover {
  background: #B01D5C;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .hero-logo {
    max-width: 260px;
  }
  .section-title {
    font-size: 1.625rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .quote-card {
    padding: 1.25rem;
  }
  #btn-topo {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-logo {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .stat-number {
    font-size: 3.25rem;
  }
}
html {
  scroll-padding-top: 120px;
}

@media (max-height: 580px) {
  .hero-logo {
    max-width: 300px;
  }
}/*# sourceMappingURL=custom.css.map */