:root {
    --Branco: #EFE5D7;
    --Preto: #404040;
    --Dourado: #C9A66B;
    --Marrom-barroco: #5D2A1E;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: var(--Branco);
    color: var(--Preto);
}

p {
    color: var(--Preto, #404040);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-optical-sizing: auto;
}

h2 {
    color: var(--Preto, #404040);
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 {
    color: var(--Preto, #404040);

    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;

    margin-bottom: 2rem;
}

h4 {
    color: var(--Black, #404040);

    text-align: center;
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

iframe {
    width: 100%;
    min-width: 300px;
}

section li {
    list-style: circle;
}

.section-home {
    display: flex;
    align-items: center;
}

.section {
    display: flex;
    align-items: center;
    margin: 20vh 0;
}

.section-margin,
.section-margin-mobile {
    margin: 40vw 0;
}

.loader img {
    width: 40vw;
}

/* .container {
    max-width: 1000px;
} */

.container-menu {
    max-width: 1140px !important;
}

@media (min-width: 1200px) {
    .loader svg {
        width: 10vw;
    }

    .section-home {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .section-margin {
        margin: 20vw 0;
    }

    .section-margin-mobile {
        margin: 0;
    }

    #home .container,
    #home .container-lg,
    #home .container-md,
    #home .container-sm,
    #home .container-xl {
        max-width: 1140px;
    }
}