@import url('brand-vars.css');

/* Fontes */
@font-face {
  font-family: 'BureauVeritasExtBdUltraCond';
  src: url('/sites/default/files/fonts/1722614566_11abbb_bureauveritasextbdultracond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BureauVeritasThinUltraCond';
  src: url('/sites/default/files/fonts/1722614566_d306b2_bureauveritasthinultracond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
  overflow-x: hidden; /* Garante que não haverá rolagem horizontal */
}

/* Aplica reset apenas aos elementos dentro da página, 
   preservando os estilos da navbar que está fora dela */
.page *,
.page *::before,
.page *::after {
  margin: 0;
  padding: 0;
}

/* Restante do CSS mantido inalterado */

body {
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
  /* Atualizado para utilizar a fonte desejada */
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
}

p{
  font-family: 'BureauVeritasThinUltraCond', sans-serif;
}

div {
  height: 100%;
}

a.ch-home:focus {
  outline: none;
  box-shadow: none;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.page-limit {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.ch-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  align-items: flex-start;
  justify-content: center;
  height: fit-content;
}

.ch-banner img {
  width: 45vw;
  height: auto;
  display: block;
}

.ch-content {
  padding: 2rem;
  padding-top: 7%;
  padding-bottom: 0;
  flex: 1;
  width: 100%;
  max-width: 1200px;
  background-color: white;
}

.ch-home {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 5px 10px;
  padding-top: 12px;
  letter-spacing: 1px;
  border: 2px solid var(--azul-escuro);
  width: min-content;
}

.ch-home:hover {
  color: #000;
}

.ch-home strong{
  margin-top: 10px;
}

.ch-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-family: BureauVeritasThinUltraCond, sans-serif;
}
  
.ch-content h2 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.5;
  text-transform: uppercase;
  /* Alterado para utilizar a fonte BureauVeritasExtBdUltraCond */
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
}
.ch-description {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 2rem 0;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.ch-description p {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-family: BureauVeritasThinUltraCond, sans-serif;
}

.ch-description strong {
  font-weight: bold;
  /* Já estava configurado para a fonte desejada */
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
}

/* Alterado para usar a fonte BureauVeritasExtBdUltraCond */
.ch-highlight {
  color: var(--azul-escuro);
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
  text-transform: uppercase;
}

.icons {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(0, 4, 158, 1) 25%, rgba(0, 4, 158, 1) 75%, rgba(0, 4, 158, 0) 76%, rgba(0, 4, 158, 0) 100%);
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.icon-box {
  background-color: var(--azul-claro);
  padding: 20px;
  text-align: center;
  width: 200px;
  height: 200px;
  border: 3px solid var(--azul-escuro);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: auto;
  height: 85%;
  margin-bottom: 10px;
}

.icon-legend {
  font-weight: bold;
  font-size: 0.9rem;
  color: var(--azul-escuro);
  margin: 0;
  font-family: BureauVeritasExtBdUltraCond, sans-serif;
}

/* Renomeado .container para .gv-container */
.gv-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}

.bv-top {
  background-color: var(--cinza);
  color: white;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bv-top .gv-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.bv-logo img {
  width: 180px;
  height: auto;
}

.bv-texto {
  max-width: 600px;
}

.bv-texto h2 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  /* Atualizado para a fonte desejada */
  font-family: 'BureauVeritasExtBdUltraCond', sans-serif;
}

.bv-texto p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.bv-bottom {
  background-color: #ffffff;
  padding: 1rem 2rem;
}

.bv-bottom blockquote {
  padding-left: 1rem;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.bv-bottom blockquote::before {
  background: none;
}

/* Atualizado para a fonte BureauVeritasExtBdUltraCond */
.bv-bottom blockquote p {
  font-family: 'BureauVeritasThinUltraCond', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  hyphens: none;
}

.bv-bottom blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.9rem;
  color: #888;
}

.bold-paragraph {
  font-weight: bold;
  font-size: 0.95rem;
  color: #000;
}

@media (max-height: 768px){

  .ch-content {
    padding-top: 7%;
  }
  
  
  .ch-content h1 {
    font-size: 2.0rem;
    margin-bottom: 0.6rem;
  }
    
  .ch-content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.8;
    text-transform: uppercase;
    /* Alterado para utilizar a fonte BureauVeritasExtBdUltraCond */
    font-family: 'BureauVeritasThinUltraCond', sans-serif;
  }

}

@media (max-width: 992px) {
  .ch-banner img {
    width: 60vw;
  }
  
  .ch-content {
    padding: 1.5rem;
  }
  
  .ch-content h1 {
    font-size: 2rem;
  }
  
  .ch-content h2 {
    font-size: 1.5rem;
  }
  
  .icon-box {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .ch-container {
    flex-direction: column;
  }
  
  .ch-banner img {
    width: 80vw;
  }
  
  .ch-content {
    width: 100%;
    padding: 1rem;
  }
  
  .ch-description {
    padding: 0 1rem;
    margin: 2rem auto;
  }
  
  .icons {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
  
  .icon-box {
    width: 180px;
    height: 180px;
  }
  
  .bv-top .gv-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .bv-texto {
    max-width: 100%;
  }
  
  .bv-logo img {
    margin-bottom: 1rem;
  }
  
  .bv-bottom .gv-container {
    display: flex;
    flex-direction: column;
  }
  
  .bv-bottom blockquote {
    order: 1;
  }
  
  .bv-bottom .bold-paragraph {
    order: 2;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .ch-content h1 {
    font-size: 1.8rem;
  }
  
  .ch-content h2 {
    font-size: 1.2rem;
  }
  
  .ch-home {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
  
  .bv-texto h2 {
    font-size: 1.3rem;
  }
  
  .bv-texto p, .ch-description p {
    font-size: 0.9rem;
  }
}
