@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    text-decoration: none;
  }


.full{
    width: 100%;
    max-width: 500px;
    height: 100%;
    background-color:#FFF;
    margin: auto;
    box-shadow:  0px 2px 30px steelblue;

}

.top{
    width: 100%;
    margin: 0px;
    padding-top: 10px;
    height: 500px;
    background-image: url(imagens/bg-top2.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.quote{
    width: 60%;
    background-color: #EAF6FE;
    margin: 10px 0px 0px 20px;
    padding: 20px;
    border-radius: 15px;
}

.quote-top{
    margin-top: -40px;
    font-size: 40px;
    color: #21396F;
}

.quote-text p{
    font-size: 16px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
}

.quote-bot{
    margin-bottom: -40px;
    font-size: 40px;
    text-align: right;
    color: #21396F;
}

.convite{
    margin: -150px auto;
    width: 90%;
}

.convite p{
    font-size: 20px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
}

.date{
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.date-box01{
    width: 35%;
    border-top: solid 1px #21396F;    
    border-bottom: solid 1px #21396F;
    align-self: center;
    text-align: center;
}

.date-box02{
    width: 30%;
    text-align: center;
}

.text-date{
    font-size: 30px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-date2{
    font-size: 30px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
    display: block;
}

.text-date-big{
    font-size: 55px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 600;
    font-style: normal;
    display: block;
}

.links{
    margin-top: 150px;
    text-align: center;
}

.text-end1{
    font-size: 18px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 700;
    font-style: normal;
}

.text-end2{
    font-size: 18px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    font-style: normal;
}

.icons{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.box-icons{
    width: 30%;
    align-self: flex-start;
}

.box-icons span{
    font-size: 18px;
    text-align: center;
    color: #21396F;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    font-style: normal;
}

.fa-map-location-dot{
    font-size: 30px;
    padding: 15px;
    color: #21396F;
    display: inline-block;
    border: solid 2px #21396F;
    border-radius: 50%;
}
.fa-gifts{
    font-size: 30px;
    width: 33px;
    padding: 15px;
    color: #21396F;
    display: inline-block;
    border: solid 2px #21396F;
    border-radius: 50%;
}
.fa-calendar-check{
    font-size: 30px;
    width: 35px;
    padding: 15px;
    color: #21396F;
    display: inline-block;
    border: solid 2px #21396F;
    border-radius: 50%;
}

.footer{
    width: 100%;
    margin: 0px;
    padding-top: 30px;
    background-image: url(imagens/bg-bot2.jpg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}