﻿:root {
    --rosa: #f7cdd3;
    --rosa-fuerte: #ec96a4;
    --blanco: #fff;
    --texto: #444
}

body, html {
    height: 100%;
    margin: 0
}

body {
    display: flex;
    flex-direction: column
}

article.content {
    flex: 1
}

h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

h2 {
    font-family: 'Alex Brush',cursive;
    font-weight: 400
}

.navbar {
    background-color: var(--blanco) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    font-family: Montserrat,sans-serif
}

.navbar-brand span {
    font-size: 1.4rem;
    color: var(--rosa-fuerte)
}

.navbar-nav .nav-link {
    color: var(--texto);
    font-weight: 500;
    padding: .75rem 1rem;
    transition: color .3s ease;
    font-size: 1rem
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
        color: var(--rosa-fuerte)
    }

.navbar-toggler {
    border: none;
    outline: 0
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 30 30'%3e%3cpath stroke='%23999' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width:991.98px) {
    .navbar-nav {
        background: var(--blanco);
        border-top: 1px solid #eee
    }

        .navbar-nav .nav-link {
            padding: .75rem
        }
}

.hero-bg {
    position: relative;
    min-height: 100vh;
    background-image: url('/img/hero/tamh_Mesa de trabajo 1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 8%
}

.hero-overlay {
    position: absolute;
    inset: 0
}

.hero-content {
    position: relative;
    max-width: 600px;
    color: #fff
}

    .hero-content h1 {
        font-family: Montserrat,sans-serif;
        font-weight: 700;
        font-size: 3.2rem
    }

    .hero-content h2 {
        font-family: 'Alex Brush',cursive;
        font-size: 3rem;
        margin: 10px 0
    }

    .hero-content p {
        font-family: Montserrat,sans-serif;
        font-size: 1.1rem;
        margin: 20px 0 30px
    }

.btn-hero {
    display: inline-block;
    padding: 14px 32px;
    background-color: #fff;
    color: #000;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px
}

.contacto, .galeria, .servicios {
    padding: 4rem 2rem
}

.cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

.card {
    background-color: #fff;
    border: 1px solid #ec96a4;
    border-radius: 8px;
    padding: 2rem;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.imagenes {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 1rem
}

    .imagenes img {
        width: 100%;
        border-radius: 8px
    }

.video-presentacion {
    background-color: #fff0f4;
    padding: 6rem 2rem
}

.video-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap
}

.video-left, .video-right {
    flex: 1 1 400px
}

.video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.15)
}

    .video-wrapper video {
        width: 100%;
        display: block
    }

.video-right h2 {
    font-size: 2.5rem;
    color: #c36;
    margin-bottom: 1rem
}

.video-right p {
    font-size: 1.2rem;
    color: #7a4a5b;
    margin-bottom: 2rem
}

.btn-video {
    display: inline-block;
    background: #ff4d88;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

    .btn-video:hover {
        background: #e63972;
        transform: translateY(-3px)
    }

.marcas-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    justify-content: start
}

    .marcas-logos img {
        height: 50px
    }

@media (max-width:768px) {
    .video-content {
        flex-direction: column
    }

    .marcas-logos {
        justify-content: center
    }
}

body {
    font-family: Montserrat,sans-serif;
    color: #4a3c3c;
    background-color: #fff8f7;
    line-height: 1.6;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    color: #6d3c3c;
    letter-spacing: .05em;
    margin-bottom: 1rem
}

p {
    font-size: 1.1rem;
    color: #5a4a4a;
    font-style: normal
}

.vintage-contacto {
    background-color: #fff0f4;
    color: #6d3c3c;
    font-family: Montserrat,sans-serif;
    font-style: normal
}

    .vintage-contacto h2 {
        font-size: 2.8rem;
        margin-bottom: .5rem;
        color: #c36
    }

    .vintage-contacto p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        color: #7a4a5b
    }

.btn-group-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.btn-contacto.social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ec96a4;
    color: #fff;
    font-weight: 600;
    padding: .75rem 1.8rem;
    border-radius: 30px;
    font-style: normal;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(236,150,164,.4);
    transition: background-color .3s ease,box-shadow .3s ease;
    font-size: 1.1rem
}

    .btn-contacto.social-btn i {
        font-size: 1.4rem
    }

    .btn-contacto.social-btn:hover {
        background-color: #d27a85;
        box-shadow: 0 6px 15px rgba(210,122,133,.6);
        color: #fff
    }

.btn-contacto.whatsapp {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(37,211,102,.4)
}

    .btn-contacto.whatsapp:hover {
        background-color: #c69;
        box-shadow: 0 6px 15px rgba(30,190,86,.6)
    }

.btn-contacto.tiktok {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(238,29,82,.5)
}

    .btn-contacto.tiktok:hover {
        box-shadow: 0 6px 15px rgba(238,29,82,.8)
    }

.btn-contacto.instagram {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(255,102,204,.5)
}

    .btn-contacto.instagram:hover {
        box-shadow: 0 6px 15px rgba(255,102,204,.8)
    }

.btn-contacto.email {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(204,102,153,.4)
}

    .btn-contacto.email:hover {
        background-color: #b35282;
        box-shadow: 0 6px 15px rgba(179,82,130,.6)
    }

@media (max-width:576px) {
    .btn-group-contacto {
        flex-direction: column
    }
}

blockquote {
    font-style: italic;
    color: #7a5a5a;
    border-left: 4px solid #ec96a4;
    padding-left: 1rem;
    margin: 2rem 0;
    font-family: Montserrat,sans-serif
}

.nav-link, a {
    color: #c36;
    font-style: italic;
    text-decoration: none;
    transition: color .3s
}

    .nav-link.active, .nav-link:hover, a:hover {
        color: #ec96a4;
        text-decoration: underline
    }

@media (max-width:768px) {
    .cards {
        flex-direction: column;
        align-items: center
    }
}

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 1.5rem;
    padding: 2rem;
    background: var(--blanco)
}

.foto {
    position: relative;
    background-color: #fff;
    border: 2px solid var(--rosa);
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1)
}

    .foto img {
        width: 100%;
        height: auto;
        display: block
    }

.video-presentacion {
    background-color: #fff0f4;
    padding: 30px 10px;
    text-align: center
}

    .video-presentacion h2 {
        font-family: 'Playfair Display',serif;
        font-size: 2.5rem;
        color: #c36;
        margin-bottom: 1rem;
        font-style: normal;
        font-family: 'Alex Brush',sans-serif
    }

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.1)
}

    .video-wrapper video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 14px;
        cursor: pointer
    }

h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

h2 {
    font-family: 'Alex Brush',cursive;
    font-weight: 400
}

#contacto h2 {
    font-family: 'Alex Brush',cursive
}

.marcas-slider {
    overflow: hidden;
    width: 100%;
    background: #f8f6f3;
    padding: 40px 0
}

.marcas-track {
    display: flex;
    gap: 80px;
    animation: scroll-logos 25s linear infinite
}

    .marcas-track img {
        height: 80px;
        width: auto;
        filter: grayscale(100%);
        opacity: .7;
        transition: all .3s ease
    }

        .marcas-track img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05)
        }

@keyframes scroll-logos {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media (max-width:1024px) {
    .marcas-track {
        gap: 50px
    }

        .marcas-track img {
            height: 60px
        }
}

@media (max-width:768px) {
    .marcas-track {
        gap: 30px
    }

        .marcas-track img {
            height: 50px
        }
}

@media (max-width:480px) {
    .marcas-track {
        gap: 20px
    }

        .marcas-track img {
            height: 40px
        }
}
:root {
    --rosa: #f7cdd3;
    --rosa-fuerte: #ec96a4;
    --blanco: #fff;
    --texto: #444
}

body, html {
    height: 100%;
    margin: 0
}

body {
    display: flex;
    flex-direction: column
}

article.content {
    flex: 1
}

h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

h2 {
    font-family: 'Alex Brush',cursive;
    font-weight: 400
}

.navbar {
    background-color: var(--blanco) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    font-family: Montserrat,sans-serif
}

.navbar-brand span {
    font-size: 1.4rem;
    color: var(--rosa-fuerte)
}

.navbar-nav .nav-link {
    color: var(--texto);
    font-weight: 500;
    padding: .75rem 1rem;
    transition: color .3s ease;
    font-size: 1rem
}

    .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
        color: var(--rosa-fuerte)
    }

.navbar-toggler {
    border: none;
    outline: 0
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 30 30'%3e%3cpath stroke='%23999' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width:991.98px) {
    .navbar-nav {
        background: var(--blanco);
        border-top: 1px solid #eee
    }

        .navbar-nav .nav-link {
            padding: .75rem
        }
}

.hero-bg {
    position: relative;
    min-height: 100vh;
    background-image: url('/img/hero/tamh_Mesa de trabajo 1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 8%
}

.hero-overlay {
    position: absolute;
    inset: 0
}

.hero-content {
    position: relative;
    max-width: 600px;
    color: #fff
}

    .hero-content h1 {
        font-family: Montserrat,sans-serif;
        font-weight: 700;
        font-size: 3.2rem
    }

    .hero-content h2 {
        font-family: 'Alex Brush',cursive;
        font-size: 3rem;
        margin: 10px 0
    }

    .hero-content p {
        font-family: Montserrat,sans-serif;
        font-size: 1.1rem;
        margin: 20px 0 30px
    }

.btn-hero {
    display: inline-block;
    padding: 14px 32px;
    background-color: #fff;
    color: #000;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px
}

.contacto, .galeria, .servicios {
    padding: 4rem 2rem
}

.cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center
}

.card {
    background-color: #fff;
    border: 1px solid #ec96a4;
    border-radius: 8px;
    padding: 2rem;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,.05)
}

.imagenes {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 1rem
}

    .imagenes img {
        width: 100%;
        border-radius: 8px
    }

.video-presentacion {
    background-color: #fff0f4;
    padding: 6rem 2rem
}

.video-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap
}

.video-left, .video-right {
    flex: 1 1 400px
}

.video-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.15)
}

    .video-wrapper video {
        width: 100%;
        display: block
    }

.video-right h2 {
    font-size: 2.5rem;
    color: #c36;
    margin-bottom: 1rem
}

.video-right p {
    font-size: 1.2rem;
    color: #7a4a5b;
    margin-bottom: 2rem
}

.btn-video {
    display: inline-block;
    background: #ff4d88;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease
}

    .btn-video:hover {
        background: #e63972;
        transform: translateY(-3px)
    }

.marcas-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    justify-content: start
}

    .marcas-logos img {
        height: 50px
    }

@media (max-width:768px) {
    .video-content {
        flex-direction: column
    }

    .marcas-logos {
        justify-content: center
    }
}

body {
    font-family: Montserrat,sans-serif;
    color: #4a3c3c;
    background-color: #fff8f7;
    line-height: 1.6;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    color: #6d3c3c;
    letter-spacing: .05em;
    margin-bottom: 1rem
}

p {
    font-size: 1.1rem;
    color: #5a4a4a;
    font-style: normal
}

.vintage-contacto {
    background-color: #fff0f4;
    color: #6d3c3c;
    font-family: Montserrat,sans-serif;
    font-style: normal
}

    .vintage-contacto h2 {
        font-size: 2.8rem;
        margin-bottom: .5rem;
        color: #c36
    }

    .vintage-contacto p {
        font-size: 1.25rem;
        margin-bottom: 2rem;
        color: #7a4a5b
    }

.btn-group-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.btn-contacto.social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ec96a4;
    color: #fff;
    font-weight: 600;
    padding: .75rem 1.8rem;
    border-radius: 30px;
    font-style: normal;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(236,150,164,.4);
    transition: background-color .3s ease,box-shadow .3s ease;
    font-size: 1.1rem
}

    .btn-contacto.social-btn i {
        font-size: 1.4rem
    }

    .btn-contacto.social-btn:hover {
        background-color: #d27a85;
        box-shadow: 0 6px 15px rgba(210,122,133,.6);
        color: #fff
    }

.btn-contacto.whatsapp {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(37,211,102,.4)
}

    .btn-contacto.whatsapp:hover {
        background-color: #c69;
        box-shadow: 0 6px 15px rgba(30,190,86,.6)
    }

.btn-contacto.tiktok {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(238,29,82,.5)
}

    .btn-contacto.tiktok:hover {
        box-shadow: 0 6px 15px rgba(238,29,82,.8)
    }

.btn-contacto.instagram {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(255,102,204,.5)
}

    .btn-contacto.instagram:hover {
        box-shadow: 0 6px 15px rgba(255,102,204,.8)
    }

.btn-contacto.email {
    background-color: #c69;
    box-shadow: 0 4px 10px rgba(204,102,153,.4)
}

    .btn-contacto.email:hover {
        background-color: #b35282;
        box-shadow: 0 6px 15px rgba(179,82,130,.6)
    }

@media (max-width:576px) {
    .btn-group-contacto {
        flex-direction: column
    }
}

blockquote {
    font-style: italic;
    color: #7a5a5a;
    border-left: 4px solid #ec96a4;
    padding-left: 1rem;
    margin: 2rem 0;
    font-family: Montserrat,sans-serif
}

.nav-link, a {
    color: #c36;
    font-style: italic;
    text-decoration: none;
    transition: color .3s
}

    .nav-link.active, .nav-link:hover, a:hover {
        color: #ec96a4;
        text-decoration: underline
    }

@media (max-width:768px) {
    .cards {
        flex-direction: column;
        align-items: center
    }
}

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 1.5rem;
    padding: 2rem;
    background: var(--blanco)
}

.foto {
    position: relative;
    background-color: #fff;
    border: 2px solid var(--rosa);
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1)
}

    .foto img {
        width: 100%;
        height: auto;
        display: block
    }

.video-presentacion {
    background-color: #fff0f4;
    padding: 30px 10px;
    text-align: center
}

    .video-presentacion h2 {
        font-family: 'Playfair Display',serif;
        font-size: 2.5rem;
        color: #c36;
        margin-bottom: 1rem;
        font-style: normal;
        font-family: 'Alex Brush',sans-serif
    }

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.1)
}

    .video-wrapper video {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 14px;
        cursor: pointer
    }

h1 {
    font-family: Montserrat,sans-serif;
    font-weight: 700
}

h2 {
    font-family: 'Alex Brush',cursive;
    font-weight: 400
}

#contacto h2 {
    font-family: 'Alex Brush',cursive
}

.marcas-slider {
    overflow: hidden;
    width: 100%;
    background: #f8f6f3;
    padding: 40px 0
}

.marcas-track {
    display: flex;
    gap: 80px;
    animation: scroll-logos 25s linear infinite
}

    .marcas-track img {
        height: 80px;
        width: auto;
        filter: grayscale(100%);
        opacity: .7;
        transition: all .3s ease
    }

        .marcas-track img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05)
        }

@keyframes scroll-logos {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@media (max-width:1024px) {
    .marcas-track {
        gap: 50px
    }

        .marcas-track img {
            height: 60px
        }
}

@media (max-width:768px) {
    .marcas-track {
        gap: 30px
    }

        .marcas-track img {
            height: 50px
        }
}

@media (max-width:480px) {
    .marcas-track {
        gap: 20px
    }

        .marcas-track img {
            height: 40px
        }
}

.logos-title {
    text-align: center;
    font-family: 'Alex Brush', sans-serif;
    margin-bottom: 30px;
    font-size: 35px;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide-track {
    display: flex;
    width: max-content; /* evita problemas con el cálculo */
    animation: scroll 60s linear infinite;
}

.slide {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 120px;
    opacity: 0.7;
    transition: 0.3s;
}

.slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* Animación */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}