.navbar-brand img{max-width: 350px;}
.navbar-nav .nav-item a{
    padding: 10px 0;
}
/* Mostrar el menú al hacer hover sobre el elemento */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Asegura que el menú no se desplace hacia abajo */
}
.mw-200{
    max-width: 200px;
}
.w-60{
    width: 60px;
}
.dropdown-menu{
    padding: 10px 20px;
}
.dropdown-item.active,
.dropdown-item:active{
background-color: transparent;
}

@media (max-width:991px){
    .overflow-mobile-hidden{
        overflow: hidden;
    }
}
.pointer{
    cursor: pointer;
}

.section-divider{
    position: relative;
    border-top: 3px solid #0088ffcf;
}
.section-divider .img-container{
   position: absolute;
   bottom: -2px;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.3em;
    color: var(--gris-oscuro);
    background: #fff;
    width: 100px;
    text-align: center;
    padding: 0 15px;
}

.div-custom{
    border-radius: 1em;
    padding: 2.3em 2em;
    transition: 0.3s all ease;
    min-height: 100%;
}
.div-custom:hover{
    box-shadow: 0px 10px 30px -10px rgb(0 0 0);
}

.card-section{
    border-radius: 1em;
    box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
    height: 290px;
}

/*** Contact ***/

.contact1 {
        width: 100%;
        min-height: 100%;
        padding: 15px;
        padding-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-contact1 {
        width: 1163px;
        background: #f1f1f1;
        background-image: url('../img/elements/botella-contacto.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 10px;
        overflow: hidden;

        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

        padding: 90px 130px 88px 148px;

        box-shadow: 0px 10px 30px -5px rgb(0 0 0 / 35%);
    }

    /*------------------------------------------------------------------
[  ]*/
    .contact1-pic {
        width: 296px;
    }

    .contact1-pic img {
        max-width: 100%;
    }


    /*------------------------------------------------------------------
[  ]*/


    .contact1-form-title {
        display: block;
        font-size: 24px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 44px;
    }

    input.input1 {
        height: 50px;
        border-radius: 5px;
        padding: 0 30px;
    }

    input.input1+.shadow-input1 {
        border-radius: 25px;
    }

    textarea.input1 {
        min-height: 150px;
        border-radius: 5px;
        padding: 12px 30px;
        resize: none;
    }

    textarea.input1+.shadow-input1 {
        border-radius: 25px;
    }

    /*---------------------------------------------*/
    .wrap-input1 {
        position: relative;
        width: 100%;
        z-index: 1;
        margin-bottom: 20px;
    }

    .input1 {
        display: block;
        width: 100%;
        background: #e5f4fc;
        font-size: 15px;
        line-height: 1.5;
        color: #666666;
        border: none;
    }

    .shadow-input1 {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        box-shadow: 0px 0px 0px 0px;
        color: rgba(87, 184, 70, 0.5);
    }

    .input1:focus+.shadow-input1 {
        -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
        animation: anim-shadow 0.5s ease-in-out forwards;
    }

    @-webkit-keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    @keyframes anim-shadow {
        to {
            box-shadow: 0px 0px 80px 30px;
            opacity: 0;
        }
    }

    /*---------------------------------------------*/
    .container-contact1-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact1-form-btn {
        border: none;
        min-width: 193px;
        height: 50px;
        border-radius: 25px;
        background: #57b846;
        font-size: 15px;
        line-height: 1.5;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 25px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn i {
        margin-left: 7px;

        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .contact1-form-btn:hover {
        background: #333333;
    }

    .contact1-form-btn:hover i {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }




    /*------------------------------------------------------------------
[ Responsive ]*/

    @media (max-width: 1200px) {
        .contact1-pic {
            width: 33.5%;
        }

        .contact1-form {
            width: 44%;
        }
    }

    @media (max-width: 992px) {
        .container-contact1 {
            padding: 90px 80px 88px 90px;
            background-position: -200px;
        }

        .contact1-pic {
            width: 35%;
        }

        .contact1-form {
            width: 55%;
        }
    }

    @media (max-width: 768px) {
        .container-contact1 {
            padding: 90px 80px 88px 80px;
            background-image: none;
        }

        .contact1-pic {
            display: none;
        }

        .contact1-form {
            width: 100%;
        }
    }

    @media (max-width: 576px) {
        .container-contact1 {
            padding: 90px 15px 88px 15px;
        }
    }

    .dbox {
        width: 100%;
        margin-bottom: 25px;
        padding: 0 20px;
    }

    @media (min-width: 768px) {
        .dbox {
            margin-bottom: 0;
            padding: 0;
        }
    }

    .dbox p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .dbox p span {
        font-weight: 500;
        color: #38383894;
    }

    .dbox p a {
        color: #2553b8;
    }

    .dbox .icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background:#383838;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .dbox .icon span {
        font-size:30px;
        color: #fff;
    }

    .dbox .text {
        width: 100%;
    }
    .negrita{font-weight: 900;}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #234de6cf;
    border: 2px solid #234de6cf;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00217b;
    border-radius: inherit;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.learn-more:hover {
    color:black ;
    background: #ffe9e9;
    transform: translate(0, 0.25em);
}
button.learn-more:hover::before {
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    transform: translate3d(0, 0.5em, -1em);
}
button.learn-more:active {
    background: #ffe9e9;
    transform: translate(0em, 0.75em);
}
button.learn-more:active::before {
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    transform: translate3d(0, 0, -1em);
}

.nav-link {
    padding: .5rem !important;
    margin-right: 5px;
    margin-left: 5px;
}

.theme-btn {
    padding: 12px 40px;
}

.theme-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 38, 255, 0.39);
}
.fNormal {
    font-weight: normal;
}
.borde-degradado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px; /* Altura del borde */
    background: rgb(56,56,56);
    background: linear-gradient(140deg, rgba(56,56,56,1) 46%, rgba(202,202,202,1) 53%, rgba(255,255,255,0) 65%);
    z-index: -1; /* Asegúrate de que quede detrás del contenido */
}

.borde-degradado::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px; /* Altura del borde */
    background: rgb(255,255,255);
    background: linear-gradient(56deg, rgba(255,255,255,1) 39%, rgba(202,202,202,0.6615021008403361) 50%, rgba(211,18,21,1) 61%);
    z-index: -1; /* Asegúrate de que quede detrás del contenido */
}

.num-proceso span{ background: #fff; border: 2px solid red; border-radius: 50%; width: 50px; height: 50px; line-height: 32px; padding: 5px;text-align: center; }
.label-boni {
    position: absolute;
    top: -31px;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #f4f5f6;
    border: 1px solid #00000024;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    width: 40px;
    height: 40px;
    display: flex;
    content: "\f00c";
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}
.option-input2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #f4f5f6;
    border: 1px solid #00000024;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input2:hover {
    background: #9faab7;
}

.option-input2:checked {
    background: #40e0d0;
}

.option-input2:checked::before {
    width: 20px;
    height: 20px;
    display: flex;
    content: "\f00c";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
}

.option-input2:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}
.card{box-shadow:0px 10px 30px -10px rgb(0 0 0 / 42%);}
.barra-navegacion{box-shadow:0px 10px 30px -10px rgb(0 0 0 / 42%);}
.progress-bar{background: #f2bbbc; height: 10px;}
.progress{height: 10px;}

/* Carrucel de imagenes dashboard */

.slider-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Oscurece el fondo para mayor contraste */
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.slider-title {
    font-size: 2.2rem;
    font-weight: normal;
    text-shadow: 2px 2px 5px black;
}

.negrita {
    font-weight: bold;
}


/* Ajusta la altura en pantallas grandes (desktop) */
#heroCarousel {
    height: 90%; /* Ajusta a la altura que prefieras */
}

.carousel-item .slider-section {
    height: 650px; /* Esto asegura que la sección ocupe el 100% del contenedor */
    background-size: cover; /* Las imágenes no se deformarán */
    background-position: center; /* Las imágenes estarán centradas */
    /*min-height: 600px; /* Evita que el contenedor colapse, esto se puede ajustar */
}

  /* Media Query para dispositivos móviles */
  @media (max-width: 768px) {
    #heroCarousel {
      height: auto; /* Cambia a altura automática para evitar que se sobrepongan los contenidos */
    }

    /* Aseguramos que las secciones de los ítems ocupen el 100% del contenedor */
    .carousel-item .slider-section {
      height: 250px !important; /* Esto asegura que la sección ocupe el 100% del contenedor */
      background-size: cover; /* Las imágenes no se deformarán */
      background-position: center; /* Las imágenes estarán centradas */
      /*min-height: 300px; /* Evita que el contenedor colapse, esto se puede ajustar */
    }
  }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 50% 50%;
    border-radius: 50%;
}




/* Carrucel de categorias de perfumes */
.carousel-img {
    width: 100%; /* Asegura que las imágenes se adapten al contenedor */
    height: 200px; /* Altura fija para todas las imágenes */
    object-fit: cover; /* Mantiene las proporciones y cubre el área del contenedor */
    border-radius: 8px; /* Bordes redondeados */
}

/* Estilos solo para el carrusel de perfumes */
.custom-prev, .custom-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}



/* Estilos generales */
.fondo {
    background-color: #f0f6fe;
    padding-top: 50px;  /* Aseguramos que el contenido no se solape con el navbar */
    padding-bottom: 50px;
}

/* Filtros (desktop) */
#filters {
    display: block;
}

/* Productos */
#products {
    display: block;
}

/* Filtro móvil (oculto por defecto) */
.filter-mobile {
    display: none;  /* Por defecto, el filtro móvil está oculto */
}

/* Estilo para las tarjetas de productos */
.card-body {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
    color: #777;
}

.btnDetalles {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btnDetalles:hover {
    background-color: #003c8f;
}



/* Estilo para los filtros móviles (lista de checkboxes) */
.filter-mobile ul {
    list-style-type: none;
    padding-left: 0;
}

.filter-mobile ul li {
    margin-bottom: 15px;
}


/*FILTROS MOVIL AND DESKSTOP------------------------------------------*/

/* Botón de mostrar filtros en móvil */
.filter-mobile-btn {
    position: fixed;
    top: 130px; /* Ajusta este valor si el navbar es más alto, puede ser 70px o más dependiendo de la altura del navbar */
    right: 20px;
    z-index: 1100;
}

.filter-mobile-btn button {
    font-size: 14px;           /* Letra un poco más pequeña */
    padding: 6px 10px;         /* Menos espacio interno */
    border-radius: 6px;        /* Opcional, para esquinas más redondeadas */
}

@media (max-width: 360px) {
    .filter-mobile-btn {
        position: fixed;
        top: 260px; /* Ajusta este valor si el navbar es más alto, puede ser 70px o más dependiendo de la altura del navbar */
        right: 20px;
        z-index: 1100;
    }
}

@media (max-width: 360px) {
    .filter-mobile-btn button {
        font-size: 14px;           /* Letra un poco más pequeña */
        padding: 6px 8px;         /* Menos espacio interno */
        border-radius: 6px;        /* Opcional, para esquinas más redondeadas */
    }
}

@media (max-width: 767px) {
    #bodyFiltros {
        display: none;
    }

    #div-cars-container {
        display: none;
    }

    #bodyFiltros {
        width: 100%;
        height: 100%;
        z-index: 9999999;
        top: 0;
        left: 0;
        position: fixed;
        background: white;
    }

}

    #botonesFiltros {
    text-align: center;
    }

    .button_filter {
    background: #727cf5;
    font-size: 17px !important;
    border-radius: 4px;
    border: 1px solid;
    color: #FFFFFF;
    font: inherit;
    line-height: 1;
    /* margin: 0.5em; */
    padding: .6em .9em;
    }

    #cerrar-filters-container {
    background: #54555a;
    border: 1px solid;
    color: white;
    font: inherit;
    line-height: 1;
    /* margin: 0.5em; */
    padding: .6em .5em;
    position: fixed;
    bottom: 0px;
    width: 100%;
    }


    .item-menu:hover {
        color: #2300c2 !important; /* Azul Bootstrap (puedes cambiarlo por el color que quieras) */
    }

    .background-principal{
        background-color: #0088ffcf;
    }
    .color-principal{
        color: #0088ffcf;
    }

    .btn-primary {
        color: #fff;
        background-color: #0088ffcf !important;
        border-color: #0088ffcf !important;
    }

    .btn-outline-primary:hover{
        background-color: #0088ffcf !important;
        border-color: #0088ffcf !important;
    }

    .btn-outline-primary {
        color: #0088ffcf;
        border-color: #0088ffcf;
    }

    .canvas-container {
        position: relative;
        width: 100%;
        /*max-width: 500px; !* o el tamaño que tú quieras *!*/
        margin: auto;
        aspect-ratio: 1 / 1; /* O usa height: auto si prefieres */
        overflow: hidden;
    }

    .canvas-container img,
    .canvas-container canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #scratch-canvas {
        z-index: 2;
    }

    .imagen-final {
        z-index: 1;
    }
    #custom-cursor {
        position: fixed;
        width: 50px;
        height: 50px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none; /* para que no interfiera con clics */
        z-index: 9999;
        transform: translate(-50%, -50%);
        transition: transform 0.05s linear;
        font-size: 20px;
        color: black;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        opacity: 0; /* inicia oculto */
    }


    .start-overlay {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
        pointer-events: auto; /* Esto es clave */
        cursor: pointer;
    }

    .start-message {
        font-size: 1.5rem;
        color: white;
    }


    .filtro-height{
        height: 250px;
    }

    @media (max-width: 767px) {
        .filtro-height{
            height: 0px;
        }
    }

