/* === GLOBAL === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #f8f4ef;
    color: #2d2d2d;
}

/* === HEADER === */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 3%;
    background: #1b1b1b;
    color: white;
    position: sticky;
    top: 0;
}

header .logo {
    margin-left: -5px;
}

header .logo img {
    height: 90px;
    width: auto;
    object-fit: contain;
}


nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #c3a27e;
}

/* === HERO === */
.hero {
    position: relative;
    background: url(https://www.arteycuero.com/wp-content/uploads/2018/07/imagen-1-cuero-de-vaca.jpg) center/cover no-repeat;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 5%;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.hero-text {
    position: relative;
    z-index: 2;
}


.hero h1 {
    font-size: 60px;
    max-width: 800px;
    margin: auto;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000;
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 30px;
    }
}

.hero-extra {
    color: #da9a56;   
    font-weight: 600;
    margin-top: 20px;
}

.hero p {
    margin: 15px 0;
    font-size: 23px;
    text-shadow: 1px 1px 5px #000;
}




.btn {
    display: inline-block;
    background: #c3a27e;
    color: black;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
}

.btn:hover {
    background: #e1c8a3;
}

/* === PRODUCTOS === */
.productos {
    padding: 60px 5%;
    text-align: center;
}

.productos h2 {
    margin-bottom: 30px;
    font-size: 32px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
}

/* Animacion de subir la carta*/
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.card h3 {
    margin: 15px 20px 10px;
}

.card p{
    margin: 0 20px 20px;
    color: #555;
    line-height: 1.5;
}

.card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    object-position:  center 32%;;
}

/* === NOSOTROS === */
.nosotros {
    padding: 60px 5%;
    text-align: center;
    background: #eee3d3;
}

/* === CONTACTO === */
.contacto {
    padding: 60px 5%;
    text-align: center;
}
.contacto h2{
    font-size: 33px;
    margin-bottom: 20px;
}

.contacto p{
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.contacto .btn{
    margin-top: 20px;
}

/* === MAPA === */
.ubicacion {
    padding: 60px 5%;
    text-align: center;
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
    margin-top: 15px;
}

/* === FOOTER === */
footer {
    background: #1b1b1b;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 40px;
}

/* ===========================================================
                    PÁGINA PRODUCTO - NATURA
=========================================================== */

.producto{
        max-width: 1100px;
        margin: 60px auto;
        padding: 0 5%;
    }

    .breadcrumb{
        font-size: 14px;
        color: #777;
        margin-bottom: 20px;
    }

    .breadcrumb a{
        color: #777;
        text-decoration: none;
    }

    .breadcrumb a:hover{
        color: #c3a27e;
    }

    .producto h1{
        font-size: 42px;
        margin-bottom: 30px;
        text-align: center;
    }

    .imagen-principal{
        width: 100%;
        max-width: 700px;
        display: block;
        margin: auto;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
    }

    .descripcion{
        max-width: 850px;
        margin: 35px auto;
        text-align: center;
        line-height: 1.8;
        font-size: 18px;
        color: #555;
    }



    /* ================= CARACTERÍSTICAS ================= */

    .caracteristicas{

        max-width:1100px;
        margin:60px auto;
        padding:0 5%;

    }

    .caracteristicas h2{

        text-align:center;
        margin-bottom:35px;
        font-size:32px;

    }

    .lista-caracteristicas{

        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

        gap:20px;

    }

    .lista-caracteristicas div{

        background:white;

        padding:18px;

        border-radius:10px;

        box-shadow:0 4px 12px rgba(0,0,0,.08);

        font-weight:500;

    }



    /* ================= COLORES ================= */

    .colores{

        max-width:1300px;

        margin:80px auto;

        padding:0 5%;

    }

    .colores h2{

        text-align:center;

        margin-bottom:45px;

        font-size:34px;

    }

    .grid-colores{

        display:grid;

        grid-template-columns:repeat(auto-fit,minmax(450px,1fr));

        gap:35px;

    }



    /* ================= TARJETAS ================= */

    .color-card{

        background: white;
        border-radius: 16px;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0,0,0,.12);
        transition: .3s;
    }

    .color-card:hover{

        transform:translateY(-8px);

        box-shadow:0 12px 35px rgba(0,0,0,.18);

    }

    .color-card h3{

        display:flex;

        align-items:center;

        font-size:24px;

        padding:20px;

        border-bottom:1px solid #eee;

    }



    /* ================= CÍRCULOS ================= */

    .circulo{

        width:18px;

        height:18px;

        border-radius:50%;

        display:inline-block;

        margin-right:12px;

        border:1px solid rgba(0,0,0,.25);

    }



    /* Colores */

    .miel{

        background:#cda35d;

    }

    .cafe{

        background:#6b4b31;

    }

    .negro{

        background:#111;

    }

    .nude{

        background:#d6b9a8;

    }

    .taupe{

        background:#8d7b69;

    }



    /* ================= FOTO ================= */

    .color-card img{

        width: 100%;
        max-width: 320px;
        aspect-ratio: 1/1;
        object-fit: cover;
        display: block;
        margin: 0 auto 18px;
        border-radius: 12px;

    }



    /* ================= VIDEO ================= */

    .color-card video{

        width: 100%;
        max-width: 320px;
        display: block;
        margin: 15px auto 0;
        border-radius: 12px;
        background: #000;
    }



    /* ================= BOTÓN ================= */

    .contacto-producto{

        text-align:center;

        margin:80px 0;

    }



    /* ================= RESPONSIVE ================= */

    @media(max-width:900px){

        .grid-colores{

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 35px;
        align-items: start;

        }

    }



    @media(max-width:600px){

    .producto h1{

    font-size:32px;

    }

    .descripcion{

    font-size:16px;

    }

    .color-card h3{

    font-size:20px;

    }

    .lista-caracteristicas{

    grid-template-columns:1fr;

    }

}

/* ======================================================
                FICHA DEL PRODUCTO
====================================================== */

.producto{
    max-width:1100px;
    margin:60px auto;
    padding:0 5%;
}

.breadcrumb{
    font-size:14px;
    color:#777;
    margin-bottom:20px;
}

.breadcrumb a{
    color:#777;
    text-decoration:none;
}

.breadcrumb a:hover{
    color:#c3a27e;
}

.producto h1{
    text-align:center;
    font-size:42px;
    margin-bottom:30px;
}

.imagen-principal{
    width:100%;
    max-width:600px;
    display:block;
    margin:0 auto 30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.descripcion{
    max-width:850px;
    margin:auto;
    text-align:center;
    line-height:1.8;
    color:#555;
    font-size:18px;
}


/* ======================================================
                CARACTERÍSTICAS
====================================================== */

.caracteristicas{
    max-width:1100px;
    margin:70px auto;
    padding:0 5%;
}

.caracteristicas h2{
    text-align:center;
    margin-bottom:35px;
}

.lista-caracteristicas{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:20px;

}

.lista-caracteristicas div{

    background:white;

    padding:18px;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}


/* ======================================================
                SELECTOR COLORES
====================================================== */

.selector-colores{

    max-width:1100px;

    margin:80px auto;

    padding:0 5%;

    text-align:center;

}

.selector-colores h2{

    margin-bottom:15px;

}

.texto-colores{

    color:#666;

    margin-bottom:35px;

}

.botones-colores{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.color-btn{

    background:white;

    border:2px solid #ddd;

    border-radius:30px;

    padding:12px 22px;

    cursor:pointer;

    display:flex;

    align-items:center;

    gap:10px;

    font-size:16px;

    transition:.3s;

}

.color-btn:hover{

    border-color:#c3a27e;

    transform:translateY(-2px);

}

.color-btn.activo{

    border:2px solid #c3a27e;

    background:#f8f1e8;

}


/* ======================================================
                CÍRCULOS
====================================================== */

.circulo{

    width:18px;

    height:18px;

    border-radius:50%;

    display:inline-block;

    border:1px solid rgba(0,0,0,.3);

}

.miel{
    background:#D8A65A;
}

.cafe{
    background:#6F4E37;
}

.negro{
    background:#111111;
}

.nude{
    background:#D8B8A5;
}

.taupe{
    background:#8C7B6B;
}


/* ======================================================
                FOTO Y VIDEO
====================================================== */

.vista-color{

    max-width:1100px;

    margin:60px auto;

    padding:0 5%;

}

.contenedor-vista{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

    align-items:start;

}

#fotoColor,
#videoColor{
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.video-general{
    display: block;
    width: 450px;
    max-width: 100%;
    margin: 20px auto;
    border-radius: 12px;
}

/* ======================================================
                WHATSAPP
====================================================== */

.contacto-producto{

    text-align:center;

    margin:80px 0;

}


/* ======================================================
                RESPONSIVE
====================================================== */

@media(max-width:900px){

    .contenedor-vista{

        grid-template-columns:1fr;

    }

    #fotoColor{

        margin-bottom:20px;

    }

}

@media(max-width:600px){

    .producto h1{

        font-size:32px;

    }

    .descripcion{

        font-size:16px;

    }

    .botones-colores{

        flex-direction:column;

        align-items:center;

    }

    .color-btn{

        width:220px;

        justify-content:center;

    }

}