body{
        background: #fff;
}  
.imagenProducto{
        max-width: 30%;
}
  .centrar-texto{
        text-align: center;
}
@media(max-width:600px){
        .contenedor-anuncios{
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;

    }
}
@media(min-width:600px){
        .contenedor-anuncios{
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
    }
}
.anuncio{ 

        border-color: white;
        border-width: 1px;
        background: white;
        margin-bottom: 2rem;

}
.abreviado{
        white-space: nowrap;
      overflow: hidden;
        text-overflow: ellipsis;
}
#heart{
        display: none;
}
.anuncio:hover{
        box-shadow: 0px 0px 10px gray;
         animation: pulse-animation 1s infinite;

    #heart{
        display: block;
}
}
@media(max-width:720px){
        .anuncio{
            flex: 0 0 calc(46% - 2rem);

    }
}
@media(min-width:720px) and (max-width:1000px){
        .anuncio{
            flex: 0 0 calc(25% - 2rem);
    }
}
@media(min-width:1000px)and (max-width:1200px){
        .anuncio{
            flex: 0 0 calc(20% - 2rem);

    }
}
@media(min-width:1200px){
        .anuncio{
            flex: 0 0 calc(27.3% - 2rem);
    }
}
@media(min-width:1700px) {
        .anuncio{
            flex: 0 0 calc(18% - 2rem);
    }
}

@media(min-width:600px){
    .app {
        padding-left: 0px;
        padding-top: 10px;
        margin-left: 0px;
    background-color: #f3f8f9;
     width: 100%;
      height: 90vh;
      /*margin: 0 0%;*/
      overflow-y: scroll;
}
}
@media(max-width:600px){
    .app {
        padding-left: 0px;
        padding-top: 10px;
        margin-left: 0px;
    background-color: #f3f8f9;
     width: 100%;
      height: 100vh;
      margin: 0 0%;
      overflow-y: scroll;
}
}
@media(min-width:600px){
      .ModoBusqueda{

        display: flex; 
        justify-content: left;
        padding: 12px;
        width: 100%;
        /*border: steelblue solid 1px;*/
        background-color: white;
       /* margin: 0 50%;*/
        }
        .input {
            border-radius: 6px 6px 6px 6px;
            width: 100%;
            background-color: #f3f8f9;
            border-block: none;
            margin: 5px 0%;
        }
}

.CostoSKU{
        text-align: center;
        font-size: 12px; 
        font-weight: lighter;   
}
.Existencias{
        text-align: center;
        font-size: 12px; 
}
@media(min-width:600px){
        .compras{
              display: flex;
               width: 100%;
               margin: 0px 10px;
    }
}
@media(max-width:600px){
        .compras{
               width: 98.2%;
    }
}
@media(min-width:1000px){
           .imgBuscador{
            max-width: 25%;
        margin: 0 0%;
}
.left {
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0px;
        float: left;
        position: relative;
        width: 60%;
         height: 59.7vh;
    }
    .leftFooter {
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0%;
        float: left;
        position: relative;
        width: 62.5%;
        height: 8vh;
    }
    .rightFooter{
              padding-top: 0px;
        padding-left: 10px;
        margin-left: 5px;
        position: relative;
        float: left;
        width: 38%;
        height: 8vh;
    }
.right {

        padding-top: 0px;
        padding-left: 10px;
        margin-left: 5px;
        position: relative;
        float: left;
        width: 39%;
        overflow-y: scroll;
       height: 63vh;
}
}
@media(max-width:1000px){
        .ModoBusqueda{

        display: flex; 
        justify-content: left;
        padding: 12px;
        width: 100%;
        background-color: white;
       /* margin: 0 50%;*/
}
.input {
      border-radius: 6px 6px 6px 6px;
      width: 100%;
      background-color: #FAF9F9;
      border-block: none;
      margin: 0 0;
}
    .imgBuscador{
            max-width: 10%;
        margin: 0 0%;
}
.left {
        padding-left: 0px;
        padding-top: 0px;
        margin-left: 0px;
        float: left;
        position: relative;
        width: 100%;
        border: steelblue solid 1px;
         height: auto;
    }
.right,.continuarCompra {

       display: none;
}
}
.constosCarrito{
        font-size: 17px;
}

.verProducto{outline: none;display: inline-block;color: black;text-decoration: none;}
    .verProducto:hover{
            color:blue;
            text-decoration: none;

    }


@keyframes pulse-animation {
      0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.Cats{
        width: 100%; border-color: #1BABC4; border-width: 2.5px
}
.cotizador {
        overflow-y: scroll;width: 100%; height: 65vh;overflow-x: hidden;
}
.cotizador::-webkit-scrollbar{
        width: 10px;
        background-color: #fff;
        border-radius: 20px;
}
.cotizador::-webkit-scrollbar:window-inactive {
        display: none;
}
.cotizador::-webkit-scrollbar-thumb  {
        background-color: #000;
        border-radius: 6px;
}
@media(min-width:1000px) {

        #continuar_compra { border-top: 1px solid #1BABC4; }
}
@media(max-width:1000px) {
        .cotizador {
            display: none;
    }

}

    .Mi_Carrito{
        overflow-y: scroll; height: 80vh;overflow-x: hidden;
}
.Mi_Carrito::-webkit-scrollbar{
        width: 10px;
        background-color: #fff;
        border-radius: 20px;
}
.Mi_Carrito::-webkit-scrollbar:window-inactive {
        display: none;
}
.Mi_Carrito::-webkit-scrollbar-thumb  {
        background-color: #000;
        border-radius: 6px;
}

.app::-webkit-scrollbar{
        width: 10px;
        background-color: #fff;
        border-radius: 20px;
}
.app::-webkit-scrollbar:window-inactive {
        display: none;
}
.app::-webkit-scrollbar-thumb  {
        background-color: #000;
        border-radius: 6px;
}
        .SubCat {
                overflow-y: scroll; height: 100px;overflow-x: hidden;
}
.SubCat::-webkit-scrollbar{
        width: 6.5px;
        background-color: #000;

}
.SubCat::-webkit-scrollbar:window-inactive {
        display: none;
}
.SubCat::-webkit-scrollbar-thumb  {
        background-color: red;
        border-radius: 6px;
}
@media(min-width:1000px){
        .NombreUsuario{
         display: flex;
         justify-content: right;
         margin-right: 40px;
    }
 }
/* Estilos MenuUsuario*/
@media(max-width:1000px){
        .NombreUsuario{
         display: flex;
         justify-content: right;
         margin-right: 40px;
    }
 }

/* estilos del panel principal
*/
.barra-lateral {

        background-color: #ffff;
        color: #fff;
        min-width: 10%;
        min-height: 100vh;
        padding: 0;
}
.barra-lateral a {
        color: #000;
}
.barra-lateral .logo {
        background-color: #fff;
        margin-bottom: 2px;
}
.barra-lateral .logo h2 {

        padding: 20px 0;
        text-align: center;
        font-weight: 300;
        margin: 0;
}
.barra-lateral .menu a {
        display: block;
        padding: 20px;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        box-shadow: inset 0 0 0 0 #fff;
      -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s;
}
.barra-lateral .OPC:hover {
        box-shadow: inset 400px 0 0 0 #000;

        color: #fff;
        text-decoration: none;
}
@media screen and (max-width:575px) {
        .barra-lateral {
            min-height: auto;
    }
    .barra-lateral .menu a {
            display: inline-block;
            border-bottom: none;
    }
    .main .widget form button {
            width: 100%;
    }
}
.myTitle {
        display: none;
}
.OnTitle:hover .myTitle {
        display: block;
}
.button_slide {
      box-shadow: inset 0 0 0 0 #D80286;
      -webkit-transition: ease-out 0.4s;
      -moz-transition: ease-out 0.4s;
      transition: ease-out 0.4s;
}
.slide_right:hover {
      box-shadow: inset 400px 0 0 0 #D80286;
}
/* Estilo para hacer que el collapse se comporte en horizontal */
.collapse-horizontal {
          position: relative;
          width: 50;
          overflow: hidden;
          transition: width 0s ease; /* Cambia la duración a tu preferencia */
    }




 /*styles para el header*/
    .fondoSuperior {
       
                    background-color: rgba(0, 0, 0, 0.7); 
                    background-blend-mode: darken;
                    background-size: contain;
                    background-size: cover;
                        background-position: center;

                        animation: animate 12s infinite alternate;
                   /*background-image: url(../../assets/images/BuenFin1.png);*/
            }
            @keyframes animate {
                    0% {
                        background-image: url(../../assets/images/convertidas/grace1.webp);
                }

                50% {
                        background-image: url(../../assets/images/convertidas/grace4.webp);
                }

                100% {
                        background-image: url(../../assets/images/convertidas/grace6.webp);
                }
            }

      .fondoSuperior2 {
                    /*background-color: rgba(0, 0, 0, 0.7); 
                    background-blend-mode: darken;*/
                    background-size: contain;
                    background-position: center;
                    background-image: url(../../assets/images/convertidas/grace6.webp);
            }  
            
            @media(max-width:1000px){
                    .fondoSuperior2 {
                    /*background-color: rgba(0, 0, 0, 0.7); 
                    background-blend-mode: darken;*/
                    background-size: cover;
            }  
            }
        .fondoSuperior3 {
                  width: 50%;
                  height: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  
                    
            }  
        
            .fondoSuperior4 {
                  height: 10%;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  
                    
            }  
            @media(max-width:1000px){
                    .title-style{

                        display:flex;
                        flex-direction: column;


                }
            }
            @media(min-width:1000px){
                    .title-style{
                        display:flex;
                        flex-direction: row;


            }
    }




    @keyframes mover {
  0%   { transform: translateX(0); }
  100% { transform: translateX(100px); }
}
@keyframes pulse {
  0% {
    transform: scale(1.025);
   /* box-shadow: 0 0 0 0 rgba(15, 238, 97, 0.7);*/
  }
  70% {
    transform: scale(1.05);
   /* box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);*/
  }
  100% {
    transform: scale(1);
    /* box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);*/
  }
}
.buttonWhatsappGBI {
    position: fixed; /* Fijo en pantalla */
    bottom: 165px;
    right: 0px; /* Parte inferior derecha */
    transform: none;
    display: inline-flex;
    align-items: center;
    background-color: #ffff;
    color: white;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    text-decoration: none;
    overflow: hidden;
    width: 95px;
    height: 76px;
    transition: width 0.4s ease-out, background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    animation: pulse 1.2s ease-in-out infinite;
    z-index: 9999;
    cursor: pointer;
}
.buttonWhatsappGBI .cambiar-img {
    position: relative;
    width: 75px;
    left: 0;
    transition: all 0.3s ease;
    content: url('../../assets/img/Logo GBI.png');
}
.buttonWhatsappGBI .icon{
            position: relative;
            color:rgb(0, 135, 49);
            font-size: 18px;
            margin-bottom: 45px;
            right: 15px;
        }
.buttonWhatsappGBI .text {
    margin-left: 10px;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    color: white;
    max-width: 0;
    overflow: hidden;
}
.buttonWhatsappGBI:hover {
    width: auto;
    background-color: #fff;
    color: #25d366;
    animation: none;
}
.buttonWhatsappGBI:hover .text {
    opacity: 1;
    color: #25d366;
    max-width: 400px;
}
.buttonWhatsappGBI:hover .cambiar-img {
    right: 5px;
    transform: translateX(-15px); /* Imagen se desliza a la izquierda */
    content: url('../../assets/img/Logo GBI.png');
}
.buttonWhatsappGBI:hover .icon{ 
    right: 5px;
    transform: translateX(-15px); 
}
.buttonWhatsappGRACE {
    position: fixed; /* Fijo en pantalla */
    bottom: 80px;
    right: 0px; /* Parte inferior derecha */
    transform: none;
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: white;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    text-decoration: none;
    overflow: hidden;
    width: 95px;
    height: 76px;
    transition: width 0.4s ease-out, background-color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    animation: pulse 1.2s ease-in-out infinite;
    z-index: 9999;
    cursor: pointer;
}
.buttonWhatsappGRACE .cambiar-img {
    position: relative;
    width: 75px;
    left: 0;
    transition: all 0.3s ease;
    content: url('../../assets/img/logo-blanco-sin-fondo.png');
}
.buttonWhatsappGRACE .icon{
            position: relative;
            font-size: 18px;
            margin-bottom: 45px;
            right: 15px;
        }
.buttonWhatsappGRACE .text {
    margin-left: 10px;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    color: white;
    max-width: 0;
    overflow: hidden;
}
.buttonWhatsappGRACE:hover {
    width: auto;
    background-color: #fff;
    color: #25d366;
    animation: none;
}
.buttonWhatsappGRACE:hover .text {
    opacity: 1;
    color: #25d366;
    max-width: 400px;
}
.buttonWhatsappGRACE:hover .cambiar-img {
    right: 5px;
    transform: translateX(-15px); /* Imagen se desliza a la izquierda */
    content: url('../../assets/img/logo-negro-sin-fondo.png');
}
.buttonWhatsappGRACE:hover .icon{ 
    right: 5px;
    transform: translateX(-15px); 
}