@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@100;300;900&display=swap');

.header-menu-dropdown {
    position: fixed;
    transform: translateX(-100%);
    height: 100%;
    width: 365px;
    background-color: #FEB622;
    transition: transform 0.3s ease !important;
    top: 0;
    z-index: 1500;
}

.header-menu-dropdown a {
    position: relative;
    width: 200px;
}

.header-menu-dropdown a img {
    width: 200px;
}

.header-menu-dropdown-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #000;
}

.header-menu-dropdown.menu-open {
    transform: translateX(0);
}

.header-menu-dropdown i {
    position: absolute;
    top: 22px;
    right: 15px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.home-header-footer {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 60px;
    background-color: rgb(0 0 0 / 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    z-index: 900;
    overflow-x: auto;
}

.home-header-footer a {
    color: #fff;
    cursor: pointer;
    background-color: rgb(255 255 255 / 15%);
    width: 140px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.home-header-footer a:hover {
    color: #FEB622;
}

.home-header .home-logo {
    margin-left: 15px;
    min-width: 230px;
}

.home-header .menu-dropdown-open {
    cursor: pointer;
}

.home-header .home-logo img {
    width: 200px;
}

.header-principal-container {
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 1);
    display: flex;
    justify-content: center;
    top: 0;
    height: 60px;
}

.home-header {
    position: absolute;
    width: 100%;
    padding: 20px;
    z-index: 1000;
    background: rgb(0 0 0 / 1);
    transition: 0.3s !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;

}

.header-right-wrap {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: space-around;
}

.cart-wrap {
    width: 60px;
}

.home-header .search-general {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 70%;
    max-width: 1850px;
}

.home-header .search-general-section {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.home-header .search-general-section button {
    position: absolute;
    border-radius: 0;
    width: 100px;
    height: 100%;
    background-color: #FEB622;
    color: #fff;
    right: 0;
    margin: auto 0;
    font-size: 20px;
}

.home-header .search-general-section input {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 20px;
    color: #000;
    border: 1px solid #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.home-header .search-general-section input:focus {
    background-color: #fff;
}



.home-header .dropdown button {
    width: 200px;
    height: 40px;
    background-color: #FFB822;
    color: #fff;
    border: none;
}

.home-header .dropdown ul {
    background-color: #FFB822;
}

.home-header .dropdown ul li {
    display: flex;
    justify-content: center;
}

.home-header .dropdown ul li:hover {
    background-color: #fff;
    color: #FFB822;
}

.home-header .dropdown ul li a {
    background-color: #FFB822;
    width: 100%;
    text-align: center;
}

.home-header .dropdown ul li a:hover {
    background-color: #fff;
    color: #FFB822;
}

.navbar-solid {
    box-shadow: rgba(101, 111, 117, 0.2) 0px 8px 32px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
    transition: 0.3s;
}

.home-nav li {
    padding-top: 0 !important;
}

.home-nav a {
    display: flex;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    border: 4px solid #FFB822;
    background-color: #FFB822 !important;
    color: #fff !important;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.home-nav a:hover {
    background-color: #fff !important;
    color: #FFB822 !important;
}

.home-navHandler .fa-bars {
    color: black;
}

.home-logo-footer img {
    width: 350px !important;
}

.home-header-mobile {
    position: absolute;
    display: none;
    background-color: #000;
    margin-top: 40px;
    width: 100%;
    z-index: 100;
}

#searchBox,
#searchBoxMobile {
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    position: absolute;
    top: 40px;
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}

#searchBox::-webkit-scrollbar,
#searchBoxMobile::-webkit-scrollbar {
    width: 7px;
}

#searchBox::-webkit-scrollbar-thumb,
#searchBoxMobile::-webkit-scrollbar-thumb {
    background-color: #bcbaba;
    border-radius: 6px;
}

#searchBox::-webkit-scrollbar-track,
#searchBoxMobile::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


#searchBox .search-result,
#searchBoxMobile .search-result {
    display: flex;
    gap: 15px;
    margin: 15px 20px;
}

#searchBox .search-result img,
#searchBoxMobile .search-result img {
    border-radius: 50%;
    border: 2px solid #FFB822;
}

.home-header .search-general-section .input-circle,
.home-header-mobile .search-general-section .input-circle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.menu-header-mobile {
    position: fixed;
    width: 200px;
    height: 100%;
    left: 0;
    background-color: #FFB822;
    transition: 0.5s;
    z-index: 1000;
    top: 0;
    margin-top: 0;
}

.menu-header-mobile ul li {
    margin-top: 20px;
    color: #fff;
}

.menu-header-mobile ul li a {
    width: 100%;
    height: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.show-more-business-content {
    position: relative;
    margin-top: 90px;
}

.show-more-business-content h2 {
    margin-top: 130px;
    margin-bottom: 30px;
}

.show-more-business-content .col-6 {
    margin-bottom: 40px;
}

.show-more-business .card {
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    width: 100%;
    height: 300px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.show-more-business .card img {
    width: 150px;
    border-radius: 50%;
}

.show-more-business .card h5 {
    font-weight: bold;
    margin-top: 30px;
}

.carousel-business {
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0;
    margin: 20px 0;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), -5px 5px 0px 0px rgba(0, 0, 0, 0.05);
}

.carrusel-list {
    position: relative;
    display: flex;
    align-items: center;
    height: 304px;
    padding: 28px 0;
    margin: 0 auto;
    max-width: 90vw;
    overflow: hidden;
}

.carrusel-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    transition: .5s ease-in-out;
}

.carrusel {
    position: relative;
    width: 210px;
    padding: 0 28px;
    float: left;
    box-sizing: border-box;
    display: flex;
    height: 100%;
}

.carousel-business h3 {
    font-weight: bold;
    padding: 5px 15px;
    margin-left: 20px;
}

.carrusel-card {
    width: 200px;
    height: 300px;
    border-radius: 15px;
    transition: .3s ease-in-out;
}

.carrusel a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.carrusel a:hover {
    border: 1px solid #FFB822;
}

.carrusel a img {
    width: 200px;
    height: 60%;
    padding: 7px;
}

.carrusel a .text-description {
    height: 35%;
    width: 100%;
    padding: 10px;
}

.carrusel a .text-description h4 {
    font-weight: bold;
}

.carrusel-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eaeaea;
    z-index: 4;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.carrusel-arrow svg {
    width: 12px;
    height: 100%;
    color: #000;
}

.carrusel-prev {
    left: 0;
}

.carrusel-next {
    right: 0;
}

.show-more-business .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.show-more-business .pagination a {
    background-color: #fff;
    color: #F25922;
}

.show-more-business .pagination a:hover {
    background-color: #fff;
    color: #F25922;
}

.show-more-business .pagination .page-item.active a {
    background-color: #F25922;
    color: #fff;
    border-color: #F25922;
}

#icono_campana {
    cursor: pointer;
    color: #fff;
}

.notification-content {
    position: relative;
    top: 10px;
}

.logged-container {
    position: relative;
    width: 180px;
    height: auto;
    display: flex;
    justify-content: center;
    margin-left: 45px;
}

.login-button-section {
    position: relative;
    display: flex;
}

.login-button-section .login-link {
    color: #fff;
    width: 90px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

.login-button-section .login-link:hover {
    background-color: #fff;
    color: #000;
}

.login-button-section .user-logged {
    width: 140px;
    height: 50px;
    padding: 5px 10px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.2s;
}

.login-button-section .user-logged:hover {
    background-color: #FEB622;
}

.login-button-section .user-logged img {
    width: 40px;
    height: 100%;
    border-radius: 50%;
}

.login-button-section .user-logged p {
    color: #fff;
    margin: 0;
    display: flex;
    gap: 5px;
}

.login-button-section .user-logged p i {
    font-size: 20px !important;
}

.logged-menu-content {
    width: 320px;
    height: auto;
    min-height: 350px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: -30px;
    box-shadow: 0 2px 5px 0 rgba(11, 20, 26, .26), 0 2px 10px 0 rgba(11, 20, 26, .16);

}

.logged-menu-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 25px;
    padding-top: 25px;
}

.logged-menu-content li {
    width: 100%;
    height: 50px;
    margin-right: 20px;
    border-bottom: 1px solid #ccc;
}

.logged-menu-content li a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000;
    gap: 15px;
    text-decoration: none;
    height: 100%;
    transition: 0.2s;
}

.logged-menu-content li a:hover {
    background-color: #eaeaea;
}

.logged-menu-content li a .fa-user {
    margin: 0 7px;
}

/* .logged-menu-content li a span {
    text-align: center;
} */

.logged-menu-content li i {
    font-size: 30px !important;
    color: #000 !important;
}

.logout-section {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #bcbaba;
}

.logout-section a {
    display: flex;
    justify-content: center;
    color: #ea3d36;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.notification-content .notification-number {
    background-color: #ea3d36;
    color: #fff;
    position: absolute;
    display: block;
    padding: 2px;
    font-size: 11px;
    line-height: 10px;
    top: -5px;
    left: 12px;
    border-radius: 7px;
    text-align: center;
    width: 20px;
    min-height: 18px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Limita el ancho del texto y ajusta a multilinea si es necesario */
.notification-description {
    word-wrap: break-word; /* para cortar palabras largas */
    overflow-wrap: break-word;
    white-space: normal; /* asegura salto de línea si es necesario */
    max-width: 100%; /* evita que exceda el contenedor */
}


.notificacion-box {
    overflow-y: auto; /* agrega scroll solo si es necesario */
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 500px;
    background-color: #fff;
    border-radius: 10px;
    right: 10px;
    top: 30px;
    transition: 0.3s;
    box-shadow: 0 2px 5px 0 rgba(11, 20, 26, .26), 0 2px 10px 0 rgba(11, 20, 26, .16);
}

.notificacion-box li {
    position: relative;
    border-top: 1px solid #9a9a9a;
    padding: 10px 20px;
}

.notificacion-box li .notification-date {
    position: absolute;
    color: #9a9a9a;
    right: 10px;
    bottom: 5px;
}

.notificacion-box-title {
    font-weight: 600;
    color: #000;
    margin: 10px 20px;
    font-size: 20px;
}

.notificacion-title {
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0;
  flex: 1;
}

.home-header i {
    font-size: 25px !important;
    color: #fff !important;
}


.fa-grip {
    display: none !important;
}
.notificacion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.seen-icon-right {
  width: 16px;
  height: 16px;
  fill: #28a745; /* verde si es leído */
}

.unseen-icon-right {
  width: 16px;
  height: 16px;
  fill: #ffcc00; /* color para no leído */
}
.fa-check-double {
  display: none !important;
}
/* Cambiar el fondo cuando el cursor pase sobre la notificación */
.notificacion-item :hover {
  background-color: #f0f0f0; /* Color de fondo al pasar el cursor */
  cursor: pointer; /* Cambiar el cursor para indicar interacción */
}
@media screen and (max-width: 1024px) {




    .cart-wrap {
        margin-right: 140px;
    }

    .fa-grip {
        display: flex !important;
        font-size: 20px !important;
    }

    .fa-bars {
        display: none;
    }

    .menu-dropdown-open {
        display: none !important;
    }

    .home-header .home-logo {
        margin-left: 0;
    }

    .mobile-login-menu {
        display: flex !important;

    }

    .home-header-footer a {
        color: #fff;
        cursor: pointer;
        background-color: rgb(255 255 255 / 15%);
        width: 140px;
        height: 25px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1 !important;
    }

    .notificacion-box {
        width: 200px;
    }

    .carrusel {
        width: 275px;
    }

    .carrusel a img {
        width: 250px;
    }

    .home-header {
        background-color: #000;
    }

    .home-nav {
        background-color: transparent !important;
    }

    .home-nav a {
        width: 100px;
    }

    .home-nav ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
    }

    .home-header .search-general {
        display: none;
    }

    .home-header .dropdown {
        display: none;
    }

    .home-header-mobile {
        display: flex;
        justify-content: space-between;
        top: 50px;
    }

    .home-header-mobile .search-general {
        margin: 0 auto;
    }

    .home-header-mobile .search-general-section {
        width: 330px;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #searchBoxMobile {
        width: 88%;
        top: 60px;
    }

    .home-header i {
        font-size: 1.2rem;
    }

    .notificacion-box-title {
        font-weight: 600;
        color: #000;
        margin: 10px 20px;
        font-size: 1.2rem;
    }

    .notificacion-title {
        font-weight: 500;
        font-size: 1rem;
        margin: 0;
    }

    .menu-header-mobile {
        display: none;
    }

    .menu-mobile-open {
        display: none !important;
    }

    .logged-container {
        right: 40px;
    }

    .logged-menu-content {
        top: 50px;
        left: -250px;
        min-height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .menu-mobile-open {
        display: block !important;
    }

    .logged-menu-content {
        top: 35px;
        left: -435px;
        min-height: 75px;
    }
    .hidderesponsive{
        display: none;
    }
}

.hidden {
    display: none;
}

#infoContainer {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    background-color: #f9f9f9;

}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.ml-2 {
    margin-left: 0.5rem;
}

#infoButton {
    border-radius: 30px;
}