/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #0b37f2;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

section {
   /* padding: 40px 0;*/
    text-align: center;
}

/* HERO SECTION AJUSTADO */
.hero-section {
    position: relative;
    background-image: url('../images/park-china.jpg');
    background-size: cover;
    background-position: center;
    height: 480px;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo canto esquerdo */
.hero-logo-main {
    position: absolute;
    top: 100px;
    left: 20%;
    max-width: 130px;
    z-index: 3;
}

/* Imagem das pessoas */
.hero-people {
    position: absolute;
    bottom: 0;
    left: 38%;
    transform: translateX(-50%);
    max-width: 540px;
    z-index: 2;
}

/* Conteúdo de texto e logo à direita */
.hero-content {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    text-align: left;
    z-index: 3;
}

.hero-logo-secondary {
    max-width: 70px;
    margin-bottom: -20px;
        margin-left: -10%;
}

.hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.0;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.4;
}

/* ---------------------- */
/* 📱 RESPONSIVIDADE */
/* ---------------------- */
@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        height: auto;
        padding: 60px 20px;
        text-align: center;
    }

    .hero-logo-main {
        position: static;
        margin: 0 auto 20px auto; /* Center the logo */
        max-width: 80%; /* Increase size on mobile */
    }

    .hero-people,
    .hero-logo-secondary {
        display: none; /* Hide unnecessary images on mobile */
    }

    .hero-content {
        position: static;
        transform: none;
        margin-top: 20px;
        max-width: 90%;
        text-align: center;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }
}



/* Intro Section */
.intro {
    padding: 60px 0;
}

.intro img {
    max-width: 800px;
}

/* Services Section */


.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.service-image {
    margin-bottom: 20px;
}

.service-info h2, .service-info h3 {
    margin: 10px 0;
}

.service-info ul {
    margin-top: 20px;
}

.service-info li {
    margin-bottom: 15px;
    font-size: 1.1em;
}

/* CTA Banner */
.cta-banner {
    background-color: #005a9e;
    padding: 20px 0;
}

/* Structure Section */
.structure img{
    margin-bottom: 10px;
}

.structure-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-item p {
    background-color: #005a9e;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-weight: bold;
}

/* Testimonials Section */


.testimonials > .container > img {
    margin-bottom: 30px;
}

.testimonial-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial-card img:first-child {
    margin-bottom: 15px;
}

/* New HQ Section */
.new-hq > .container > img {
    margin-bottom: 15px;
}

/* Amenities Section */
.amenities {
    background-color: #f4f8fb;
}

.amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Final CTA */
.final-cta {
    background-color: #005a9e;
    padding: 30px 0;
}

/* Footer */
footer {
    background-color: #2a2a2a;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

footer .container > img {
    margin-bottom: 20px;
}

footer p {
    margin: 8px 0;
    font-size: 0.9em;
}

/* Responsive Styles */
@media (min-width: 768px) {
    section {
        /*padding: 60px 0;*/
    }

    .service {
        flex-direction: row;
        gap: 40px;
    }

    .service:nth-child(even) {
        flex-direction: row-reverse;
    }

    .service-image,
    .service-info {
        flex: 1;
        margin-bottom: 0;
    }

    .structure-gallery {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }

    .testimonial-cards {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

    .amenity-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}
.headline {
    font-family: 'Aileron Black', Aileron, sans-serif;
    font-weight: 900;
    font-size: 1.9em;
    line-height: 1.25;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .headline .blue {
    color: #00b7ff; /* ajuste essa cor se quiser outro tom de azul */
    /* opção de leve brilho para destacar em fundos escuros */
    text-shadow: 0 1px 0 rgba(0,0,0,0.35);
  }

  .headline .white {
    color: #ffffff;
  }

  /* responsividade simples */
  @media (max-width: 600px) {
    .headline { font-size: 1.3rem; }
  }

/*.service {
    position: relative;
    width: 100%;
    min-height: 500px; 
    background-image: url('../images/IMG_0292_copiar.jpg');
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  */


  .service {
    position: relative;
    width: 100%;
    /*min-height: 500px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* imagem de fundo apenas para o id específico */
#pasprevinase {
  width: 100%;
  background-image: url('../images/IMG_0292_copiar.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
           /* espaçamento interno */
  color: white;
}

#medlar {
  margin: 30px 0px 30px 0px;
  width: 100%;
  background-image: url('../images/medilar_fundo.jpg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
#pasalamarfim {
  width: 100%;
  background-image: url('../images/ala_marfim_fundo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
           /* espaçamento interno */
  color: white;
}


#pasprevinase .container-fluid {
  --bs-gutter-x: 0; /* remove padding lateral */
  padding-left: 0;
  padding-right: 0;
}
#medlar .container-fluid {
  --bs-gutter-x: 0; /* remove padding lateral */
  padding-left: 0;
  padding-right: 0;
}
#pasalamarfim .container-fluid {
  --bs-gutter-x: 0; /* remove padding lateral */
  padding-left: 0;
  padding-right: 0;
}

.container-no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}


/* Layout padrão (desktop) */
#medlar .service-image,
#medlar .service-info {
  justify-self: center;
  max-width: 100%;
}


#pasprevinase .service-image,
#pasprevinase .service-info {
  justify-self: center; /* centraliza cada coluna dentro da célula */
  max-width: 100%;
}

#pasalamarfim .service-image,
#pasalamarfim .service-info {
  justify-self: center; /* centraliza cada coluna dentro da célula */
  max-width: 100%;
}



/* imagem de fundo apenas para o id específico */
#pasmedilar {
    background-image: url('../images/medilar_fundo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  /* camada de sobreposição escura opcional para melhorar contraste */
  .service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* escurece levemente o fundo */
  }

  .service-info,
  .service-image {
    position: relative; /* para ficar acima da camada escura */
    z-index: 1;
  }

  .service-info {
    max-width: 800px;
    text-align: left;
  }

  .service-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Aileron', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .service-info li {
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .service {
      min-height: 350px;
      padding: 30px;
    }
    .service-info ul {
      font-size: 1rem;
    }
  }


/* Forçar a seção .services a ocupar 100% da largura, sem espaçamento lateral */
.services {
  width: 100%; /* substitui 100vw para evitar scroll horizontal */
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* evita rolagem lateral */
}

/* Zera o padding da container-fluid dentro dela */
.services > .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0;
}

/* Faz cada bloco de serviço preencher toda a largura */
.services .service {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden; /* garante que imagens não “vazem” */
}

/* BENEFICIOS */

/* Centraliza o conteúdo na tela */
.benefits-container {
  display: flex;
  justify-content: center;
  align-items: center;

}

/* Caixa do botão */
.benefits-box {
  width: 390px;
  height: 50px;
  background-color: #061f84; /* azul escuro */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Destaque da palavra “benefícios” */
.benefits-box span {
  color: #00deff; /* azul claro */
}


/*  DEPOIMENTO   */
.depoimentos {

  color: #fff;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.depoimentos h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.depoimentos-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.depoimento {
  background-color: #0050ff;
  border-radius: 12px;
  padding: 40px 20px;
  max-width: 400px;
  flex: 1 1 300px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.depoimento img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.depoimento .texto {
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
  color: #f2f2f2;
  margin-bottom: 20px;
}

.depoimento hr {
  width: 80px;
  border: 1px solid #00deff;
  margin-bottom: 10px;
}

.depoimento .nome {
  font-weight: 600;
  color: #ffffff;
  font-size: 0.95rem;
}

/* Responsivo */
@media (max-width: 768px) {
  .depoimentos-container {
    flex-direction: column;
    align-items: center;
  }
}

/* Área nova sede */

.nova-sede {
  background-color: #061f84;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  padding: 10px 10px;
}

.sede-imagem img {
  width: 100%;
  height: auto;
  display: block;
}

.sede-infos {
  background-color: #061f84;
  padding: 40px 20px;
}

.estrutura {
  background-color: #0000A8; /* azul de fundo */
  padding: 40px 20px;
  text-align: center;
}

.icones-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px 40px; /* espaçamento vertical e horizontal */
}

.icone-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  flex: 0 1 calc(20% - 40px); /* 5 por linha (100% / 5 = 20%) */
  box-sizing: border-box;
}

.icone-item img {
  width: 80px;
  height: 80px;
  border: 2px solid #00e0ff;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  transition: transform 0.3s ease;
}

.icone-item img:hover {
  transform: scale(1.05);
}

.icone-item p {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

/* 📱 Mobile: 1 ícone por linha */
@media (max-width: 768px) {
  .icones-container {
    flex-direction: column;
    align-items: left;
    gap: 25px;
  }

  .icone-item {
    flex: 1 1 100%;
    justify-content: left;
    text-align: left;
  }

  .icone-item p {
    text-align: center;
  }

  .icone-item img {
    width: 70px;
    height: 70px;
  }
}

.container-interno {
    width: 100%;
    max-width: 1200px; /* Standard container width */
    margin: 0 auto; /* Center the container */
    padding: 60px 15px; /* Add some vertical and horizontal padding */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

/* Responsive adjustment for the inner container */
@media (max-width: 768px) {
  .container-interno {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
}
