.font-1 {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-style: normal;
}


:root {
    --verde: #b2bc98;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    background-color: var(--verde) !important;

    background-position: center !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/fundo.webp) !important;
    min-height: 100vh;
}

.img-logo {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.botao:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.img-maria{
    width: 100%;
    height: auto;
    max-width: 600px;
}