body {
    background-color: white;
    padding: 0;
    margin: 0;
    font-family: "Hedvig Letters Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.back-hero {
    position: absolute;
    width: 100%;
    height: 90vh;
    top: 0;
    left: 0;
    background-image: url("./img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.back-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.first {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    z-index: 3;
}



.second {
    position: relative;
    width: 100%;
    height: 700px;
    z-index: 3;
    background-color: #000;
}

.second-content {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
}

.left-img-info {
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url('./img/domic.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rigth-info {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rigth-info-content {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 32px;
}

.rigth-info h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: #fff;
}

.rigth-info p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px 0;
    color: #fff;
}

.rigth-info a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 24px;
}

.third {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    z-index: 3;
}

.header-hero {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 32px 0 0 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.info-hero {
    position: relative;
    width: 1280px;
    margin: 8% auto 0 auto;
    z-index: 3;
}

.info-hero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.info-hero h1 span {
    color: #bfa46a;
    display: block;
    font-weight: 400;
}

.logo {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}

.name-logo {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.logo-img {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 60px;
    box-shadow: 0px 19.2px 72px 0px rgba(0, 0, 0, 0.90);

}

.actions-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.actions-menu a {
    color: white;
    font-size: 24px;
    height: auto;
    text-decoration: none;
}

.actions-menu i {
    color: white;
    font-size: 24px;
    height: auto;
    display: none;
}


.cards-container {
    width: 1280px;
    padding: 0;
    height: 2000px;
    margin: auto;
    z-index: 3;
    position: relative;
    display: flex;
}

.card-instragram {
    position: absolute;
    top: 64px;
    left: 24px;
    z-index: 1;
    width: 600px;
    height: auto;
    display: block;
    border-radius: 24px;
    margin: 32px;
    background: #FFF;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.25);
}

.head-int {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.head-int img {
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 10px;
    border-radius: 100px;
}

.head-int h4 {
    text-align: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    margin: auto;
}

.head-int a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    height: auto;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    background: #0095F6;
    box-shadow: 0px 0px 20px 0px rgba(0, 149, 246, 0.32);
}

.espejos-card {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: linear-gradient(221deg, rgba(255, 255, 255, 0.00) 40%, rgba(0, 0, 0, 0.30) 100%), url(./img/inst.jpg) lightgray 0px -73.157px / 100% 125.363% no-repeat;
    background-blend-mode: multiply, normal;
    text-decoration: none;
    transition: all 0.3s ease;
}

.espejos-card:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
}

.espejos-card h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
    text-align: left;
    font-size: 32px;
    padding: 5px 10px;
    margin: 0;
}

.footer-inst {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.icon-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-left img {
    width: 32px;
    height: 32px;
}

.icon-rigth img {
    width: 32px;
    height: 32px;
}

.card-whatsapp {
    position: absolute;
    top: 400px;
    right: 24px;
    z-index: 2;
    width: 600px;
    height: auto;
    display: block;
    border-radius: 24px;
    margin: 32px;
    background: #FFF;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.25);
}

.head-whatsapp {
    display: flex;
    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.head-whatsapp img {
    height: 50px;
    width: 50px;
    display: block;
    margin-right: 10px;
    border-radius: 100px;
}

.head-whatsapp h4 {
    text-align: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    margin: auto;
}

.head-whatsapp a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    height: auto;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    background: #25D366;
    box-shadow: 0px 0px 22.164px 0px rgba(37, 211, 102, 0.32);
}

.espejos-card-whatsapp {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    padding: 32px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0.00) 30.28%, rgba(0, 0, 0, 0.70) 79.42%), url(./img/vidrio.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
    text-decoration: none;
    transition: all 0.3s ease;
}

.espejos-card-whatsapp:hover {
    transform: scale(1.02);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3);
}

.espejos-card-whatsapp h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 32px;
    padding: 5px 10px;
    margin: 0;
}

.espejos-card-whatsapp p {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0;
}

.glass-card {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 20px 304px 0px rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(5px);
}

.footer-whatsapp {
    padding: 16px 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer-whatsapp img {
    width: 32px;
    height: 32px;
}

.card-tiktok {
    position: absolute;
    top: 900px;
    left: 24px;
    z-index: 1;
    display: flex;
    border-radius: 24px;
    width: 600px;
    height: auto;
    background-color: #000;
    margin: 32px;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.25);
}

.content-tiktok {
    display: flex;
    padding: 32px;
    border-radius: 24px 24px 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    height: 100%;
    align-self: stretch;
    background: linear-gradient(181deg, rgba(255, 255, 255, 0.00) 30.28%, rgba(0, 0, 0, 0.70) 79.42%), url(./img/mesa.jpg) lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, normal;
}

.head-tiktok {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.head-tiktok img {
    width: 100%;
    display: block;
}

.body-tiktok {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    text-decoration: none;
    transition: all 0.3s ease;
}

.body-tiktok:hover {
    transform: scale(1.02);
}

.actions-tiktok {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    width: 100%;
}

.actions-tiktok h2 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 100%;
}

.actions-tiktok-buttons {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-tiktok-icons img {
    width: 64px;
    display: block;
    margin: auto;
}

.actions-tiktok-trabajos {
    display: flex;
    padding: 25.6px 38.4px;
    justify-content: center;
    align-items: center;
    gap: 12.8px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.20);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.actions-tiktok-seguir {
    display: flex;
    padding: 24px 38px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 24px;
    background: #FE2B54;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-ticktok {
    display: flex;
    width: 64px;
    flex-direction: column;
    align-items: center;
}

.sidebar-ticktok img {
    width: 100%;
    display: block;
}

.sidebar-ticktok {
    display: block;
    width: 84px;
}

.footer-tiktok {
    display: flex;
    padding: 24px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: var(--COLORS-Neutral-1000, #000);
    border-radius: 24px;
}

.footer-tiktok-icons {
    display: flex;
    padding: 8px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    z-index: 3;
    background-color: #fff;
    padding: 84px 0 24px 0;
}

.footer-content {
    width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
}

.footer-content-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.logo-footer {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 32px;
}

.logo-footer img {
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 60px;
    margin-bottom: 32px;
}

.logo-footer h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}


.footer-content-center {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-content-center h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.footer-content-center ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-content-center ul li {
    margin-bottom: 16px;
    text-decoration: none;
}

.footer-content-center ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-decoration: none;
}

.footer-content-center ul li a:hover {
    text-decoration: underline;
}


.footer-content-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-content-right h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px 0;
}

.footer-content-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-content-right ul li {
    margin-bottom: 16px;
    text-decoration: none;
}

.footer-content-right ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-decoration: none;
}

.footer-content-right ul li a:hover {
    text-decoration: underline;
}

.footer-content-bottom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 64px;
}

.footer-content-bottom p {
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin: 0;
}



@media (max-width: 1300px) {

    .cards-container {
        width: 1280px;
    }

    .logo-img {
        width: 84px;
        height: 84px;
    }

    .actions-menu img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .header-hero {
        width: 1280px;
    }

    .back-hero {
        height: 90vh;
    }

    .back-hero::after {
        height: 90vh;
    }

    .info-hero {
        width: 1280px;
    }

    .info-hero h1 {
        font-size: 64px;
        text-align: left;
        width: 100%;
    }

    .second-content {
        width: 1280px;
    }
}

@media (max-width: 1024px) {

    .cards-container {
        width: 90%;
        margin: auto;
    }

    .logo-img {
        width: 64px;
        height: 64px;
    }

    .head-int img {
        height: 32px;
        width: 32px;
    }

    .name-logo {
        font-size: 24px;
    }

    .actions-menu img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .header-hero {
        width: 84%;
        margin: auto;
    }

    .back-hero {
        height: 70vh;
    }

    .back-hero::after {
        height: 70vh;
    }

    .info-hero {
        width: 84%;
    }

    .info-hero h1 {
        font-size: 48px;
        text-align: left;
        width: 94%;
    }

    .second-content {
        width: 100%;
    }

    .card-instragram {
        width: 100%;
        left: 0;
        top: 32px;
        margin: auto;
    }
}

@media (max-width: 768px) {

    .cards-container {
        width: 90%;
        margin: auto;
    }


    .card-instragram {
        border-radius: 16px;
    }

    .head-int {
        padding: 6px 10px;
    }

    .head-int img {
        height: 32px;
        width: 32px;
    }

    .head-int a {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 10px;
    }

    .espejos-card h5 {
        font-size: 24px;
    }

    .espejos-card {
        height: 300px;
    }

    .head-int img {
        height: 32px;
        width: 32px;
    }

    .logo-img {
        width: 64px;
        height: 64px;
    }

    .name-logo {
        font-size: 24px;
    }

    .actions-menu img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .header-hero {
        width: 84%;
        margin: auto;
    }

    .back-hero {
        height: 60vh;
    }

    .back-hero::after {
        height: 60vh;
    }

    .info-hero {
        width: 100%;
    }

    .info-hero h1 {
        font-size: 38px;
        text-align: left;
        width: 84%;
        margin: auto;
    }

    .second-content {
        width: 100%;
    }

    .card-instragram {
        width: 100%;
        left: 0;
        top: 32px;
        margin: auto;
    }
}

@media (max-width: 480px) {

    .cards-container {
        width: 90%;
        margin: auto;
        height: 1750px;
    }

    .logo-img {
        width: 48px;
        height: 48px;
    }

    .name-logo {
        display: none;
    }

    .actions-menu img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .header-hero {
        width: 84%;
        margin: auto;
    }

    .back-hero {
        height: 50vh;
    }

    .back-hero::after {
        height: 50vh;
    }

    .info-hero {
        width: 100%;
    }

    .info-hero h1 {
        font-size: 24px;
        text-align: left;
        width: 84%;
        margin: auto;
    }

    .second-content {
        width: 100%;
    }

    .card-instragram {
        width: 100%;
        left: 0;
        top: 32px;
        margin: auto;
    }

    .card-instragram {
        border-radius: 16px;
    }

    .head-int {
        padding: 10px 10px;
    }

    .head-int img {
        height: 32px;
        width: 32px;
    }

    .head-int a {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 10px;
    }

    .espejos-card h5 {
        font-size: 24px;
    }

    .espejos-card {
        height: 300px;
        padding: 16px;
    }

    .footer-inst {
        padding: 10px;
    }

    .icon-left img {
        width: 24px;
        height: 24px;
    }

    .icon-rigth img {
        width: 24px;
        height: 24px;
    }

    .card-whatsapp {
        width: 100%;
        right: 0;
        top: 500px;
        margin: auto;
        border-radius: 16px;
    }

    .head-whatsapp {
        padding: 10px 10px;
    }

    .head-whatsapp img {
        height: 32px;
        width: 32px;
    }

    .head-whatsapp a {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 10px;
    }

    .espejos-card-whatsapp {
        height: 300px;
        padding: 24px;
    }

    .espejos-card-whatsapp h5 {
        font-size: 20px;
    }

    .espejos-card-whatsapp p {
        font-size: 16px;
    }

    .glass-card {
        padding: 16px;
        gap: 10px;
    }

    .footer-whatsapp {
        padding: 10px 20%;
    }

    .footer-whatsapp img {
        width: 24px;
        height: 24px;
    }

    .card-tiktok {
        width: 100%;
        left: 0;
        top: 980px;
        border-radius: 16px;
        margin: auto;
        height: 700px;
    }

    .content-tiktok {
        height: 600px;
        padding: 0 16px;
        border-radius: 16px 16px 0 0;
    }

    .head-tiktok {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .sidebar-ticktok {
        display: flex;
        width: 32px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }

    .body-tiktok {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .actions-tiktok h2 {
        color: #FFF;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 52px;
    }

    .actions-tiktok-seguir {
        display: flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        border-radius: 16px;
        background: #FE2B54;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #FFF;
        text-decoration: none;
    }

    .actions-tiktok-trabajos {
        display: flex;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.20);
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #FFF;
        text-decoration: none;
    }

    .actions-tiktok h2 {
        color: #FFF;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .actions-tiktok {
        gap: 0px;
        width: 100%;
        padding: 24px 0;
    }

    .sidebar-ticktok {
        display: flex;
        width: 48px;
        flex-direction: column;
        align-items: center;
        gap: 48px;
        padding: 24px 0;
    }

    .footer-tiktok {
        display: flex;
        padding: 16px 0px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        background: var(--COLORS-Neutral-1000, #000);
        border-radius: 24px;
    }

    .footer-tiktok-icons {
        padding: 8px 8px;
    }

    .footer-tiktok-icons img {
        width: 48px;
        display: block;
        margin: auto;
    }

    .rigth-info {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rigth-info h2 {
        font-size: 24px;
        text-align: center;
    }

    .rigth-info p {
        font-size: 16px;
        text-align: center;
    }

    .second {
        position: relative;
        width: 100%;
        height: 530px;
        background-size: 100%;
        background-position: top;
    }

    .rigth-info {
        align-items: end;
    }

    .left-img-info {
        width: 100%;
        height: 300px;
    }

    .rigth-info-content {
        width: 100%;
        height: auto;
        display: grid;
        padding: 32px;
        justify-content: center;
    }

    .rigth-info a {
        margin: auto;
    }

    .footer-content {
        display: block;
        width: 100%;
    }

    .logo-footer {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
    }

    .logo-footer img {
        margin: auto;
    }

    .logo-footer h2 {
        margin: 24px auto 64px;
        width: 100%;
        text-align: center;
    }

    .footer-content-center h2 {
        width: 100%;
        text-align: center;
    }

    .footer-content-center ul {
        width: 100%;
        text-align: center;
    }

    .footer-content-right h2 {
        margin-top: 64px;
        width: 100%;
        text-align: center;
    }
    
    .footer-content-right ul {
        width: 100%;
        text-align: center;
    }
}

/* ===== ESTILOS PARA LA GALERÍA ===== */

/* Header de la galería */
.gallery-header {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    padding: 24px 0;
    z-index: 10;
}

.gallery-header-content {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
}

.gallery-logo {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gallery-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 24px;
    border: 2px solid #bfa46a;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background-color: #bfa46a;
    color: #000;
}

.gallery-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gallery-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Hero de la galería */
.gallery-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%), url('./img/hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-hero-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.gallery-hero-content p {
    color: #bfa46a;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

/* Filtros de categorías */
.gallery-filters {
    width: 100%;
    padding: 48px 0;
    background-color: #f8f8f8;
}

.filters-container {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 32px;
}

.filter-btn {
    padding: 12px 24px;
    border: 2px solid #bfa46a;
    background-color: transparent;
    color: #bfa46a;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Open Sans", sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #bfa46a;
    color: #000;
}

/* Galería de imágenes */
.gallery-section {
    width: 100%;
    padding: 64px 0;
    background-color: #fff;
}

.gallery-container {
    width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 32px;
    padding: 0 32px;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.gallery-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 32px 24px 24px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-overlay h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0;
    font-family: "Open Sans", sans-serif;
}

.gallery-overlay p {
    font-size: 16px;
    margin: 0;
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
}

/* CTA Section */
.gallery-cta {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(135deg, #000 0%, #333 100%);
    text-align: center;
}

.cta-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.cta-content p {
    color: #bfa46a;
    font-size: 20px;
    margin: 0 0 32px 0;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0px 8px 24px rgba(37, 211, 102, 0.3);
}

.cta-btn:hover {
    background-color: #20b85a;
    transform: translateY(-2px);
    box-shadow: 0px 12px 32px rgba(37, 211, 102, 0.4);
}

.cta-btn img {
    width: 24px;
    height: 24px;
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive para la galería */
@media (max-width: 1300px) {
    .gallery-header-content,
    .filters-container,
    .gallery-container {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .gallery-header-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .gallery-hero-content h1 {
        font-size: 36px;
    }

    .gallery-hero-content p {
        font-size: 20px;
    }

    .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .gallery-hero {
        height: 300px;
    }

    .gallery-hero-content h1 {
        font-size: 28px;
    }

    .gallery-hero-content p {
        font-size: 18px;
    }

    .filters-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gallery-image {
        height: 250px;
    }

    .gallery-overlay h3 {
        font-size: 20px;
    }

    .gallery-overlay p {
        font-size: 14px;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-content p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .gallery-header {
        padding: 16px 0;
    }

    .gallery-header-content {
        padding: 0 16px;
    }

    .gallery-logo {
        flex-direction: column;
        gap: 12px;
    }

    .name-logo {
        font-size: 20px;
    }

    .gallery-nav {
        flex-direction: column;
        gap: 16px;
    }

    .back-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .gallery-hero {
        height: 250px;
    }

    .gallery-hero-content h1 {
        font-size: 24px;
    }

    .gallery-hero-content p {
        font-size: 16px;
    }

    .gallery-filters {
        padding: 32px 0;
    }

    .filters-container {
        padding: 0 16px;
    }

    .gallery-section {
        padding: 32px 0;
    }

    .gallery-container {
        padding: 0 16px;
    }

    .gallery-image {
        height: 200px;
    }

    .gallery-cta {
        padding: 48px 0;
    }

    .cta-content h2 {
        font-size: 24px;
    }

    .cta-content p {
        font-size: 16px;
    }

    .cta-btn {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* ===== ESTILOS PARA EL MODAL/LIGHTBOX ===== */

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
    position: relative;
    margin: 2% auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease-in-out;
}

.modal-info {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    margin-top: 24px;
    text-align: center;
    max-width: 600px;
    backdrop-filter: blur(10px);
}

.modal-info h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #bfa46a;
    font-family: "Hedvig Letters Serif", serif;
}

.modal-info p {
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

/* Botón de cerrar */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.close:hover {
    color: #bfa46a;
    background: rgba(191, 164, 106, 0.2);
    transform: scale(1.1);
}

/* Animaciones */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive para el modal */
@media (max-width: 1024px) {
    .modal-content {
        width: 95%;
        height: 95vh;
        margin: 2.5% auto;
    }

    .modal-content img {
        max-height: 70vh;
    }

    .modal-info {
        padding: 20px;
        margin-top: 20px;
    }

    .modal-info h3 {
        font-size: 24px;
    }

    .modal-info p {
        font-size: 16px;
    }

    .close {
        top: 15px;
        right: 20px;
        font-size: 35px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .modal-content {
        width: 98%;
        height: 98vh;
        margin: 1% auto;
    }

    .modal-content img {
        max-height: 60vh;
    }

    .modal-info {
        padding: 16px;
        margin-top: 16px;
        max-width: 90%;
    }

    .modal-info h3 {
        font-size: 20px;
    }

    .modal-info p {
        font-size: 14px;
    }

    .close {
        top: 10px;
        right: 15px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .modal-content {
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    .modal-content img {
        max-height: 50vh;
        border-radius: 8px;
    }

    .modal-info {
        padding: 12px;
        margin-top: 12px;
        border-radius: 8px;
    }

    .modal-info h3 {
        font-size: 18px;
    }

    .modal-info p {
        font-size: 13px;
    }

    .close {
        top: 8px;
        right: 12px;
        font-size: 25px;
        width: 35px;
        height: 35px;
    }
}