/*Scrool Chrome*/

/* width */
::-webkit-scrollbar {width: 5px; padding: 0px; margin: 0px;}
/* Track */
::-webkit-scrollbar-track {background: #f1f1f1; }

/* Handle */ ::-webkit-scrollbar-thumb {background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #555; }



html, body {
    width: 100%;
    overflow-x: hidden;
    color: #051f34;
}

body{
    background-color: #f6f4f2 !important;
    background-image: url(https://bijoux.vamtam.com/wp-content/uploads/2020/09/bg-lines.svg);
    background-position: top center;
    background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sorts Mill Goudy", Sans-serif;
}

p, ul li, ol li{
    font-family: montserrat !important;
}


h2{
   font-size: 2rem;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #A68851;
    border-color: #A68851;
}

.page-link {
    color: #A68851;
}

.highlight {
  animation: highlight 1.5s;
}

@keyframes highlight {
  50% {
    background-color: #ffff00;
    color: black;
    transform: scale(2);
  }

  100% {
    background-color: inherit;
    color: inherit;
    transform: scale(1);
  }
}

.btn-primary {
    font-family: montserrat, Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 2px;
    color: #051F34;
    background-color: #FFFFFF;
    border-radius: 0 0 0 0;
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    border: none;
}

.btn-primary:hover {
    background-color: #051F34;
    color: #fff;
}

.bg-elipsis{
    background-image: url(/images/bg-elipse.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-acent{
    padding: 20px 0px 20px 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.4px;
    color: #040202;
}

.text-acent{
    color: #f2cc85 !important;
}

.bg-acent{
    background-color: #f2cc85 !important;
}

.btn-acent:hover .btn-acent:active {
    background-color: transparent;
    border: none;
    color: #040202;
}

.btn-acent:hover span {
    animation: fadeInLeft 1s forwards;
}

.form-group{
    margin-bottom: 15px;
}

.form-group label{
    margin-bottom: 5px;
}

.form-control:focus{
    box-shadow: none;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.btn-primary  .prefix{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 4px;
}

.btn-primary  .prefix:after{
    content: "";
    display: block;
    height: 1px;
    width: 20px;
    transition: background-color .4s ease, width .4s ease;
    background-color: #cb9274;
    border-radius: .75px;
    position: absolute;
    top: calc(50% - 1px);
    transform: translateX(-100%);
}

.btn-warning{
    background-color: #F2CC85 !important;
    border-color: #F2CC85 !important;
}

/* menu */

    .bg-fixed-nav{
        background-color: #fff !important;
        transition: 1s ease-in-out;
    }

    span.number{
        color: #000 !important;
        background-color: #F2CC85;
        border-radius: 100%;
        font-family: montserrat;
        font-size: 12px;
        height: 1.6em;
        width: 1.6em;
        line-height: 1.5em;
        position: absolute;
        text-align: center;
        right: -3px;
        top: -1px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-brand {
        font-family: "Sorts Mill Goudy", Sans-serif;
    }

    a.nav-link {
        color: #051F34;
        font-family: montserrat, Sans-serif;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 14px;
        letter-spacing: 1px;
        padding-left: 25px !important;
    }

/* header home */
    header.main{
        height: 100vh; 
        display: flex; 
        align-items: center; 
        position: relative;
        background-size: cover; 
        background-position: 25% 0;
    }


    header.main h1 {
        font-size: 5rem;
        line-height: 4rem;
    }



    header.main h3 {
        font-size: 2.5rem;
        font-style: italic;
        line-height: 42px;
    }

    @media (min-width: 992px) {
        header.main h1 {
            font-size: 7rem;
            line-height: 7rem;
        }
    }

    header .redes-sociales{
        position: absolute;
        right: -60px;
        bottom: 120px;
        display: flex;
        width: 200px;
        justify-content: space-between;
        rotate: -90deg;
    }

    @media (min-width: 992px) {
        header .redes-sociales{
            position: absolute;
            right: 0px;
            display: flex;
            width: 230px;
            justify-content: space-between;
            rotate: -90deg;
        }
    }

    header .redes-sociales a:hover{
        color: #fff !important;
    }


/* intro */
    .intro{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .introduccion{
        z-index: 100;
    }

    .introduccion p {
        font-family: "Sorts Mill Goudy";
        font-size: 35px;
        line-height: 1.5em;
    }

    .text-move{
        color: #eee8e3;
        font-family: sorts mill goudy, Sans-serif;
        font-size: 140px;
        line-height: 145px;
    }

    .intro .text-start, .intro .text-end {
        position: absolute;
        white-space: nowrap;
        z-index: 1;
    }

    .intro .text-start {
        left: -250px;
        top: 10px;
    }

    .intro .text-end {
        right: -200px;
        bottom: 10px;
    }

    @media (min-width: 992px) {
        .text-move{
            color: #eee8e3;
            font-family: sorts mill goudy, Sans-serif;
            font-size: 240px;
            line-height: 345px;
        }

        .intro .text-start {
            left: -150px;
            top: 10px;
        }

        .intro .text-end {
            right: -300px;
            bottom: 10px;
        }
    }

/* Productos */

    .card .card-img-top {
        transition: all 0.5s ease-in-out;
    }

    .card .card-img-top:hover {
        transform: scale(1.2);
    }

    .card h5, .card h6{
        font-family: montserrat, Sans-serif; !important;
    }

#loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; top: 0; bottom: 0; left: 0; right: 0;
    background: #ffffff; z-index: 100001;
    overflow: hidden;
}


.to-top{
    display: none;
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    text-align: center;
}


/* Categorias */
    .owl-stage {
      padding-left: 0 !important;  /* Esto elimina el padding izquierdo */
    }

    .owl-stage-outer {
      padding-right: 150px;  /* Ajustar este valor para el padding deseado a la derecha */
    }


/* subheader */

    .subheader .contenido{
        margin-top: 100px;
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
    }

    .subheader h1{
        font-size: 4rem;
        top: 200px;
        z-index: 2;
    }
    
    .bio p, .bio li{
        font-family: "Sorts Mill Goudy";
        font-size: 25px;
        line-height: 1.5em;
    }

    .datos h4, .datos p{
        font-family: montserrat;
    }

/* Carrito */

    
    .pro-qty {
        height: 50px;
        width: 100%;
        border: 1px solid #ebebeb;
        border-radius: 50px;
        padding: 0 20px;
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

    .quantity button {
        height: 48px;
        font-size: 0.8em;
        border: 1px gray;
        position: absolute;
        padding: 0px 20px;
    }

    .quantity button:first-child {
        left: 0;
    }

    .quantity button:last-child {
        right: 0px;
    }

    .quantity input {
        height: 50px;
        border: 0px;
        width: 100%;
        text-align: center;
    }


/* Footer  */
    footer{
        background-color: #FFFCF9;
    }

    footer li{
        line-height: 28px;
    }



/* Posicionar las flechas a los costados y centrarlas verticalmente */
    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
        font-size: 30px !important;
        opacity: 0.5;
        transition: all 0.5s ease-in-out;
    }
    .owl-carousel-producto:hover .owl-nav button.owl-prev,
    .owl-carousel-producto:hover .owl-nav button.owl-next {
        opacity: 1;
    }
    .owl-nav button.owl-prev {
        left: 10px;
    }
    .owl-nav button.owl-next {
        right: 10px;
    }
    /* Oculta el contorno al hacer clic en los botones */
    .owl-nav button:focus {
        outline: none;
    }


    /* Ocultar el submenú por defecto */
    .nav-item.dropdown .dropdown-menu {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }

    /* Hover en pantallas grandes */
    @media (min-width: 768px) {
      .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
      }
    }

    /* Mostrar el submenú en dispositivos móviles cuando está activo */
    @media (max-width: 767px) {
      .nav-item.dropdown .dropdown-menu {
        position: relative; /* Para que se ajuste dentro del flujo del menú */
        background-color: #ffffff;
        margin-top: 5px;
        padding: 0;
        border: none;
        box-shadow: none;
      }

      .dropdown-menu.show {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-left: 30px;
        margin-bottom: 15px;
      }
    }


    .nav-item.dropdown .dropdown-item:hover {
      background-color: #F2CC85; /* Cambio de color al pasar el mouse */
      color: #000;
    }

    .envios .list-group-item .radio-label {
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .envios .list-group-item.active {
        z-index: 2;
        color: #000 !important;
        background-color: #f2cc85 !important;
        border-color:  #f2cc85 !important;
    }

    .form-check-input {
        width: 1.5em !important;
        height: 1.5em !important;
    }
