@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(assets/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: fit-content;
    font-family: Arial, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    text-align: center;
}

.logo {
    width: 250px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 40px;
}
.logo-fabio {
    width: 250px;
}

.main-content {
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 400px;
    margin-top: 30px;
}

.contact-option {
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    background-color: #e4e4e4;
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #0e2f5e;
}

.contact-option img:first-child {
    width: 25px;
    height: 40px;
    margin-right: 10px;
}

.contact-option img:last-child {
    width: 25px;
    
}

.footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    margin-top: 30px;
}

.endereco {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.dia {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-bottom: 10px;
}

.responsavel {
    color: #fff;
    font-size: 12px;
}
