
/*--  header --------------------------------------------------------------------------------------
----- Tradução: Cabeçalho - Área no topo da página onde geralmente fica a logo e a navegação.
-------------------------------------------------------------------------------------------------*/
header
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background-image: url(../medias/header-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  max-height: 800px;
  min-height: 300px;
  height: 60vh;

  section.main-info
  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;

    background: rgba(255, 255, 255, 0.597);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;

    a
    {
      max-height: 80px;
      max-width: 200px;
    }
  }

}

.custom-shape-divider-bottom-1710505427 {
  position: block;
  bottom: 0;
  left: 0;
  width: auto;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  margin-top: -40px;
}

.custom-shape-divider-bottom-1710505427 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 53px;
}

.custom-shape-divider-bottom-1710505427 .shape-fill {
  fill: #e79121e1;
}

/*--  main  ---------------------------------------------------------------------------------------
----- Conteúdo central da página, excluindo... conteúdos que são repetidos em várias páginas
-------------------------------------------------------------------------------------------------*/
main
{
  section
  {
    div.col
    {
      min-width: 350px;
      gap: 10px;
    }
  }
}
/*--  footer --------------------------------------------------------------------------------------
----- Tradução: Rodapé - Parte final da página, onde geralmente fica os créditos.
-------------------------------------------------------------------------------------------------*/