sbody,
html {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'FONTSPRING DEMO - The Seasons';
    src: url('../font/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'),
        url('../font/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'FONTSPRING DEMO - The Seasons';
    font-weight: normal;
    font-style: normal;
    color: #EAE5DC;
    font-size: 52px;
    line-height: 50px
}

h2 {
    font-family: 'FONTSPRING DEMO - The Seasons';
    font-weight: normal;
    font-style: normal;
    color: #EAE5DC;
    font-size: 42px;
    line-height: 46px
}


h3 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #EAE5DC;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 15px
}

h3 a {
    color: #EAE5DC;
    text-decoration: none;
    font-weight: 700;
    line-height: 35px;
}

h6 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    line-height: 20px;
    color: #EAE5DC;
    font-size:18px;
    font-weight: 300;
    padding-bottom: 15px
}

h6 a {
    color: #EAE5DC;
    text-decoration: none;
    font-weight: 700;
    line-height: 35px;
} 

p {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #EAE5DC;
    font-size: 22px;
    font-weight: 300
}

nav {z-index: 9999}
.nav-item {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #EAE5DC;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

.nav-item a {
    text-decoration: none;
}

p strong {
    font-weight: 600
}


.btn-primary {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    color: #EAE5DC;
    font-weight: 100;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50px;
    border: 1.7px solid #EAE5DC;
    background: none;
    padding: 10px 15px;
    --bs-btn-color: #EAE5DC;
    --bs-btn-bg: #EAE5DC;
    --bs-btn-border-color: #EAE5DC;
    --bs-btn-hover-color: #EAE5DC;
    --bs-btn-hover-bg: #EAE5DC;
    --bs-btn-hover-border-color: #EAE5DC;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #32482D;
    --bs-btn-active-bg: #EAE5DC;
    --bs-btn-active-border-color: #EAE5DC;
    --bs-btn-disabled-color: #EAE5DC;
    --bs-btn-disabled-bg: #EAE5DC;
    --bs-btn-disabled-border-color: #32482D
}

.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active {
    background: none;
    color: #EAE5DC;
    border: 1px solid #EAE5DC
}


.btn-light {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-size: 16.5px;
    font-weight: 600;
    border-radius: 50px;
    border: 1.7px solid #32482D;
    background: none;
    padding: 12.5px 17.5px;
    --bs-btn-color: #32482D;
    --bs-btn-bg: #32482D;
    --bs-btn-border-color: #32482D;
    --bs-btn-hover-color: #32482D;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #32482D;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #32482D;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-disabled-color: #32482D;
    --bs-btn-disabled-bg: #32482D;
    --bs-btn-disabled-border-color: #32482D
}

.btn-light:hover,
.btn-light:visited,
.btn-light:active {
    background: none;
    color: #32482D;
    border: 1px solid #32482D
}


.btn-info {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-size: 16.5px;
    font-weight: 600;
    border-radius: 50px;
    border: 1.7px solid #EAE5DC;
    background: none;
    padding: 12.5px 17.5px;
    --bs-btn-color: #EAE5DC;
    --bs-btn-bg: #EAE5DC;
    --bs-btn-border-color: #EAE5DC;
    --bs-btn-hover-color: #EAE5DC;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #EAE5DC;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #EAE5DC;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-disabled-color: #EAE5DC;
    --bs-btn-disabled-bg: #EAE5DC;
    --bs-btn-disabled-border-color: #EAE5DC
}

.btn-info:hover,
.btn-info:visited,
.btn-info:active {
    background: none;
    color: #EAE5DC;
    border: 1px solid #EAE5DC
}

.slide-hero {
    background: url(../images/banner-hero-desktop.jpg) center no-repeat;
    height: 993px;
    margin-top: -63px
}

.bg-dourado {
    background: url(../images/bg-dourado.jpg) center no-repeat;
}

.bg-verde {
    background: url(../images/bg-verde.jpg) center no-repeat;
}

.bg-bordo {
    background: url(../images/bg-bordo.jpg) center no-repeat;
}

.bg-bege {
    background: url(../images/bg-bege.jpg) center no-repeat;
}

.cor-bege {
    color: #BE9A65;
}

.receita-1 {
    background: url(../images/receita-1.png) center no-repeat;
    height: 550px;
}

.receita-1-text {
    text-align: center;
    padding-top: 350px;
}

.receita-2 {
    background: url(../images/receita-2.png) center no-repeat;
    height: 550px;
}

.receita-2-text {
    text-align: center;
    padding-top: 350px;
}

.receita-3 {
    background: url(../images/receita-3.png) center no-repeat;
    height: 400px;
}

.receita-3-1 {
    background: url(../images/receita-3-1.png) center no-repeat;
    height: 550px;
}

.receita-3-text {
    text-align: center;
    padding-top: 200px;
}

.receita-4 {
    background: url(../images/receita-4.png) center no-repeat;
    height: 400px;
}

.receita-4-1 {
    background: url(../images/receita-4-1.png) center no-repeat;
    height: 550px;
}

.receita-4-text {
    text-align: center;
    padding-top: 160px;
}

.receita-5 {
    background: url(../images/receita-5.png) center no-repeat;
    height: 550px;
}

.receita-5-text {
    text-align: center;
    padding-top: 350px;
}

.receita-6 {
    background: url(../images/receita-6.png) center no-repeat;
    height: 550px;
}

.receita-6-text {
    text-align: center;
    padding-top: 350px;
}

.receita-7 {
    background: url(../images/receita-7.png) center no-repeat;
    height: 550px;
}

.receita-7-text {
    text-align: center;
    padding-top: 350px;
}

.text-receita {
    font-size: 16px;
    line-height: 26px;
    height: 330px;
    background: none;
    padding-bottom: 20px;
    overflow-y: scroll;
    scrollbar-color: light;
}

.receita-0-text {
    text-align: center;
    padding-top: 410px;
    line-height: 23px
}

.ajuste-50 {
    margin-top: -50px
}

/* MODAL */

.modal-content-bege {
    background: #9F8D76;
}

.modal-content-bordo {
    background: #61162B;
}

.modal-content-verde {
    background: #32482D;
}

.icon-close {
    float: right;
    width: 50px;
    margin: 2px 0 0 400px;
    cursor: pointer;
}

.icon-close-2 {
    float: right;
    width: 50px;
    margin: 2px 0 0 1050px;
    cursor: pointer;
}

.icon-menu {
    cursor: pointer;
}

.modal-header {
    border: none
}

footer {
    background: #9F8D76
}

.copy-mobile {
    font-size: 13px
}

/* BREAKPOINTS */

@media (max-width: 440px) {

    h1 {
        line-height: 55px
    }

    h2 {
        font-size: 30px;
        line-height: 36px
    }

    h3 {
        font-size: 17px;
        line-height: 32px
    }

    .modal {border: 2px solid #069; padding-top: 65px;}

    .receita-1 {
        margin-bottom: 75px;
    }

    .receita-5 {
        margin-bottom: 75px;
    }

    .receita-7 {     
         margin-top: 80px; padding-bottom: 20px
    }

    .receita-4-text {
        margin-top: -30px;
    }


    .copy-mobile {
        width: 120%;
        display: block;
        padding-bottom: 20px;
        color: #FFF
    }

    .slide-hero {
        background: url(../images/banner-hero-mobile.png) center no-repeat;
        height: 810px;
        margin-top: -69px;
    }

    .ajuste-botao-mobile {
        margin-bottom: 20px
    }

    .ajuste-text-mobile {
        padding-bottom: 50px
    }

    .logo-mobile {
        float: right;
        padding-top: 17px;
    }

    .bg-dourado {
        background: url(../images/bg-dourado-mobile.jpg) center repeat;
    }

    .bg-verde {
        background: url(../images/bg-verde-mobile.jpg) center repeat;
    }

    .bg-bordo {
        background: url(../images/bg-bordo-mobile.jpg) center repeat;
    }

    .bg-bege {
        background: url(../images/bg-bege-mobile.jpg) center repeat;
    }

    .ajuste-mobile-card {
        margin-top: 20px
    }


}