@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*
Colores
naranja #F25C27
Gris #39404A
#FAF4FD
*/

.text-font {
    font-family: "Playfair Display", serif;
}

.text-white {
    color: white !important;
}

.bg-Nav {
    background-color: #151313 !important;
    /*background: #18181a;*/
    /*background: linear-gradient(0deg, rgba(24, 24, 26, 1) 32%, rgba(145, 45, 32, 1) 100%, rgba(255, 81, 0, 1) 100%);*/
}


.bg-primary-1 {
    background-color: #F25C27 !important;
    color: #fff !important;
}

.bg-primary-2 {
    color: white !important;
    background-color: #151313 !important;
}

.nav-btn {
    background-color: #F25C27 !important;
    color: #fff !important;
    border-radius: 50px;
}

.text-primary-1 {
    color: #F25C27 !important;
}

.gradiant-bg-primary {
    background: linear-gradient(45deg, #e74c3c, #f39c12) !important;
}

.bg-navComponet .nav-link {
    position: relative;
    color: #F25C27 !important;
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    padding-bottom: .25rem;
}

/* línea por defecto (invisible) */
.bg-navComponet .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: transparent;
    transition: background-color .2s ease, width .2s ease;
}


.bg-navComponet .nav-link:hover::after,
.bg-navComponet .nav-link:focus::after {
    background-color: #d94b1d;
}

.bg-navComponet .nav-link.active::after {
    background-color: #b83f17;
    width: 60%;
}

.btn-nav {
    background-color: #F25C27;
    border: solid 2px #1e1c1a;
}

/*CARROUSEL*/
.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 2;
}



/*FOOTER*/
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    padding: 4px;
}

.whatsapp-bg {
    padding: 4px;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}




/*Sobre_nosotros*/
.sobre-nosotros-section {
    padding: 60px 0;
}

.section-divider {
    margin: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
}

.section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.section-image {
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.section-image:hover {
    transform: translateY(-5px);
}

.hero-section-aboutus {
    /* Use local image for reliability in local/dev environment. Path is relative to this CSS file (assets/css/) */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
        url('https://images.unsplash.com/photo-1581244277943-fe4a9c777189?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center center;
    /* Use scroll to avoid issues on some browsers/devices (fixed can hide image on mobile) */
    background-attachment: scroll;
    background-repeat: no-repeat;
    color: white;
    padding: 150px 0;
    text-align: center;
    position: relative;
    min-height: 500px;
}

.hero-section-aboutus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section-aboutus .container {
    position: relative;
    z-index: 2;
}

.hero-aboutus-title {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: white;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(12px);
    opacity: 0;
    animation: slideUpFade 1500ms cubic-bezier(.2,.9,.3,1) forwards;
}

.hero-aboutus-title:hover {
    transform: translateY(0) scale(1.02);
    transition: transform 250ms ease;
}

.hero-aboutus-subtitle {
    font-size: 1.8rem;
    opacity: 0.95;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transform: translateY(8px);
    opacity: 0;
    animation: slideUpFade 1100ms cubic-bezier(.2,.9,.3,1) 200ms forwards;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.hero-aboutus-subtitle::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #F25C27, #ff8a4a);
    border-radius: 2px;
    /* animate underline on load */
    animation: growUnderline 1500ms cubic-bezier(.2,.9,.3,1) 600ms forwards;
}

@keyframes slideUpFade {
    from {
        transform: translateY(12px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growUnderline {
    from {
        width: 0%;
    }

    to {
        width: 60%;
    }
}

.bg-light-custom {
    background-color: #ffffff;
}

.icon-feature {
    font-size: 3rem;
    color: #2C3E50;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .hero-aboutus-title {
        font-size: 3rem;
    }
    
    .hero-aboutus-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-section-aboutus {
        padding: 100px 0;
        background-attachment: scroll;
    }
}

/*Contact Us*/

.contact-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 80px 0;
    position: relative;
}

.contact-hero {
    text-align: center;
    margin-bottom: 60px;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-subtitle {
    font-size: 1.3rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.contact-form-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #ecf0f1;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    transform: translateY(-2px);
}

.btn-send-message {
    background: linear-gradient(45deg, #e74c3c, #f39c12);
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-send-message:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(231, 76, 60, 0.3);
    color: white;
}

.btn-send-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s;
}

.btn-send-message:hover::before {
    left: 100%;
}

.contact-info-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(45deg, #e74c3c, #f39c12);
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    font-size: 3rem;
    background: linear-gradient(45deg, #e74c3c, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}



.contact-info-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.contact-info-text {
    color: #7f8c8d;
    font-size: 1rem;
    line-height: 1.6;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 400px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.map-container:hover iframe {
    filter: grayscale(0%);
}

.horarios-card {
    background: linear-gradient(135deg, #ffffff 0%, #F25C27 100%) !important;
    color: blakc;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(0.8) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
}

.horarios-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.horario-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.horario-item:last-child {
    border-bottom: none;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.floating-icon:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icon:nth-child(2) {
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.floating-icon:nth-child(3) {
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 2.5rem;
    }

    .contact-form-container {
        padding: 25px;
    }
}

/*Diseño de tablas*/
.thead th {
    color: white;
    background-color: #F25C27;
}

.thead th:hover {
    background-color: #f39c12;
}

/*Agergar hover*/
.btnAgregar-hover:hover {
    background-color: #2c2f36 !important;
}

.font-family {
    font-family: Inter;
}

/*Dashboard*/
.dashboard-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 56px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #252222;
    width: 250px;
}

.dashboard-sidebar .nav-link {
    color: #F25C27;
    padding: 12px 20px;
    transition: all 0.3s;
    font-weight: bold;
}

.dashboard-sidebar .nav-link:hover {
    color: #fff;
    background-color: #495057;
}

.dashboard-sidebar .nav-link.active {
    color: #fff;
    background-color: #F25C27;
}

.dashboard-sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
}

.dashboard-navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.dashboard-main-content {
    margin-left: 250px;
    padding-top: 56px;
}

.dashboard-stat-card {
    transition: transform 0.3s;
}

.dashboard-stat-card:hover {
    transform: translateY(-5px);
}

.dashboard-card-icon {
    font-size: 2.5rem;
    opacity: 0.3;
}

@media (max-width: 768px) {
    .dashboard-sidebar {
        margin-left: -250px;
    }

    .dashboard-main-content {
        margin-left: 0;
    }

    .dashboard-sidebar.show {
        margin-left: 0;
    }
}

/*SIDEBAR products*/
.sidebar {
    min-height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
}

.list-group-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    color: #151313;
}

.list-group-item:hover {
    background-color: #fff5f2;
    padding-left: 1.25rem !important;
    border-left-color: #F25C27;
}

.list-group-item.active {
    background-color: #fff5f2;
    border-left-color: #F25C27;
    border-right: none;
    border-top: none;
    border-bottom: none;
    color: #151313;
}

.list-group-item.active span {
    color: #F25C27;
}

/* Scrollbar personalizada */
.sidebar::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #F25C27;
    border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #d14a1e;
}

/* --Login-- */

.login-container {
    max-width: 950px;
    margin: 60px auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    display: flex;
}

.login-left {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-left h2 {
    font-weight: 700;
    color: #151313;
    margin-bottom: 10px;
}

.login-left p {
    color: #6c757d;
    margin-bottom: 30px;
}

.login-right {
    flex: 1;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.login-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 15px;
    transition: all 0.2s ease-in-out;
}

.form-control:focus {
    border-color: #F25C27;
    box-shadow: 0 0 0 0.2rem rgba(242, 92, 39, 0.25);
}

.btn-primary-custom {
    background-color: #F25C27;
    border: none;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(242, 92, 39, 0.2);
    color: white;
}

.btn-primary-custom:hover {
    background-color: #d94f1d;
    box-shadow: 0 6px 15px rgba(242, 92, 39, 0.3);
    color: white;
}

.google-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    font-weight: 500;
    color: #555;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.google-btn:hover {
    background: #f8f8f8;
}

.text-link {
    color: #F25C27;
    font-weight: 500;
}

.text-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
        max-width: 95%;
    }

    .login-right {
        order: -1;
        height: 200px;
    }
}

.bg-background-login {
    background: #5c3737;
    background: linear-gradient(90deg, rgba(92, 55, 55, 1) 0%, rgba(242, 92, 39, 1) 31%, rgba(242, 92, 39, 1) 72%, rgba(92, 55, 55, 1) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* -- SLIDER PRODUCTOS --*/
.profile-header {
    background: linear-gradient(135deg, #F25C27 0%, #ff8855 100%);
}

.profile-img {
    width: 120px;
    height: 120px;
    border: 4px solid #F25C27;
}

.text-brown {
    color: #2b1810;
}

.border-primary-orange {
    border-color: #F25C27 !important;
}

.stars {
    color: #ffc107;
}

.titulo-productos-favoritos {
    font-size: 2rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 15px;
    border-left: 5px solid #F25C27;
}

.card-contenedor-slider {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: none;
}

.contenedor-productos-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 15px 5px;
    margin: 0 -5px;
}

.contenedor-productos-scroll::-webkit-scrollbar {
    height: 8px;
}

.contenedor-productos-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.contenedor-productos-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #F25C27 0%, #ff6b3d 100%);
    border-radius: 10px;
}

.contenedor-productos-scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #e04a1f 0%, #F25C27 100%);
}

.tarjeta-producto-favorito {
       flex: 0 0 300px;
    background: white;
    border: none;
    padding: 10px;
    margin-left: 3%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.tarjeta-producto-favorito:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(242, 92, 39, 0.25);
}

.contenedor-imagen-producto {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #f8f9fa;
}

.imagen-producto-favorito {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.tarjeta-producto-favorito:hover .imagen-producto-favorito {
    transform: scale(1.08);
}

.etiqueta-producto {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #F25C27 0%, #ff6b3d 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(242, 92, 39, 0.3);
    z-index: 2;
}

.boton-favorito-corazon {
    position: absolute;
    top: 12px;
    left: 12px;
    background: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.boton-favorito-corazon:hover {
    background: #F25C27;
    color: white;
    transform: scale(1.1);
}

.categoria-producto-fav {
    color: #F25C27;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.titulo-producto-fav {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.calificacion-producto {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.contador-calificacion {
    color: #6c757d;
    font-size: 0.85rem;
    margin-left: 5px;
}

.precio-producto-fav {
    font-size: 1.5rem;
    color: #F25C27;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-producto-fav {
    background: #f8f9fa;
    padding: 12px 20px;
    margin: 0 -20px -20px -20px;
    border-top: 1px solid #e9ecef;
}

.fecha-agregado-producto {
    color: #6c757d;
    font-size: 0.85rem;
    margin: 0;
}

.controles-navegacion-slider {
    margin-top: 25px;
}

.boton-control-slider {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F25C27 0%, #ff6b3d 100%);
    border: none;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 92, 39, 0.3);
}

.boton-control-slider:hover {
    background: linear-gradient(135deg, #e04a1f 0%, #F25C27 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(242, 92, 39, 0.4);
    color: white;
}

.boton-control-slider:active {
    transform: scale(0.95);
}

.boton-control-slider:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 92, 39, 0.2);
}

@media (max-width: 768px) {
    .tarjeta-producto-favorito {
        flex: 0 0 250px;
    }

    .titulo-productos-favoritos {
        font-size: 1.5rem;
    }
}

/* -- SLIDER MARCAS -- */
@keyframes brandSlider {
    from {
        transform: translate(0);
    }

    to {
        transform: translate(-100%);
    }
}

.brand-slider {
    display: inline-block;
    animation: brandSlider 30s 1s infinite linear;
}

.brand-slider img {
    margin: 20px 40px;
}

.brand-slider-slider {
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.brand-slider-slider::before,
.brand-slider-slider::after {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    content: "";
    z-index: 2;
}

.brand-slider-slider::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.brand-slider-slider::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

/* -- BENEFICIOS compra en linea -- */

.shipping-card {
    background-color: #f0f4f8;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.shipping-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper i {
    font-size: 30px;
    color: #F25C27;
}

.shipping-title {
    font-size: 18px;
    font-weight: 700;
    color: #F25C27;
    margin-bottom: 5px;
}

.shipping-description {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.text-content {
    flex: 1;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.parent img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* cubre el contenedor sin deformar */
    display: block;
    /* elimina espacios indeseados */
}


.div1 {
    grid-area: 1 / 1 / 4 / 3;
}

.div2 {
    grid-area: 4 / 1 / 6 / 4;
}

.div3 {
    grid-area: 4 / 4 / 6 / 6;
}

.div4 {
    grid-area: 1 / 3 / 4 / 6;
}

/* -- HERO SECCION */
.hero-section {
    background-color: #151313;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* Patrón de fondo sutil tipo construcción */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(45deg, rgba(242, 92, 39, 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(242, 92, 39, 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(242, 92, 39, 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(242, 92, 39, 0.03) 75%);
    background-size: 50px 50px;
    background-position: 0 0, 0 25px, 25px -25px, -25px 0px;
    opacity: 0.3;
}

/* Elementos decorativos tipo herramientas */
.tool-decoration {
    position: absolute;
    opacity: 0.08;
    color: #F25C27;
    font-size: 8rem;
}

.tool-1 {
    top: 10%;
    left: 5%;
    transform: rotate(-15deg);
    animation: float 8s ease-in-out infinite;
}

.tool-2 {
    top: 60%;
    left: 8%;
    transform: rotate(25deg);
    animation: float 10s ease-in-out infinite 2s;
}

.tool-3 {
    top: 15%;
    right: 10%;
    transform: rotate(15deg);
    animation: float 9s ease-in-out infinite 1s;
}

.tool-4 {
    bottom: 15%;
    right: 8%;
    transform: rotate(-20deg);
    animation: float 7s ease-in-out infinite 3s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-15px) rotate(0deg);
    }
}

/* Acento naranja */
.orange-accent {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(242, 92, 39, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: 20%;
    right: 10%;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

/* Contenido Hero */
.hero-content {
    position: relative;
    z-index: 10;
}

.hero-badge {
    display: inline-block;
    background-color: rgba(242, 92, 39, 0.2);
    color: #F25C27;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(242, 92, 39, 0.3);
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-title .highlight {
    color: #F25C27;
    position: relative;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    max-width: 550px;
    line-height: 1.7;
}

.btn-primary-custom {
    background-color: #F25C27;
    color: #ffffff;
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(242, 92, 39, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(242, 92, 39, 0.5);
    background-color: #d94d1f;
    color: #ffffff;
}

.btn-secondary-custom {
    background-color: transparent;
    color: #ffffff;
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: 15px;
}

.btn-secondary-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #ffffff;
}

/* Features */
.hero-features {
    display: flex;
    gap: 40px;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.feature-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(242, 92, 39, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F25C27;
    font-size: 1.3rem;
}

.feature-text {
    font-size: 1rem;
    font-weight: 600;
}

/* Imagen Hero */
.hero-image {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-image img {
    max-width: 90%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    animation: fadeInRight 1s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Stats */
.stats-badge {
    position: absolute;
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    z-index: 11;
}

.stats-badge.top {
    top: 15%;
    right: -10%;
    animation: floatBadge 3s ease-in-out infinite;
}

.stats-badge.bottom {
    bottom: 20%;
    left: -5%;
    animation: floatBadge 3s ease-in-out infinite 1.5s;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.stats-number {
    font-size: 2rem;
    font-weight: 900;
    color: #F25C27;
    line-height: 1;
}

.stats-text {
    font-size: 0.85rem;
    color: #151313;
    font-weight: 600;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-image {
        margin-top: 3rem;
    }

    .btn-secondary-custom {
        margin-left: 0;
        margin-top: 10px;
    }

    .stats-badge {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.3rem;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 30px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-features {
        gap: 20px;
    }

    .tool-decoration {
        font-size: 5rem;
    }
}

/* ========================================
   CARRITO DE COMPRAS
   ======================================== */

.cart-container {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
    background-color: #f5f5f5;
}

.cart-header {
    background: linear-gradient(135deg, #2c2f36 0%, #F25C27 100%);
    color: white;
    padding: 30px 0;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.cart-item {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.3s;
}

.cart-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.cart-item-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 4px;
}

.item-name {
    font-weight: 600;
    color: #2c2f36;
    font-size: 1rem;
    margin-bottom: 8px;
}

.item-brand {
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 4px;
    display: block;
}

.item-price {
    color: #F25C27;
    font-size: 1.2rem;
    font-weight: bold;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #F25C27;
    background: white;
    color: #F25C27;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.quantity-btn:hover:not(:disabled) {
    background: #F25C27;
    color: white;
}

.quantity-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #ccc;
    color: #ccc;
}

.quantity-input {
    width: 50px;
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 4px;
    font-weight: 500;
}

.btn-remove {
    background: #dc3545;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-remove:hover {
    background: #c82333;
}

.cart-summary {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    position: sticky;
    top: 20px;
}

.cart-summary h4 {
    color: #2c2f36;
    font-weight: 600;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 0.95rem;
    color: #555;
}

.summary-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.summary-total {
    font-size: 1.4rem;
    font-weight: bold;
    color: #F25C27;
    padding-top: 10px;
}

.btn-checkout {
    background: #F25C27;
    color: white;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-checkout:hover {
    background: #d94d1d;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(242, 92, 39, 0.3);
}

.btn-clear-cart {
    background: white;
    color: #dc3545;
    border: 1px solid #dc3545;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-clear-cart:hover {
    background: #dc3545;
    color: white;
}

.btn-continue-shopping {
    background: white;
    color: #F25C27;
    border: 1px solid #F25C27;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.95rem;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-continue-shopping:hover {
    background: #F25C27;
    color: white;
    text-decoration: none;
}

.stock-warning {
    color: #ffc107;
    font-size: 0.8rem;
    margin-top: 6px;
}

.out-of-stock {
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 6px;
}

.empty-cart {
    text-align: center;
    padding: 60px 20px;
}

.empty-cart-icon {
    font-size: 5rem;
    color: #dee2e6;
    margin-bottom: 20px;
}

.empty-cart h3 {
    color: #2c2f36;
    margin-bottom: 15px;
}

.btn-continue-shopping {
    background: #F25C27;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-continue-shopping:hover {
    background: #d94d1d;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    color: white;
    font-size: 3rem;
}

.stock-warning {
    color: #ffc107;
    font-size: 0.85rem;
    margin-top: 5px;
}

.out-of-stock {
    color: #dc3545;
    font-size: 0.85rem;
    font-weight: 600;
}
