/* -----------------------
   APLICAÇÃO DAS FONTES
------------------------ */
/* TT Norms Font Family */
@font-face {
  font-family: 'Amsterdam';
  src: url('../../fonts/Amsterdam/Amsterdam.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Extra-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Extra-Light-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Extra-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Extra-Bold-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Black.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('../../fonts/TT-Norms-Font/TT-Norms-Black-Italic.otf') format('opentype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* -----------------------
  Fim da APLICAÇÃO DAS FONTES
------------------------ */

li {
 list-style-type: none
}

h1, h2, h3, .hero-text {
  font-family: 'TT Norms', sans-serif !important;
  letter-spacing: 0.5px;
  color: #0c1f66 !important;
}

#primary-menu a:hover {
      color: #ffffff !important;
}

.hero-content h1 {
  font-size: 3.7rem;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'TT Norms', sans-serif !important;
  letter-spacing: 0.5px;
  color: #c0c0c0 !important;
}

@media (max-width: 768px) {
  .hero-content h1 {
    padding-top: 40px;
    font-size: 2.5rem;
  }
}

.hero-content p {
  font-family: 'TT Norms', sans-serif !important;
  letter-spacing: 1.5px;
  color: #c0c0c0 !important;
}
/* ===== FONTES E BASE ===== */

*:not(i):not(i *) {
   font-family: 'TT Norms', sans-serif !important;
}
body {
  line-height: 1.6;
}

section {
  padding: 60px 5%;
}
a { text-decoration: none; }


/* ===== HERO ===== */
.hero-container {
  position: relative;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #0c1f66;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.btn-primary {
  display: inline-block;
  background: #c0c0c0;
  color: #0c1f66;
  padding: 12px 30px;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: bold;
  transition: 0.3s;
}
.btn-primary:hover {
  background: #0c1f66;
  color: #fff;
}

/* ===== SOBRE ===== */
.about-section{
  background: #f8f8f8;
  text-align: center;
}
.lideranca-section {
  background: #f8f8f8;
}
.about-section h2 {
  margin-bottom: 20px;
  color: #0c1f66;
}

.about-img img {
  border-radius: 2px !important;
}

/* ===== PILARES ===== */
.pilares-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 2em !important;
}
.pilar-card {
  background: #0c1f66;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: 0.3s;
  color: #c0c0c0;
}
.pilar-card h3 {
  color: #f1f1f1 !important;
}
.pilar-card i {
  font-size: 36px;
  color: #fff;
}
.pilar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* Wrapper do ícone */
.card-icon-wrapper {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #0c1f66; /* borda azul */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -13px; /* metade do círculo “flutuando” */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* Ícone dentro do círculo */
.card-icon-wrapper i {
  font-size: 28px;
  color: #0c1f66; /* ícone azul */
}

/* ===== LIDERANÇA ===== */
.lideranca-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.lideranca-foto {
  /* width: 300px; */
  border-radius: 12px;
  border: 4px solid #c0c0c0;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}
.lideranca-texto {
  flex: 1;
  min-width: 300px;
}
.lideranca-texto h2{
  font-family: 'Amsterdam', cursive !important;
  line-height: normal;
}
.lideranca-texto ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}
.lideranca-texto li {
  margin-bottom: 8px;
}
.lideranca-texto i {
  color: #0c1f66;
  margin-right: 8px;
}
.lideranca-texto p{
  padding: 15px !important;
}
.btn-veja-mais {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 32px;
  background-color: #0c1f66; /* azul marinho */
  margin-left: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn-veja-mais:hover {
  background-color: #08164d; /* tom mais escuro no hover */
  transform: translateY(-2px);
}

/* ===== CONTATO ===== */
.contact-section {
  text-align: center;
  background: #0c1f66;
  color: #fff;
}
.contact-info{
  margin-bottom: 2em;
}
.contact-info p{
  margin-bottom: 5px !important;
}
.contact-info i {
  color: #c0c0c0;
  margin-right: 10px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 30px auto 0;
}
.contact-form span{
  text-align: justify;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 6px;
  border: none;
}
.contact-form button {
  background: #fff;
  color: #0c1f66;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.5s;
}
.contact-form button:hover {
  background: #0c1f66;
  color: #fff;
  border: #c0c0c0 solid 2px;
}


/* ================= PARALLAX ================= */
.parallax-section {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 31, 102, 0.6);
  z-index: 1;
}

.parallax-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Amsterdam One', serif;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 20px;
  max-width: 900px;
}

.parallax-content h2{
  color: #fff !important;
}

.contact-section h2{
  color: #fff !important;
}

/* BLOG */

.blog-area li {
  list-style: none !important;
  border: 2px solid #e2dfdf !important;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
  transition: all 0.4s ease;

}

.blog-area li:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.blog-area h2 {
  font-size: 1.2rem;
}

.blog-area p {
  font-size: .9rem;
  margin-bottom: 10px;
  display: -webkit-box;             /* Necessário para o line-clamp funcionar */
  -webkit-box-orient: vertical;     /* Define a direção do texto */
  -webkit-line-clamp: 3;            /* Número de linhas visíveis */
  overflow: hidden;                 /* Esconde o restante do texto */
  text-overflow: ellipsis;    
}

#blog-img img{
    margin: auto;
    width: 100%;
    max-height: 170px;
}

.entry.loop-entry {
  border-radius: 8px !important;
  padding: 10px !important;
}

/* efeito de movimento leve */
@media (hover: hover) {
  .parallax-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    animation: parallaxMove 15s ease-in-out infinite alternate;
  }
  @keyframes parallaxMove {
    from { background-position: center top; }
    to { background-position: center bottom; }
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll; /* desativa o fixed em mobile */
    height: 40vh;
  }
  .parallax-content {
    font-size: 1.3rem;
  }
}


/*Efeito de Fade no scroll*/
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Quando o elemento aparecer na tela */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}



/* ===== INDICADOR DE SCROLL ===== */

/* Container dos círculos */
.hero-scroll-indicator {
  position: relative;
  margin: 40px auto 0;
  width: 40px;
  height: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

/* Círculos */
.hero-scroll-indicator .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, #c0c0c0, #fff);
  opacity: 0.8;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

/* Círculos individuais com degradê e espaçamento */
.hero-scroll-indicator .circle1 {
  background: linear-gradient(180deg, #c0c0c0, #a0a0a0);
  opacity: 0.2;
}
.hero-scroll-indicator .circle2 {
  background: linear-gradient(180deg, #a0a0a0, #808080);
  margin-top: -6px; /* ligeira sobreposição */
  opacity: 0.5;
}
.hero-scroll-indicator .circle3 {
  background: linear-gradient(180deg, #808080, #606060);
  opacity: 0.9;
  margin-top: -6px; /* ligeira sobreposição */
}

/* Pequena animação de movimento */
.hero-scroll-indicator .circle {
  animation: bounce 1.5s infinite;
}

.hero-scroll-indicator .circle1 { animation-delay: 0s; }
.hero-scroll-indicator .circle2 { animation-delay: 0.2s; }
.hero-scroll-indicator .circle3 { animation-delay: 0.4s; }

@keyframes bounce {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(4px); }
}


.popup-drawer .drawer-inner{
  background: #0c1f66 !important;
}
