/* Import Google Fonts for bold headings */
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

body {
    display: grid;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f9f6f2;
    color: #23160f;
}

.header {
  background: #2d180c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 1.5rem 2px 1.5rem;
  /* CIMA DIREITA BAIXO ESQUERDA */
}


#img-arremata {
    margin-right: 24px;
    width: 200px;
    height: 70px;
}

.nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
    font-size: 1rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.nav a:hover {
    opacity: 1;
}

.icon-img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 8px;
    background: #fff;
    border: 2px solid #2c180f;
    transition: box-shadow 0.2s;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.logo img {
  height: 80px; /* Defina uma altura fixa. 80px é um bom valor, similar à imagem de perfil. */
  width: auto; /* Mantém a proporção da imagem automaticamente. */
  max-height: 100%; /* Garante que a imagem não ultrapasse a altura do top-header */
}

.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #ffcc3a;
  background: #fff;
  object-fit: cover;
}

.icon-img:hover {
    box-shadow: 0 0 0 2px #f9c22e;
}

.icon-img-branca {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 8px;
    background: #2c180f;
    border: 2px solid #2c180f;
    transition: box-shadow 0.2s;
}

.icon-img-branca:hover {
    box-shadow: 0 0 0 2px #f9c22e;
}

#img-arremata {
    margin-right: 24px;
    width: 200px;
    height: 70px;
}

.hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    min-height: 260px;
}
.hero-img {
    width: 40%;
    object-fit: cover;
    min-height: 260px;
}
.hero-info {
    padding: 0px 32px 0 32px;
    background: #f9f6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-info h1 {
    font-family: 'Russo One', Arial, sans-serif;
    font-size: 2.5rem;
    color: #23160f;
    margin-bottom: 16px;
}
.hero-info p {
    font-size: 1rem;
    color: #23160f;
    margin: 0;
}

.leia-mais {
    margin-top: 0;
}

.banner {
    background: linear-gradient(90deg, #f9c22e 60%, #ffe395 100%);
    text-align: center;
    padding: 24px;
}

.banner h2 {
    font-family: 'Russo One', Arial, sans-serif;
    font-size: 2.2rem;
    color: #23160f;
    margin: 0;
    letter-spacing: 2px;
}

.leia-mais-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #fff;
    padding: 32px 32px 32px 32px;
    /* Adicionado um espaçamento maior para o texto não ficar colado */
    gap: 40px; 
}

.button {
    border: none;
    color:#f9f6f2;
    border-radius: 10px;
}

.leia-mais-text {
    flex: 2;
    font-size: 1.15rem; /* Levemente menor para melhor leitura em blocos */
    line-height: 1.8; /* Aumenta o espaçamento entre linhas para fluidez */
    color: #333333; /* Cor mais suave que o preto puro */
    margin-right: 0; /* Remove a margem desnecessária, usando gap no container */
    padding: 24px; /* Adiciona padding interno para simular um card */
    background-color: #fcfcfc; /* Fundo muito leve para contraste */
    border-left: 5px solid #f79d16; /* Borda laranja/âmbar para destaque institucional */
    border-radius: 4px; /* Borda levemente arredondada */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); /* Sombra suave para efeito 3D */
}

.leia-mais-text strong {
    color: #2c180f; /* Cor escura do header para forte contraste */
    font-weight: bold;
}

.leia-mais-img {
    flex: 1;
    max-width: 220px; /* Aumenta o tamanho da imagem para melhor impacto visual */
    height: auto;
    align-self: flex-start; /* Alinha a imagem com o topo do texto */
    border-radius: 8px; /* Arredonda as bordas da imagem */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.botoes {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.botao {
    border: none;
    border-radius: 10px;
    background-color: #f9c22e;
    padding: 3rem;
    font-size: 2rem;
    text-decoration: none;
    font-weight: bolder;
    color:#f9f6f2;

    transition: padding 0.5s ease, background-color 0.3s ease, color 0.3s ease;
}

.botao:hover {
    padding: 3.2rem;
    background-color: #f79d16;
}

.botao:nth-child(2):hover {
    padding: 3.2rem;
    background-color: #f05c2f;
}

.footer {
    position: fixed-bottom;
    bottom: 0;
    background: #2c180f;
    color: #fff;
    padding: 32px 0 0 0;
    display: block;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.footer-section {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-left: 48px;
}
.footer-section h3 {
    font-family: 'Russo One', Arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #fff;
}
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul li {
    margin-bottom: 8px;
}
.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    opacity: 0.8;
    transition: opacity 0.2s;
}
.footer-section ul li a:hover {
    opacity: 1;
}
.footer-copy {
    text-align: left;
    font-size: 0.95rem;
    color: #fff;
    margin: 32px 0 16px 48px;
    opacity: 0.8;
}

/* Responsive adjustments */

@media (max-width: 900px) {

    .hero {
        flex-direction: column;
    }

    .hero-img, .hero-info {
        width: 100%;
    }

    .leia-mais-content {
        flex-direction: column;
        gap: 24px;
    }

    .leia-mais-img {
        max-width: 80%; /* Garante que a imagem se ajuste bem */
        align-self: center;
        margin: 0;
    }

    .leia-mais-text {
        padding: 20px;
    }

    .footer-section {
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .footer {
        align-items: flex-start;
        padding-left: 24px;
        position: fixed-bottom;
        display: block;
    }

    .footer-copy {
        margin-left: 0;
    }
}