:root {
    --primary-color: #25d366;
}
.btn {
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 35px;
    font-size: 1rem;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #0f7f38 !important;
    border-color: #0f7f38 !important;
}


body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5 {   
    font-family: 'DynaPuff', system-ui; 
    font-weight: 400;
    color: #2c3e50;
}

h3 {
    font-size: 1.2rem;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

#hero {
    text-align: center;
    background: linear-gradient(45deg, #f6ad1b, #f18a34);
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

#features {
    background-color: #ff862f;    
    color: #fff;
}

#features .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

#features .feature img {
    display: inline-block;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

#hero .sub {
    font-size: 1.5rem;
}

#features .feature p {
    font-family: 'DynaPuff', system-ui; 
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
}

#hero .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
    opacity: 1;
}

#hero .container {
    position: relative;
    z-index: 2;
}

#hero h1, #hero p {
    color: #fff;
}

#alimentacao {

}

#alimentacao .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: flex-end;
}

.wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

#alimentacao ul {
    list-style: none;
    padding: 0;
}

#alimentacao li {
    margin: 10px 0;
}

#quem-somos {
    background: linear-gradient(45deg,#ff862f, #f6ad1b);
    color: #fff;
}

#quem-somos h2 {
    color: #fff;
}

#quem-somos .wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 100px;
}

#quem-somos img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

#quem-somos .img-w {
    position: relative;
}

#quem-somos .img-w .m {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 60%;
    height: 60%;
    object-position: top center;
    box-shadow: 1px 4px 5px rgba(0,0,0,0.25);
}

#cardapio {

}

#cardapio .composition {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

#cardapio .composition i {
    font-style: normal;
    display: block;
    font-size: 2.5rem;
}

#cardapio .composition strong {
    display: block;
}

#cardapio .sizes {
    display: flex;    
    justify-content: center;
    gap: 50px;
}

#cardapio .sizes i {
    font-style: normal;
    display: block;
    font-size: 2.5rem;
}

#cardapio .sizes strong {
    display: block;
}

#cardapio .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: flex-start;
}

.text-large {
    font-size: 1.4rem;
    font-weight: bold;
}

#contato {
    background-color: #ff862f;
    background: linear-gradient(to bottom,#ff862f, #f6ad1b);
    color: #fff;
}

#contato h2 {
    color: #fff;
}

#contato .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#contato .wrapper p {
    font-size: 2rem;
    color: #fff;    
}

#contato .wrapper p i {
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px;
}

#segredo .wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

#segredo i {
    font-style: normal;
    display: block;
    font-size: 2.5rem;
}

#segredo .testimonials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

#segredo .testimonials img {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.25);
}

#adaptacao {
    background-color: #ff862f;
    color: #fff;
}

#adaptacao .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.25);
    color: #000;
}

#adaptacao h2 {
    color: #fff;
}

#adaptacao h3 {
    color: #000;
}

#adaptacao .wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: flex-start;
    text-align: left;
}

#hero .logo {
    display: block;
    width: 200px;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .text-large {
        font-size: 1.2rem;
        font-weight: bold;
    }

    #features .wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    #alimentacao .wrapper {        
        grid-template-columns: 1fr;
        gap: 0;        
        text-align: center;
    }

    #alimentacao .wrapper .img-w {
        grid-row: 2;
        margin-top: -50px;
    }

    #quem-somos .wrapper {        
        grid-template-columns: 1fr;
        text-align: center;
        gap: 0;
    }

    #adaptacao .wrapper {        
        grid-template-columns: 1fr;
        gap: 25px;
    }

    #segredo .wrapper {        
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    #segredo .testimonials {        
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    #hero {
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 40px;
        padding-right: 40px;
        grid-template-columns: 1fr;
    }

    #hero .sub {
        font-size: 1.2rem;
    }

    #hero .text-large br {
        display: none;
    }

    #hero .bg {
        position: relative;
        bottom: unset;
        right: unset;
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: bottom right;
        z-index: 1;
        opacity: 1;
        margin-top: -150px;
    }

    #hero .container {
        padding: 25px 0 !important;
    }

    h2 {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    #features .wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
        gap: 25px;
    }

    #features .feature p { 
        margin-top: 15px;
        font-size: 0.8rem;
    }

    #cardapio .sizes,
    #cardapio .composition {
        gap: 15px;
    }

    #contato .wrapper p {
        font-size: 1.5rem;
        text-decoration: none;
    }
}