﻿body {
    overflow-x: hidden !important;
    font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
}

body::-webkit-scrollbar {
     height: 5px;
     width: 7px;
}

body::-webkit-scrollbar-track {
     background: #000;
     box-shadow: inset 0 0 6px #243949;
}

body::-webkit-scrollbar-thumb {
     box-shadow: inset 0 0 6px #243949;
}

.nav-menu::-webkit-scrollbar {
    height: 5px;
    width: 2px;
}

.nav-menu::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}

.nav-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}

/*Header principal*/
header {
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    background-color: #0F172A;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 200;
    color: #fff;
}

ul, ol {
    margin-bottom: 0px;
}

/*Espacio en responsivo*/
.row {
    margin-right: 0px !important;
    margin-left: -15px;
}

/*Header buscador*/
.nav-header {
    display: flex;
    align-items: center;
    background: #F4F1EC;
    width: 100%;
    position: relative;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
}

.nav-header .icon-header .img_header {
    filter: drop-shadow(0 0 10px rgb(253, 254, 254));
    width: 150px;
    object-fit: contain;
    cursor: pointer;
}

.nav-header .shopping-heart {
     display: flex;
     list-style: none;
     width: 20%;
     padding: 10px;
     justify-content: flex-end;
     align-items: center;
     margin: auto 0;
}

.nav-header .cart-heart a {
     color: #c00000;
     font-size: 20px;
     text-decoration: none;
     text-transform: capitalize;
     letter-spacing: 1px;
     padding: 15px;
}

.nav-header .cart-heart:hover i {
     color: #c00000;
}

.nav-header .cart-shopping i {
     transition: all ease-in-out 0.5s;
     color: #c00000;
     font-size: 20px;
     text-decoration: none;
     text-transform: capitalize;
     letter-spacing: 1px;
     padding: 5px 10px;
}

.nav-header .cart-shopping:hover i {
     transition: all ease-in-out 0.5s;
     color: #c00000;
}

/*Buscador lupa*/
.modern-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 6px 10px;
    width: 80% !important;
    height: 10%;
    margin-left: 18% !important;
    transition: all 0.3s ease;
}

.modern-search:focus-within {
    border-color: #c00000;
    box-shadow: 0 0 6px rgba(192, 0, 0, 0.3);
}

.modern-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
    color: #333;
    background: transparent;
    padding: 8px 10px;
}

.modern-input::placeholder {
    color: #aaa;
}

.modern-btn {
    border: none;
    outline: none;
    background: #c00000;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modern-btn:hover {
    background: #a30000;
    transform: scale(1.05);
}

.modern-btn i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 600px) {
    .modern-search {
        max-width: 100%;
        padding: 5px 8px;
    }

    .modern-input {
        font-size: 14px;
        padding: 6px 8px;
    }

    .modern-btn {
        width: 32px;
        height: 32px;
    }

    .modern-btn i {
        font-size: 14px;
    }
}

/*Provincia select*/
#bodegaSelect {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    outline: none;
    border-radius: 5px;
}

/*Responsive*/
@media screen and (max-width:800px) {
    .nav-header {
        display: block;
        padding: 0;
    }

    .nav-header .icon-header {
        display: inline-block;
        padding: 30px 20px;
        float: left;
    }

    .nav-header .search_box {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .nav-header .search_box > input {
        width: 90%
    }

    .shopping-heart {
        display: block;
        position: absolute !important;
        top: 28px;
        right: 20px;
        cursor: pointer;
    }
}

@media screen and (max-width:494px) {
    #bodegaSelect {
        width: 79px;
        font-size: 11px;
    }
}

/*Header buscador*/
.Header2 {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgb(2, 23, 43);
    text-decoration: none;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 200;
    color: #fff;
    text-shadow: 0px 0px 2.5px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.wrapper {
    position: absolute;
}

.wrapper ul li {
   list-style: none;
}

.wrapper ul li {
   width: 30px;
   height: 30px;
   line-height: inherit;
   margin: 0 8px;
   text-align: center;
   cursor: pointer;
   border-radius: 50%;
   border: 5px solid #E2E8F0;
   float: left;
   transition: all 0.5s ease;
}

.wrapper ul li .fa {
    color: #dBe2dc;
    margin: 0;
    width: 17.5px;
    height: 17.5px;
    margin-top: 3px;
    transition: all 0.5s ease;
    font-size: 14px;
    align-items: center;
}

.wrapper ul li:hover.facebook {
    border: 5px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-facebook {
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease;
}

.wrapper ul li:hover.instagram {
    border: 5px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-instagram {
    color: #bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

.wrapper ul li:hover.whatsapp {
    border: 5px solid #4dc247;
    box-shadow: 0 0 15px #4dc247;
    transition: all 0.5s ease;
}

.wrapper ul li:hover .fa-whatsapp {
    color: #4dc247;
    text-shadow: 0 0 15px #4dc247;
    transition: all 0.5s ease;
}

@media screen and (max-width:1000px) {
    .col-md-3 {
        display: none;
    }
}

@media(max-width: 912px) {
    .shopping-heart {
        top: 58px;
    }
    .icon-header {
        width: 40% !important;
        height: 58% !important;
    }

    .nav-header .search_box > span {
        margin-top: 12px;
    }

    .nav-header .search_box > input {
        margin-top: 12px;
    }

    .nav-header {
        height: 144px;
    }

    .nav-header .search_box > input {
        width: 60%;
    }

    .nav-header .shopping-heart {
        padding: 8px;
    }

    header {
        font-size: 8px;
    }
}

@media screen and (max-width:500px) {
    .nav-header {
        height: 120px;
    }
    .shopping-heart {
        top: 42px;
    }
    .modern-search {
        height: 22%;
        margin-left: 10% !important;
    }
    .nav-header .icon-header .img_header {
        width: 100px;
    }
}

/*Empieza usuario*/
.bienvenido a {
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}

.bienvenido :hover {
    color: #c00000;
    transition: all ease-in-out 0.5s;
}

.bienvenido2 {
    margin-left: 10px;
    margin-right: 10px;
}

.bienvenido2 a:hover {
    color: #ccc;
    text-decoration: none;
}

/*Registro e inicio*/
.registro-cierre {
    float: right;
}

.registro-cierre i {
    font-size: 20px;
    position: relative;
    cursor: pointer;
    z-index: 15;
    transition: 0.3s;
}

.registro-cierre i:hover {
    transform: rotate(90deg);
    color: #c00000;
}

#registro {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 5;
    display: none;
}

#registro2 {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1;
    display: none;
}

.registro-h1 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    color: #000;
    margin-left: 40%;
}

.registro-h1::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3px;
    background-color: #c00000;
    width: 50px;
    left: 0;
    bottom: 0;
}

.registro-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 1px;
}

.registro-input:focus {
    border-color: #c00000;
    border-bottom-width: 2px;
}

.acuerdo {
    text-align: center;
    margin-bottom: 15px;
    font-size: 10px;
    color: #000;
}

.acuerdo a {
    text-decoration: none;
    cursor: pointer;
}

.registro-registrarse {
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    background: #d74c4c;
    background: -webkit-linear-gradient(to right,#c00000, #813e3e);
    background: linear-gradient(to right,#c00000, #813e3e);
    border: none;
    cursor: pointer;
    border-radius: 20px;
    color: #fff;
}

.registro-registrarse:hover {
    background: -webkit-linear-gradient(to right, #813e3e, #c00000);
    background: linear-gradient(to right,#813e3e,#c00000);
}

.registro-acceso {
    text-align: center;
    color: #000;
}

.registro-redes {
    text-align: center;
}

.registro-redes a {
    margin: 5%;
    font-size: 25px;
}

.acceso-facebook {
    color: #657786;
}

.acceso-facebook:hover {
    color: #3b5998;
}

.acceso-google {
    color: #657786;
}

.acceso-google:hover {
    color: #db4a39;
}

.acceso-twitter {
    color: #657786;
}

.acceso-twitter:hover {
    color: #1DA1F2;
}

.acceso-apple {
    color: #657786;
}

.acceso-apple:hover {
   color: #14171A;
}

/*InicioSesion*/
#inicioSesion {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1000 !important;
    display: none;
}

.registro-olvido {
    text-align: center;
}

.registro-olvido a {
    text-decoration: none;
    font-weight: bolder;
}

.select-btn {
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
}

.select-btn:hover {
    color: #c00000;
}

/* mail y phone*/
.select-container {
    display: inline-block;
    float: right;
    margin: 0 15px;
    padding: 5px 0;
}

.mail-header,
.phone-header {
    display: inline-block;
}

.mail-header {
    margin-right: 20px;
}

.mail-header > i {
    font-size: 15px;
}

.mail-header .mail-contact {
    font-size: 11px;
}

.mail-header .mail-contact:hover {
    color: #c00000;
}

.phone-header > i {
    font-size: 15px;
}

.phone-header label {
    font-size: 11px;
}

.select-container .select-box {
    border-radius: 15%;
    background: black;
    border: transparent;
    color: #fff;
    padding: 5px 0;
}

/*Menu*/
.container__main {
    width: 100%;
    left: 0;
    z-index: 99;
}

body.hidden-scrolling {
    overflow-y: hidden;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_item a {
    text-decoration: none;
}

.container_main_logo {
    background: linear-gradient(to bottom, #c00000, #8b0000);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo_menu {
    padding: 0 15px;
}

.logo_menu > a {
   font-size: 30px;
   text-transform: capitalize;
   color: #fff;
   font-weight: 400;
}

.container_main_logo > .nav_menu {
    padding: 0 30px;
}

.nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 40px;
    position: relative;
}

.nav_menu > .menu > .menu_item > a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav_menu > .menu > .menu_item > a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
}

.nav_menu > .menu > .menu_item > a .plus:before,
.nav_menu > .menu > .menu_item > a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.nav_menu > .menu > .menu_item:hover > a .plus:before,
.nav_menu > .menu > .menu_item:hover > a .plus:after {
    background-color: #000;
}

.nav_menu > .menu > .menu_item > a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a:hover {
    color: #c00000;
}

.nav_menu > .menu > .menu_item:hover > a {
    color: #000;
}

.nav_menu > .menu > .menu_item > .sub-menu {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 121px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffff;
    z-index: 1;
    padding: 10px 0;
    border-top: 3px solid #c00000;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .nav_menu > .menu > .menu-item-has-children:hover > .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav_menu > .menu > .menu-item-has-children:hover a .plus:after {
        transform: translate(-50%, -50%) rotate(-0deg);
    }
}

.nav_menu > .menu > .menu_item > .sub-menu > .menu_item {
    display: block;
}

.nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.open-nav-menu > span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: relative;
}

.open-nav-menu > span:before,
.open-nav-menu > span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
}

.open-nav-menu > span:before {
    top: -7px;
}

.open-nav-menu > span:after {
    top: 7px;
}

.close-nav-menu {
    height: 40px;
    width: 40px;
    margin: 0 0 15px 0px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.close-nav-menu .close_menu {
    font-size: 20px;
    color: #fff;
}

.close-nav-menu .close_menu:hover {
     color: #c00000;
}

.menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.menu-overlay.active {
    visibility: visible;
    opacity: 1;
}

/*Responsive*/
@media(max-width: 1115px) {
    .nav_menu > .menu > .menu_item {
        display: inline-block;
        margin-left: 25px;
        position: relative;
    }
}

@media(max-width: 1100px) {
    .nav_menu > .menu > .menu_item {
        display: inline-block;
        margin-left: 23px;
        position: relative;
    }
}

@media(max-width: 1078px) {
    .nav_menu > .menu > .menu_item {
        display: inline-block;
        margin-left: 20px;
        position: relative;
    }
}

@media(max-width: 1054px) {
    .nav_menu > .menu > .menu_item {
        display: inline-block;
        margin-left: 18px;
        position: relative;
    }
}

@media(max-width: 1039px) {
    .nav_menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0px;
        overflow-y: scroll;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .nav_menu.open {
        visibility: visible;
        right: 0;
    }

    .nav_menu > .menu > .menu_item {
        display: block;
        margin: 0;
    }

    .nav_menu > .menu > .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_menu > .menu > .menu_item > .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .nav_menu > .menu > .menu_item > a {
        color: #fff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .nav_menu > .menu > .menu_item:first-child > a {
        border-top: 1px solid #333333;
    }

    .container_main_logo > .nav_menu {
        padding: 0;
    }

    .close-nav-menu,
    .open-nav-menu {
        display: flex;
    }

    .nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a {
        padding: 12px 45px;
        color: #fff;
        border-bottom: 1px solid #333333;
    }

    .nav_menu > .menu > .menu_item > a .plus:before,
    .nav_menu > .menu > .menu_item > a .plus:after {
        background-color: #fff;
    }

    .nav_menu > .menu > .menu-item-has-children.active > a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .open-nav-menu {
        display: flex;
    }

    .nav_menu::-webkit-scrollbar {
        height: 5px;
        width: 2px;
    }

    .nav_menu::-webkit-scrollbar-track {
        background: #000;
        box-shadow: inset 0 0 6px #243949;
    }

    .nav_menu::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px #243949;
    }
}

/* Estilos para el botón volver arriba */
.scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(37deg, #2874a6 30%, #2c3e50 70%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculto hasta que se necesite */
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: linear-gradient(37deg, #2c3e50 30%, #2874a6 70%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

/*/*Botón flotante whatsapp*/
.whatsapp-container {
    position: fixed;
    bottom: 42px; 
    left: 20px;
    z-index: 1000;
}

/* Estilo de la nube de texto */
.whatsapp-cloud {
    display: none; 
    position: absolute;
    bottom: 80px;
    left: 0;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

/* Estilo del enlace dentro del contenedor */
.whatsapp-button a {
    display: block;
    width: 60px; 
    height: 60px; 
    background-color: #25D366; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    font-size: 30px;
    text-decoration: none !important; 
}

    .whatsapp-button a:hover {
        color: #fff;
    }

@media (max-width: 600px) {
    .whatsapp-button {
        width: 50px; 
        height: 50px; 
    }

    .whatsapp-button a {
        font-size: 25px; 
    }

    .whatsapp-container {
        position: fixed;
        bottom: 94px;
        left: 20px;
        z-index: 1000;
    }
}

/*Nav Select*/
#bodegaSelect {
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    outline: none;
    border-radius: 5px;
}
/*Footer*/
footer {
    width: 100%;
    background: #000;
    color: white;
}

.container-footer-all {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body {
    display: flex;
    justify-content: space-between;
}

.colum1 {
    max-width: 400px;
}

.colum1 h1 {
    font-size: 22px;
}

.colum1 .infomas a {
    display: flex;
    margin-top: 20px;
    text-decoration: none;
    color: white;
}

.infomas a:hover {
    color: #a4a0a0;
}

.colum1 p {
    font-size: 14px;
    color: #c7c7c7;
    margin-top: 20px;
}

.colum2 {
    max-width: 400px;
}

.colum2 h1 {
    font-size: 22px;
}

.colum2 .row {
    margin-top: 20px;
    display: flex;
}

.row .face {
    background: transparent;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row .face:hover {
    background: #2b97fa;
}

.row .insta {
    background: transparent;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row .insta:hover {
    background: #f82d97;
}

.row .twit {
    background: transparent;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row .twit:hover {
     background: #ff0050;
}

.row .linke {
    background: transparent;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row .linke:hover {
     background: #0e76a8;
}

.row label {
    margin-top: 5px;
    margin-left: 10px;
}

.row label:hover a {
    color: antiquewhite;
}

.row label a {
    color: white;
    text-decoration: none;
}

.colum3 {
    max-width: 400px;
}

.colum3 h1 {
    font-size: 22px;
}

.row2 {
    margin-top: 20px;
    display: flex;
}

.row2 i {
    font-size: 30px;
}

.row2 label {
    margin-top: 2px;
    margin-left: 10px;
    max-width: 140px;
}

.row2 label:hover a {
     color: antiquewhite;
}

.row2 a {
     color: white;
     text-decoration: none;
}

.row .insta:hover {
    background: #f82d97;
}

.row2 .hous {
    background: #c00000;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row2 .hous:hover {
    background: #bc2a8d;
}

.row2 .phone {
    background: #c00000;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row2 .phone:hover {
    background: #0e76a8;
}

.row2 .whats {
    background: #c00000;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row2 .whats:hover {
    background: #25D366;
}

.row2 .mail {
    background: #c00000;
    font-size: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 50ms ease;
}

.row2 .mail:hover {
    background: #f39f18;
}

/*Footer*/
.footer {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    min-height: 5px;
    background: #18253c;
    padding: 5px 0px 5px 0px;
    text-align: center;
    height: 30px;
    margin-top: 40%;
    bottom: 0px;
    position: fixed;
    right: 0;
    line-height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1000;
}

.footer p {
    font-size: 10px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
    text-align: center;
    height: auto;
    width: 100%;
}

.footer a {
    color: #F0F621;
}

@media (max-width: 870px) {
    .footer {
        height: auto;
    }

    .footer a {
        line-height: 16px;
    }
}

/*Responsive*/

/*Footer*/
@media screen and (max-width: 1100px) {
    .container-body {
        flex-wrap: wrap;
    }

    .colum1 {
        margin-top: 40px;
    }

    .colum2 {
        margin-top: 40px;
    }

    .colum3 {
        margin-top: 40px;
    }
    /*Menu*/
    @media screen and (max-width: 990px) {
        .form-search {
            display: none;
        }

        .Header2 {
            /*padding: 10px;*/
        }

        .main-logo {
            width: 150px;
        }
    }
}

@media screen and (max-width: 800px) {
    .container-menu {
        display: none;
    }
}

/*Nuevo menu*/
.top-bar {
    width: 100%;
    background-color: #1C1C1C;
    color: #F4F1EC;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1400;
}

.top-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    flex-wrap: wrap;
}

/* Redes sociales */
.social-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-section a {
    color: #F4F1EC;
    background-color: rgba(255,255,255,0.08);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
}

.social-section a:hover {
    background-color: #C00000;
}

.exchange {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 500;
}

/* Mensaje central */
.welcome-section {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.welcome-section span {
    color: #F4F1EC;
    font-size: 11px;
    font-weight: 500;
}

.welcome-section a {
    font-size: 11px;
    color: #C00000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.welcome-section a:hover {
    color: #E53935;
}

.welcome-section i {
    margin-left: 6px;
    color: #F4F1EC;
}

/* Contacto */
.contact-section {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-section a {
    font-size: 10px;
    color: #F4F1EC;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}

.contact-section a:hover {
     color: #C00000;
}

.contact-section i {
     color: #C00000;
}

/* Responsive */
@media (max-width: 900px) {
    .top-bar-inner {
        justify-content: center;
        gap: 8px;
    }

    .social-section, .welcome-section, .contact-section {
        justify-content: center;
    }
}

/*HEADER PRINCIPAL (Logo + Íconos)*/

.top-header {
    width: 100%;
    height: 60px;
    background: #F4F1EC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 32px; 
    left: 0;
    z-index: 1300;
}

.top-header-inner {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

/* Logo */
.logo-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-img {
    height: 40px;
}

.logo-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0d74ad;
    letter-spacing: 1px;
}

/* Iconos */
.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icon {
    color: #C00000;
    font-size: 1.3rem;
    position: relative;
    transition: color 0.3s ease;
}

.icon:hover {
    color: #E53935;
}

/* Contador del carrito */
.cart {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #C00000;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*HEADER INFERIOR (Categorías + Navegación)*/

.header_categorias {
    width: 100%;
    height: 62px;
    top: 92px; /* 32px (top-bar) + 60px (logo-header) */
    left: 0;
    background: #E0DEDA;
    color: #2C3E50;
    z-index: 1250;
    border-bottom: 1px solid #E0E4E7;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 12px 16px;
}

/* Menú de categorías */
.menu-left {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2C3E50;
    font-weight: 500;
    font-size: 13px;
}

.menu-label {
    cursor: pointer;
    user-select: none;
    transition: color .2s;
}

.menu-label:hover {
    color: #C00000;
}

/* Botón del menú */
.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #2C3E50 !important;
    cursor: pointer;
    padding: 6px;
    border-radius: 6px;
    transition: background .16s ease;
}

.icon-btn:hover {
    background: rgba(192,0,0,0.08);
}

/* Icono Home */
.home-link {
    display: inline-flex;
    align-items: center;
    color: #C00000;
    text-decoration: none;
    margin-left: 2px;
}

.home-link:hover {
    color: #E53935;
}

/* Navegación Principal */
.top-nav {
    display: flex;
    gap: 12px;
    margin-left: 14px;
}

.top-link {
    color: #2C3E50;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    transition: background .16s, color .16s;
}

a {
    text-decoration: none !important;
}

.top-link:hover {
    background: rgba(192,0,0,0.08);
    color: #C00000;
}

.header-spacer {
    flex: 1;
}

/* Sidebar lateral */

.sidebar {
    position: fixed;
    top: 0;
    left: -360px;
    width: 320px;
    height: 100vh;
    background: #F4F1EC;
    color: #2C3E50;
    padding: 14px;
    padding-top: 50px;
    box-shadow: 4px 0 20px rgba(0,0,0,0.15);
    transition: left .32s cubic-bezier(.2,.9,.2,1);
    z-index: 1250;
    overflow-y: auto;
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    position: absolute;
    top: 12px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* Título */
.title_categorias {
    background-color: #C00000;
    padding: 10px;
    text-align: center;
}

.title_categorias strong {
    font-size: 15px;
    color: #fff;
}


/* Menú */
.sidebar-nav .menu {
    list-style: none;
    padding-bottom: 40px;
}

.menu-item {
    margin-bottom: 6px;
    width: 100%;
}

/* Botones */
.menu-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    color: #2C3E50;
    padding: 10px 12px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background .14s;
}

.menu-toggle:hover {
    background: #C00000;
    color: #fff;
}

.caret {
    margin-left: 8px;
    transition: transform .25s ease;
}

/* Links */
.sidebar a {
    display: block;
    color: #2C3E50;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
}

.sidebar a:hover {
    background: rgba(192,0,0,0.08);
    color: #C00000;
}

/* Submenus */

.submenu {
    display: none;
    padding-left: 6px;
}

/* cuando abre */
.menu-item.open > .submenu {
    display: block;
}

/* Indentación */
.submenu .menu-item > .menu-toggle {
    font-size: 12px;
    padding-left: 14px;
}

.submenu a {
    padding-left: 20px;
}

/* Flecha */
.menu-item.open > .menu-toggle .caret {
    transform: rotate(90deg);
}

/* Scroll */
.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 6px;
}

/* Overlay */

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    z-index: 1240;
}

.overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* Contenido principal */
.page-content {
    padding-top: 10px; 
    background: #E8ECEF;
}

.content-inner {
    max-width: 1100px;
    margin: 28px auto;
    padding: 18px;
    background: #F4F1EC;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(15,22,28,0.06);
}

/*RESPONSIVE*/
@media (max-width: 900px) {
    .sidebar {
        width: 280px;
        left: -280px;
    }
      
    .sidebar.active {
            left: 0;
        }

    .top-nav {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-inner {
        padding: 10px 12px;
        gap: 8px;
    }

    .home-link {
        margin-left: 6px;
    }
}

/* Slider */
.container-slidernew {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.slidernew {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  Botones  */
.slider-controls {
    padding: 15px;
    position: absolute;
    top: 50%;
    width: 99%;
    height: 4%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 5;
}

.slider-controls span {
    cursor: pointer;
    padding: 11px 19px;
    font-size: 1.8rem;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.2s ease;
}

.slider-controls span:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

/* Dots */
.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 6;
}

.slider-dots span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.slider-dots span.active {
     background: #C00000;
     transform: scale(1.2);
}

.submenu li {
    list-style: none;
    position: relative;
    padding-left: 16px;
}

.submenu li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 50%;                 /* 🔥 clave */
    transform: translateY(-50%); /* 🔥 centra vertical */
    color: #C00000;
    font-size: 10px;
}
/* Responsive */

/*Tablets grandes*/
@media (max-width: 992px) {
    .container-slidernew {
        height: 420px;
    }

    .slider-controls span {
        font-size: 1.5rem;
        padding: 10px 14px;
    }
}

/* Tablets verticales y pantallas medianas */
@media (max-width: 768px) {
    .container-slidernew {
        height: 340px;
    }

    .slider-controls span {
        font-size: 1.4rem;
        padding: 9px 12px;
    }

    .slider-dots span {
        width: 10px;
        height: 10px;
    }
}

/* Celulares */
@media (max-width: 576px) {
    .container-slidernew {
        height: 260px;
    }

    .slider-controls span {
        font-size: 1.2rem;
        padding: 8px 10px;
    }

    .slider-dots span {
        width: 9px;
        height: 9px;
    }
}

/* Celulares más pequeños */
@media (max-width: 400px) {
    .container-slidernew {
        height: 220px;
    }

    .slider-controls span {
        font-size: 1rem;
        padding: 7px 9px;
    }

    .slider-dots span {
        width: 8px;
        height: 8px;
    }
}
