﻿/* Definição das fontes */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url('s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url('s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf') format('truetype');
}

/* Estilos gerais */
#cabecalho {
    width: 100%;
    overflow: visible; /* Certifique-se de que o conteúdo não seja cortado */
}

#cabecalho h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Centraliza o texto */
}

#cabecalho img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Centraliza a imagem */
}

/* Outros estilos de suporte */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.apoio-texto {
    margin-top: 20px;
    /* Adicione outros estilos conforme necessário */
}
