/*hoja de estilos*/

/*generales*/
@font-face {
    font-family: felix;
    src: url(fonts/felix-ti.TTF);
}

@font-face {
    font-family: tommy-regular;
    src: url(fonts/made-tommy-regular.otf);
}

@font-face {
    font-family: tommy-light;
    src: url(fonts/made-tommy-light.otf);
}

@font-face {
    font-family: tommy-medio;
    src: url(fonts/made-tommy-medium.otf);
}

body {
    text-align: center;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    transition: padding-top 0.4s ease;
}

a {
    color: white;
    text-decoration: none;
    font-family: tommy-regular;
}

p {
    font-family: tommy-light;
}

h2 {
    font-family: felix;
    font-size: 99px;
}

h3 {
    font-family: tommy-regular;
    font-size: 20px;
    padding-bottom: 80px;
}

.texto-felix {
    font-family: felix;
}

/*header*/
header {
    background-image: url(imagenes/gif-inicio.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 160px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    transition: transform 0.8s ease, opacity 0.6s ease;
}

header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(204, 139, 134, 0.256);
    z-index: 2;
}

header * {
    position: relative;
    z-index: 3;
}


header h1 {
    display: none;
}

header p {
    font-size: 45px;
    line-height: 50px;
}

header a:hover {
    border-bottom: solid 2px white;
    transition: all .5s ease-in-out;

}

.logo img {
    width: 140px;
    text-align: center;
    padding-top: 150px;
}

.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

/*nav*/
nav {
    background-color: rgb(204, 139, 134) !important;
    transition: transform 0.6s ease, opacity 0.6s ease, top 0.6s ease;
    position: sticky;
    top: 0;
}

nav.nav-fija {
    animation: navFade 0.6s ease;
}

/*header*/
header {
    background-image: url(imagenes/gif-inicio.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 160px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    transition: transform 0.8s ease, opacity 0.6s ease;
}

header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(204, 139, 134, 0.256);
    z-index: 2;
}

header * {
    position: relative;
    z-index: 3;
}


header h1 {
    display: none;
}

header p {
    font-size: 45px;
    line-height: 50px;
}

header a:hover {
    border-bottom: solid 2px white;
    transition: all .5s ease-in-out;

}

.logo img {
    width: 140px;
    text-align: center;
    padding-top: 150px;
}

.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

header.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

/*nav*/
nav {
    background-color: rgb(204, 139, 134) !important;
    transition: transform 0.6s ease, opacity 0.6s ease, top 0.6s ease;
    position: sticky;
    top: 0;
}

nav.nav-fija {
    animation: navFade 0.6s ease;
}

.nav-fija {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.enlaces-sec a {
    color: white !important;
}

.enlaces-sec a:hover {
    border-bottom: solid 2px white;
    transition: all .5s ease;
    padding-bottom: 2px;
}

nav img {
    width: 140px;
    text-align: center !important;
}

.whats img {
    width: 40px;
    margin-left: 130px;
    margin-right: 20px;
}

.nav-hide-footer {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.8s ease, opacity 0.4s ease;
}

:root {
    --nav-height: 0px;
}

/*destacado*/
.destacados-inicio {
    padding-top: 5px;
    padding-bottom: 70px;
    transition: none;
}

.titulo-destacado h2 {
    padding-top: 15px;
}

.ver-mas {
    padding: 20px 0px;
}

.ver-mas a {
    background-color: #CC8B86;
    padding: 20px 40px;
}

.ver-mas a:hover {
    background-color: white;
    border: solid 2px #CC8B86;
    color: #CC8B86;
    transition: all .5s ease;

}

.img-destacados img {
    width: 100%;
}


.enlaces-sec a {
    color: white !important;
}

.enlaces-sec a:hover {
    border-bottom: solid 2px white;
    transition: all .5s ease;
    padding-bottom: 2px;
}

nav img {
    width: 140px;
    text-align: center !important;
}

.whats img {
    width: 40px;
    margin-left: 130px;
    margin-right: 20px;
}

.nav-hide-footer {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.8s ease, opacity 0.4s ease;
}

:root {
    --nav-height: 0px;
}

/*destacado*/
.destacados-inicio {
    padding-top: 5px;
    padding-bottom: 70px;
    transition: none;
}

.titulo-destacado h2 {
    padding-top: 15px;
}

.ver-mas {
    padding: 20px 0px;
}

.ver-mas a {
    background-color: #CC8B86;
    padding: 20px 40px;
}

.ver-mas a:hover {
    background-color: white;
    border: solid 2px #CC8B86;
    color: #CC8B86;
    transition: all .5s ease;

}

.img-destacados img {
    width: 100%;
}

.subir-contenido {
    transform: translateY(-360px);

}

body.nav-activa main,
body.nav-activa .destacados-inicio {
    padding-top: var(--nav-height);
    transition: padding-top 0.4s ease;
}

/*joyeria */
.joyeria-inicio {
    background-image: url(imagenes/fondo-joyeria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 850px;
    padding-bottom: 70px;
}

.joyeria-contenedor {
    height: 370vh;
    position: relative;
}

.texto-boton {
    position: sticky;
    top: 200px;
    z-index: 10;
}

.joyeria-inicio h2 {
    font-size: 70px;
    line-height: 75px;
}

.texto-desc-joyeria {
    font-family: tommy-light;
}

.ver-catalogo {
    padding: 40px 0;
}

.ver-catalogo a {
    background-color: #CC8B86;
    padding: 20px 50px;
}

.ver-catalogo a:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #CC8B86;
    color: #CC8B86;
    transition: all .5s ease;
}

/*footer*/

footer {
    text-align: left;
    border-top: solid 8px #CC8B86;
    padding: 70px 50px;
    padding-bottom: 0px;
    color: black;
}

footer h3 {
    font-family: tommy-medio;
    padding-bottom: 25px;
}

footer p {
    font-size: 18px;
}

footer a {
    color: black;
    font-size: 15px;
}

footer a:hover {
    border-bottom: solid 3px #CC8B86;
    transition: all .3s ease-in-out;
}



footer .col-md-2 img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 160px;
    padding-top: 20px;
}

.redes-sociales img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.derechos {
    text-align: center;
    padding-top: 25px;
}

.derechos p {
    font-family: tommy-regular;
    font-size: 20px
}

.nosotros-panel,
.ayuda-panel {
    width: 380px;
    background-color: #CC8B86;
    color: white;
    text-align: left;
    padding: 15px;
    line-height: 25px;
}

.nosotros-panel .offcanvas-body {
    overflow-y: auto;
}

.ayuda-panel span {
    font-family: tommy-regular;
}

/*promociones*/
.promociones {
    padding-top: 150px;
    padding-bottom: 80px;
}

.promociones h2 {
    font-size: 60px;
    padding-bottom: 40px;
}

.promociones img {
    width: 100%;
}

.slider {
    width: 100%;
    overflow: hidden;
    background-color: #CC8B86;
    padding: 15px 0px;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: scrollTexto 20s linear infinite;
}

.slider-track p {
    margin: 0;
    padding-left: 50px;
    font-size: 20px;
    color: white;
}


.carrusel img {
    width: 100%;
    padding: 0px;

}

/*tematicos*/
.tematicos {
    padding-top: 50px;
    padding-bottom: 100px;
}

.tematicos h2 {
    font-size: 60px;
}

.tematicos p {
    font-size: 23px;
    color: black;
    padding-bottom: 20px;
    font-weight: bolder;
}

.tematicos img {
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/*JOYERIA*/
/*menu*/
.catalogo {
    padding-top: 80px;
}

.catalogo img {
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.089);
}

.contenedor-menu img {
    width: 100%;
}

.contenedor-menu h4 {
    font-family: tommy-regular;
    font-size: 15px;
    display: block;
    color: black;
    padding-top: 15px;
    padding-bottom: 50px;
}

/*galerias de  catalogo*/

.catalogo-titulo a h3 {
    font-size: 20px;
    padding-top: 150px;
    padding-bottom: 20px;
    color: black;
    font-family: tommy-light;
}

.catalogo-titulo a:hover {
    opacity: 0.7;
}

.catalogo-titulo h2 {
    padding-bottom: 40px;
}

.catalogo-seccion {
    padding-bottom: 80px;
}

.catalogo-seccion img {
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.098);
}

.producto:hover img {
    transform: scale(1.05);

}

.item-catalogo {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.098);
}

.item-catalogo:hover img {
    transform: scale(1.25);
}

.item-catalogo img {
    display: block;
}



/*visualizacion producto*/
.vista-producto {
    padding: 0px;
    text-align: left;
}

.vista-producto p {
    font-size: 20px;
}

.vista-producto img {
    width: 100%;
}

.vista-producto h2 {
    font-size: 45px;
}

.info-producto {
    padding: 100px 40px;

}

.info-producto h3 {
    padding: 100px;
}

.boton-whats-pedido {
    padding-top: 100px;
}

.boton-whats-pedido a {
    color: #CC8B86;
    border: solid 3px #CC8B86;
    padding: 30px 75px;
    font-size: 20px;
}

.boton-whats-pedido img {
    width: 40px;
    padding-right: 12px;
}

.boton-whats-pedido a:hover {
    background-color: #cc8b8657;
    border: solid 2px white;
    color: #CC8B86;
    transition: all .5s ease;
}

.desc-producto {
    padding: 0px 40px;
}

.desc-producto h3 {
    padding-bottom: 10px;
}

.desc-producto ul {
    font-family: tommy-light;
    font-size: 20px;
    line-height: 80px;
}

.btn-regresar {
    padding: 100px 20px;
    padding-bottom: 50px;
    text-align: center;
}

.btn-regresar img {
    width: 36px;
    padding-right: 20px;
    padding-bottom: 5px;
}

.btn-regresar a {
    color: black;
    font-size: 25px;
}

.btn-regresar a:hover {
    opacity: 0.7;
}

/*media queris*/
@media (max-width: 1920px) {

    header {

        padding-top: 300px;
        padding-bottom: 210px;

    }

    header p {
        font-size: 60px;
        line-height: 70px;
    }

    header a {
        font-size: 30px;
    }

    .logo img {
        padding-top: 250px;
        width: 180px;
    }

    /*nav*/
    nav {
        font-size: 18px;

    }

    /*destacados*/
    h2 {
        font-size: 130px;
    }

    a {
        font-size: 26px;
    }

    /*footer*/

    footer a {
        font-size: 22px;
    }

    footer p {
        font-size: 20px;
    }

    footer .col-md-2 img {
        max-width: 200px;

    }

    /*joyeria*/
    .joyeria-contenedor {
        height: 370vh;
    }

    .joyeria-contenedor h2 {
        font-size: 100px;
        line-height: 110px;
    }

    /*promociones*/
    .slider {
        width: 100%;
        overflow: hidden;
        background-color: #CC8B86;
        padding: 10px 0;
    }

    .tematicos h2 {
        font-size: 70px;
    }
}

@media (max-width: 1400px) {

    header {
        padding-top: 160px;
        padding-bottom: 60px;
    }

    header p {
        font-size: 45px;
        line-height: 50px;
    }

    header a {
        font-size: 18px;
    }

    .logo img {
        padding-top: 150px;
        width: 150px;
    }

    .joyeria-contenedor {
        height: 370vh;
    }


    /*nav*/
    nav {
        font-size: 15px;

    }

    /*destacados*/
    h2 {
        font-size: 100px;
        padding-bottom: 0px;
    }

    a {
        font-size: 18px;
    }


    /*footer*/

    footer a {
        font-size: 18px;
    }

    footer p {
        font-size: 16px;
    }

    footer .col-md-2 img {
        max-width: 150px;

    }

    /*joyeria*/
    .joyeria-contenedor {
        height: 370vh;
    }

    .joyeria-contenedor h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .tematicos h2 {
        font-size: 60px;
    }
}

@media (max-width: 992px) {

    /*header*/
    header {
        height: 100vh;
    }

    header a {
        padding-top: 50px;
        font-size: 20px;
    }

    .logo img {
        width: 130px;
        padding-top: 350px;
    }

    /*nav*/

    .navbar .container {
        position: relative;
    }

    /* logo centrado */
    .nav-logo-hamburgesa {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .25s ease;
    }

    /* 🔥 cuando el menú está abierto, se oculta el logo */
    .navbar-toggler[aria-expanded="true"]~.nav-logo-hamburgesa {
        opacity: 0;
        pointer-events: none;
    }

    .nav-logo-hamburgesa img {
        width: 120px;
    }

    .enlaces-nav {
        padding: 50px 0px;
    }

    .enlaces-nav a {
        padding: 20px 0px;
    }

    .enlaces-sec a:hover {
        border: none;
        background-color: #f0afaa;
        padding: 20px 0px;
    }


    .whats {
        margin-top: 20px;
    }

    .whats img {
        display: block;
        margin: 0 auto;
    }


    /*destacados*/
    .destacados-inicio {
        padding-top: 10px;
    }

    .titulo-destacado h2 {
        font-size: 79px;
        padding-top: 20px;
    }

    .img-destacados img {
        width: 100%;
        text-align: center;
    }

    /*vista de producto*/

    .boton-whats-pedido a {
        padding: 25px 55px;
        font-size: 15px;
    }


    /*footer*/

    footer p,
    a {
        font-size: 15px;
    }

    footer h3 {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .redes-sociales img {
        width: 25px;
        text-align: center;
    }

    footer .col-md-2 img {
        max-width: 110px;
    }

    .contenedor-catalogo img {
        width: 90%;
    }

    .contenedor-menu a {
        margin-bottom: 20px;
    }

    .vista-producto {
        padding: 30px;
    }

}

@media (max-width: 768px) {

    /*destacados*/
    .titulo-destacado h2 {
        font-size: 59px;
        padding-top: 20px;
    }

    /*joyeria*/
    .joyeria-contenedor {
        height: 120vh;
    }

    .joyeria-inicio h2 {
        font-size: 50px;
        line-height: 60px;
    }

    /*footer*/
    footer {
        text-align: center;
        padding-top: 25px;
    }

    footer h3 {
        padding-top: 45px;
        padding-bottom: 8px;
        font-size: 18px;
    }

    .redes-sociales img {
        width: 40px;
    }

    footer .col-md-2 img {
        padding-top: 60px;
    }


    .producto {
        grid-template-columns: 1fr;
    }

    .producto-info {
        padding: 1.5rem;
    }

    .contenedor-menu a {
        margin-bottom: 20px;
    }

    /*visualizacion de producto*/
    .vista-producto {
        padding: 30px;
    }

    .vista-producto p {
        font-size: 30px;
    }

    .vista-producto h2 {
        font-size: 60px;
    }

    .info-producto {
        padding-top: 50px;
    }

    .info-producto h3 {
        padding-top: 80px;
        padding-bottom: 150px;
        font-size: 35px;
    }

    .boton-whats-pedido {
        text-align: center;
    }

    .boton-whats-pedido a {
        padding: 40px 80px;
        font-size: 30px;
    }

    .boton-whats-pedido img {
        width: 55px;
    }

    .desc-producto {
        padding-top: 45px;
    }

    .desc-producto h3 {
        padding-bottom: 10px;
        font-size: 28px;
    }

    .desc-producto ul {
        font-family: tommy-light;
        font-size: 35px;
        line-height: 80px;
    }




}

@media (max-width: 576px) {

    .joyeria-inicio {
        padding-top: 250px;
        padding-bottom: 230px;
    }

    .texto-boton {
        top: 0px;
        z-index: 0;
    }

    .tematicos p {
        font-size: 18px;
    }

    .titulo-destacado h2 {
        font-size: 70px;
        padding-top: 50px;
    }

    .redes-sociales img {
        width: 30px;
    }

    .contenedor-catalogo img {
        width: 90%;
    }

    .joyeria-contenedor {
        height: 68vh;
    }

    .derechos p {
        font-size: 15px;
    }

    .contenedor-menu a {
        margin-bottom: 0px;
    }

    /*vista de producto*/
    .vista-producto {
        padding: 5px;
    }

    .vista-producto p {
        font-size: 20px;
    }

    .vista-producto h2 {
        font-size: 40px;
    }

    .boton-whats-pedido a {
        padding: 30px 40px;
        font-size: 20px;
    }

    .boton-whats-pedido img {
        width: 45px;
    }

    .desc-producto {
        padding: 0px 10px;
    }

    .desc-producto h3 {
        font-size: 30px;
    }

    .desc-producto ul {
        font-size: 25px;
        line-height: 50px;
    }
}

@media (max-width: 414px) {
    .joyeria-inicio {
        padding-top: 280px;
        padding-bottom: 230px;
    }

    header p {
        line-height: 60px;
    }

    .logo img {
        padding-top: 250px;
    }

    .destacados-inicio {
        padding-top: 5px;
    }

    .titulo-destacado h2 {
        font-size: 55px;
        padding-top: 50px;
    }

    .texto-boton h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .promociones h2 {
        font-size: 45px;
    }

    .tematicos h2 {
        font-size: 45px;
    }

    .tematicos p {
        font-size: 16px;
    }

    /*footer*/
    footer .col-md-2 img {
        padding-top: 30px;
    }

    .derechos p {
        font-size: 12px;
    }

    /*catalogos*/
    .catalogo-titulo h2 {
        font-size: 55px;
    }

    /*vista de producto*/
    .vista-producto {
        padding: 5px;
    }

    .vista-producto p {
        font-size: 20px;
    }

    .vista-producto h2 {
        font-size: 40px;
    }

    .boton-whats-pedido {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .boton-whats-pedido a {
        padding: 30px 50px;
        font-size: 15px;
    }

    .boton-whats-pedido img {
        width: 40px;
    }

    .desc-producto {
    padding: 0px 5px;
    }

    .desc-producto h3 {
        font-size: 18px;
        text-align: left;
        padding: 0px 5px;
    }

    .desc-producto ul {
        font-size: 20px;
        line-height: 50px;
    }

    .btn-regresar {
        padding-top: 10px;
    }

}

@keyframes scrollTexto {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}