/* ============================== ESTILOS DO PROJETO VISSE POR AÍ Explicado de forma simples ============================== */

/* ---- CORES DO PROJETO ---- Laranja forte: #E06829 Bege claro do fundo: #F4E9D8 Marrom escuro do texto: #4A1E0A */


@import url(../arquivos/ADLaMDisplay-Regular.ttf);



body {
    margin: 0;
    background-color: white;
    font-family: "ADLaM" , sans-serif;
    font-weight: normal;
    font-style: normal
}


/* Barra laranja do topo */
.top-bar {
    width: 100%;
    height: 90px;
    background-color: #ae3616;
    display: flex;
    align-items: center;
    justify-content: center; /* centraliza os botões */
}

/* ---- SEÇÃO HERO (PRIMEIRA PARTE) ---- */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #F4E9D8;
}

.logo-area h1 {
    font-size: 40px;
    font-weight: 900;
    color: #4A1E0A;
    margin-left: 50px;
}

.logo-area p {
    max-width: 400px;
    margin-top: 8px;
    color: #4A1E0A;
    font-size: 25px;
    margin-left: 50px;
}

.btn {
    background-color: #ae3616;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-left: 50px;
}

/* NAVBAR: centralizada e com estilo igual aos outros botões do site */
.main-nav {
    display: flex;
    gap: 16px;
    align-items: center;
}

.nav-btn {
    display: inline-block;
    padding: 10px 16px;
    color: #F4E9D8;
    text-decoration: none;
}


.buttonNave ul {
  list-style: none;
  padding: 30px;
  justify-content: center;
  display: flex;
  gap: 20px;
  margin-top: 0;
}

.buttonNave a {
  text-decoration: none;
  color: #f6ebd9;
}


/* ---- GALERIA DE FOTOS ---- */
.imgs {
    display: flex;
    gap: 20px;
    margin-right: 150px;
}

/* Imagem da esquerda */
.Imagem1 {
    height: 300px;
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}

/* Coluna da direita */
.col-direita {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.Imagem2,
.Imagem3 {
    height: 170px;
    /* <<< tamanho reduzido */
    width: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.sobre {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    gap: 90px;
    margin: 20px 80px 20px 80px;
}

.sobre-left {
    display: flex;
    flex-direction: row-reverse;
    padding: 40px 20px;
    gap: 90px;
    margin: 20px 80px 20px 80px;
}

.sobre-img img {
    width: 350px;
    height: 350px;
    background-color: #ccc;
    border-radius: 10px;
}

.sobre-text h2 {
    font-size: 50px;
    color: #4A1E0A;
    margin-bottom: 20px;
}

.sobre-text p{
    font-weight: lighter;
    max-width: 600px;
}

.sobre-text button {
    margin-top: 20px;
    background-color: #E06829;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.sobre-text button:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
    background-color: blue;
}


.juliete {
    width: 300px;
    height: 400px;
    border-radius: 1000px;
}

.estilo {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 40px 20px;
    background-color: #FEF1E1;
}

.estilo>img {
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.textoestilo {
    max-width: 600px;
}

.textoestilo h2 {
    font-size: 28px;
    color: #4A1E0A;
}

.textoestilo p {
    font-size: 16px;
    color: #4A1E0A;
    line-height: 1.6;
}

.juliete {
    width: 200px;
    height: auto;
    margin-top: 20px;
    border-radius: 20px;
}

.ciclone {
    width: 220px;
    height: 400px;
    border-radius: 100px;
}