@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=Oswald&display=swap');  /* Texto portada  principal*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');/* Texto portada secundaria*/


body {
    margin: 0;
    padding: 0;
    position: relative;
   
}


@font-face {
    font-family: 'silk_serifblack';
    src: url('../img/CATEGORIAS/lenceria/silk_serif_black-webfont.woff2') format('woff2'),
         url('../img/CATEGORIAS/lenceria/silk_serif_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



  
  /* Estilos para dispositivos móviles (ancho de pantalla menor a 768px) */
  @media (max-width: 768px) {
    .imagen-container img {
      width: 48%; /* Ocupar el 48% del ancho disponible en dispositivos móviles (dos imágenes por fila) */
      margin: 5px; /* Espacio entre las imágenes */
    }
  }


/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇  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";
        }
        .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: 20px;
        }
          /* hijos */
          .list__show .nav__link {
            font-size: 20px;
            margin-top: 20px;         }
        /* hijos */

        /* hijos xd */
        .list__show{
            width: 35%;
            margin-left: 45px; 
            list-style: none;
            transition: height .4s;
            height: 0;
        }
        /* hijos xd*/
    

    /* ♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜♜ OPCION AMBURGESA ♜♜♜♜♜♜♜♜♜♜FIN♜♜♜♜♜♜♜♜ */


    .ingresar_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        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;      
    }


    .contacto_{
        position: relative;
        list-style: none;
        width: 100%;
        height: 40px;
        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;
        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;
        
    }

    
    .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;      
    }
    }
    /* -------------------------------------TAMAÑO CELULAR --------------------------------------------- */
/* ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇  NAVBAR DEFINITIVO  ❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇❇  ❇❇❇❇❇❇  fin ❇ ❇❇❇❇❇❇❇❇❇❇*/





/* ●●●●●●●  MAIN ●●●●●●● MAIN ●●●●●●● MAIN ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN  ●●●●●●●  MAIN ●●●●●●● MAIN  ●●●●●●●  MAIN  ●●●●●●● MAIN ●●●●●●● */
    /* INICIO------------------------------------------TAMAÑO PC ---------------------------*/
    @media (min-width:1025px){
        
        /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal inicio   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */
        .container_portada {
            background-color: #000000;
            width: 100%;
            height: 500px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 70px;
        }
        .container_portada img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .texto_principal h2 {
            color: #ffffff;
            font-size: 24px;
            font-family: 'silk_serifblack';
            text-align: center;
            z-index: 1;
            position: relative;
            left: 550px;
            bottom: 10px;
            transition: color 0.3s ease, transform 0.3s ease; 
          }
          
          .texto_principal h2:hover {
            color: pink; 
            transform: translateY(-5px); 
            cursor: pointer; 
          }

        .texto_secundario h4 {
        font-size: 18px;
        color: #ffffff; /* Color de texto predeterminado */
        font-family: 'Lato', sans-serif;
        text-align: center;
        z-index: 1;
        position: relative;
        left: 550px;
        bottom: 20px;
        transition: color 0.3s ease, transform 0.3s ease; 
        }

        .texto_secundario h4:hover {
        color: pink; 
        transform: translateY(-5px);
        cursor: pointer; 
        }
        /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal fin   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */



        
        .imagen-container {
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap; /* Permite que las imágenes se envuelvan en dispositivos móviles */
            justify-content: space-between; 
            margin-bottom: 70px;
          }
          
          /* Estilos para las imágenes */
          .imagen-container a {
            width: calc(25% - 10px);
            margin-bottom: 10px; 
            display: block; 
            overflow: hidden; 
          }
          
          .imagen-container a:hover img {
            transform: scale(1.125); 
            transition: transform 0.3s ease;
          }
          
          .imagen-container a img {
            transform: scale(1); 
            transition: transform 0.3s ease; 
          }
          
          .imagen-container img {
            width: 100%; 
            height: auto; 
          }




          /* .-.-.-inicio.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */
          .container-bikini {
            width: 100%;
            height: 770px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 100px;
            overflow: hidden;
            max-height: none;
        }
        
        .img-bikini a {
            display: block; 
        }
        
        .img-bikini img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }
        .img-bikini::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 25%; 
            background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); /* Ajusta el color de la sombra aquí */
            pointer-events: none; 
        }
        
        .img-bikini {
            position: relative;
            top: -10%;
        }
   
        .image-text {
            position: absolute;
            left: 35%;
            transform: translateX(-50%);
            color: rgb(255, 255, 255);
            font-family: 'silk_serifblack';
            font-size: 64px;
            z-index: 3;
            bottom: 90px; 
        }
        .img-bikini a:hover img {
            transform: scale(1.05); 
            transition: transform 0.3s ease;
        }
        
        .img-bikini a img {
            transform: scale(1);
            transition: transform 0.3s ease;
        }


        .img-bikini a:hover img,
        .img-bikini a:hover .image-text {
            transform: scale(1.05); /* Efecto de zoom al hacer hover */
            transition: transform 0.3s ease;
        }
        
        .img-bikini a img,
        .img-bikini .image-text {
            transition: transform 0.3s ease; /* Agrega la transición para el texto en estado normal */
        }
        
        .img-bikini a:not(:hover) .image-text {
            transform: scale(1); /* Tamaño normal cuando no está en hover */
        }
        /* .-.-.-.-.-.-.-.-fin .-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */
       
        
        /* .-.-.-.-.-.-.-.-inicio .-.-.-.-.-.-.-.-.-.-.- Nueva Promo .-.-.-.-.-.-.-.-.-.inicio-.-.-.-.-.-.-.-.-.-.-.-  */
        .container-promo {
            width: 80%;
            height: 770px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 30px auto 100px;
            overflow: hidden;
            box-sizing: border-box; /* Asegura que padding y border no afecten el tamaño */
        }
        
        
        .img-promo a {
            display: block; 
        }
        
        .img-promo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            
        }
        .img-promo::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 25%; 
            background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); /* Ajusta el color de la sombra aquí */
            pointer-events: none; 
        }
        
        .img-promo {
            position: relative;
            top: -10%;
        }
   
        .image-text-promo {
            position: absolute;
            left: 35%;
            transform: translateX(-50%);
            color: rgb(255, 255, 255);
            font-family: 'silk_serifblack';
            font-size: 64px;
            z-index: 3;
            bottom: 90px; 
        }
        .img-promo a:hover img {
            transform: scale(1.05); 
            transition: transform 0.3s ease;
        }
        
        .img-promo a img {
            transform: scale(1);
            transition: transform 0.3s ease;
        }


        .img-promo a:hover img,
        .img-promo a:hover .image-text {
            transform: scale(1.05); /* Efecto de zoom al hacer hover */
            transition: transform 0.3s ease;
        }
        
        .img-promo a img,
        .img-promo .image-text {
            transition: transform 0.3s ease; /* Agrega la transición para el texto en estado normal */
        }
        
        .img-bikini a:not(:hover) .image-text {
            transform: scale(1); /* Tamaño normal cuando no está en hover */
        }
        /* .-.-.-.-.-.-.-.-fin .-.-.-.-.-.-.-.-.-.-.- Nueva Promo .-.-.-.-.-.-.-.-.-.-.-.FIN-.-.-.-.-.-.-.-.-.-  */


          
    }
    /* FIN ------------------------------------------TAMAÑO PC ---------------------------*/




    /* INICIO------------------------------------------TAMAÑO TABLET ---------------------------*/
    @media (min-width:481px ) and ( max-width:1024px){
          /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal inicio   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */
          .container_portada {
            background-color: #000000;
            width:100%;
            height: 500px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .container_portada img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }
        .imagen-container a:hover img {
      
            transform: scale(1.125); 
            transition: transform 0.3s ease;
          }
          
          .imagen-container a img {
            margin-top: 30px;
            transform: scale(1); 
            transition: transform 0.3s ease; 
          }
        
        /* .texto_principal,
        .texto_secundario {
            position: absolute;
            text-align: center;
            color: #ffffff;
            width: 80%; 
            max-width: 90%; 
        }
         */
        /* .texto_principal {
            top: 20px; 
        }
        
        .texto_secundario {
            top: 50px; 
        }
         */
            /* .texto_principal h2 {
                color: #ffffff;
                font-size: 24px;
                font-family: 'silk_serifblack';
    
                text-align: center;
                z-index: 1;
                position: relative;
                left: 550px;
                bottom: 10px;
            }
     */
            /* .texto_principal h2:hover{
                color: pink;
                cursor: url('../img/CATEGORIAS/lenceria/cursor.png')30 10, auto; /* Cambia el cursor a tu imagen en hover */
        
            /* .texto_secundario h4 {
                font-size: 11px;
                color: #ffffff;
                font-family: 'Lato', sans-serif;
    
                text-align: center;
                z-index: 1;
                position: relative;
                left: 550px;
                bottom: 20px;
            }
           */
        /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal fin   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */





        main{
            margin-left: 30px;
            margin-right: 30px;
        }


        /* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Div medio 4 imagenes $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
     
        .imagen-container {
            margin-left: 30px;
     
            margin-top: 5px;
            display: flex;
            flex-wrap: wrap; /* Permite que las imágenes se envuelvan en dispositivos móviles */
            justify-content: space-between; /* Espacio uniforme entre las imágenes en pantallas grandes */
        }
        
        /* Estilos para las imágenes */
        .imagen-container a {
            width: calc(50% - 1px); 
            box-sizing: border-box; 
            margin-bottom: 12px; 
       
        }
        
        .imagen-container img {
            width: 92%; 
        }
        /* $$$$$$$$$$$$$$$$$$fin$$$$$$$$$$$$ Div medio 4 imagenes $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
     



        /* .-.-.-inicio.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */
            .container-bikini {
                width: 100%;
                display: flex;
                justify-content: center;
                margin-bottom: 70px;
                overflow: hidden;
                max-height: none;
                margin-top: 30px;
              
         
            }
            
         
            
            .img-bikini img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }
            
            .image-text {
                position: absolute;
                left: 20%;
                transform: translateX(-50%);
                color: rgb(233, 233, 233);
                font-family: 'silk_serifblack';
                font-size: 46px;
                z-index: 3;
                bottom: 4px; 
            }
            
            .img-bikini a:hover img {
                transform: scale(1.05); 
                transition: transform 0.3s ease;
            }
            
            .img-bikini a img {
                transform: scale(1);
                transition: transform 0.3s ease;
            }
            
            .img-bikini a:hover img,
            .img-bikini a:hover .image-text {
                transform: scale(1.25);
                transition: transform 0.3s ease;
            }
            
            .img-bikini a img,
            .img-bikini .image-text {
                transition: transform 0.3s ease;
            }
            
            .img-bikini a:not(:hover) .image-text {
                transform: scale(1);
            }

            .img-bikini {
                width: 100%;
                position: relative;

             
            }
            .img-bikini::after {
                


                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: 25%; /* Ajusta el tamaño del difuminado aquí según sea necesario */
                background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); /* Ajusta el color de la sombra aquí */
                pointer-events: none;
                z-index: 2;
                transition: transform 0.3s ease; /* Agregamos una transición para suavizar el cambio de escala */
            }
            
            .img-bikini a:hover::after {
                transform: scaleY(2); /* Ajusta el valor de escala según sea necesario */
            }
            
          
           
        /* .-.-.-fin.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */

    }
    /* FIN --------------------------------------------TAMAÑO TABLET ---------------------------*/

    /* Inicio -----------------------------TAMAÑO CELULAR --------------------------------------------- */
    @media (max-width:480px){
            /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal inicio   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */
            .container_portada {
                background-color: #000000;
                width:100%;
                height: 500px;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .container_portada img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
            }
            .imagen-container a:hover img {
                transform: scale(1.125); 
                transition: transform 0.3s ease;
              }
              
              .imagen-container a img {
                transform: scale(1); 
                transition: transform 0.3s ease; 
              }
            
            /* .texto_principal,
            .texto_secundario {
                position: absolute;
                text-align: center;
                color: #ffffff;
                width: 80%; 
                max-width: 90%; 
            }
             */
            /* .texto_principal {
                top: 20px; 
            }
            
            .texto_secundario {
                top: 50px; 
            }
             */
                /* .texto_principal h2 {
                    color: #ffffff;
                    font-size: 24px;
                    font-family: 'silk_serifblack';
        
                    text-align: center;
                    z-index: 1;
                    position: relative;
                    left: 550px;
                    bottom: 10px;
                }
         */
                /* .texto_principal h2:hover{
                    color: pink;
                    cursor: url('../img/CATEGORIAS/lenceria/cursor.png')30 10, auto; /* Cambia el cursor a tu imagen en hover */
            
                /* .texto_secundario h4 {
                    font-size: 11px;
                    color: #ffffff;
                    font-family: 'Lato', sans-serif;
        
                    text-align: center;
                    z-index: 1;
                    position: relative;
                    left: 550px;
                    bottom: 20px;
                }
               */
            /* ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲   portada principal fin   ৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲৲ */





            main{
                margin-left: 12px;
                margin-right: 12px;
            }


            /* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Div medio 4 imagenes $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
         
            .imagen-container {
                margin-left: 6px;
          
                margin-top: 10px;
                display: flex;
                flex-wrap: wrap; /* Permite que las imágenes se envuelvan en dispositivos móviles */
                justify-content: space-between; /* Espacio uniforme entre las imágenes en pantallas grandes */
            }
            
            /* Estilos para las imágenes */
            .imagen-container a {
                width: calc(50% - 1px); 
                box-sizing: border-box; 
                margin-bottom: 12px; 
           
            }
            
            .imagen-container img {
                width: 92%; 
            }
            /* $$$$$$$$$$$$$$$$$$fin$$$$$$$$$$$$ Div medio 4 imagenes $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
         



            /* .-.-.-inicio.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */
                .container-bikini {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 70px;
                    overflow: hidden;
                    max-height: none;

                  
             
                }
                
             
                
                .img-bikini img {
                    width: 100%;
                    height: auto;
                    object-fit: cover;
                }
                
                .image-text {
                    position: absolute;
                    left: 20%;
                    transform: translateX(-50%);
                    color: rgb(233, 233, 233);
                    font-family: 'silk_serifblack';
                    font-size: 26px;
                    z-index: 3;
                    bottom: 4px; 
                }
                
                .img-bikini a:hover img {
                    transform: scale(1.05); 
                    transition: transform 0.3s ease;
                }
                
                .img-bikini a img {
                    transform: scale(1);
                    transition: transform 0.3s ease;
                }
                
                .img-bikini a:hover img,
                .img-bikini a:hover .image-text {
                    transform: scale(1.25);
                    transition: transform 0.3s ease;
                }
                
                .img-bikini a img,
                .img-bikini .image-text {
                    transition: transform 0.3s ease;
                }
                
                .img-bikini a:not(:hover) .image-text {
                    transform: scale(1);
                }

                .img-bikini {
                    width: 100%;
                    position: relative;

                 
                }
                .img-bikini::after {
                    


                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    width: 100%;
                    height: 25%; /* Ajusta el tamaño del difuminado aquí según sea necesario */
                    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent); /* Ajusta el color de la sombra aquí */
                    pointer-events: none;
                    z-index: 2;
                    transition: transform 0.3s ease; /* Agregamos una transición para suavizar el cambio de escala */
                }
                
                .img-bikini a:hover::after {
                    transform: scaleY(2); /* Ajusta el valor de escala según sea necesario */
                }
                
              
               
            /* .-.-.-fin.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Traje de baño .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-  */
        }
    /* 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){ 
        .pre-footer img {
            display: block;
            width: 100%;
        }

        .pre-footer{
            width: 100%;
            height: 390px;
        }
        .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 img {
                display: block;
                width: 100%;
            }

            .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 img {
                display: block;
                width: 100%;
            }
            .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 img {
                display: block;
                width: 100%;
            }
            
            .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*/


