* {
    margin: 0;
    padding: 0;
}

:root {
    font-family: 'Open Sans', sans-serif;
}

body {
    padding: 88px 80px 137px 80px;
    margin: 0 auto;
    background-color: #F5F4F0;
}

#busan span {
    color: #E1624F;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

img {
    border-radius: 28px;
    width: 100%;
    height: auto;
}

figure img {
    margin-bottom: 24px;
}

figcaption {
    color: #333333;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
}

#header-section {
    border: 0px;
    height: 1px;
    background-color: #D9D9D9;
    margin: 40px 0px 64px 0px;
}

#descubra {
    margin-bottom: 64px;
}

#descubra span {
    color: #E1624F;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}

#descubra h2 {
    margin-bottom: 8px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
}

p {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

#d2 img, #d3 img {
    margin: 48px 0px 20px 0px;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
}

.good-for {
    font-weight: bold;
}

ul {
    list-style-position: inside; /* coloca o pontinho para dentro da caixa */
    font-weight: bold;
}

.history {
    color: #0C51A7;
}

.couples {
    color: #591B98;
}

.families {
    color: #E5245E;
}

.budget {
    color: #E95E10;
}

li::marker {
    color: #333333;
}

#section-footer {
    border: 0;
    height: 1px;
    background-color: #D9D9D9;
    margin: 40px 0px 40px 0px;
}

#completion {
    text-align: center;
    margin: 0 auto;
}

footer {
    margin-top: 65px;
}

footer p {
    display: flex;
    justify-content: center; /* centraliza na horizontal */
    align-items: center; /* centraliza na vertical */
    gap: 4px; /* cria o espaço entre o texto e o coração */
}

footer img {
    width: 1rem;
}

footer a {
    text-decoration: none;
    color: #333333;
}