/* Reset e variáveis CSS */
:root {
    --primary-color: #0e6346;
    --secondary-color: #007a33;
    --text-color: #333;
    --light-bg: #f3f3f3;
    --white: #fff;
    --shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --slide-duration: 0.5s;
}

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

html, body {
    overflow-x: hidden;
}

/* Estilos base */
body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--light-bg);
}

/* Header */
header {
    background-color: var(--primary-color);
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1,h2 {
    color: var(--primary-color);
}

h2 {
    text-align: center;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.logo {
    height: 60px;
    width: auto;
    display: block;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    transition: var(--transition);
}

nav {
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

nav a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Mobile Header Styles */
@media (max-width: 768px) {
    body {
        position: relative;
        width: 100%;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle span {
        background-color: var(--white);
    }

    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: var(--primary-color);
        padding: 80px 2rem 2rem;
        transition: var(--transition);
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
    }

    nav.active {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    nav ul {
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
    }

    nav a {
        display: block;
        padding: 0.5rem 0;
        font-size: 1.1rem;
    }

    header img {
        height: 50px;
    }
}

/* Hero Section */
.hero {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #df6e04e6;
    background-image: url('fundo\ inicial.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 4rem 2rem;
    position: relative;
}

.hero, .hero * {
    font-weight: 700 !important;
}

.hero h1 {
    text-transform: uppercase;
    font-size: 4rem;
    margin-left: 15%;
    margin-top: 10rem;
    margin-bottom: 10rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: white;
}

.hero-text {
    max-width: 600px;
    margin-left: 15%;
}

.hero-subtitle {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
}

.hero-description {
    font-size: 2rem;
    margin-top: 6rem;
    font-weight: 400;
    color: white;
}

.hero button {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 5px;
    transition: var(--transition);
}

.hero button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

/* Products Section */
.products {
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.product {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem;
    color: var(--primary-color);
}

.product p {
    padding: 0 1rem 1rem;
    color: var(--text-color);
}

/* Equalize product card button placement and size */
.products .product {
    display: flex;
    flex-direction: column;
}

.products .product .btn-pedido {
    margin: 0 1rem 1.5rem;
    width: auto;
    min-height: 56px; /* same height across cards */
    justify-content: center; /* center icon + text */
}

.products .product h3 + p + .btn-pedido {
    margin-top: auto; /* push button to bottom */
}

.products-title {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.products-box {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    padding: 2.5rem 2rem 2rem 2rem;
    margin: 2rem auto 3rem auto;
    max-width: 1250px;
}

/* Recipes Section */
.recipes-section {
    padding: 4rem 2rem;
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.recipes {
    background-color: var(--white);
    margin: auto;
    border-radius: 8px;
    max-width: 1250px;
    overflow: hidden;
    padding: 2rem;
    box-shadow: var(--shadow);
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.recipes h2 {
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
}

.recipes-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.recipe-category {
    padding: 0.5rem 1rem;
    background-color: var(--light-bg);
    color: var(--text-color);
    text-decoration: none;
    border-radius: 20px;
    transition: var(--transition);
    font-weight: 500;
}

.recipe-category:hover,
.recipe-category.active {
    background-color: var(--primary-color);
    color: var(--white);
}

/* Recipe Meta */
.recipe-meta {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.recipe-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-color);
    margin: 0 1rem;
}

.recipe-meta i {
    color: var(--primary-color);
}

/* Recipe Tips */
.recipe-tips {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: rgba(14, 99, 70, 0.1);
    border-radius: 8px;
    text-align: center;
}

.recipe-tips h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.recipe-tips p {
    color: var(--text-color);
    font-style: italic;
}

/* More Recipes Button */
.more-recipes {
    text-align: center;
    margin-top: 2rem;
}

.btn-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 25px;
    transition: var(--transition);
}

.btn-more:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}

.instagram h2 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 3rem;
    font-size: 2rem;
}

/* Tips Section */
.tips-section {
    padding: 4rem 2rem;
    background-color: var(--light-bg);
}

.tips-section h2 {
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 3rem;
    font-size: 2rem;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1250px;
    margin: 0 auto;
}

.tip-card {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}

.tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.tip-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.tip-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.tip-card p {
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.btn-tip {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 20px;
    transition: var(--transition);
}

.btn-tip:hover {
    background-color: var(--secondary-color);
}

/* Media Queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hero {
        min-height: 100vh;
        padding: 2rem 1rem;
        background-size: cover;
        align-items: center;
        text-align: center;
        background-image: url('fundo inicial mobile.png');
    }

    .hero h1 {
        font-size: 2.5rem;
        margin-left: 0;
        margin-top: 4rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    .hero-text {
        margin-left: 0;
        padding: 0 1rem;
    }

    .hero-subtitle {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 2rem;
    }

    .hero-description {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }

    .hero-address {
        font-size: 1rem;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .recipes-links {
        gap: 0.5rem;
    }

    .recipe-category {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }

    .recipe-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .tips-grid {
        grid-template-columns: 1fr;
    }

    .tip-card {
        padding: 1.5rem;
    }

    .recipe-meta span {
        font-size: 0.9rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .hero {
        min-height: 100vh;
        padding: 3rem 1.5rem;
    }

    .hero h1 {
        font-size: 3rem;
        margin-left: 10%;
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .hero-text {
        margin-left: 10%;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1.8rem;
        margin-bottom: 4rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hero {
        min-height: 90vh;
    }

    .hero h1 {
        font-size: 3.5rem;
        margin-left: 12%;
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .hero-text {
        margin-left: 12%;
    }

    .hero-subtitle {
        font-size: 2.2rem;
    }

    .hero-description {
        font-size: 1.8rem;
        margin-bottom: 5rem;
    }

    .recipes-section,
    .instagram-section {
        display: inline-block;
        width: calc(50% - 2rem);
        vertical-align: top;
    }

    .recipes-section {
        margin-right: 2rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .hero {
        min-height: 90vh;
    }

    .hero h1 {
        font-size: 3.8rem;
        margin-left: 15%;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .hero-text {
        margin-left: 15%;
    }

    .hero-subtitle {
        font-size: 2.3rem;
    }

    .hero-description {
        font-size: 2rem;
        margin-bottom: 6rem;
    }

    .about-section h1 {
        margin-left: 8rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .hero {
        min-height: 93vh;
    }
    .recipes-instagram-wrapper {
        display: flex;
        max-width: 1300px;
        height: 100%;
        margin: 0 auto;
        gap: 2rem;
    }
    .recipes-section,
    .instagram-section {
        width: 50%;
        box-sizing: border-box;
    }

    .hero h1 {
        font-size: 4rem;
        margin-left: 15%;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .hero-text {
        margin-left: 15%;
    }

    .hero-subtitle {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 2rem;
        margin-bottom: 6rem;
    }

    .about-section h1 {
        margin-left: 8rem;
    }
    

}

/* Ajustes específicos para altura da tela */
@media screen and (max-height: 700px) {
    .hero {
        min-height: 120vh;
    }

    .hero h1 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .hero-description {
        margin-bottom: 3rem;
    }
}

/* Slideshow */
.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--white);
}

.slide {
    display: none;
    position: relative;
    animation: fade var(--slide-duration) ease-in-out;
}

.slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.slide-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.slide-text {
    text-align: center;
}

.slide-text h3 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.slide-text p {
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.recipe-details {
    background-color: var(--light-bg);
    padding: 1.5rem;
    border-radius: 8px;
}

.recipe-details h4 {
    color: var(--primary-color);
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.recipe-details ul,
.recipe-details ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.recipe-details li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Dots */
.dots-container {
    text-align: center;
    margin-top: 1rem;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background-color: var(--primary-color);
}

/* Animation */
@keyframes fade {
    from {opacity: 0.4}
    to {opacity: 1}
}

/* Estilos para a página de segurança */
.safety-tips {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.safety-tips h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.safety-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.safety-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.safety-item:hover {
    transform: translateY(-5px);
}

.safety-item i {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.safety-item h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.safety-item p {
    color: #7f8c8d;
}

.checklist-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.checklist-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.checklist-item h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e74c3c;
}

.checklist-item ul {
    list-style-type: none;
    padding: 0;
}

.checklist-item li {
    padding: 0.5rem 0;
    color: #7f8c8d;
    display: flex;
    align-items: center;
}

.checklist-item li:before {
    content: "✓";
    color: #27ae60;
    margin-right: 0.5rem;
}

.emergency-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}

.emergency-step, .emergency-contacts {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.emergency-step h3, .emergency-contacts h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e74c3c;
}

.emergency-step ol {
    padding-left: 1.5rem;
    color: #7f8c8d;
}

.emergency-step li {
    padding: 0.5rem 0;
}

.emergency-contacts ul {
    list-style-type: none;
    padding: 0;
}

.emergency-contacts li {
    padding: 0.5rem 0;
    color: #7f8c8d;
    display: flex;
    align-items: center;
}

.emergency-contacts li:before {
    content: "📞";
    margin-right: 0.5rem;
}

@media (max-width: 768px) {
    .safety-tips {
        padding: 1rem;
    }
    
    .safety-grid, .checklist-content, .emergency-content {
        grid-template-columns: 1fr;
    }
}

/* Estilos para a página de manutenção */
.maintenance-tips {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.maintenance-tips h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.maintenance-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.maintenance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.maintenance-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.maintenance-item:hover {
    transform: translateY(-5px);
}

.maintenance-item i {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.maintenance-item h3 {
    color: #333;
    margin-bottom: 0.5rem;
}

.maintenance-item p {
    color: #666;
    line-height: 1.5;
}

.cleaning-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.cleaning-step, .cleaning-tips {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cleaning-step h3, .cleaning-tips h3 {
    color: #333;
    margin-bottom: 1rem;
}

.cleaning-step ol, .cleaning-tips ul {
    color: #666;
    line-height: 1.8;
    padding-left: 1.5rem;
}

@media (max-width: 768px) {
    .cleaning-content {
        grid-template-columns: 1fr;
    }
    
    .maintenance-grid {
        grid-template-columns: 1fr;
    }
}

/* Estilos para a página de economia */
.economy-tips {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.economy-tips h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.economy-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.economy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.economy-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.economy-item:hover {
    transform: translateY(-5px);
}

.economy-item i {
    font-size: 2.5rem;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.economy-item h3 {
    color: #333;
    margin-bottom: 0.5rem;
}

.economy-item p {
    color: #666;
    line-height: 1.5;
}

.habits-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 1rem;
}

.habits-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.habits-item h3 {
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e74c3c;
}

.habits-item ul {
    color: #666;
    line-height: 1.8;
    padding-left: 1.5rem;
}

.comparison-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.comparison-step, .comparison-tips {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.comparison-step h3, .comparison-tips h3 {
    color: #333;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e74c3c;
}

.comparison-step ol, .comparison-tips ul {
    color: #666;
    line-height: 1.8;
    padding-left: 1.5rem;
}

@media (max-width: 768px) {
    .comparison-content {
        grid-template-columns: 1fr;
    }
    
    .economy-grid, .habits-content {
        grid-template-columns: 1fr;
    }
}

.maintenance-icon {
    width: 50px;
    height: 50px;
}

/* Delivery and Location Section */
.delivery-location {
    padding: 4rem 2rem;
    background-color: var(--white); /* Match other sections like products */
    display: flex;
    gap: 2rem;
    max-width: 1250px;
    margin: 4rem auto; /* Add margin like products */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    align-items: flex-start; /* Align items at the start vertically */
}

.delivery-info,
.location-map {
    flex: 1; /* Allow both divs to grow and shrink */
    min-width: 300px; /* Minimum width before wrapping */
}

.delivery-location h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.delivery-location p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.delivery-info {
    text-align: center;
}
.delivery-info .btn-pedido {
    display: inline-flex;
    margin: 1rem auto 0 auto;
    float: none;
}

.btn-pedido {
    display: inline-flex; /* Use inline-flex for alignment */
    align-items: center; /* Vertically align icon and text */
    gap: 0.5rem; /* Space between icon and text */
    background-color: var(--secondary-color); /* WhatsApp green */
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-pedido:hover {
    background-color: var(--primary-color); /* Darker WhatsApp green */
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.location-map iframe {
    width: 100%; /* Make iframe responsive */
    max-width: 600px; /* Optional: limit max width */
    height: 450px;
    border-radius: 8px; /* Add slight rounding */
    margin-top: 1rem;
}

.location-map p small {
    display: block; /* Ensure it takes its own line */
    margin-top: 0.5rem;
    font-size: 0.9em;
    color: #666;
}

@media (max-width: 768px) {
    .delivery-location {
        flex-direction: column;
    }
    
    .delivery-info, .location-map {
        flex: 1;
    }
}

/* Recipes Page */
.recipes-page {
    padding: 4rem 2rem;
    background-color: var(--light-bg);
}

.recipes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.recipe-card {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    margin-bottom: 2rem;
}

.recipe-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.recipe-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.recipe-info {
    padding: 2rem;
    text-align: center;
}

.recipe-info h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.recipe-description {
    color: var(--text-color);
    margin: 1rem 0;
    font-style: italic;
}

.recipe-content {
    text-align: left;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.recipe-content h3 {
    color: var(--primary-color);
    margin: 1.5rem 0 1rem;
    font-size: 1.4rem;
}

.recipe-content ul,
.recipe-content ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.recipe-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.recipe-tips {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: rgba(14, 99, 70, 0.05);
    border-radius: 8px;
}

.recipe-tips h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.recipe-tips p {
    color: var(--text-color);
    font-style: italic;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .recipe-info {
        padding: 1.5rem;
    }
    
    .recipe-content {
        padding-top: 1.5rem;
    }
    
    .recipe-tips {
        padding: 1rem;
    }
}

.btn-recipe {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary-color);
    color: var(--white);
    text-decoration: none;
    border-radius: 25px;
    transition: var(--transition);
    margin-top: 1rem;
}

.btn-recipe:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}

.recipes-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1rem;
    background-color: var(--light-bg);
    color: var(--text-color);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: var(--transition);
    font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

@media (max-width: 768px) {
    .recipes-grid {
        grid-template-columns: 1fr;
    }
    
    .recipes-filters {
        gap: 0.5rem;
    }
    
    .filter-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

/* Instagram Section */
.instagram-section {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.instagram {
    background-color: var(--white);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: var(--shadow);
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.instagram iframe {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

@media (min-width: 769px) {
    .recipes-section,
    .instagram-section {
        display: inline-block;
        width: calc(50% - 2rem);
        vertical-align: top;
    }

    .recipes-section {
        margin-right: 2rem;
    }
}

@media (max-width: 768px) {
    .recipes-section,
    .instagram-section {
        padding: 2rem 1rem;
        width: 100%;
    }

    .recipes,
    .instagram {
        padding: 1rem;
        margin: 0;
    }

    .recipes-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        padding: 0;
        width: 100%;
    }

    .recipe-category {
        margin: 0.25rem;
    }

    .instagram iframe {
        height: 600px;
    }
}

/* About Section */
.about-section {
    padding: 4rem 2rem;
    background-color: var(--light-bg);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 2rem;
}

.about-section h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.about-text h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
}

.about-text p {
    color: var(--text-color);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.about-text ul {
    list-style: none;
    padding: 0;
}

.about-text li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.about-text li i {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background-color: var(--light-bg);
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.feature-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.feature-card h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: var(--text-color);
    font-size: 0.9rem;
}

.about-cta {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.about-cta h2 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.about-cta p {
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #25d366;
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.btn-contact:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-section h1 {
        font-size: 2rem;
    }

    .about-text h2 {
        font-size: 1.5rem;
    }
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 2.3rem;
    margin-top: 4rem;
}

footer p {
    margin: 0;
    font-size: 1rem;
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--secondary-color);
    color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
}


