/*VARIABLES*/
:root {
  --color-naranja: #f16122;
  --color-naranja-oscuro: #ac481c;
  --color-naranja-claro: #f8976c;
  --color-crema-claro: #eddbae;
  --color-crema-oscuro: #e5cd92;
  --color-gris-texto: #929497;
  --color-casinegro: #4d4d4f;
  --color-gris-oscuro-texto : #716a6a;
  --color-borde-gris : #ddd;
  --color-gris-background : #F5F5F5;
  --color-danger : #ec1c24;

}


/* -------------------------------
  ---Indice
  0.0 General
  1.0 Header
  2.0 Footer
  3.0 Index
    3.1 Slider
    3.2 Banner Novedades
    3.3 Categorias
    3.4 ComExterior
    3.5 Clientes
  4.0 Productos
  5.0 Detalles
  6.0 logearse
    6.1 Registrarse
  7.0 Contacto
  8.0 CheckOut
  9.0 MEDIA SCREEN
------------------------------- */

/* -------------------------------
  0.0 General
------------------------------- */


    /*.container{max-width: 1200px;}*/
    .max-width-content, .footer-container, .pdp-breadcrumb, .plp-top, .container, .navbar, .contenedor-redes .contenedor, .container-logo{max-width: 1400px}

    body{
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }

    b{
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
    }



     #wrapper{ background: var(--color-gris-background);}


     /* Estilo para el overlay */
    #cart-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); /* Oscurece la pantalla */
        z-index: 999; /* Debe estar detrás del carrito */
        display: none; /* Oculto por defecto */
        opacity: 0; /* Transparente inicialmente */
    }
    .mini-cart-brief {
        z-index: 1000; /* Debe estar por encima del overlay */

    }

    .contenedor-consombra{  
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    margin-bottom: 30px !important;
    }


    .plp-grid-content #search-result-items, .plp-grid-content #search-result-items2 {
    display: -ms-flexbox;
    display: flex    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: 0 -.15625rem;
    padding: 0;
    list-style: none;
    width: 100%;
    }

   

               


.kit_container{width: 80%; margin: auto; margin-bottom: 50px;}
.kit_container h2{padding-top: 30px; padding-bottom:5px;  text-align: center !important; font-size: 90px !important; line-height: 90px; margin-bottom: 0px;}
.kit{width:100%; margin-bottom:30px; display: none}
.kit a{display: none}
.kit .archivos .item {  display: none;}
.kit.show{display: flex;}
.kit .catalogo{ width:40%; float: left; }
.kit .archivos{  padding-left: 30px; width: 60%; float: left; }
.kit .archivos a{  border-bottom: 1px solid #007bff ; font-size: 14px !important; vertical-align: center; display: flex;  align-items: center; }
.kit .archivos span{  padding-right: 10px; font-weight: bold; font-size: 18px;}
.kit .archivos span.cant{  font-size: 12PX; line-height: 100%; margin-left: auto; }
.kit img{width:100%;}
.kit a{display: block;  }
.kit a.disable{ color:#ccc !important;  border-bottom: 2px solid #ccc !important;}
.kit a.disable:hover{ text-decoration: none;}

.kit_container.t90   .kit .archivos .item.t90   { display: flex; }
.kit_container.t120  .kit .archivos .item.t120  { display: flex; }
.kit_container.t200  .kit .archivos .item.t200  { display: flex; }
.kit_container.all  .kit .archivos .item {  display: flex;}


.cocarda_prog{
    width: 35%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 5px;
    right: 5px;

    display: flex; /* Activar flexbox */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;
    background-image: url(../img/cocarda_vacia.png);
    background-size: 100%;
    transform: rotate(15deg); 
}

.cocarda_prog span{color: #fff; 
    text-align: center; 
    line-height: 15px; 
    font-size: 16px; 
/*    letter-spacing: -1px;*/
    font-family: 'Roboto Condensed';
    font-weight: bold;
    font-style: normal;
 }



 .cocarda_oferta{ 
    z-index: 10;
    width: 30%;
    aspect-ratio: 1 / 1;
    position: absolute;
    bottom: 25px;
    right: 2px;

    display: flex; /* Activar flexbox */
    justify-content: center; /* Centrar horizontalmente */
    align-items: center;
    background-image: url(../img/cocarda_oferta.png);
    background-size: 100%;
 }



/* -------------------------------
  1.0 Header
------------------------------- */


    #contenedor-barrita{
      background: var(--color-naranja-claro);
    }

    .barra_logo{ 
      background: var(--color-naranja);
    }

    .container-logo{ 
        display:flex;
        margin: auto;
         height: 80px;
         align-items: center;
     }
    

    #logo {
    margin-right: auto; /* Alinea el logo a la izquierda */
    align-items: center;
    height: 55px;
    display: flex;

    }

    #logo img{
       height: 100%; /* Asegura que la imagen tome toda la altura del contenedor */
       width: auto; /* Mantiene la proporción de la imagen */
   
    }

    .iconos-logueado {
       margin-left: auto;
       margin-top: 30px;
    }




    .contenedor-nav{
    background: var(--color-gris-background);

    }


    .navbar{
    background: none;
    margin: auto;
    text-transform: none;
    padding: 0px; 
    font-size: 14px;
    border-radius: 7px;
    font-weight: 400;
    }


     .show > .nav-link,
    .active > .nav-link,
    .nav-link.show,
    .nav-link.active {
      color: var(--color-gris-oscuro-texto);
    }
  

    .navbar-dark .navbar-nav .nav-link {
    line-height:14px;
    padding: 10px 10px !important;
    color: var(--color-gris-oscuro-texto);
     text-transform: uppercase;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--color-gris-oscuro-texto);
}

     .navbar-dark .navbar-nav .nav-link:hover {
/*        background-color: #F7A97B;*/
        background-color: #e9e9e9;
/*        color: #fff;*/
         color: var(--color-gris-oscuro-texto);

    }


    .dropdown-menu {
        padding: .0rem 0;
    }

    .dropdown-item{
        text-transform: uppercase;
        font-size: 12px;
        padding: .25rem 0.8rem;
/*        background-color: #F7A97B;*/
        background-color: #e9e9e9;
/*        color: #fff;*/
        color: var(--color-gris-oscuro-texto);
        border-bottom: dotted 1px #fff  ;
    }


    .dropdown-item:hover{
        background-color: #FFD4B3;
    }

    .navbar-dark .navbar-nav .nav-link:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
        
    }

    .navbar-toggler{ background: var(--color-naranja-oscuro);  width:100% ; height: 18px; border: none; border-radius: 0px; min-height: 18px; font-size: 12px;}
    .navbar-toggler button:focus{ outline: none;}



    .contenedor-buscador{
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .buscador {
        display: flex; /* Asegura que los elementos internos estén en la misma línea */
        background: #fff;
        width: auto; /* Ajusta la anchura automáticamente según el contenido */
        align-items: center; /* Centra verticalmente los elementos */
        padding: 5px;
        border-radius: 5px;
        border: solid #ccc 1px;
        height: 25px;
        letter-spacing:normal;
        font-weight: 400;
        margin-right: 10px;
    }


    .buscador input {
        font-size: 12px;
        color: #939598;
        height: 28px; /* Ajusta la altura para alinearlo con el botón */
        border: none !important;
        flex: 1; /* Ocupa el espacio disponible */
        padding: 0 5px;
        width: 100px;
        box-sizing: border-box;
    }
    .buscador input:hover, .buscador input:active, .buscador input:focus {
       border: none;
    }

    .buscador button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 5px;
        display: flex;
        align-items: center; /* Centra el contenido verticalmente */
    }

    .buscador button i {
        font-size: 14px;
        color: #939598;
    }


    #mini-cart {
        flex-direction: row-reverse;
        margin-top: 1px;
    }

    #cant_carrito1{ color:#fff }



    .loguin{
      background:var(--color-naranja);
      padding: 0px 10px;
      height: 25px;
      min-height: auto;
      font-size: 12px;
      border: none;
      align-items: center;
      color: var(--color-casinegro);
      display: flex;
      justify-content: flex-end;
      border-radius: 5px;
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      color: #fff;
    
    }

    
    .loguin:hover{
      background:var(--color-naranja-oscuro);
      color: #fff;
      text-decoration: none !important;
    }

    .logueado{
      margin-right: 10px;
      color:#ffca97 ;
      color: #c0c0c0 ;
      font-size: 12px;
    }


    .iconos-logueado{
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }


    .contenedor-redes{
     background:var(--color-naranja);
     height: 0px;
     width: 100%;
     margin: auto;
    }
    .contenedor-redes .contenedor{
      position: relative;
      margin: auto;
    }

    #redes{
       padding: 2px;
       border-radius: 7px;
       position: absolute;
       top: 0px;
       right: 0px;
       z-index: 500 ;
        }

    #redes a{
        color: #fff;
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #redes a:last-child{
        margin-right: 0px;
    }

    #redes a:hover{
        color: var(--color-naranja-oscuro);
    }

    .btn-favorito{
        color: #fff;
        margin-right: 20px;
        overflow: visible;
    }
    .btn-favorito:hover{
        color: var(--color-naranja-oscuro);
    }


     .whatsapp_volando{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 50;
     } 
    .whatsapp_volando:hover img{    width:75px;  }
    .whatsapp_volando img{ width:50px; transition: width 0.5s; transition-timing-function: ease-in-out; }



        
    .catalogo_volando{ 
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 999;
    }
    .catalogo_volando:hover img{ width:275px;  }
    .catalogo_volando img{ width:200px; transition: width 0.3s; transition-timing-function: ease-in-out; }







/* -------------------------------
  2.0 Footer
------------------------------- */

            footer{background: #e5e5e5;}

            footer p, footer h4, footer .contacto a,  footer .footer-menu a{
                color:var(--color-gris-oscuro-texto);
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
            }

            footer #footer h4{
                font-weight: 700;
                color:var(--color-gris-oscuro-texto);
            }

            footer .calidad a:hover h4, footer .contacto a:hover, footer .footer-menu a:hover{ color:var(--color-naranja-oscuro);}

            footer .calidad img{ max-width:50px; }

            footer .nosotros{ border-right: 1px solid #d5d5d5; text-align: justify;  }

            #newsletter{ border-radius:7px !important; }
            .newslatter input { color: var(--color-gris-texto)}

            .redes_nuevas_footer{ margin-top:10px; }

            footer .contacto{
                float: left;    
                width: 30%;
                padding-left:45px; 
            }

             footer .contacto a{
                font-weight: 600;

            }


            .iram {
                position: absolute;
                width: 300px;
                top: -40px;
                right: 0px;
            }

            .iram_cel{ display:none }



/* -------------------------------
  3.0 Index
------------------------------- */

        /* -------------------------------
          3.1 Slider
        ------------------------------- */

            .container_slider {
                display: flex;
                width: 100%;
                height: 100%; /* El contenedor ocupa toda la altura */
                padding-right: 15px;
                padding-left: 15px;
            }

            .slider-container {
                width: 75%;
                overflow: hidden;
                position: relative;
                margin-right: 15px;
                border-radius: 7px;
            }

            .slider {
                display: flex;
                transition: transform 0.5s ease-in-out;
                height: 100%; /* El slider ocupa toda la altura */
            }

            .slide {
                min-width: 100%;
                position: relative;
                height: 100%; /* Cada slide ocupa toda la altura del slider */
            }

            .slide img {
                width: 100%;
                height: 100%;
                object-fit: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
            }

            .slider-indicators {
                position: absolute;
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                gap: 8px;
            }

            .indicator {
                width: 12px;
                height: 12px;
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 50%;
                cursor: pointer;
                transition: background-color 0.3s;
            }

            .indicator.active {
                background-color: rgba(255, 255, 255, 0.9);
            }


        /* -------------------------------
          3.2 Banner Novedades
        ------------------------------- */

            .banner-container {
                width: 25%;
                display: flex;
                flex-direction: column;
                gap: 15px;
                height: 100%; /* El contenedor ocupa toda la altura disponible */
            }

            .banner {
                flex: 1; /* Cada banner ocupa proporcionalmente la altura disponible */
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden; /* Asegura que la imagen no se salga del contenedor */
                position: relative;
                border-radius: 7px;
            }

            .banner img {
                width: 100%;
                height: 100%;
                object-fit: cover; /* Ajusta la imagen para cubrir completamente el contenedor del banner */
                top: 0;
                left: 0;
            }


         /* -------------------------------
          3.3 Categorias
        ------------------------------- */

            .image-grid {
                display: grid;
                grid-template-columns: repeat(8, 1fr); /* 6 columnas de igual tamaño */
                gap: 15px; /* Espacio entre los elementos */
                width: 100%; /* El contenedor ocupa el 100% del ancho */
                padding: 15px; /* Espacio alrededor */
            }

            .image-item {
                display: flex;
                flex-direction: column; /* Coloca el título arriba de la imagen */
                width: 100%;
                overflow: visible;

            }

            .image-item:hover {
                text-decoration: none;
            }


            .image-wrapper {
                position: relative;
                width: 100%;
                height: 0;
                padding-bottom: 100%; /* Esto mantiene un aspect ratio 1:1 (cuadrado) */
                overflow: hidden;
                background-color: #f0f0f0; /* Fondo solo para visualización */
                border-radius: 7px;
            }

            .image-wrapper img {
                width: 100%;
                object-fit: cover; /* Ajusta la imagen para cubrir el contenedor sin distorsionarse */
                object-position: center; /* Centra la imagen */
            }



            /* Superposición que aparece en el rollover */
            .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro con transparencia */
                display: flex;
                justify-content: center;
                align-items: center;
                opacity: 0;
                transition: opacity 0.3s ease;
            }

            /* Título de la imagen */
            .image-title {
                color: white;
                font-size: 1.2rem;
                text-align: center;
                padding: 10px;
            }

            /* Efecto de hover */
            .image-item:hover .image-wrapper img {
                opacity: 0.7; /* Reduce la opacidad de la imagen al pasar el mouse */
            }

            .image-item:hover .overlay {
                opacity: 1; /* Hace visible la superposición */
                transform: scale(1.05); /* Leve aumento de escala para dar dinamismo */
            }




            /* -------------------------------
              3.4 ComExterior
            ------------------------------- */
            #com-ext{
                padding-top: 75px; 
                /*background-color: #f7f7f7;*/
                /*background: red;*/
            }

            #com-ext .container{ padding-left: 30px; padding-right:30px; }

            #com-ext .imagen img{ width:100% }

            /*#com-ext .titulo{ margin-bottom: 30px; }*/

            #com-ext h2{ 
                color: var(--color-naranja); 
                font-size: 30px; 
                text-align: center; 
                font-family: "Inter", serif;
                font-weight: 700;
                /*text-transform: none;*/

            }

            #com-ext h3{ 
                color: var(--color-naranja); 
                font-size: 18px; 
                text-align: left; 
                font-family: "Inter", serif;
                font-weight: 700;
                text-transform: none;

            }

           

            #com-ext p{
               text-align: center; 
               font-size: 14px; 
               color: var(--color-gris-oscuro-texto);
                font-family: "Inter", serif;
                font-weight: 400;    
            }

             #com-ext .titulo p{
                text-align: left; 
            }

             #com-ext .texto{
              margin-top: 30px; 
            }

             #com-ext .texto p{
               text-align: left; 
            }
             




             /* -------------------------------
              3.5 Clientes
            ------------------------------- */

            #clientes{
                /*background: var(--color-gris-background);*/
                  /*background: blue;*/
            }

            #clientes .row{
                 margin-top: 70px;
            }



            #clientes h3{ 
                font-size: 70px;
                text-align: right;
                line-height: 60px;
             font-family: 'AlternateGothic2 BT';
             color: #333;  
              /*color: var(--color-gris-oscuro-texto);*/
            font-weight: bold;
            }

         #clientes .texto p{
                color: #333; 
                /*color: var(--color-gris-oscuro-texto);*/
                font-family: "Inter", serif;
                text-align: right;
         }

         #clientes img{ max-height:100px; padding:15px; }

/* -------------------------------
  4.0 Productos
------------------------------- */

    .plp-category-title{
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: 700;
         font-size: 100px ;
         text-transform: lowercase !important;  
         width: 49%;
         display: inline-block;
    }

    .soy_padre{  font-weight: bold; font-size: 9px !important;  }
    .ver_opciones{   font-weight: bold; font-size: 9px !important; color: var(--color-naranja)45adbb!important }
    .precio_detalle{ margin-left: 5px; font-size: 12px; }



    .title-derecha{
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 5px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    color: #929497;
    font-size: .875rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: right;
    text-transform: none !important;
    }


     .compra_min{
        width: 35%;
        aspect-ratio: 1 / 1;
        position: absolute;
        bottom: 5px;
        left: 5px;
        display: flex; /* Activar flexbox */
        justify-content: center; /* Centrar horizontalmente */
        align-items: center;
        background-image: url(../img/cocarda_vacia.png);
        background-size: 100%;
        transform: rotate(-15deg); 
        color: #fff;
        filter: saturate(25%);
    }

    .compra_min span{
        color: #fff; 
        text-align: center; 
        line-height: 10px; 
        font-size: 12px; 
    /*    letter-spacing: -1px;*/
        font-family: 'Roboto Condensed';
        font-weight: bold;
        font-style: normal;
        display:  inline-block;
     }

     .compra_min b{
        font-size: 18px; 
        line-height: 16px; 
     }


     #info-admines{
         /*float: right;*/
         position: absolute;
         top: -0px;
         right: 0px;
         font-size: 12px;
         line-height: 16px;
         color: var(--color-naranja);
         font-weight: bold;
     }

     #btnDebug{
        font-size: 10px;
        padding: 5px !important;
        margin: 0px !important;
        margin-right: 5px !important;
        min-height: 2rem;
        border-radius: 5px;
      }

     .kit-tachas{ 
        position: absolute;
        bottom: 5px;
        right: 0px;
        color: var(--color-gris-oscuro-texto);
        font-size: 14px;
      }

      .product-data .kit-tachas{ 
        display: block;
        position: relative;
        /*font-weight: bold;*/
        color: var(--color-naranja);
        font-size: 14px;
        text-align: right;
        width: 100%;
      }

       .product-data .kit-tachas:hover{ 
       color: var(--color-danger);
      }


      


     .name-link h3{ font-family: 'AlternateGothic2 BT';  font-weight: normal; font-style: normal; font-size: 16px; color: #231f20; }
    /*     .multiples h3{ font-family: 'AlternateGothic2 BT';  font-weight: normal; font-style: normal; font-size: 16px; color: #231f20; }*/

     .product-tile .product-name .prod_info h3.mod{
       line-height: 1.1rem;
       max-width: 100%;
    }

    .product-tile .product-price div, .product-tile .product-price span {
    font-size: 14px;
    color: #1a1a1a;
    }

    .plp-lockup h1.plp-category-title {
        font-size: 33px;
        font-family: 'AlternateGothic2 BT';
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase !important;
        color: var(--color-naranja);
    }


    #left-menu .accordion, #bag .accordion {
        color: var(--color-gris-texto);
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        cursor: pointer;
        padding: 0px;
        width: 100%;
        text-align: left;
        outline: none;
        transition: 0.4s;
        margin: 5px 0;
    }

    #left-menu .accordion.active {
        color: var(--color-naranja);
        font-weight: 700;
        margin: 0px 0;
    }

    #left-menu .accordion::before {
    color: var(--color-gris-texto);
    }

     #left-menu .accordion::before .active{
    color: var(--color-naranja);

    }

    #left-menu .active::before {
    font-weight: 900;
    color: var(--color-naranja);
    margin-right: 2px;
     margin-left: 5px;
}

    .thum-img{padding: 7% 0; background: #fff;}


    .todos_btn.resaltar{ font-size:14px;  color: var(--color-gris-texto)}

    .product-title .product-name {
        padding: 0px;
    }


    .cont_multimagenes{ 
        display:flex; 
        flex-wrap: wrap;
        gap: 2px;
    }
    .cont_multimagenes a{ 
      background-color: #fff !important;
      flex: 1 1 calc(33% - 10px); /* 25% del ancho menos el gap */
      max-width: calc(33% - 10px);


     }






/* -------------------------------
  5.0 Detalles
------------------------------- */
            #detalle h4{
            font-family: "Inter", serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-size: 14px !important;
            margin-bottom: 5px;
            text-transform: none;
            color: #929497;
            } 

            .h3-descripcion{
            min-height: 41px;
            }  

            .relacionados_cel{display: none}    


        /* -------------------------------
          5.1 Atras
        ------------------------------- */





            .pdp-breadcrumb {
                padding-top: 1.0rem;
                display: flex;
                justify-content: space-between;
            }

            .atras{
               display: flex;
               align-items: center;
               gap: 5px;
               cursor: pointer;
               position: relative;
               width: 50%;
            }
            .atras p, .iconos p{
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
              margin: 0;
              color: #929497;
            }

            .circle {
              width: 25px;
              height: 25px;
              background-color: #b0b0b0;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: background-color 0.3s ease;
              cursor: pointer;
            }

            .circle img {
              width: 23px;
              transition: transform 0.5s ease;
            }

            .atras:hover .circle, .iconos:hover .circle{
              background-color: var(--color-naranja);
            }
            .atras:hover p{
              color: var(--color-naranja);
            }
            .atras:hover .circle img {
              transform: rotate(-360deg);
            }



            .atras span{ margin: 0px 7px;}

            /* Estilos iniciales para la palabra "Cono" */
            .fly-text {
              position: absolute; /* Posiciona el texto respecto al contenedor */
              top: 50%; /* Centrado vertical */
              left: 40px; /* Inicialmente cerca del círculo */
              text-align: left;
              transform: translate(0%, -53%) translateX(35px); /* Ajusta posición inicial */
              opacity: 0; /* Oculta inicialmente */
              font-size: 14px;
              color: var(--color-naranja);
              transition: opacity 0.3s ease, transform 0.5s ease;
              z-index: 1;
            }

             /* Animación al hacer hover */
            .atras:hover .fly-text {
              opacity: 1; /* Aparece */
              transform: translate(0%, -53%) translateX(45px); /* Se mueve hacia la derecha */
            }




            .vecinos{ display: flex; }
            .vecinos .separador{ margin: 0px 10px; color: var(--color-gris-texto);}

            .vecinos a{ color: var(--color-naranja);}
            .vecinos a:hover{ color: var(--color-naranja-oscuro);}
            .vecinos .disable{ color: var(--color-gris-oscuro-texto);}



             /* -------------------------------
              5.2 Iconos
            ------------------------------- */

                 .contenedor-iconos{  
                   display: flex;
                   align-items: center;
                   gap: 15px;
                   position: relative;
/*                   flex-direction: row-reverse;*/
                   width: 50%;
                   width: 100%;
                   margin-bottom: 20px;
                }

                .iconos{
                  display: flex;
                   align-items: center;
                   gap: 5px;
                   cursor: pointer;
                   position: relative; overflow: visible;
                   
                }
                .iconos i{color: #fff; font-size: 13px;}
                .iconos:hover i, .iconos:hover p, .iconos:hover{ text-decoration: none; color: var(--color-naranja) !important;}
                .iconos:hover p{ color: var(--color-naranja);}
                .iconos.activo p, .iconos.activo i{ color: var(--color-naranja) !important;}


                #detalle .iconos i{color: var(--color-gris-texto); font-size: 18px; }
                #detalle h3 .iconos i{color: #fff; font-size: 14px;}
                #detalle h3 .iconos:hover i{color: #fff !important;}
                
                #detalle button.iconos {padding: 0px; background: none; border: none}

               

               
                   




           

            /* -------------------------------
              5.3 Detalle Contenedor
            ------------------------------- */

            .pdp-top{background: #fff; padding: 30px; border-radius: 15px; box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; margin-bottom: 30px !important;}
            .product-detail-title{ padding-left: 50px !important; padding-right: 0px !important;  }
            .product-image-container{ padding-right: 50px !important; border-right: 1px solid #E3E3E3 }
            .product-info-module { padding: 0px !important; }
            .thumbnails{width: 65px;}



            /* -------------------------------
              5.4 Producto detalles
            ------------------------------- */

                
            #detalle .product-title{
                border: solid #ddd 1px;
                border-radius: 7px;
                padding: 20px;
            }


            .product-detail .cod {
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-display: swap;
                font-size: 12px !important;
                text-transform: none !important;
                color: var(--color-casinegro);
            }

             .product-detail .product-name {
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-size: 40px !important;
               text-transform: none !important;
               color: var(--color-naranja);
               margin-bottom: 5px !important;
               white-space: normal !important;


            }


            .comp_min{
                margin-bottom: 7px !important;
            }

            .product-detail .price-sales {
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 500;
                font-size: 24px;
            }
           

            .precio_detalle {
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                color: var(--color-casinegro);
            }

            .price-sales.bonif{
                text-decoration: line-through;
                margin: 0px;
                font-size: 14px;
                 color: var(--color-gris-texto);
            }

            .bonif{
                font-weight: 700;
            }


              /* -------------------------------
              5.4.1 Colores
            ------------------------------- */


            .prod_color{
            min-height: 0px;      
                height: 25px;
                padding: 0px;
                float: left; 
                margin-right: 10px; 
                margin-bottom: 15px;
                opacity: 1;    
                transition: 0.3s;
                border:  none;
                cursor: pointer;
             }

              .prod_color:last-of-type{
                margin-right: 0px !important; 
             }

            .prod_color img{
                height: 100%;
                vertical-align: top;
             }

            .prod_color_img {
            height: 45px;
            border-radius: 7px;
            border: solid 1px #ccc !important;
            }


            .prod_color_img:hover {
                border: solid 1px #3483fa !important;
            }

            .prod_color_img.select {
                height: 45px;
            }



            /* -------------------------------
              5.4.2 Medidas
            ------------------------------- */



            .detalle-atributos{
                padding-bottom: 20px !important;
                font-size: 12px;
                font-family: "Inter", serif;
                font-weight: 400;
                font-style: normal;
                color: var(--color-gris-texto);
            }
            .detalle-atributos b{
                font-family: "Inter", serif;
                font-weight: 600;
                font-style: normal;
                padding-bottom: 20px !important;
                font-size: 14px;
                color: var(--color-casinegro);
            }


        

        
            /* -------------------------------
              5.4.3 Garantia y normas
            ------------------------------- */
      

            .garantia-contenedor, .marcas-contenedor{ 
                display: grid;
                grid-template-columns: repeat(3, 1fr); /* 3 columnas iguales */
                gap: 20px; /* Espacio entre imágenes */
                width: 100%;
                align-items: center; /* Centra el contenido verticalmente */
                margin-bottom: 20px;
            }

            #marcas p{ margin-bottom: 5px; }

            .marcas-contenedor{
                border: 1px solid #E3E3E3;
                border-radius: 15px;
                padding: 0px 20px;
            }


            .garantia, .marcas{
                width: 100%;
                padding-top: 0px;
            }

            .prod_iram_iqnet{
                width: 200%;
            }



            /* -------------------------------
              5.4.4 Comprar
            ------------------------------- */


            .btn_comprar_mix {
                width: 100%;
                line-height: 14px;
                border-radius: 7px;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-display: swap;
                padding: 15px;
                vertical-align: middle;
            }

            .add-to-cart-button {
                width: calc(100% - 85px);
            }
            

            #add-to-cart {
                text-transform: uppercase;
                font-family: "Inter", serif;
                border-radius: 7px;
                border: none;
                font-size: 14px;
                background-color: #f16623;
                border-color: #f16623;
            }

            .add-to-cart-button button:focus {
            outline: none;
            }




            /* -------------------------------
              5.5 Productos relacionados
            ------------------------------- */



            .related-products {
                width: 100%; /* O ajusta según tu diseño */
                margin: 0 auto;
                margin-top: 30px;
            }
            .related-products h3{ 
                background: #4d4d4f;
                padding: 10px; 
                border-radius: 7px;
                text-align: center;
                color: #fff !important;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-size: 14px;
                text-transform:  none;
            }
            .related-products a:hover{
              text-decoration: none;
            }




            .related-products .product-item {
                display: flex; /* Flexbox para alinear imagen y texto */
                align-items: center; /* Centrar verticalmente */
                gap: 10px; /* Espaciado entre imagen y texto */
                margin-bottom: 15px; /* Separación entre productos */
                border-bottom: 1px solid #ddd; /* Línea divisoria opcional */
                padding-bottom: 10px; /* Espaciado inferior opcional */
                 transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animación suave */
            }

            .related-products .product-item:hover {
                transform: translateY(-5px) scale(1.03); /* Eleva y escala el elemento */
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* Sombra */
            }

            .related-products .product-image {
                width: 80px; /* Tamaño de la imagen */
                height: 80px;
                object-fit: cover; /* Ajusta la imagen sin deformarla */
                border-radius: 5px; /* Bordes redondeados opcionales */
            }

            .related-products .product-info {
                display: flex; /* Flexbox interno para las filas */
                flex-direction: column; /* Organizar en columna */
                flex-grow: 1; /* Para que el texto ocupe el espacio restante */
            }


            .related-products .product-code{
                font-size: 12px;
                margin: 0;
                color: var(--color-gris-oscuro-texto);
                font-weight: 400;
            }

             .related-products .product-name2, .product-price {
                margin: 0;
                color: var(--color-naranja);
                font-size: 16px;
            }
            .product-price {
                font-size: 14px;
            }
            








         




        


         /* -------------------------------
              5.6 Imagen principal
            ------------------------------- */


            .gallery-container{
                width: 100%;
                padding: 0px;
            }

            .main-image-container {
                width: 550px; /* Fija el ancho deseado */
                max-width: 550px;
                display: flex;
                justify-content: flex-start;
                align-items: flex-start;
                overflow: hidden; /* Oculta cualquier contenido que sobresalga */
                position: relative; /* Para superponer elementos como el iframe */
                aspect-ratio: 1 / 1; /* Proporción de 1:1, siempre será un cuadrado */
            }

            .main-image, .main-iframe {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain; /* Ajusta la imagen al contenedor manteniendo su proporción */
                border: solid 1px #E3E3E3;
                border-radius: 7px;
            }

            .thumbnail {
                border: 1px solid #E3E3E3;
            }

            .img_extra{width: 100%; max-width: 600px}




             /* -------------------------------
              5.7 Descripcion
            ------------------------------- */



            .product-data h3 {
               background: #4d4d4f;
                padding: 8px; 
                border-radius: 7px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                line-height: 16px;
                text-transform: none;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                text-align: left;
                padding-left: 25px;
                padding-right: 25px;
                display: flex;
                align-items: center; 
            }

            .product-data h3 .iconos{
                margin-left: auto;
            }
            .product-data h3 .iconos i{
                font-size: 12px;
            }
            .product-data h3 .iconos .circle{
                background: #f16623;
            }

            .product-data h3 .iconos p{
                color: #fff;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-size: 12px;
            }




            .product-data .product-info-module .description{
                font-size: 14px;
                color: var(--color-gris-texto);
            }

            .product-data .product-info-module .description h1{
                font-size: 17px;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-style: normal;
                color: #929497;
                text-transform: none;
                margin-top: 30px;
            }

            .product-data .product-info-module .description h2{
                font-size: 15px;
                font-family: "Inter", serif;
                font-optical-sizing: auto;
                font-weight: 700 !important;
                font-style: normal;
                color: var(--color-gris-texto);
                text-transform: none;
                margin-top: 30px;
            }

            .product-data .product-info-module .description p{
                margin: 0;
                font-size: 14px;
                font-size: .875rem;
                line-height: 30px;
                font-family: "Inter", serif;
                font-weight: 400;
                font-style: normal;
                font-display: swap;
                color: var(--color-gris-texto);
            }

            .product-data .product-info-module .description ul{
                margin-left: 40px;
            }

            .product-data .product-info-module .description li{
                list-style-type: disc;
            }


            .product-data .product-info-module {
                padding: 1.0rem .9375rem;
            }

            
            /* -------------------------------
              5.8 Fijaciones
            ------------------------------- */
           
            .product-image-container p {
                text-align: left;
                font-family: "Inter", serif;
                font-weight: 400;
                font-style: normal;
            }

            .columna h5{
                margin-bottom: 0px;
            }

            .columna p{
                text-align: center;
            }


            .product-data .product-info-module p {
            color: var(--color-gris-texto);
/*            font-size: 12px !important;*/
            }

             .recomendado p{
                color: var(--color-naranja);
                font-size: 12px;
            }


















        #cant_id{ border-radius: 7px;  }
        .cant_contenedor {   width: 75px;}

        .checkout-header .number{ font-family: 'Roboto'; }

        .img_logo{ max-width: 150px; max-height: 100px; margin-right: 20px;}


        .menos-margin{margin-left: -30px; margin-right: -30px;}




/* -------------------------------
  6.0 logearse
------------------------------- */
        .account-login{ max-width: 46.25rem; margin-top: 50px;}

        .login h2, .register h2, .kit_container h2 { 
          color: var(--color-naranja);
          font-family: 'AlternateGothic2 BT';    
          font-size: 35px ;  
          text-align: left ;  
          font-weight: normal ;
          font-style: normal;
        }

        #loguearse .secondary{font-size: 14px;}


        



/* -------------------------------
  6.1 Registrarse
------------------------------- */


    #registro .registration-container .registration-header p {
    color: var(--color-casinegro);
     font-family: "Inter", serif;
    font-weight: 400;
    font-style: normal;
    }

    #registro .input_tipo span, .input_tipo p, #registro select {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
    color: var(--color-casinegro) !important;
    font-family: "Inter", serif;
    font-weight: 400;
    font-style: normal;
    }

    #registro .input_tipo span, .input_tipo p, #registro select {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 0;
    color: var(--color-casinegro) !important;
    font-family: "Inter", serif;
    font-weight: 400;
    font-style: normal;
    }



/* -------------------------------
  7.0 Contacto
------------------------------- */
    .registration-container form.create-new {
    max-width:  50rem;
    margin: auto;
    }

    .registration-header h2{
      font-family: 'AlternateGothic2 BT';    
      font-size: 35px ;  
      font-weight: normal ;
      font-style: normal;
      color: var(--color-naranja);
    }

   

    #contacto h3{ 
        text-transform:none;
         font-family: "Inter", serif;
        font-style: normal;
        font-weight: 400;
         color: var(--color-gris-oscuro-texto);

         }

    #contacto input[type=date], #contacto input[type=email], #contacto input[type=number], #contacto input[type=password], #contacto input[type=tel], #contacto input[type=text], #contacto textarea {
    color: var(--color-gris-texto);
    border: 1px solid var(--color-borde-gris);
    }



   .registration-header{
    padding-top: 30px !important;
    padding-bottom: 20px !important;
   }

    #btn_registrar{ 
        border-radius: 7px;
        border: none;
        height: 56px;
        background: var(--color-naranja);

    }

    .my-info-primary-content {
    padding: 0 0 0
    }


    .registration-container {
        max-width: 46.25rem;
        padding: 0 .625rem;
        margin: auto;
    }








/* -------------------------------
  8.0 CheckOut
------------------------------- */

.min{ 
    font-size: 10px;
    margin: auto;
    margin-top: 5px;
    color: var(--color-danger);
}

.login.cerrado{
    border-right: solid 1px #ccc; width: 50%;
}





/* -------------------------------
  9.0 MEDIA SCREEN
------------------------------- */




@media only screen and (min-width: 768px) {
    .plp-top {
        margin-top: 1.8125rem;
    }
    .pdp-main { margin: 0.875rem 10px; }   

}




@media (max-width: 1300px) {
   
    .image-grid {
        grid-template-columns: repeat(6, 1fr); /* 6 columnas de igual tamaño */
    }
        .fijaciones .columna h5{font-size: 14px;}
    
} 




@media (max-width: 1000px) {
   
    .image-grid {
        grid-template-columns: repeat(5, 1fr); /* 6 columnas de igual tamaño */
    }

   /* .garantia , .detalle-atributos{
    display: none;
    }*/


        .compra_min{
        width: 45%;
        }

        .compra_min span{
        line-height:  12px; 
        font-size: 9px;
        }

        .compra_min b{
        font-size: 18px; 
        }

         footer{ margin-top: 50px;  }
         footer .nosotros { border-right: none; }
         footer .contacto {    float: none;    width: 100%;    padding-left: 0px;}
         footer .calidad img{    display: none}
         footer .calidad {   text-align: center; margin-top: 30px;}
         .logueado{ padding: 5px 15px; margin-right: 15px; margin-left: 15px;}
         .loguin{ margin: 5px 15px; }
         .buscador { height: 40px; margin: 15px !important;}
         .plp-category-title{ width:100% }
         .pdp-main { margin: 0.875rem 10px;}
         .product-images { padding: 0px; }
         .plp-container {    padding-bottom: 0rem;}
         .product-detail .product-name { font-size:30px !important; }
        
         .related-products .product-item { margin-bottom: 5px; padding-bottom: 5px; }
         .related-products .product-name2, .product-price {   font-size: 14px;}
          .related-products .product-image { width: 60px; height: 60px;}
         /*.pdp-breadcrumb { display: block;}*/
         .atras{width: 100%}
         .contenedor-consombra {  padding: 15px;}
        #add-to-cart { padding:0px; }
        .continuar, .seguir { font-size:12px; } 
        #carrito_totales{ width:100%;&nbsp;padding-right:0px; padding-left:0px; }
        .thumbnails { width: 100px;}
        .pdp-main .product-image-container .image-grid a {width: 50%; padding: 0 .15625rem 1.875rem; margin-bottom: 0px;}
        .garantia-contenedor.multiple{ margin-bottom:0px; }
        #registro .input_tipo span, .input_tipo p, #registro select {margin-top:0px; margin-bottom: 5px;}
        .login.cerrado{ border-right: none; width: 100%;}
        .register h2, .register h3, .register span{font-size: 25px; text-align: center;  }
        .register{ text-align:center; }
        .form-row { justify-content: center;}
        .banner-container {  display: none;}
        .slider-container {width: 100%; margin-right: 0px;}
        .pdp-breadcrumb { padding-left: 1.875rem; padding-right: 1.875rem;}
/*        .pdp-main .product-detail.product-detail-title { margin: 0 -1.25rem .625rem;   padding: .9375rem 1.25rem;}*/
        .pdp-main .pdp-top{padding-right: .9375rem; padding-left: .9375rem;}
        .pdp-main .product-detail.product-detail-title {margin: 0px;}
        .contenedor-redes{ height:20px; }
        #redes{   left: 0px;}
        #logo {margin: auto; width: 100%; text-align: center;}
        #logo img{margin: auto; height: 80%}
/*      .iconos-logueado{display: none}*/
        .iconos-logueado{ flex-direction: column; position: absolute; right: 5px; margin-top: -25px; z-index: 1000}
        .btn-favorito{ margin-right: 0px; margin-bottom: 10px;}
        .container-logo{height: 60px;}
        .barra_logo{}
   
        .cont_multimagenes a{  flex: 1 1 calc(50% - 10px);  max-width: calc(50% - 10px);}
    

   
} 


@media (max-width: 767px) {
   
    .buscador input {
        font-size: 12px !important;
    }

    .pdp-main .product-detail.product-detail-title { margin: 0 -1.25rem .625rem;}
    .contenedor-buscador{ display:none }
    .product-detail-title {padding: 15px !important; }
    .pdp-top { padding: 0px; padding-bottom: 15px;}
    .product-data .product-info-module .description p{ font-size: 14px !important; text-align: justify; line-height: 25px;}
    .product-image-container {padding-right: 0px !important; border-right: none;}
    .product-data .product-info-module .description ul { margin-left: 20px;}
    .relacionados_pc{display: none}
    .relacionados_cel{display: block;}

     .iram{position: absolute; width: 210px; top: -20px; right: -30px; display: none}
     .iram_cel{position: absolute; width: 160px; top: -50px; right: 0px; display: block;}

    
     #info-admines{ display: none; }
     .kit-tachas{ display: none; }

}    


@media (max-width: 575px) {
   
    .image-grid {
        grid-template-columns: repeat(3, 1fr); /* 6 columnas de igual tamaño */
    }


    .fly-text{display: none}

     

        
}     



@media only screen and (min-width: 768px) {
    .pdp-main .pdp-top .product-detail {
        width: 470px;
/*        background: red;*/
    }
     .pdp-main .pdp-top .product-image-container {
        float: left;
        width: calc(100% - 470px);
        padding-right: .9375rem;
    }
    .img_extra{
        min-width: 100px !important;
    }

    
}


