* {
    margin: 0;
    padding: 0;
}

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

}

#page {
    box-sizing: border-box;
    width: 1120px;
    margin: 88px auto;

}

a {
    color: #E1624F;
    font-weight: bold;
    font-size: 22px;
}

#top {
    border-radius: 16px;
    width: 1120px;
    height: 660px;
}

img {
    border-radius: 16px;
    width: 1120px;
    height: 350px;
}



#text {
    font-style: italic;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin: 24px auto;
    padding-bottom: 40px;


}

p {
    color: #333333;
}

.divider {
    width: 100%;
    height: 1px;
    margin: 36px 0;
    background-color: #d9d9d9;
}

#hist {
    display: block;
    padding-top: 40px;
    /* padding-bottom: 2px; */
}

#destino {
    margin-top: 2px;
    padding-bottom: 8px;
}

#atracao {
    padding-bottom: 64px;
}

h1 {
    margin-top: 8px;
    padding-bottom: 40px;
    font-size: 49px;
}

h2 {
    padding-left: 10px;
    margin-top: 20px;
}

ul {
    padding-left: 30px;
    font-weight: bold;
    color: #0C51A7;
}

ul li::marker {
    color: #333333;
}

#casais {
    color: #591B98;
}

#familia {
    color: #E5245E;
}

#orcamento {
    color: #E95E10;
}

#fim {
    text-align: center;
}

#coracao {
    width: 16px;
    height: 16px;
    
}

footer {
    padding-top: 79px;
    text-align: center;
}


