﻿body{
    background: #f3f5f6;
    font-family: 'Montserrat', sans-serif;
}


.carritoLado{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
    background: #F7F7F7;
    width: 480px;
    height: 100vh;
    box-shadow: -2px -2px 2px #ddd;
    display: none;
}

.cabecera-carritoLado {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 10px;
    margin: 0;
    box-sizing: border-box;
}
.cerrar-carritoLado {
    cursor: pointer;
}

.producto-carritoLado {
    border-bottom: 1px dashed #ddd;
    background: white;
    padding: 12px 10px;
    margin: 0;
}

.carritoLado img {
    width: 100%;
    height: 91px;
    object-fit: cover;
}

.producto-carritoLado strong {
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
}

.datos-carritoLado span{
    color: gray;
}


.accionMasMenos{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

.cantidad-carritoLado{
    text-align: center;
    font-size: 15px;
}


.superior-carritoLado {
    position: absolute;
    bottom: 0;
    background: white;
}

.informacion-carritoLado {
    border-top: 1px solid #ddd;
    font-size: 19px;
    padding: 12px 10px;
    margin: 0;
}

.botones-carritoLado img{
    width: 48%;
    height: auto;
    margin: 12px 0.5% 12px;
}

.eliminar, .actualizar_cantidad{
    cursor: pointer;
}
.actualizar_cantidad{
    border: 1px solid #ddd;
}






.cabecera{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #f3f5f6;
    background: white;
}
.cabecera-cabecera{
    padding-top: 10px;
    padding-bottom: 10px;
}

.blanco{
    border-bottom: 1px solid #ddd;
}
.blanco .logotipo img{
    width: 60%;
}
.blanco .areas-container .col{
    padding-top: 7px;
    padding-bottom: 7px;
}
.blanco #menu-secundario2022{
    top: 30px;
}

.logotipo img{
    width: 90%;

    transition:  all 1s;
}


.carrito{
    border: 0px solid red;
    display: flex;
    justify-content: space-around;
}
.carrito span{
    font-size: 20px;
    margin-top: 15px;
}
.carrito-solo{
    position: relative;
    font-weight: bold;
    font-size: 40px !important;
    color: #5ba0cd;
    cursor: pointer;
}
.carrito-solo b{
    position: relative;
    top: -10px;
    margin-top: -10px;
    cursor: pointer;
}
.carrito-solo label{
    position: absolute;
    top: -20px;
    right: -20px;
    background: orange;
    color: white;
    font-size: 20px;
    padding: 1px 8px;
    border-radius: 50%;
    cursor: pointer;
}





nav ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
nav ul li{
    width:49%;
    display: inline-block;
}
.menu{
    text-align: center;
    padding: 2px 0;
}


.menu1 a{
    text-decoration: none;
}
.menu1 ul{
    display: flex;
    justify-content: space-around;
}
.menu1 ul li{
    width: auto !important;
    padding: 0 10px;
}
.menu1 .menu{
    border-bottom: 3px solid #ddd;
    background: #f7f7f7;
    color: #7bb9e6;
    padding: 3px 10px;
}
.menu1 .menu:hover{
    font-weight: bold;
}



.areas-container{
    background: rgb(235,235,235, 0.9);
}
.areas{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
}
.areas strong{
    font-weight: bold;
}
.areas div:hover:not(#menu-secundario2022){
    font-weight: bold;
    cursor: pointer;
}

.paraMenuSecundario{
    position: relative;
}

.paraMenuSecundario:hover #menu-secundario2022{
    display: block;
}

.leyenda-envios{
    color: #56a6da;
    color: #713aa1;
}

#menu-secundario2022{
    position: absolute;
    top: 20px;
    left: -100%;
    z-index: 1000;
    background: #f5f5f5;
    width: 200%;
    display: none;

    box-shadow: 10px 10px 10px black;
}
#menu-secundario2022:hover{
    font-weight: normal !important;
}
#menu-secundario2022 a{
    text-decoration-line: none;
}
#menu-secundario2022 img{
    width: 100%;
}

.menu-secundario2022{
    font-weight: normal !important;
    color: black;
    font-size: 18px;
    padding: 3.5px 0;
}
.menu-secundario2022:hover{
    font-weight: bold !important;
}

.efectos{
    background: white;
    padding: 0;
}
.efecto1{
    padding: 0;
}
.efecto1 img{
    border: 0px solid red;
}


.circulos{
    padding-top: 20px;
    padding-bottom: 50px;
}

.circulos strong{
    width: 100%;
    color: gray;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
}

.cir{
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}
.cir:hover strong{
    color: #60aae0;
}
.cir strong{
    transition:  all 0.5s;
}
.cir:hover .circulo{
    background: rgb(96,170,224, 0.3);
}

.circulo{
    /* background: white; */
    width: 100%;
    height: calc(100%);
    border-radius: 50%;

    transition:  all 0.5s;
}
.circulo{
    width: 100%;
    height: 300px;
    text-align: center;
}
.circulos img{
    height: 150px;
    margin: 10px 0 0;
}
.circulo-con-altura{
    height:120px !important;
    margin-top:30px;
}


.botones-circulos{
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-gris{
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    background: white;
    width: 100%;
    font-size: 22px;

    border-radius: 5px;
}
.btn-gris:hover{
    border-bottom: 2px solid rgb(96,170,224, 0.3);
    border-right: 2px solid rgb(96,170,224, 0.3);
    font-weight: bold;
}


.c{
    width: 100%;
    height: 200px;
    border-radius: 50%;
}
.cs strong{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.c1{
    background: url(../images/lamparas-para-tu-sala.webp) no-repeat center center;
    background-size: cover;
}
.c2{
    background: url(../images/lamparas-para-tu-comedor.webp) no-repeat center center;
    background-size: cover;
}
.c3{
    background: url(../images/lamparas-para-tu-recamara.webp) no-repeat center center;
    background-size: cover;
}
.c4{
    background: url(../images/lamparas-para-tu-oficina.webp) no-repeat center center;
    background-size: cover;
}
.c5{
    background: url(../images/lamparas-de-bano.webp) no-repeat center center;
    background-size: cover;
}
.c6{
    background: url(../images/lamparas-para-tu-cocina.webp) no-repeat center center;
    background-size: cover;
}


.leyenditas a{
    text-decoration: none;
}
.leyenditas .col{
    padding: 0;
}
.leyendita1, .leyendita2{
    border: 1px solid #ddd;
    text-align: center;
    color: #5ba0cd;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;

    box-shadow: 2px 2px 2px gray;

    border-radius: 50px;
}

.leyendita1{
    background: white;
    color: #f85407;
    display: flex;
    align-items: center;
}
.leyendita2{
    background: white;
    color: #202044;
    display: flex;
    align-items: center;
}

.imagenes-leyendita{
    border: 0px solid red;
    width: 35%;
    padding: 12px;
}
.leyendita p{
    width: 75%;
    margin-bottom: 0;
}


.categoria{
    padding-top: 30px;
    padding-bottom: 30px;
}


.ladoderecho{
    border-right: 1px solid #ddd;
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: 80vh;

    overflow-y: scroll;
}
.ladoderecho::-webkit-scrollbar {
    width: 1px;
}
.ladoderecho::-webkit-scrollbar-track {
    background: white;
}
.fijo{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.ladoderecho a{
    text-decoration: none;
    color: black;
}
.elemento{
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.elemento:hover{
    background: #f8f8f8;
    font-weight: bold;
}
.elemento span{
    width: 78%;
    display: inline-block;
}
.imagen-elemento{
    width: 20%;
    text-align: center;
    display: inline-block;
}
.elemento img{
    height: 30px;
}
.imagen-sin-elemento{
    width: 70%;
}


.titulo{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.subtitulo{
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.parrafo{
    font-weight: lighter;
    margin-bottom: 30px;
}

.productos a{
    color: black;
}

.producto2022{
    position: relative;
    border: 2px solid transparent;
    background: white;
    padding: 5px 0;
    cursor: pointer;

    transition: all 0.5s;
}
.imagen-producto{
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 200px;
    min-height:210px;
    overflow: hidden;
    display: inline-block;
}
.fondo-blanco-p{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}
.producto2022 img{
    width: 100%;
    transition: all 0.2s;
}
.producto2022:hover{
    border: 2px solid gray;

    border-radius: 5px;
}
.producto2022 h2{
    width: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}
.producto2022 span{
    width: 100%;
    text-align: center;
    color: black;
    font-size: 20px;
    display: inline-block;
    padding: 3px 0;
}
.producto2022 .form-control{
    width: 20%;
    display: inline-block;
}
.botones{
    width: 100%;
    text-align: center;
}
.producto2022 button{
    width: 62%;
    text-align: center;
}
.btn-naranja{
    background: #ffa500;
    color: white;
}
.btn-naranja:hover, .btn-naranja:active{
    background: #ffa500 !important;
    color: white !important;
    font-weight: bold;
}

.btn-azul{
    background: #5ba0cd;
    color: white;
}
.btn-orange{
    background: #ff5500;
    color: white;
}


.titulo-p{
    font-size: 26px;
    font-weight: bold;
    color: #55a4dc;
    margin-bottom: 30px;
}

.imagen-principal-p{
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.imagen-principal-p img{
    width: 100% !important;
    object-fit:contain;
}
.imagen-p img{
    width: 100%;
}

.imagenes-extra{
    margin-top: 20px;
}

.datos-p{
    font-size: 22px;
    line-height: 32px;
}

.precio{
    font-weight: bold;
    line-height: 24px;
}
.iva{
    width: 100%;
    font-weight: lighter;
    font-size: 15px;
    color: gray;
    display: inline-block;
}

.cantidad .form-control{
    width: 50%;
    display: inline;
    margin: 10px 0;
}

.deseos{
    width: 100%;
    font-size: 18px;
    color: orange;
    display: inline-block;
}

.descripcion{
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0;
}
.descripcion strong{
    width: 100%;
    display: inline-block;
}

.beneficios{
    border:5px solid #dddddd;
}
.beneficios strong{
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #5ba0cd;
    display: inline-block;
    padding: 12px 0;
}
.beneficios p{
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 10px 20px 20px;
}
.beneficios p b{
    color: #5ba0cd;
}

.pregunta{
    font-size: 18px;
    line-height: 28px;
    padding-right: 40px;
    margin-bottom: 40px;
}
.pregunta strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


.tips a{
    text-decoration: none;
    color: black;
}

.entrada img{
    width: 100%;
}
.entrada strong{
    width: 100%;
    font-size: 22px;
    color: #555963;
    display: inline-block;
}
.entrada span{
    font-weight: normal;
    color: #555963;
    font-size: 14px;
    margin: 10px 0;
}
.entrada p{
    line-height: 20px;
    font-weight: normal;
}


.costos{
    text-align: right;
}
.costos strong{
    font-size: 22px;
}

.formas-de-pago a{
    text-decoration: none;
    color: black;
}
.formas-de-pago img{
    width: 100%;
    display: inline-block;
}
.formas-de-pago span{
    width: 100%;
    color: gray;
    display: inline-block;
}


.compra-realizada-con-exito{
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}


.datos-de-pago{
    font-size: 20px;
    line-height: 32px;
}
.dato-de-pago{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.datos-de-pago strong{
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: green;
    display: inline-block;
    margin-bottom: 20px;
}
.datos-de-pago-total{
    text-align: center;
    color: blue;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}


.titulo-entrada{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.texto-entrada2022{
    font-size: 20px;
    line-height: 30px;
}
.texto-entrada2022 img{
    width: auto;
    height: 300px;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.loginCliente{
    text-align: center;
}
.loginCliente h1{
    font-size:30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group{
    margin-bottom: 15px;
}

.accordion-header button{
    background: #f7f7f7;
    font-weight: bold;
    color: gray;
}

.envio-sin{
    font-size: 22px;
    font-weight: bold;
    color: green;
}


.titulos{
    color: gray;
    text-align: center;
    margin-bottom: 20px;
}
.titulos h1, .titulos h2{
    color: #6ab4ea;
    font-weight: bold !important;
    font-size: 22px !important;
    display: inline-block;
}


.buscar{
    position: relative;
}

.predictivos{
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    height: 300px;
    background: white;
    width: 100%;
    display: none;

    overflow-y: scroll;
}
.predictivos a{
    text-decoration: none;
}
.predi{
    color: black;
    padding: 6px 10px;
    cursor: pointer;
}
.predi:hover{
    background: #5aa8df;
    color: white;
}


.imagen-extra{
    cursor: pointer;
    margin-bottom: 10px;
}
.imagen-extra img{
    width: 100%;
}
.heightDefinido{
    width: auto !important;
    height: 200px !important;
}


.efecto3{
    display: none;
}

.dudas{
    background: white;
    color: #119d0d;
    font-size: 20px;
    display: inline-block;
    padding: 4px 10px;

    border-radius: 10px;
}
.dudas:hover{
    background: #119d0d;
    color: white;
}
.titulo a{
    color: black;
}



.promocionEspecial{
    /* background:red; */
    color:white;
    font-size:17px;
    font-weight:bold;
    text-align:center;
    margin-bottom:4px;
}
.promocionEspecial img{
    width: auto;
    height: 40px;
}
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

   @-webkit-keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }
   @keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }
   .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
   }


.comentarios{
    background: white;
    padding-top: 12px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.comentarios strong{
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
}
.comentario{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-top: 20px;
}


.imagenH, .imagenW{
    text-align: center;
    cursor: pointer;

    overflow: hidden;
}
.imagenH img{
    height: 350px;
}
.imagenW img{
    width: 100%;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}
.imagenNegro{
    width: 100%;
    margin-top: 5vh;
}
.cerrar{
    position: absolute;
    top: 0;
    right: 5px;
    background: red;
    font-weight: bold;
    color: white;
    font-size: 30px;
    padding: 0 12px;
    cursor: pointer;

    border-radius: 50%;
}
.cerrar:hover{
    font-weight: lighter;
}


.pag{
    text-align: center;
}
.pag a, .pag a:hover{
    color: black;
    text-decoration: none;
}
.pg{
    border: 1px solid #ddd;
    font-size: 22px;
    display: inline;
    padding: 4px 10px;
}
.pg:hover{
    background: blue;
    color: white;
}



.variante{
    margin-bottom: 6px;
}
.variante strong{
    font-size: 17px !important;
    display: inline-block;
    margin-right: 10px;
}
.variante .vv{
    border: 1px solid #ddd;
    background: transparent;
    font-size: 17px;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.vv:hover, .vvSelected{
    background: #ffa500 !important;
    color: white !important;
}


.iconoConFondo{
    color: #414247;
    font-size: 40px;
    font-weight: lighter;
    text-shadow: 10px 10px 20px white;
}


.filtros{
    background: white;
    padding: 12px;
    margin-bottom: 20px;
}

.restablecer{
    width: 100%;
    color: red;
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}





.datosDelCliente strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}


.datosDelCliente .form-group {
    position: relative;
}

.form-input,.form-select {
    border: 1px solid #ccc;
    background: white;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    outline: none;
    border-radius: 8px;
}

.form-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: white;
    color: #888;
    font-size: 16px;
    padding: 0 4px;
    transition: 0.2s ease;
    pointer-events: none;

    border-radius: 5px;
}

/* Animar si el input está enfocado o tiene texto */
.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #333;
}

/* Para el select */
.form-select:focus + .form-label,
.form-select:not([value=""]) + .form-label {
    top: -8px;
    left: 10px;
    font-size: 12px;
    color: #333;
}

option[disabled] {
    display: none;
}


/* stripe */
.form-stripe {
    background-color: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.form-stripe h2 {
    text-align: center;
    margin-bottom: 1rem;
    color: #333;
}
.form-stripe input[type="email"] {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 1rem;
    transition: border-color 0.3s;
  }
  
.form-stripe input[type="email"]:focus {
    border-color: #0070f3;
    outline: none;
}
  
#card-element {
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 1rem;
    background-color: #fafafa;
  }
  
.form-stripe button {
    background-color: #0070f3;
    color: white;
    border: none;
    padding: 0.9rem;
    font-size: 1rem;
    border-radius: 12px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
.form-stripe button:hover {
    background-color: #005fcc;
  }
  
.form-stripe #mensaje {
    margin-top: 1rem;
    text-align: center;
    color: #28a745;
    font-weight: 500;
  }



/* BUSCADOR */

.predictivos {
    max-height: 300px;
    overflow-y: auto;
}
.predictivos ul {
    margin-bottom: 0;
}
.predictivos img {
    object-fit: cover;
}
.predictivos a.active {
    background-color: #f0f0f0;
}






.btn-pagar {
    display: inline-block;
    background: linear-gradient(145deg, #f9d423, #fbb034);
    width: 100%;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 30px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(251, 176, 52, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-pagar:hover {
    background: linear-gradient(145deg, #fbb034, #f9d423);
    box-shadow: 0 8px 20px rgba(251, 176, 52, 0.7);
    transform: scale(1.05);
    color: #000;
}




footer{
    background: #ebebeb;
    background: #f1f1f1;
    font-size: 20px;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
}
footer iframe{
    width: 100%;
    height: 250px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


.formas-de-pago-footer{
    text-align: center;
}
.formas-de-pago-footer img{
    height: 50px;
}

.pie{
    background: #5ba0cd;
    color: white;
    font-size: 17px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pie a{
    color: white;
}





@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .blanco{
        border-bottom: 0px solid #ddd;
    }
    .blanco .logotipo img{
        width: 90%;
    }
    .blanco .areas-container .col{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .blanco #menu-secundario2022{
        top: 30px;
        left: 100%;
    }
    .elemento span{
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .imagen-elemento{
        width: 100%;
        text-align: center;
    }
    .formas-de-pago-footer img{
        margin-bottom: 13px;
    }
}

@media screen and (max-width:992px){
    .blanco .logotipo img{
        width: 50%;
    }
    .producto{
        margin-bottom: 20px;
    }
    .titulo{
        text-align: center;
    }
}

@media screen and (max-width:768px){
    .blanco .logotipo img{
        width: 90%;
    }
    #menu-secundario2022{
        left: -15%;
        width: 120%;
    }
    #menu-secundario2022 ul li{
        width: 100%;
    }

    .efecto2{
        display: none;
    }
    .efecto3{
        display: block;
    }
    .imagenH, .imagenW{
        margin-bottom: 12px;
    }
}
@media screen and (max-width:600px){
    .circulo-con-altura{
        width: 100% !important;
        height: auto !important;
    }
    .dudas strong{
        width: 100%;
        display: inline-block;
    }
    .dudas b{
        margin-left: 0 !important;
    }
}


@media screen and (max-width:576px){
    .blanco .logotipo img{
        width: 90%;
    }
    .imagen-producto{
        height: auto;
        min-height:auto;
    }
    .cir{
        height: 240px;
        overflow: visible;
    }
    .c{
        height: 164px;
    }

    .llamada{
		bottom:70px;
		right:10px;
	}
    .chat{
        bottom: 10px;
        right:10px;
    }

    .leyendita1, .leyendita2{
        font-size: 20px;
    }
    .leyendita p{
        width: 85%;
    }
    .imagenes-leyendita{
        padding: 4px;
    }
    .imagenes-leyendita img{
        height: 55px !important;
    }

    .seccion-footer{
        text-align: center;
        margin-bottom: 30px;
    }
    .seccion-footer iframe{
        display: none;
    }
    .carr{
        padding: 5px;
    }

    .carritoLado{
        width: 95%;
    }
}

@media screen and (max-width:500px){
    .leyendita1, .leyendita2 {
        font-size: 17px !important;
    }
    .leyendita2{
        padding-left: 20px;
    }
    .formas-de-pago-footer img{
        height: 40px;
    }
    
    .formas-de-pago img{
        width: 100%;
        height: auto;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}