*{
    margin: 0;
    padding: 0;
}
body{
 
  background: linear-gradient(#632397, 10%, #340453);
}
.inicio{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-left: 10px;
}
.icon-home{
  background: linear-gradient(70deg, #78b2f0, #4B0150);
 border-radius: 50%;
 width: 80px;
 height: 80px;
 align-items: center;
 padding:  20px 20px;
 cursor: pointer;
margin-right: 40px;
}
.a{
  color: #78b2f0;
 }
.gris{
  color: #6d9bcc;
}
.catalogo {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Esto crea 3 columnas de igual tamaño */
    gap: 30px; /* Espacio entre los elementos */
    width: 100%;
    height: auto;
    margin-top: 20px; 
    justify-items: center;
}
.producto { 
           width: 450px;
           height: 550px;
           box-shadow: 6px 6px 6px #86c8ee7e; 
           border-radius: 10px; display: flex; 
           align-items: center;
          flex-direction: column;
           background: linear-gradient(#632397, 10%, #340453);
          box-sizing: border-box; /* Asegura que el padding y el border se incluyan en el tamaño total del elemento */
          padding: 5px 5px;
          margin: 10px;
          border: 1px solid #ccc;
          margin-bottom: 10px;
          margin-top: 10px;
         overflow-y: auto;
}

.producto:hover {
       cursor: pointer;
        transform: translate(5px );
        box-shadow: 10px 10px 10px #b39ddb;
}
 .img-product{
    width: 100%;
    height: 350px;
    object-fit: cover;
    overflow-clip-margin: content-box;
 }
.description{
    text-align: center;
    width: 100%;
    height: auto;
   
}
svg{
    color: rgb(9, 25, 36);
    padding: 3px;
     
}
.icon{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
  .icon-bank{
    background-color:  rgb(79, 79, 248);
    border-radius: 50%;
    width: 66px;
    align-items: center;
    box-shadow: 6px 6px 6px #666;
    margin-bottom: 5px;
    margin-top: 5px;
    margin: 5px;
  }
  .icon-bank:hover{
    cursor: pointer;
    background-color: rgb(43, 226, 104);
    align-items: center;
  }
  h1{
    margin: 43px;
    font-size: 50px;
    color: rgb(97, 97, 236);
    text-shadow: 6px 6px 6px #666;
    margin-top: 30px;
  }
  h2{
    margin: 20px;
    font-size: 40px;
    color: #4e93dd;

  }
   .prices{
    color:rgb(116, 243, 243);
    font-size: 43px;
   }



  h3{
    color: aqua;
    margin: 18px;
    font-size: 29px;
  }
  span{
    color: aqua;
  }
  .copy-button{
    color: rgb(5, 110, 110);
  }
  .container {
   display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px
}
.container img {
    width: 200px; 
    height: auto; 
    margin-left: 10px; /* Espacio entre el h2 y la imagen */
}
p{
    margin: 20px;
    font-size: 18px;
    color: rgb(97, 97, 236);
    
}
   li{
       color: rgb(97, 97, 236);
       font-size: 18px;
   }


   .pagos{
    width: 600px;
    align-items: center;
    flex-direction: column;
    margin-left: 80px;
    background-image: url('imagenes/christmas-tree-2928142_640.jpg');
    object-fit: cover;
    margin-top: 8px;
    margin-bottom: 10px;
   }
 .ICONPAGOS{
    background-color: rgb(8, 116, 44);
    border-radius: 50%;
    width: 80px;
    align-items: center;
    box-shadow: 6px 6px 6px #666666a9;
    margin-bottom: 5px;
    margin-top: 5px;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
 }
 
.close {
    color: #ad1414;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
  .green{
    color: #05c74f;
    font-size: 35px;
  }
  .naranja{
    color:#e45705;
   font-size: 30px;
  }
   a{
    font-size: 17px;
   }
.copy-button {
    margin-left: 10px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.svg-a{
  display: flex;
  align-items: center;
  justify-content: space-beatween;
  gap: 10px;
 color:#449fe9;
 margin: 8px;
  }
  .account{
    margin-top: 20px;
  }
  main{
  margin: 20px;
  padding: 20px;

  }
     .container {
      display: flex;
  }
    /*imagen pequeñas de la columna*/
  .columna-izquierda {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 10px;
  }
  .columna-izquierda img {
      width: 100px;
      cursor: pointer;
  }
  .columna-derecha {
      flex: 3;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .columna-derecha img {
      width: 100%;
      max-width: 500px; /* Ajusta según sea necesario */
      visibility: hidden; /* Oculta la imagen por defecto */
  }

  .thenew{
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 500px;
    height: 400px;
    margin: 100px;
  }
 
  .news{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    box-shadow: #292828 6px 4px 4px 4px;
  }
  .regiter{
    
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    margin: 35px;
    box-shadow: #292828 4px 4px 4px;
    padding: 30px;
    background-color: #72477a28;
  }
    form{
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
     background-color: #7735853d;
     opacity: 1;
     border-radius: 20px;
     margin: 35px;
     margin-top: 20px;
     padding: 20px;
     box-shadow: #292828 4px 4px 4px;
    }


  .marquee {
            overflow: hidden;
            white-space: nowrap;
            box-sizing: border-box;
        }

        .marquee img {
            display: inline-block;
            margin: 0 10px;
            border: 2px solid #000; /* Borde alrededor de las imágenes */
            transition: transform 0.3s; /* Efecto al pasar el ratón */
        }

        .marquee img:hover {
            transform: scale(1.1); /* Aumenta el tamaño al pasar el ratón */
        }

        @keyframes marquee {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }

        .marquee-content {
            display: inline-block;
            animation: marquee 10s linear infinite;
        }


      @media only screen and (min-width: 200px) and (max-width: 700px) {
    

body{
    margin: 0;
    padding: 0;
    background-color: rgb(22, 22, 21);
    min-height: 2000px;
}
.catalogo{
    width: 100%;
    height: auto;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px;
    margin-right: 25px;
}
.big{
  padding: 30px 30px;
  background-color: rgb(79, 79, 248);
  color: white;
  border-radius: 25px;
  box-shadow: 6px 6px 6px #666;
}
 .product{
    width: 180px;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column; 
 }

  .img-product{
    
    width: 170px;  
    height: 170px;
   object-fit: cover;
   overflow-clip-margin: content-box;
   overflow: clip;
   overflow-x: hidden;
   overflow-y: hidden;
  }
   

.description{
   text-align: center;
    font-style: capitalize;
   
}
.big{
    padding: 20px 20px;
    background-color: rgb(79, 79, 248);
    color: white;
    border-radius: 25px;
    box-shadow: 6px 6px 6px #666;
}
.great {
    width: 80px;
    height: 80px;
}
li{
    font-size: 38px;
    font: san-serif;
    color: #4e93dd;
    list-style-type: none;

}
             
  p{
    color: #ffffff;
  }
a{
  color: #ffffff;
}
.color{
  color:rgb(158, 93, 219)
}
.big-show{
  align-items: center;
  flex-direction: column;
  width: 30%;
  height: auto;
  gap: 10px;

}
svg{
 color: rgb(9, 25, 36);
 padding: 3px;
}
}
  @media only screen and (min-width: 700px) and (max-width: 1200px) {
   body{
    margin: 0;
    padding: 0;
    background-color: rgb(22, 22, 21);
     min-height: 2000px;
}
.catalogo{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: auto;
    align-items: center;
    gap: 10px;
    margin: 20px;
    margin-right: 25px;
}
.big{
  padding: 30px 30px;
  background-color: rgb(79, 79, 248);
  color: white;
  border-radius: 25px;
  box-shadow: 6px 6px 6px #666;
}
 .product{
    width: 220px;
    height: auto;
    align-items: center;
    display: flex;
    flex-direction: column; 
 }

  .img-product{
    
    width: 170px;  
    height: 170px;
   object-fit: cover;
   overflow-clip-margin: content-box;
   overflow: clip;
   overflow-x: hidden;
   overflow-y: hidden;
  }
   
  p{
    color: #ffffff;
  }
.description{
   text-align: center;
    font-style: capitalize;
   
}
.big{
    padding: 20px 20px;
    background-color: rgb(79, 79, 248);
    color: white;
    border-radius: 25px;
    box-shadow: 6px 6px 6px #666;
}
.great {
    width: 80px;
    height: 80px;
}
li{
    font-size: 45px;
    font: san-serif;
    color: #ffffff;
    list-style-type: none;

}
a{
  color: #ffffff;
}
.color{
  color:rgb(158, 93, 219)
}
.big-show{
  align-items: center;
  flex-direction: column;
  width: 30%;
  height: auto;
  gap: 10px;

}
svg{
 color: rgb(9, 25, 36);
 padding: 3px;
}
}
