@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins:ital,wght@1,700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,700;1,700&family=Roboto:ital,wght@1,700&display=swap');




body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Inconsolata';
   
}

/* ★★★ SLIDER ★★★★★★★★★★★★★★★★★  SLIDER  ★★★★★★★★ SLIDER  ★★★★★★★  SLIDER  ★★★★★★★★★★★★★★  SLIDER  ★★★★★★★★★★ */
    /* ------------------------TAMAÑO PC -----------------------------*/
    @media (min-width:1025px){
        .swiper-container{
            margin-top:20px;
            width:100%;
            height:20%;
            background:#222;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .swiper{
        width: 100%;
        /* height: fit-content;  */
        height:800px;
        }
        .swiper-slide{
            width: 100%;
            height: 800px;
        }
        .swiper .swiper-button-prev, .swiper .swiper-button-next{
        color: #ffffff  ;
        }
        .swiper-pagination-bullet-active {
            background-color: #fff !important;
        }
        .img-slider{
            height:800px; width:100%;
        }
    }
    /* ------------------------TAMAÑO PC -----------------------------*/

    /* -------------------- Tamaño pc pequeño  -----------------------*/
    @media (max-width:1280px){
        .swiper-container{
            margin-top:20px;
            width:100%;
            height:20%;
            background:#222;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .swiper{
        width: 100%;
        /* height: fit-content;  */
        height:600px;
        }
        .swiper-slide{
            width: 100%;
            height:600px;
        }
        .swiper .swiper-button-prev, .swiper .swiper-button-next{
        color: #ffffff  ;
        }
        .swiper-pagination-bullet-active {
            background-color: #fff !important;
        }
        .img-slider{
            height:600px; width:100%;
        }
    }
    /* -------------------- Tamaño pc pequeño -----------------------*/

    /* TAMAÑO TABLET*/
    @media (max-width:960px){
        .swiper-container{
            margin-top:10px;
            width:100%;
            height: 420px;
            background:#222;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .swiper{
            width: 100%;
        /* height: fit-content;  */
        height:  100%;
        }
        .swiper-slide{
            width: 100%;
            height: 100%;
        }
        .swiper .swiper-button-prev, .swiper .swiper-button-next{
        color: #ffffff  ;
        }
        .swiper-pagination-bullet-active {
            background-color: #fff !important;
        }
        .img-slider{
            width:100%;
            height: 100%;
        }
    }
    /* TAMAÑO TABLET*/

    /* TAMAÑO CELULAR*/
    @media (max-width:480px){
        .swiper-container{
            margin-top:10px;
            width:100%;
            height: 220px;
            background:#222;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .swiper{
            width: 100%;
        /* height: fit-content;  */
        height:  100%;
        }
        .swiper-slide{
            width: 100%;
            height: 100%;
        }
        .swiper .swiper-button-prev, .swiper .swiper-button-next{
        color: #ffffff  ;
        }
        .swiper-pagination-bullet-active {
            background-color: #fff !important;
        }
        .img-slider{
            width:100%;
            height: 100%;
        }
    }
    /* TAMAÑO CELULAR*/
/* ★★★ SLIDER ★★★★★★★★★★★★★★★★★  SLIDER  ★★★★★★★★ SLIDER  ★★★★★★★  SLIDER  ★★★★★★★★★★★★★★  SLIDER  ★★★★★★★★★★ */














/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  Inicio ❇ ❇❇❇❇❇❇❇❇❇❇  NAVBAR DEFINITIVO  ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇*/
    /* -----------------------------TAMAÑO PC--------------------------------------------- */
    @media (min-width:1025px){

        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        
        
        }
        .logo{
            padding-left: 100px;
        }
        .logo img{
            height: 35px;
            width: auto;
            padding: 10px;
            float:left;
        }
        .my_sunglasses{
            font-size: 1.5em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 4px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 8px;
            margin-left: 150px;

        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 600px;
            font-size:20px;
        }
        .botoncito{
            display: inline-block;
            background-color: #000000;
            color: white;
            width: 35px;
    
            text-align: center;
            text-decoration: none;
            border: none;
        
        }
        .botoncito:hover{
            cursor: pointer;
            font-size: 1.1rem;
            color: rgb(255, 239, 22);
        }
        /* solo se ve en pc */
        .publicidad {
            width: 200px;
            height:40px;
            margin-top: -10px;
            padding-right: 100px;
        }
        .publicidad img {
            display: block;
            width: 100%;
        }
        /* solo se ve en pc */
        .nav-links {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-left: 100px;
            padding-right: 100px;
        }
        /* navbar de abajo */
    

        li a{
            text-decoration: none;
            font-size: 20px;
            color: #000000;
            font-family:sans-serif;
        }
    
        li a:hover{
            cursor:pointer;
            color: rgb(207, 152, 11);
        }
        ul{
            list-style: none;
        }
        .mas_opciones{
            display: none;
        }
        .nav-links li ul{
            display: none;
            position: absolute;
            min-width: 120px;
            
            
        }
        .nav-links li:hover > ul{
            display:block;
            background-color: black;
            opacity: 0.75;
            position:absolute;
            z-index: 999;
            border-radius: 15%;
            width: 150px;
            height: 120px;
            
        }
        .sub li a{
            color: #ccc;
        }
        .sub li{
        margin-top: 10px;
        }
    
        .sub li a:hover{
            color: goldenrod;
            
        }
        .menu_bar{
            display: none;
        }
        .menu_opc{
            display: none;
        }
        .carrito_menu{
            display: none;
        }
    }
    /* -----------------------------TAMAÑO PC--------------------------------------------- */


    /* -----------------------------TAMAÑO PC 2 --------------------------------------------- */
    @media (min-width:961px) and (max-width:1280px){
        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }
        .logo{
            padding-left: 100px;
        }
        .logo img{
            height: 35px;
            width: auto;
            padding: 10px;
            float:left;
        }
        .my_sunglasses{
            font-size: 1.5em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 4px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 20px;
            padding-left: 55px;
        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 490px;
            font-size:20px;
        }
        .botoncito{
            display: inline-block;
            background-color: #000000;
            color: white;
            width: 35px;
            text-align: center;
            text-decoration: none;
            border: none;
        }
        .botoncito:hover{
            cursor: pointer;
            font-size: 1.1rem;
            color: rgb(255, 239, 22);
        }
        .nav-links {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-left: 100px;
            padding-right: 100px;
        }
        .publicidad  {
            display: none;
        }
    
        /* navbar de abajo */
        li a{
            text-decoration: none;
            font-size: 20px;
            color: #000000;
            font-family:sans-serif;
        }
        li a:hover{
            cursor:pointer;
            color: rgb(207, 152, 11);
        }
        ul{
            list-style: none;
        }
        .mas_opciones{
            display: none;
        }
        .nav-links li ul{
            display: none;
            position: absolute;
            min-width: 120px;

        }
        .nav-links li:hover > ul{
            display:block;
            background-color: black;
            opacity: 0.75;
            position:absolute;
            z-index: 999;
            border-radius: 10%;
            width: 150px;
            height: 120px;
        }
        .sub li a{
            color: #ccc;
        }
        .sub li{
        margin-top: 10px;
        }
    
        .sub li a:hover{
            color: goldenrod;
            
        }
        .menu_bar{
            display: none;
        }
        .menu_opc{
            display: none;
        }
        .carrito_menu{
            display: none;
        }
    }
    /* -----------------------------TAMAÑO PC 2 --------------------------------------------- */


    /* --------------------------------------------TAMAÑO TABLET ---------------------------*/
    @media (min-width:481px ) and ( max-width:960px){
        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 5px;
        }
        .logo{
            padding-left: 5px;
        }
        .logo img{
            height: 25px;
            width: auto;
            padding: 5px;
            float:left;
        }
        .my_sunglasses{
            font-size: 0.8em;
            margin:10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 2px 7px;
            justify-content: flex-start;
        }
        .barra-div{
            display: flex;
            padding: 8px;
        }
        .main_header_input{
            display: flex;
            padding: 10px;
            width: 260px;
            font-size:12px;
            margin-left: 20px;
        }
        .botoncito{
            display: inline-block;
            background-color: #000000;
            color: white;
            width: 35px;
            text-align: center;
            text-decoration: none;
            border: none;
        }
        .botoncito:hover{
            cursor: pointer;
            font-size: 1.1rem;
            color: rgb(255, 239, 22);
        }
        .piso2{
            display: none;
        }
        .publicidad  {
            display: none;
        }
        .publicidad img {
            display: none;
        }
        form{
            width: 55%;
        }
        .menu_bar span{
            float: right;
            font-size:35px ;
            color: #000000;
        }
   
        
     
        .menu-container {
            width: 80%;
            float: left;
        }
        .menu_bar{
            display: block;
            /* width: 100%; */
            position: relative;
            z-index: 1002;
        }
        .menu_bar .bt-menu{
            position: absolute;
            top: 0;
            right: 0;
            width: 10px;
            margin-top: -10px;
            margin-right: 26px;
            display: block;
            padding: 20px;
            color: #050505;
            text-decoration: none;
            font-weight: bold;
            font-size: 31px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; 
        }
        .menu_bar2{
            position: fixed;
            display: block;
            padding: 20px;
            margin-left: -20px;
            margin-top: -20px;;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            font-size: 31px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    
        .div-carrito {
            display: inline-block;
            position: relative;
            margin-top: 13px;
            margin-left: 20px;
        }
        .carrito_menu {
            color: #000000;
            font-size: 26px;
        } 

           /* lineas  */
           header nav ul li{
            display: block;
            float: none;
            border-bottom: 1px solid   #ffffff ;
            
            /* margin-top: -10px; */
            width: 40%;
            /* height: 40%; */
        }
        header nav{
            width:101%;
            height: 50vh;
            margin:0 ;
            padding: 0%;
            position: fixed;
            background-color: #000000;
            z-index: 1001;
            top: -100%;
        }


          /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜♜INICIO♜♜♜♜♜♜♜ */
        .list__item{
            list-style: none;
            width: 100%;
            /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
            overflow: hidden; 
            color: #fff;
            margin-left: -20px;
            margin-top: 40px;
            cursor: pointer;  
            border-bottom: 2px solid #000000; 
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        /* al dar click el texto categoria cambia */
        .list__item:hover {
            cursor: pointer;
            color: rgb(255, 255, 255);
            transition: .5s;
        }
        /* al dar click el texto categoria cambia */
        .arrow{
            color: #fff;
        }
        .arrow .list__arrow{
            transform: rotate(90deg); 
            
        }
        .list__arrow{
            margin-left:auto;
            transition: transform .3s;
        }
        .opcion_list {
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 30px;
            margin-left: 40px;
            font-size:  20px;
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        .nav__link {
            color: #ffffff;
            display: block;
        /* padding-top: 1px; */
            text-decoration: none;
            list-style: none;

        }
  

        .list__button:hover .fa-solid{
            color: rgb(255, 255, 255);
        }    
    
        .list__button{
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 30px;
            margin-left: 15px;
            font-size: 25px;
        }
          /* hijos */
          .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 20px;         }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 35%;
            margin-left: 45px; 
        
            /* margin-left: auto; */
            /* border-left: 2px solid #ffffff; */
            list-style: none;
            transition: height .4s;
            height: 0;
        }
        /* hijos xd*/
    

    /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


    .ingresar_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:25px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 20px;      
    }


    .contacto_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:25px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 15px;      
        margin-top: 20px;
        
    }
    .about_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:25px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 15px;      
        margin-top: 20px;
        
    }

    .salir_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:25px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 40px;      
    }
    .admin_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:25px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 30px;      
    }




    }
    /* --------------------------------------------TAMAÑO TABLET*----------------------------/


    /* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
    @media (max-width:480px){
        
        .header{
            background-color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-top: 10px;
        }
        .logo{
            padding-left: 5px;
        }
        .logo img {
            height: 25px;
            width: auto;
            padding: 5px;
            float: left;
        }
        .my_sunglasses {
            font-size: 0.8em;
            margin: 10px 0;
            font-family: 'Julius Sans One', sans-serif;
            font-style: oblique;
            font-style: bold;
            padding: 2px 7px;
            justify-content: flex-start;
        }
        .barra-div {
            margin-top: 7px;
            margin-left: 4px;
            margin-right: 1px;
            display: flex;
            padding: 8px;
            justify-content: space-between; /* Add this to evenly distribute the elements */
            min-height: 0;
            max-height: 30px;  
        }
        .main_header_input {
            flex: 1;
            font-size: 12px; /* Ajustar el tamaño de la fuente */
            padding: 10px;
            margin-right: -2px; /* Ajustar el margen para crear espacio entre el input y el botón */
            min-width: 0; /* Permitir que el input se reduzca a su tamaño mínimo */
            max-width: 90px; /* Limitar el ancho del input para hacerlo más corto */  
        }
        .botoncito {
            display: inline-block;
            background-color: #000000;
            color: white;
            width: 30px; /* Adjust the width of the button to create some space between buttons */
            height: 30px;
            text-align: center;
            text-decoration: none;
            border: none;
            border-radius:   0 50% 50% 0 ;
        }
        .botoncito:hover{
            cursor: pointer;
            font-size: 1.1rem;
            color: rgb(255, 239, 22);
        }
        .piso2{
            display: none;
        }
        .publicidad  {
            display: none;
        }
        .publicidad img {
            display: none;
        }
        form{
            width: 55%;
        }
        .menu_bar span{
            float: right;
            font-size:35px ;
            color: #000000;
        }
     
        header nav ul li{
            display: block;
            float: none;
            border-bottom: 1px solid  #fff;
        }
        .menu-container {
            width: 80%;
            float: left;
        }
        .menu_bar{
            display: block;
            /* width: 100%; */
            position: relative;
            z-index: 1002;
        }
        .menu_bar .bt-menu {
            position: absolute;
            top: 0;
            right: 0;
            margin-top: -5px;
            width: 10%;
            margin-right: 25%; /* Puedes ajustar este valor según tus necesidades */
            display: block;
            padding: 20px;
            color: #050505;
            text-decoration: none;
            font-weight: bold;
            font-size: 8vw; /* Puedes usar unidades relativas como vw para el tamaño de fuente */
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        .menu_bar2{
            position: fixed;
            display: block;
            padding: 20px;
            margin-left: -20px;
            margin-top: -20px;;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            font-size: 31px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
      
        .div-carrito {
            display: inline-block;
            position: relative;
            margin-top: 17px; 
        }
        .carrito_menu {
            color: #000000;
            font-size: 26px;
        } 

        /* div principal ♜ */
        header nav{
            width:101%;
            height: 70vh;
            margin:0 ;
            padding: 0%;
            position: fixed;
            background-color: #000000;
            z-index: 1001;
            top: -100%;
        }
        /* div principal ♜ */



        /* header nav ul li a {
            margin-top: 40px;
            color: #811515;
            padding: 1px;
            text-decoration:none ;
            display: block;
        } */





        /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜♜INICIO♜♜♜♜♜♜♜ */
        .list__item{
            list-style: none;
            width: 100%;
            /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
            overflow: hidden; 
            color: #fff;
            margin-left: -20px;
            margin-top: 40px;
            cursor: pointer;  
            border-bottom: 2px solid #000000; 
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        /* al dar click el texto categoria cambia */
        .list__item:hover {
            cursor: pointer;
            color: rgb(255, 255, 255);
            transition: .5s;
        }
        /* al dar click el texto categoria cambia */
        .arrow{
            color: #fff;
        }
        .arrow .list__arrow{
            transform: rotate(90deg); 
            
        }
        .list__arrow{
            margin-left:auto;
            transition: transform .3s;
        }
        .opcion_list {
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 30px;
            margin-left: 40px;
            font-size:  15px;
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
      
  

        .list__button:hover .fa-solid{
            color: rgb(255, 255, 255);
        }    
    
        .list__button{
            display: flex;
            align-items: center;
            gap: 1em;
            width: 20%;
            margin: 0 auto; 
            margin-top: 30px;
            margin-left: 15px;
            font-size: 20px;
        }
          /* hijos */
          .list__show .nav__link {
            /* margin-left: -700px;  */
            /* margin-bottom: 20; */
            font-size: 20px;
            margin-top: 20px;         }
        /* hijos */

          .nav__link {
            color: #ffffff;
            display: block;
        /* padding-top: 1px; */
            text-decoration: none;
            list-style: none;

        }
        /* hijos xd */
        .list__show{
            width: 35%;
            margin-left: 45px; 
        
            /* margin-left: auto; */
            /* border-left: 2px solid #ffffff; */
            list-style: none;
            transition: height .4s;
            height: 0;
        }
        /* hijos xd*/
    

    /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


    .ingresar_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 20px;      
    }

    .salir_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 40px;      
    }
    .admin_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 30px;      
    }


    .contacto_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 15px;      
        margin-top: 20px;
        
    }
    .about_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        /* text-align: center;           esto centraba las opciones ahora aparecen a la izquierda por defecto */ 
        overflow: hidden; 
        color: #fff;
        margin-left: -20px;
        padding-left: 36px;
        cursor: pointer;  
        font-size:  20px;
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        border-bottom: 2px solid #000000;  
        padding-top: 15px;      
        margin-top: 20px;
        
    }
    }
    /* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇  NAVBAR DEFINITIVO  ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇*/
























/* ●●●●●●●  MAIN ●●●●●●● MAIN ●●●●●●● MAIN ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN ●●●●●●● MAIN  ●●●●●●●  MAIN  ●●●●●●● MAIN ●●●●●●● */
    /* INICIO------------------------------------------TAMAÑO PC ---------------------------*/
    @media (min-width:1079px){
 
       
      .btn-container{
        display: none;
      }
    
        .div_2{
            margin-top: 20px;
        }
        .main {
            margin-top: -90px;
            padding: 10px;
            display: grid;
            grid-template-columns:  18% 70%;
            position: relative;
        }
        .opciones {
            margin-top: 100px;
            margin-left: 20px;
            margin-right: 60px;
        }
        
        
        .main-title {
            font-family: 'Julius Sans One', sans-serif;
            margin-top: 80px;
        }
        
    
        /* estilos productos */
        .container-products {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap:10px;
            font-size: 1.3em;

            /* margin-top: 100px; */
        }
        .product {
            border:1px solid #ccc;
            padding: 20px;
            text-align: center;
        }


        
        
        .product__title{
            text-align:center;
            text-decoration: none;
            color: #000;
            font-family: 'Inconsolata';
          
        }
       
        
        .product__title h3 {
            margin-bottom: 15px; /* Ajusta este valor según sea necesario */
        }
              

        .product__title a{
            text-align:center;
            color: #000;
            text-decoration: none;
            font-family: 'Inconsolata';
        
          
        }

    
        .product__description {
            margin-top: 10px; /* Puedes ajustar este valor según sea necesario */
        }

        
        
        .product__price{
            color:#FF4E00;
            font-weight: bold;
            font-family: 'Inconsolata';
            font-size: 1.1em;
           
           
            
        }

        .product__img{
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .tachado{
            font-size: 1.3em;
            text-decoration:line-through;
            font-family: 'Inconsolata';
            color:#8a8a8a;
            font-weight: bold;
           
        }


        .tachado-div{
            margin-top: 10px;
            margin-bottom: 20px;
        }
        li a{
            font-family:sans-serif;
            font-size: 20px;
          
        
        }

        .marca{
            margin-top: 25px;
            margin-bottom: -10px;
        }

        .nombre_marca {
            text-align: center;
            color: #000;
            font-weight: bold; /* Cambiado de text-align a font-weight */
            font-family: 'Inconsolata';
            font-size: 1.2em;
      
        }
        
     
        .linea1 {
            display: flex;
            align-items: center; /* Centra verticalmente el contenido */

        }
        
        .linea1 img {
            width: 25px; /* Ajusta el ancho de la imagen según tus necesidades */
            margin-right: 10px; /* Ajusta el margen entre la imagen y el texto */
            
        }
        
        .linea1 h1 {
            font-family: 'Julius Sans One', sans-serif;
            font-size: 23px;
            margin: 0; /* Elimina el margen predeterminado del encabezado */
        }


        .textos {
            display: flex;
            justify-content: space-between; /* Coloca espacio entre los elementos */
        }
        
        .minimo,
        .maximo {
            font-family: 'Inconsolata';
            color:rgb(85, 85, 85) ;
            font-size: 21px;
        }



        #slider-container {
            margin-top: 20px;
        }
        


        /*  FILTRO  -------------  FILTRO -------     FILTRO pc  -------- FILTRO  FILTRO FILTRO  INICIO PC  */
        #minimo, #maximo {
            font-family: 'Inconsolata';
            color: rgb(85, 85, 85);
            font-size: 21px;
        }
        
        .textos {
            display: flex;
            justify-content: space-between;
        }
        
        .minimo-container,
        .maximo-container {
            text-align: center;
        }
        
        #minimo,
        #maximo {
            margin-top: 10px;
        }

        #procesarBtn {
            margin-top: 20px;
            background-color: #000;
            color: #fff;
            border: 2px solid #000;
            border-radius: 5px;
            padding: 10px 20px;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            width: 100%;
            /* Centra el botón horizontalmente y verticalmente */
            margin-left: auto;
            margin-right: auto;
            display: block;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Inconsolata';
        }
        
        #procesarBtn:hover {
            background-color: #413f3f;
            color: #fff;
        }
        #procesarBtn:not(:hover) {
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        /*    -------------   -------     filtro pc  --------   ---------------  FIN */

        .descuento {
            position: relative;
            margin-left: auto;
            background-color: #FF4E00;
            color: rgb(255, 255, 255);
            padding: 9px;
            font-weight: 100;
            border: none;
            border-radius: 10%;
            width: 20%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration-line: none;
            text-decoration: none !important; /* Añade !important para aumentar la especificidad */
            font-size: 21px;
            margin-top: -10px;
            margin-right: -10px;
            font-family: 'Roboto', sans-serif;

           
        }

        a {
            text-decoration: none;

          }
      
          h3{
            text-decoration: none;
          }
          .espacio{
            margin-top: 31px;
            display: hidden;
          }

          .checkboxes{
            margin-top: 20px;
          }
        
          .texto_boxers{
            font-family: 'Inconsolata';
            color:rgb(85, 85, 85) ;
            font-size: 21px;
          }

        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/
          .slider{
            width: 90%;
            height: auto;
            margin: auto;
            overflow: hidden;
            margin-top: 50px;
          }

          .slider .slide-track{
            display: flex;
            animation: scroll 40s linear infinite;
            -webkit-animation: scroll 40s linear infinite; ;
            width: calc(250px*18);
          }

          .slider .slide{
            width: 250px;
          }

          .slider .slide img{
            width: 100%;
          }

          @keyframes scroll  {
            0%{
                -webkit-transform:translateX(0);
                transform: translateX(0);
            }
            100%{
                -webkit-animation:translateX(calc(-250px * 9));
                transform: translateX(calc(-250px * 9));
            }
            
          }
        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/

   

          
    }
    /* FIN ------------------------------------------TAMAÑO PC ---------------------------*/


    /* Inicio ------------------------------------------TAMAÑO TABLET ---------------------------*/
    @media (min-width:481px) and (max-width:1078px){
     
        body {
            overflow: auto;
        }
        
        .main{
            padding: 10px;
        }
        .product__title{
            text-align:center;
            text-decoration: none;
            color: #000;
            font-family: 'Inconsolata';
          
        }
       
        
        .product__title h3 {
            margin-bottom: 15px; /* Ajusta este valor según sea necesario */
        }
              

        .product__title a{
            text-align:center;
            color: #000;
            text-decoration: none;
            font-family: 'Inconsolata';
        
          
        }
        .main-title{
            font-family: 'Julius Sans One', sans-serif;
        }
        img {
            display: block;
            width: 100%;
        }
        /* estilos productos */
        .container-products {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap:10px;
            font-size: 1.3em;
        }
        .product {
            border:1px solid #ccc;
            padding: 20px;
            text-align: center;
        }
        .product__price{
            color:#FF4E00;
            font-weight: bold;
            font-family: 'Inconsolata';
        }
        .product__icon{
            display: block;
            margin-top:10px;
        }
        .product__img{
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .boton{
            background: darkmagenta;
            color: #fff;
            border: 8px solid transparent;
            border-radius: 50%;
            font-size: 1.3em;
            margin-top: 5px;
        }
        .boton:hover{
            cursor: pointer;
            color: rgb(255, 217, 0);
        }
        .tachado{
            font-size: 1.3em;
            text-decoration:line-through;
            font-family: 'Inconsolata';
            color:#8a8a8a;
            font-weight: bold;
        }
        .carro{
            margin-top: 15px;
        }
        
        .tachado-div{
            margin-top: 7px;
        }



        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/
        .slider{
            width: 90%;
            height: auto;
            margin: auto;
            overflow: hidden;
            margin-top: 10px;
            margin-bottom: -2.0rem;
          }

          .slider .slide-track{
            display: flex;
            animation: scroll 40s linear infinite;
            -webkit-animation: scroll 40s linear infinite; ;
            /* son 9 imagenes entonces es x 18. si fueran 5 seria x10.  */
            width: calc(180px*18);
          }

          .slider .slide{
            width: 180px;
          }

          .slider .slide img{
            width: 100%;
          }

          @keyframes scroll  {
            0%{
                -webkit-transform:translateX(0);
                transform: translateX(0);
            }
            /* los valores de abajo tienen que coincidir con el width de slider slide */
            100%{
                -webkit-animation:translateX(calc(-180px * 9));
                transform: translateX(calc(-180px * 9));
            }
            
          }
        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/


        /* nuevos cambios productos */
        .marca{
            margin-top: 10px;
            margin-bottom: -10px;
        }

        .nombre_marca {
        text-align: center;
        color: #000;
        font-weight: bold; /* Cambiado de text-align a font-weight */
        font-family: 'Inconsolata';
        font-size: 0.8em;
        }

        .descuento {
        position: relative;
        margin-left: auto;
        background-color: #FF4E00;
        color: rgb(255, 255, 255);
        padding: 9px;
        font-weight: 100;
        border: none;
        border-radius: 10%;
        width: 28%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration-line: none;
        text-decoration: none !important; /* Añade !important para aumentar la especificidad */
        font-size: 21px;
        margin-top: -10px;
        margin-right: -10px;
        font-family: 'Roboto', sans-serif; 
        }

        a {
        text-decoration: none;

        }
    /* nuevos cambios productos */


   
    
        /* --- Inicio FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS  */
        .opciones {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 500px;
            z-index: 1999;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: none;
        }

        .btn-container {
            display: flex;
            justify-content: center; /* Centra los elementos horizontalmente */
            align-items: center; /* Alinea verticalmente los elementos del contenedor */
            margin-top: 2.5rem;
        }
        
        .toggle-btn {
            flex: 0 0 40%;
            background-color: #ffffff;
            color: #000000;
            border: 2px solid #d3d3d3;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px 0 0 5px;
            margin-right: -1px;
            font-size: 23px;
            font-weight: bold;
            display: flex;
            align-items: center; /* Alinea verticalmente los elementos dentro del botón */
            justify-content: center; /* Centra el texto horizontalmente dentro del botón */
        }
        
        .filter-icon {
            width: 20px;
            margin-right: 5px;
        }
        
        .toggle-btn1 {
            flex: 0 0 60%;
            background-color: #ffffff;
            color: #000000;
            border: 2px solid #d3d3d3;
            padding: 10px;
            cursor: pointer;
            border-radius: 0 5px 5px 0;
            font-size: 23px;
            display: flex;
            align-items: center; /* Alinea verticalmente los elementos dentro del botón */
            justify-content: center; /* Centra el texto horizontalmente dentro del botón */
        }
        /* Estilo para los botones al pasar el ratón sobre ellos */
        .toggle-btn:hover {
            background-color: #ffffff;
        }
        .opciones > * {
            width: 100%;
        }
        
        .linea1{
            margin-left: 20px;
            margin-bottom: -1rem;
           
        }
    
        .opciones .linea1 img {
            width: 30px;
            height: 35px;
            float: left;
            margin-right: 10px;
            
        }

        
        .opciones h1 {
            font-size: 42px;
            margin-bottom: 10px;
        }
        
        .opciones .checkboxes {
            font-size: 32px;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
        }
        
        .opciones .texto_boxers {
            font-size: 32px;
            font-weight: bold;
            color: #000;
        }

        .checkboxes input[type="checkbox"] {
            transform: scale(2.5); /* Ajusta el tamaño del checkbox según tu preferencia */
            margin-right: 5px; /* Espacio entre el checkbox y el texto (ajusta según sea necesario) */
            margin-bottom: 16px;
          }
        
        .opciones .precios {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
        }
        
        .opciones .textos {
            display: flex;
            justify-content: space-between;
        }
        
        .opciones .minimo-container,
        .opciones .maximo-container {
            text-align: center;
            margin-bottom: 20px;
            font-size: 35px;
        }
        
        .opciones .minimo,
        .opciones .maximo {
            font-size: 30px;
            font-weight: bold;
            color: #000;
        }
        
        .opciones .slider-container {
            margin-top: 1000px;
        }
        
        .opciones .slider {
            width: 100%;
            height: 20px;
            background-color: #ccc;
        }
        .opciones #procesarBtn {
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
            background-color: #000;
            color: #fff;
            border: 2px solid #000;
            border-radius: 15px;
            padding: 10px 20px;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            width: 80%;
            font-size: 26px;
            font-weight: bold;
            font-family: 'Inconsolata';
            display: block; /* Para ocupar el ancho especificado */
        }
        
        
        .opciones #procesarBtn:hover {
            background-color: #413f3f;
            color: #fff;
        }
        
        .opciones #procesarBtn:not(:hover) {
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .dark-bg {
            background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
        }
              /* PANTALLA OSCURA */
              #overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.7); /* Color oscuro con opacidad */
                z-index: 90;
                display: none; /* Inicialmente oculto */
            }
            /* PANTALLA OSCURA */
    
    /* --- fin FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS   fin*/
    }
    /* FIN --------------------------------------------TAMAÑO TABLET ---------------------------*/

    /* Inicio -----------------------------TAMAÑO CELULAR --------------------------------------------- */
    @media (max-width:480px){
        .main{
            padding: 10px;
        }
        .product__title a{
            text-align:center;
            text-decoration: none;
            font-family: 'Inconsolata';
        }
        .main-title{
            font-family: 'Julius Sans One', sans-serif;
        }
        img {
            display: block;
            width: 100%;
        }
        /* estilos productos */
        .container-products {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap:10px;
            font-size: 1.3em;
        }
        .product {
            border:1px solid #ccc;
            padding: 20px;
            text-align: center;
        }
        .product__title{
            text-align:center;
            text-decoration: none;
            font-family: 'Inconsolata';
        }
        .product__title h3 {
            margin-bottom: 15px; /* Ajusta este valor según sea necesario */
            color: #000;
        }
        .product__title a{
            text-align:center;
            color: #000;
            text-decoration: none;
            font-family: 'Inconsolata';
        }
        .product__price{
            color:#FF4E00;
            font-weight: bold;
            font-family: 'Inconsolata';
            font-size: 1.1em;
        }
        .product__icon{
            display: block;
            margin-top:10px;
        }
        .product__img{
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .boton{
            background: darkmagenta;
            color: #fff;
            border: 8px solid transparent;
            border-radius: 50%;
            font-size: 1.3em;
            margin-top: 5px;
        }
        .boton:hover{
            cursor: pointer;
            color: rgb(255, 217, 0);
        }
        .tachado{
            font-size: 1.3em;
            text-decoration:line-through;
            font-family: 'Inconsolata';
            color:#8a8a8a;
            font-weight: bold;
        }
        .carro{
            margin-top: 15px;
        }
        .tachado-div{
            margin-top: 7px;
        }
        /* nuevos cambios productos */
            .marca{
                margin-top: 20px;
                margin-bottom: -10px;
            }
            .nombre_marca {
            text-align: center;
            color: #000;
            font-weight: bold; /* Cambiado de text-align a font-weight */
            font-family: 'Inconsolata';
            font-size: 0.8em;
            }
            .descuento {
            position: relative;
            margin-left: auto;
            background-color: #FF4E00;
            color: rgb(255, 255, 255);
            padding: 9px;
            font-weight: 100;
            border: none;
            border-radius: 10%;
            width: 30%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration-line: none;
            text-decoration: none !important; /* Añade !important para aumentar la especificidad */
            font-size: 14px;
            margin-top: -10px;
            margin-right: -10px;
            font-family: 'Roboto', sans-serif; 
            }
            a {
            text-decoration: none;
            }
        /* nuevos cambios productos */

        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/
            .slider{
            width: 90%;
            height: auto;
            margin: auto;
            overflow: hidden;
            margin-top: 10px;
            margin-bottom: -2.0rem;
            }

            .slider .slide-track{
            display: flex;
            animation: scroll 40s linear infinite;
            -webkit-animation: scroll 40s linear infinite; ;
            /* son 9 imagenes entonces es x 18. si fueran 5 seria x10.  */
            width: calc(130px*18);
            }

            .slider .slide{
            width: 130px;
            }

            .slider .slide img{
            width: 100%;
            }

            @keyframes scroll  {
            0%{
                -webkit-transform:translateX(0);
                transform: translateX(0);
            }
            /* los valores de abajo tienen que coincidir con el width de slider slide */
            100%{
                -webkit-animation:translateX(calc(-130px * 9));
                transform: translateX(calc(-130px * 9));
            }
            
            }
        /* slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas slider marcas-*/







        /* --- Inicio FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS  */
        .opciones {
            position: fixed; /* Cambiado de absolute a fixed */
            top: 0;
            left: 0;
            width: 100%;
            max-width: 350px;
            z-index: 1999; /* Valor de z-index agregado */
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: none; /* Inicialmente oculto */
        }


        .btn-container {
            display: flex;
            justify-content: center; /* Centra los elementos horizontalmente */
            align-items: center; /* Alinea verticalmente los elementos del contenedor */
            margin-top: 1.5rem;
        }
        
        .toggle-btn {
            flex: 0 0 40%;
            background-color: #ffffff;
            color: #000000;
            border: 1px solid #d3d3d3;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px 0 0 5px;
            margin-right: -1px;
            font-size: 15px;
            font-weight: bold;
            display: flex;
            align-items: center; /* Alinea verticalmente los elementos dentro del botón */
            justify-content: center; /* Centra el texto horizontalmente dentro del botón */
        }
        
        .filter-icon {
            width: 19px;
            height: 17px;
            margin-right: 5px;
        }
        
        .toggle-btn1 {
            flex: 0 0 60%;
            background-color: #ffffff;
            color: #000000;
            border: 1px solid #d3d3d3;
            padding: 10px;
            cursor: pointer;
            border-radius: 0 5px 5px 0;
            font-size: 15px;
            display: flex;
            align-items: center; /* Alinea verticalmente los elementos dentro del botón */
            justify-content: center; /* Centra el texto horizontalmente dentro del botón */
        }
        /* Estilo para los botones al pasar el ratón sobre ellos */
        .toggle-btn:hover {
            background-color: #ffffff;
        }
        .opciones > * {
            width: 100%;
        }
        
        .linea1{
            margin-left: 20px;
            margin-bottom: -1rem;
        }
        .opciones .linea1 img {
            width: 30px;
            height: 35px;
            float: left;
            margin-right: 10px;
            
        }
        
        .opciones h1 {
            font-size: 27px;
        }
        
        .opciones .checkboxes {
            font-size: 22px;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
        }
        
        .opciones .texto_boxers {
            font-size: 22px;
            font-weight: bold;
            color: #000;
        }

        .checkboxes input[type="checkbox"] {
            transform: scale(1.5); /* Ajusta el tamaño del checkbox según tu preferencia */
            margin-right: 5px; /* Espacio entre el checkbox y el texto (ajusta según sea necesario) */
            margin-bottom: 10px;
          }
        
        .opciones .precios {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
        }
        
        .opciones .textos {
            display: flex;
            justify-content: space-between;
        }
        
        .opciones .minimo-container,
        .opciones .maximo-container {
            text-align: center;
            margin-bottom: 20px;
            font-size: 20px;
        }
        
        .opciones .minimo,
        .opciones .maximo {
            font-size: 20px;
            font-weight: bold;
            color: #000;
        }
        
        .opciones .slider-container {
            margin-top: 1000px;
        }
        
        .opciones .slider {
            width: 100%;
            height: 20px;
            background-color: #ccc;
        }
        
        .opciones #procesarBtn {
            margin-top: 20px;
            background-color: #000;
            color: #fff;
            border: 2px solid #000;
            border-radius: 5px;
            padding: 10px 20px;
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Inconsolata';
        }
        
        .opciones #procesarBtn:hover {
            background-color: #413f3f;
            color: #fff;
        }
        
        .opciones #procesarBtn:not(:hover) {
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .dark-bg {
            background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semitransparente */
        }
        /* PANTALLA OSCURA */
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); /* Color oscuro con opacidad */
            z-index: 90;
            display: none; /* Inicialmente oculto */
        }
        /* PANTALLA OSCURA */
     
    /* --- fin FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS FILTROS   fin*/

       


    }
    /* Fin --------------------------------------- TAMAÑO CELULAR --------------------------------- */
/* ●●●●●●●  MAIN ●●●●●●● MAIN ●●●●●●● MAIN ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN ●●●●●●● MAIN  ●●●●●●●  MAIN  ●●●●●●● MAIN ●●●●●●● */






















/* Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡  Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡  Footer*/
    /* INICIO ------------------------------------------TAMAÑO PC ---------------------------*/
    @media (min-width:1025px){ 
        img {
            display: block;
            width: 100%;
        }
    .pre-footer{
        margin-top: 120px;
        width: 100%;
        height: 390px;
        margin-bottom: 10px;
    }
    .footer-dark {
        padding: 50px 0;
    
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 76%, rgba(34,34,34,1) 92%, rgba(47,47,47,1) 92%, rgba(159,159,159,1) 95%,
        rgba(172,172,172,1) 96%, rgba(186,186,186,1) 98%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
        font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        
    }
    .footer-dark a{
        color: #ffffff;
        opacity: 0.6;
    }
    .footer-dark a:hover{
        color: #ffffff;
        opacity: 1;
    }
    .custom-container {
        max-width: 1200px;
        margin: 0 auto;
    
    }
    .custom-row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -65px; /* Reducir el margen */
        margin-left: -65px /* Reducir el margen */
    }
    .custom-col {
        color: #ffffff;
        flex: 1;
        box-sizing: border-box;
    }

    .custom-social {
        text-align: center;
        margin-top: 20px;
    }
    .custom-social > a {
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
        margin: 0 8px;
        /* opacity: 0.6; */
    }
    .custom-social > a:hover {
        opacity: 1;
    }
    .custom-copyright {
        text-align: center;
        padding-top: 24px;
        opacity: 0.3;
        font-size: 13px;
        margin-bottom: 0;
    }
    .footer-dark ul {
        padding:0;
        list-style:none;
        line-height:1.6;
        margin-bottom:0;
    }
    .footer-dark ul a {
        text-decoration:none;
        font-size:14px;
    }

    .custom-copyright {
        text-align:center;
        padding-top:13px;
        opacity:0.4;
        font-size:13px;
        color: #fff;
    }
    .custom-copyright:hover {
        text-align:center;
        padding-top:13px;
        opacity:1;
        color: #fff;
        font-size:13px;
    } 
    }
    /* FIN ----------------------------------------------TAMAÑO PC ---------------------------*/


    /* Inicio --------------------------------------------TAMAÑO PC pequeño ---------------------------*/
    @media (min-width:961px) and (max-width:1280px){
        .pre-footer{
            width: 100%;
            height: 200px;
        }
        .footer-dark {
            padding: 50px 0;
            color: #f0f9ff;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 76%, rgba(34,34,34,1) 92%, rgba(47,47,47,1) 92%, rgba(159,159,159,1) 95%,
            rgba(172,172,172,1) 96%, rgba(186,186,186,1) 98%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        .custom-container {
            max-width: 800px;
            margin: 0 auto;
        
        }
        .custom-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -65px; /* Reducir el margen */
            margin-left: -65px /* Reducir el margen */
        }
        .custom-col {
            flex: 1;
            box-sizing: border-box;
        }
        .custom-text p {
            opacity:0.6;
            cursor: pointer;
        }
        .custom-text p:hover {
            opacity:0.8;
        }
        .custom-social {
            text-align: center;
            margin-top: 20px;
        }
        .custom-social > a {
            font-size: 20px;
            width: 36px;
            height: 36px;
            line-height: 36px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            margin: 0 8px;
            color: #fff;
            opacity: 0.75;
        }
        .custom-social > a:hover {
            opacity: 1;
        }
        .custom-copyright {
            text-align: center;
            padding-top: 24px;
            opacity: 0.3;
            font-size: 13px;
            margin-bottom: 0;
        }
        .footer-dark ul {
            padding:0;
            list-style:none;
            line-height:1.6;
            margin-bottom:0;
        }
        .footer-dark ul a {
            color:inherit;
            text-decoration:none;
            opacity:0.6;
            font-size:14px;
        }
        .footer-dark ul a:hover {
            opacity:0.8;
        } 
        .custom-copyright {
            text-align:center;
            padding-top:13px;
            opacity:0.3;
            font-size:13px;
        }
        .custom-copyright:hover {
            text-align:center;
            padding-top:13px;
            opacity:0.8;
            font-size:13px;
        } 

    }
    /* FIN fin  ------------------------------------------TAMAÑO PC pequeño ---------------------------*/


    /* INICIO------------------------------------------TAMAÑO TABLET ---------------------------*/
    @media (min-width:481px ) and ( max-width:960px){
        .pre-footer{
            width: 100%;
            height: 130px;
        }
        .footer-dark {
            padding: 70px 0;
            color: #f0f9ff;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 44%, rgba(0,0,0,1) 76%, rgba(34,34,34,1) 92%, rgba(47,47,47,1) 92%, rgba(159,159,159,1) 95%,
            rgba(172,172,172,1) 96%, rgba(186,186,186,1) 98%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        }
        .custom-container {
            max-width: 440px;
            margin: 0 auto;
        
        }
        .custom-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -65px; 
            margin-left: -65px 
        }
        .custom-col {
            flex: 1;
            box-sizing: border-box;
        }
        .custom-text p {
            opacity:0.6;
            cursor: pointer;
        }
        .custom-text p:hover {
            opacity:0.8;
        }
        .custom-social {
            text-align: center;
            margin-top: 20px;
        }
        .custom-social > a {
            font-size: 20px;
            width: 36px;
            height: 36px;
            line-height: 36px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            margin: 0 8px;
            color: #fff;
            opacity: 0.75;
        }
        .custom-social > a:hover {
            opacity: 1;
        }
        .custom-copyright {
            text-align: center;
            padding-top: 24px;
            opacity: 0.3;
            font-size: 13px;
            margin-bottom: 0;
        }
        .footer-dark ul {
            padding:0;
            list-style:none;
            line-height:1.6;
            margin-bottom:0;
        }
        .footer-dark ul a {
            color:inherit;
            text-decoration:none;
            opacity:0.6;
            font-size:14px;
        }
        .footer-dark ul a:hover {
            opacity:0.8;
        } 
        .custom-copyright {
            text-align:center;
            padding-top:13px;
            opacity:0.3;
            font-size:13px;
        }
        .custom-copyright:hover {
            text-align:center;
            padding-top:13px;
            opacity:0.8;
            font-size:13px;
        } 

            .custom-col.orden_2,
        .custom-col.orden_3 {
            flex-basis: 50%; /* Ocupa la mitad del ancho disponible */
        }
        

        /* Estilo para la columna de sunglasses */
        .custom-col.orden_1 {
            flex-basis: 100%; /* Ocupa todo el ancho disponible */
        }
        
    }
    /* FIN --------------------------------------------TAMAÑO TABLET ---------------------------*/


    /* Inicio -------------------------------------TAMAÑO CELULAR --------------------------------- */
    @media (max-width:480px){
        .pre-footer{
            width: 100%;
            height: 70px;
        }
        .footer-dark {
            font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            padding: 50px 0;
            color: #f0f9ff;
            background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 28%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 89%, rgba(0,0,0,1) 95%, rgba(60,60,60,1) 97%, rgba(168,168,168,1) 99%, rgba(223,223,223,1) 100%);
        }
        .custom-container {
            max-width: 1200px;
            margin: 0 auto;
        
        }
        .custom-row {
            flex-direction: column;
            align-items: center; /* Centrar horizontalmente los elementos */
            text-align: center; /* Centrar el contenido de los elementos */
        }


        .custom-col {
            flex: 1;
            box-sizing: border-box;
            order: 2;
        }
        .custom-text p {
            opacity:0.6;
            cursor: pointer;
        }
        .custom-text p:hover {
            opacity:0.8;
        }
        .custom-social {
            text-align: center;
            margin-top: 20px;
        }
        .custom-social > a {
            font-size: 20px;
            width: 36px;
            height: 36px;
            line-height: 36px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
            margin: 0 8px;
            color: #fff;
            opacity: 0.75;
        }
        .custom-social > a:hover {
            opacity: 1;
        }
        .custom-copyright {
            text-align: center;
            padding-top: 24px;
            opacity: 0.3;
            font-size: 13px;
            margin-bottom: 0;
        }
        .footer-dark ul {
            padding:0;
            list-style:none;
            line-height:1.6;
            margin-bottom:0;
        }
        .footer-dark ul a {
            color:inherit;
            text-decoration:none;
            opacity:0.6;
            font-size:14px;
        }
        .footer-dark ul a:hover {
            opacity:0.8;
        } 
        .custom-copyright {
            text-align:center;
            padding-top:13px;
            opacity:0.4;
            font-size:15px;
        }
        .custom-copyright:hover {
            text-align:center;
            padding-top:13px;
            opacity:0.8;
            font-size:15px;
        }   
    

    }
    /* Fin --------------------------------------- TAMAÑO CELULAR --------------------------------- */
/* Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡  Footer ♡♡♡♡♡♡♡♡♡ Footer ♡♡♡♡♡♡♡♡♡  Footer*/






