﻿body{
    font-family: "Wix Madefor Display", sans-serif;
    font-family: "Titillium Web", sans-serif;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    
    background: linear-gradient(
        to bottom,
        rgba(226, 225, 217, 1) 0%,
        rgba(226, 225, 217, 0.8) 40%,
        rgba(226, 225, 217, 0.6) 60%,
        rgba(226, 225, 217, 0.4) 80%,
        rgba(226, 225, 217, 0.2) 90%,
        rgba(226, 225, 217, 0) 100%
    );

    padding-top: 12px;
    padding-bottom: 100px;

    transition: all 1s;
}
.scrolled{
    background: linear-gradient(
        to bottom,
        rgba(226, 225, 217, 1) 0%,
        rgba(226, 225, 217, 1) 40%,
        rgba(226, 225, 217, 1) 60%,
        rgba(226, 225, 217, 1) 80%,
        rgba(226, 225, 217, 1) 90%,
        rgba(226, 225, 217, 0.8) 100%
    );
    
    padding-bottom: 12px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 33.33%;
    float: left;
}

.menu{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}


.datos{
    font-size: 19px;
}
.datos img{
    width: 30px;
}


.carrito{
    font-size: 22px;
    color: #575448;
}

.efecto{
    padding: 0;
}


.categorias{
    padding-top: 50px;
    padding-bottom: 50px;
}

.titulo{
    color: #575448;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}


.textoCate{
    background: #575448;
    color: white;
    font-size: 20px;
    font-weight: lighter;
    padding: 60px;
}
.textoCate strong{
    width: 100%;
    font-size: 50px;
    text-shadow: 2px 2px 10px black;
    display: inline-block;
}
.textoCate a{
    color: white;
    text-decoration: none;
}


.img{
    padding: 45px;
}
.i1 strong{
    position: relative;
    z-index: 100;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    text-align: right;
    display: inline-block;
    text-shadow: 3px 3px 10px black;
}
.i1 strong span, .i2 strong span{
    /* background: rgb(38, 37, 34, 0.6); */
    padding: 0 10px;

    border-radius: 10px;
}
.i2 strong{
    position: relative;
    z-index: 100;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 40px;
    text-align: left;
    display: inline-block;
    text-shadow: 3px 3px 10px black;
}

.img1{
    background: url(../images/1a.jpg) no-repeat center center;
    background-size:cover
}
.img2{
    background: url(../images/2a.jpg) no-repeat center center;
    background-size:cover
}


.nosotros{
    padding-top: 60px;
    padding-bottom: 60px;
}


.texto{
    font-size: 22px;
    line-height: 32px;
}
.texto strong{
    font-size: 33px;
    font-weight: bold;
}


.collage img{
    width: 100%;

    border-radius: 10px;
}

.imagen2 img{
    margin: 20px 0;
}



/* VALORES */

:root{
    --pri:#575448;
    --ink:#262522;
    --muted:#6f6b61;
    --bg:#f7f6f3;
    --line:rgba(87,84,72,.22);
}
.elegancia{ 
    background: var(--bg); 
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.elegancia .overline{
    display:inline-block;
    letter-spacing:.22em;
    text-transform:uppercase;
    font-size:.78rem;
    color: var(--muted);
}
.elegancia .titulo{
    font-family: "Playfair Display", ui-serif, Georgia, serif;
    color: var(--ink);
    margin:.35rem 0 .5rem;
    line-height:1.15;
}
.elegancia .intro{
    max-width:720px; margin:0 auto;
    color: var(--muted);
}
.tarjeta{
    position:relative;
    background: linear-gradient(180deg,#fff, #fdfcf9);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    max-width: 100%;
}
.bloque{ border-top: 1px solid var(--line); }
.bloque:nth-child(-n+2){ border-top:none; }
@media (min-width:768px){
    .bloque{ border-left: 1px solid var(--line); }
    .bloque:nth-child(odd){ border-left:none; }
}
.bloque-inner{
    display:flex; gap:16px;
    padding:18px 8px;
    align-items:flex-start;
    transition: background .25s ease, transform .25s ease;
}
.bloque-inner:hover{
    background: linear-gradient(180deg, rgba(87,84,72,.05), transparent 60%);
    transform: translateY(-2px);
}
.emblema{
    width:46px; height:46px; border-radius:12px;
    display:grid; place-items:center;
    color: var(--pri);
    background: radial-gradient(50% 60% at 50% 30%, rgba(87,84,72,.12), transparent 70%);
    border: 1px solid var(--line);
}
.texto h3{
    font-family: "Playfair Display", ui-serif, Georgia, serif;
    font-size:1.1rem; margin:0 0 2px; color: var(--ink);
    letter-spacing:.2px; font-weight:700;
}
.lead-sm{ margin:0; color: var(--pri); font-weight:600; }
.detalle{ margin:2px 0 0; color: var(--muted); line-height:1.35; }
.sello{
    position:absolute; right:22px; top:-14px;
    font-family: ui-serif, Georgia, serif;
    letter-spacing:.18em; text-transform:uppercase;
    font-size:.68rem; color: var(--muted);
    background:#fff; padding:6px 10px; border-radius: 999px;
    border:1px solid var(--line);
    box-shadow: 0 6px 20px rgba(0,0,0,.05);
    transform: none !important;
}



.bg-custom {
    background-color: #575448; /* color principal */
}
.footer h3, 
.footer h4 {
    margin-bottom: 12px;
}
.footer p {
    margin-bottom: 6px;
    color: #e0e0e0;
}
footer img{
    width: 30px;
}

.redes{
    font-size: 25px;
}
.redes a{
    color: white;
    text-decoration: none;
}
.redes b{
    margin-right: 20px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){
    .cabecera{
        position: relative;
        padding: 10px 0 12px;
    }

    .cabecera .row{
        row-gap: 8px;
    }

    .cabecera .logotipo{
        flex: 0 0 30%;
        max-width: 30%;
    }

    .cabecera .datos{
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
        font-size: 17px;
        white-space: nowrap;
    }

    .cabecera .carrito{
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        font-size: 20px;
        text-align: right;
    }

    .cabecera nav{
        flex: 0 0 100%;
        max-width: 100%;
        order: 4;
    }

    .cabecera nav ul{
        margin: 0;
    }

    .menu{
        font-size: 18px;
    }

    .nosotros .row > .col-6,
    .categorias .row > .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .nosotros{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .texto{
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 28px;
    }

    .texto strong{
        font-size: 29px;
        line-height: 1.2;
        display: block;
    }

    .categorias{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .textoCate{
        font-size: 18px;
        padding: 36px 28px;
    }

    .img{
        min-height: 280px;
        padding: 32px 28px;
    }

    .i1 strong,
    .i2 strong{
        font-size: 32px;
    }

    .chat{
        right: 16px;
        bottom: 16px;
        font-size: 17px;
    }

    .sello{
        right: 12px;
        transform: none !important;
    }
}

@media screen and (max-width:576px){
    .cabecera .datos{
        font-size: 15px;
    }

    .cabecera .datos img{
        width: 24px;
    }

    .elegancia{
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }

    .tarjeta{
        padding: 24px 16px;
    }

    .bloque-inner{
        gap: 12px;
        padding: 18px 0;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

@media screen and (max-width:768px){
    .chat{
        right: 16px;
        bottom: 16px;
        font-size: 17px;
    }
}
