
:root {
    --primary: #0756a8;
    --primary-dark: #043d78;
    --primary-light: #eaf3ff;
    --secondary: #12a84a;
    --secondary-dark: #07833a;
    --text: #1c2630;
    --text-light: #687482;
    --white: #ffffff;
    --background: #f5f7fa;
    --border: #e5e9ee;
    --shadow: 0 10px 35px rgba(20, 45, 75, .09);
    --radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none !important;
}

/* =========================================
   HEADER
========================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.header-container {
    max-width: 1200px;
    margin: auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo img {
    width: auto;
    height: 120px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-nav a {
    color: #28333d;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 13px;
    border-radius: 8px;
    transition: .2s ease;
}

.main-nav a:hover {
    color: var(--primary);
    background: var(--primary-light);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--secondary);
    color: white !important;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: .2s ease;
    box-shadow: 0 6px 18px rgba(18, 168, 74, .22);
}

.btn-whatsapp:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
}

.mobile-menu-btn {
    display: none;
    border: 0;
    background: transparent;
    font-size: 30px;
    color: var(--primary);
    cursor: pointer;
}

/* =========================================
   HERO
========================================= */

.hero {
    min-height: 750px;
    position: relative;
    display: flex;
    align-items: center;
 
}

.loja-2 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa02.jpg") center/cover no-repeat;
}
.loja-3 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa03.jpeg") center/cover no-repeat;
}

.loja-4 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa04.jpg") center/cover no-repeat;
}

.loja-5 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa05.jpg") center/cover no-repeat;
}

.loja-6 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa06.jpg") center/cover no-repeat;
}

.loja-7 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa07.jpg") center/cover no-repeat;
}

.loja-8 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa08.png") center/cover no-repeat;
}

.loja-9 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa09.jpg") center/cover no-repeat;
}

.loja-10 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa10.jpg") center/cover no-repeat;
}

.loja-11 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa11.jpg") center/cover no-repeat;
}

.loja-12 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa12.jpg") center/cover no-repeat;
}

.loja-13 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa13.jpg") center/cover no-repeat;
}

.loja-14 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa14.jpg") center/cover no-repeat;
}

.loja-15 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa15.jpeg") center/cover no-repeat;
}

.loja-16 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa16.jpg") center/cover no-repeat;
}

.loja-17 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa17.jpg") center/cover no-repeat;
}

.loja-18 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa18.jpg") center/cover no-repeat;
}

.loja-19 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa19.jpg") center/cover no-repeat;
}

.loja-20 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa20.jpg") center/cover no-repeat;
}

.loja-21 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa21.jpg") center/cover no-repeat;
}

.loja-22 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa22.jpg") center/cover no-repeat;
}

.loja-23 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa23.jpg") center/cover no-repeat;
}

.loja-24 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa24.jpg") center/cover no-repeat;
}

.loja-25 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa25.jpg") center/cover no-repeat;
}

.loja-26 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa26.jpg") center/cover no-repeat;
}

.loja-27 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa27.jpeg") center/cover no-repeat;
}

.loja-28 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa28.jpeg") center/cover no-repeat;
}

.loja-1 {
    background:
    linear-gradient(90deg,
        #008f88 0%,
        #00b6ad93 45%,
        #00cfc51d 100%),
    url("../images/capa/capa01.jpg") center/cover no-repeat;
}




.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 90px 20px;
}

.hero-content {
    max-width: 700px;
    color: white;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .25);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
}

.hero h1 {
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -2px;
}

.hero h1 span {
    color: #ff6f15 ;
}

.hero-description {
    font-size: 18px;
    max-width: 600px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-primary-custom,
.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    transition: .2s ease;
}

.btn-primary-custom {
    background: var(--secondary);
    color: white !important;
}

.btn-primary-custom:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
}

.btn-outline-custom {
    border: 1px solid rgba(255, 255, 255, .45);
    color: white !important;
    background: rgba(255, 255, 255, .08);
}

.btn-outline-custom:hover {
    background: white;
    color: var(--primary) !important;
}

/* =========================================
   QUICK INFO
========================================= */

.quick-info {
    position: relative;
    margin-top: -65px;
    z-index: 10;
    padding: 0 20px;
}

.quick-info-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.info-card {
    padding: 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    border-right: 1px solid var(--border);
}

.info-card:last-child {
    border-right: 0;
}

.info-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 23px;
}

.info-card h3 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 800;
}

.info-card p {
    margin: 0;
    color: var(--text-light);
    font-size: 13px;
}

/* =========================================
   SECTIONS
========================================= */

.section {
    padding: 95px 20px;
}

.section-light {
    background: var(--background);
}

.section-container {
    max-width: 1200px;
    margin: auto;
}

.section-heading {
    max-width: 700px;
    margin-bottom: 45px;
}

.section-label {
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    margin: 0 0 15px;
    font-weight: 800;
    letter-spacing: -1px;
}

.section-description {
    color: var(--text-light);
    font-size: 16px;
    margin: 0;
}

/* =========================================
   ABOUT
========================================= */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.about-image {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.about-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.about-content p {
    color: var(--text-light);
    font-size: 16px;
    margin-bottom: 20px;
}

.about-highlight {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
    padding: 18px;
    background: var(--primary-light);
    border-radius: 12px;
    color: var(--primary);
    font-weight: 700;
}

/* =========================================
   SERVICES
========================================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card {
    padding: 30px 24px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .25s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: transparent;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.service-card p {
    margin: 0;
    color: var(--text-light);
    font-size: 13px;
}

/* =========================================
   GALLERY
========================================= */

.gallery-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-rows: 240px;
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    background: #ddd;
}

.gallery-item:first-child {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-item::after {
    content: "＋";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 38px;
    background: rgba(0, 70, 140, .45);
    opacity: 0;
    transition: .3s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item:hover::after {
    opacity: 1;
}

/* =========================================
   MODAL
========================================= */

.gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .92);
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.gallery-modal.active {
    display: flex;
}

.gallery-modal img {
    max-width: 95%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.modal-close {
    position: absolute;
    right: 25px;
    top: 15px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    background: none;
    border: 0;
}

/* =========================================
   LOCATION
========================================= */

.location-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 35px;
    align-items: stretch;
}

.map-container {
    min-height: 480px;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
}

.location-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-card h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 25px;
}

.contact-line {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
}

.contact-line-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-line strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.contact-line span {
    color: var(--text-light);
    font-size: 14px;
}

.location-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.location-button {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

.location-button.blue {
    background: var(--primary);
    color: white;
}

.location-button.green {
    background: var(--secondary);
    color: white;
}

/* =========================================
   OTHER STORES
========================================= */

.stores-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.store-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px;
    transition: .2s ease;
}

.store-card:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
}

.store-number {
    font-size: 12px;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
}

.store-card h3 {
    margin: 5px 0 15px;
    font-size: 17px;
}

.store-card a {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
}

/* =========================================
   FOOTER
========================================= */

footer {
    background: #071a2d;
    color: white;
    padding: 65px 20px 25px;
}

.footer-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 50px;
}

.footer-logo img {
    height: 55px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer p {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

.footer h3 {
    font-size: 15px;
    margin-bottom: 18px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.footer-links a:hover {
    color: white;
}

.socials {
    display: flex;
    gap: 10px;
}

.social {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: white;
    font-size: 18px;
    transition: .2s ease;
}

.social:hover {
    background: var(--primary);
    color: white;
}

.footer-bottom {
    max-width: 1200px;
    margin: 50px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
}

/* =========================================
   FLOATING WHATSAPP
========================================= */

.whatsapp-floating {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1500;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25D366;
    color: white !important;
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    transition: .25s ease;
}

.whatsapp-floating:hover {
    transform: scale(1.08);
    background: #1ebc59;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .main-nav,
    .header-actions {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .quick-info-container {
        grid-template-columns: 1fr;
    }

    .info-card {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .info-card:last-child {
        border-bottom: 0;
    }

    .about-grid,
    .location-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stores-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {

    .header-container {
        padding: 10px 16px;
    }

    .logo img {
        height: 48px;
    }

    .hero {
        min-height: 600px;
    }

    .hero-container {
        padding: 70px 20px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary-custom,
    .btn-outline-custom {
        width: 100%;
    }

    .quick-info {
        margin-top: -35px;
    }

    .section {
        padding: 65px 20px;
    }

    .about-image img {
        height: 350px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
    }

    .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .location-card {
        padding: 28px;
    }

    .map-container,
    .map-container iframe {
        min-height: 350px;
    }

    .stores-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .whatsapp-floating {
        width: 54px;
        height: 54px;
        right: 16px;
        bottom: 16px;
    }

   
}
.socicon{
    display: none !important; 
}