* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color:white
}

body {
  font-family: Arial, sans-serif;
  padding-top: 80px;
  background-color: #141C29;
}

img {
  width: 320px;
  height: 340px;
  object-fit: cover;
  border-radius: 20px 0px;
}


header {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 3%;
 height: 70px;
 top: 1px;
 position: fixed;
 width: 100%;

}

.headerr a, div{
  display: inline-block;
  font-size: 17px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-right: 20px;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.headerr a:hover{
  color:rgb(132, 140, 148)
}

.headerr i {
  margin-right: 5px;
}

.menu{
  text-align: right;
  display: none;
}

.menu button{
  background-color: #212a5f;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  margin-right: 20px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.4s;
}

.menu button.flipped{
  transform: scaleY(-1);
}

#r-menu{
  display: none;
  height: 0;
  width: 0;
  margin-top: 200px;
  position: fixed;
  z-index: 1;
  right: 0px;
  background-color: #111111;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  padding: 30px 30px 0px;
}

.overlay a{
  padding: 5px 10px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
}

.overlay a:hover{
  transform: scale(1.1);
}

@media screen and (max-width: 910px){
  .headerr{
   display: none;
  }
  .menu{
      display: inherit;
  }
}

.logo img {
  height: 40px;
  width: 40px;
}

.compus {
  text-align: center;
}

h2 {
  margin-bottom: 50px;
  margin-top: 3em;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
}



ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  padding: 10px 20px;
  border-bottom: 1px solid #555;
}

a{
  text-decoration: none;
}

a:hover{
  color: #c4acac;
}

.red{
  color: rgb(192, 27, 27);
}

/* Estilos para los menús desplegables */
ul{
  list-style: none;
}


h1{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 30px 0px;
}

.texto{
  display: flex;
  color: #ffffff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  margin: 20px 0 100px;
  text-align: center;
}

.contenedor_texto_animacion, .contenedor_texto_animacion2{
  display: flex;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  margin: 20px 0 100px 8px;
}

.contenedor_texto{
  display: flex;
  margin: auto;
  justify-content: center;
}

.contenedor {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.contenedor img{
  margin: auto;
}

.contenedor>div {
  box-shadow: 10px 0px 5px 0px rgba(0,0,0,0.75);
  background-color: #2D4263;
  border-radius: 20px;
  display: grid;
  transition: all 0.3s ease;
}

.contenedor>div:hover {
  background-color: #11294d;
  transform: scale(1.1);
  
}

.informacion {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 7%;
}

.informacion>p:first-child{
  font-size: 25px;
  font-weight: 300;
}

.precio{
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.precio span{
  font-size: 17px;
  font-weight: 300;
}
.informacion button {
  background-color:#182f55;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: none;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
}
.informacion button:hover {
  background-color: #3d5d91;  
}

.scroll{
  background-color: aliceblue;
  box-shadow: .1rem .2rem .3rem #333;
}

.scroll img{
  filter: invert(15%);
}           
.scroll h1{
  color: #141C29;
}
.scroll a{
  color: #2c2c2c;
}
.scroll button{
  color: #2e2e2e;
}

#carrito{
  background-color: #00000000;
  border: none;
  font-size: 17px;
}

@media screen and (min-width: 911px) {
  .cart-responsive{
    display: none;
  }
}
  

.footer {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: left;
}
.footer p {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.footer img {
  height: 50px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer a {
  color: white;
  text-decoration: none;
  margin-right: 10px;
}


/* carrito */

@media only screen and (max-width: 600px) {
  .cart {
      padding: 5px;
  }
  .product {
      padding: 5px;
  }
}
  
.show{
  display: flex !important;
  flex-wrap: wrap;
}

.cart {
  display: none;
  float: right;
  text-align: center;
  background-color: #000000;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  max-width: 60%;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.cart h2{
  padding: 10px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
}

.cart img{
  height: 60%;
  width: 30%;
}

#product {
  display: flex;
  flex-direction: row;
  row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

#product.non-empty{
  background-color: rgb(52, 64, 97);
  border: 1px solid #ddd;
}

.deleteButton{
  background-color:#182f55;
  padding: 10px 20px;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.deleteButton:hover{
  transform: scale(1.1);
}

.barra_escritura{
  width: 2px;
  height: 40px;
  margin-left: 5px;
  margin-top: 15px;
  background-color: #6b6b6b;
  transform: rotateZ(8deg);
  animation: barra-animacion 1s ease infinite;
}

@keyframes barra-animacion {
  50% {
    height: 10px;
  }
}