* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

header {
    width: 249%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 3px solid rgb(15, 15, 43);

    background-color: #5D9FC0
}

body {
    background-color: #F0BE6E;
}

#topo1 img {
    width: 462px;
    height: auto;
}

#intro img {
    width: 465px;
    height: auto;
    margin-left: 125px;
    margin-top: 100px;
}

#intro {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 100px;
    align-items: center;
    max-width: 1100px;
}

.texto {
    display: flex;
    flex-direction: column;
}

h4 {
   font-size: 40px;
}


#personagem {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    justify-items: center;
}

.personagem {
    text-align: center;
}

.personagem img {
    width: 120px;
    height: auto;
}

.texto {
    max-width: 550px;
    margin-left: 40px;
    line-height: 1.6;
    text-align: left;
}

#txt2 {
    max-width: 550px;
    margin-left: 40px;
    line-height: 1.6;
}

#jornada {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    align-items: flex-start;
}

#txt2 {
    flex: 2;
    line-height: 1.6;
}

#imgs-jornada {
    flex: 1;
    display: flex;
    gap: 10px;
}

#imgs-jornada img {
    width: 300px;
    height: 500px;
    object-fit: cover;
}

h3 {
    margin-left: 80px;
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}

#jornada {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    align-items: flex-start;
}

#txt2 {
    flex: 2;
    line-height: 1.6;
    max-width: 550px;
    margin-left: 120px;
}

#imgs-jornada {
    flex: 1;
    display: flex;
    gap: 10px;
}

#imgs-jornada img {
    width: 300px;
    height: 500px;
    object-fit: cover;
}

#imagens-jornada2 {
    max-width: 1200px;
    margin: 40px auto;
}

#imagem-grande {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

#imagens-pequenas {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#imagens-pequenas img {
    width: 48%;
    height: auto;
    display: block;
}

.container {
    padding: 40px;
    width: 80%;
    margin: 40px auto;
}

h1 {
    margin-bottom: 30px;
}

.produtos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

.produto {
    display: flex;
    gap: 20px;
}

.produto img {
    width: 120px;
    height: auto;
    object-fit: cover;
}

.info h2 {
    font-size: 18px;
    margin: 0 0 8px 0;
}

.preco {
    font-weight: bold;
    margin: 5px 0;
}

.topo {
    position: relative;
}

.ondas-img {
    width: 100%;
    display: block;
}

#social {
    width: 100%;
    max-width: 140px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-image: ondas-image;
}
#txt3 {
    flex: 2;
    line-height: 1.6;
    max-width: 550px;
    margin-left: 5px; 
}
.ondas-container {
    background-color: rgb(42, 42, 136);
}
h5 {
    margin-bottom: 30px;
}