*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  font-family: "Brygada 1918", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 25px;
  font-family: Lato;
  margin: 0 auto;
}

.header {
  background-color: #1b3039;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 85px;
  padding: 5px 10%;
}
.header .btn button {
  font-weight: 700;
  color: #1b3039;
  padding: 9px 25px;
  background: #eceff1;
  border: none;
  border-radius: 50px;
}
.header button:hover {
  background-color: #e2f1f8;
  color: #ffbc0e;
  transform: scale(1.1);
}
.header .logo {
  cursor: pointer;
}
.header .logo img {
  height: 70px;
  width: auto;
  transition: all 0.3s;
}
.header .logo img:hover {
  transform: scale(1.2);
}
.header .nav-links {
  list-style: none;
}
.header .nav-links li {
  display: inline-block;
  padding: 0 20px;
}
.header .nav-links li:hover {
  transform: scale(1.1);
}
.header .nav-links a {
  font-size: 700;
  color: #eceff1;
  text-decoration: none;
}
.header .nav-links a:hover {
  color: #ffbc0e;
}

.btn img {
  height: 30px;
}

#bv {
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

#pdes {
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 2px solid black;
}

/*
#asuspri{
    width: 100%;
    height: 450px;
}
*/
.accordion {
  font-size: 1.5rem;
  padding: 100px;
}

.accordion-button {
  font-size: 1.5rem;
}

.accordion-item {
  font-size: 1.5rem;
}

.imagen {
  width: 100%;
  height: 750px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block-end: 30px;
}

.imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

footer {
  background-color: beige;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 35px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#ayu1 {
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

#imayuda {
  width: 100%;
  height: 250px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block-end: 50px;
}

.ayudatext {
  display: inline-block;
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  color: white;
}

.contap {
  text-align: center;
  padding: 40px;
  font-weight: bold;
  color: #4caf50;
  font-size: 20px;
}

/*Mapa-copntacto*/
.cont1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#ubi {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #4caf50;
  margin-bottom: 30px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.button1 {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.button1:hover {
  background-color: #45a049;
}

/* PARTE DE VENTAS*/
.i1 {
  max-width: 100%;
}

.i2 {
  max-width: 100%;
}

.venta {
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 40px 120px 50px 120px;
}

.container-items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10%; /* Espacio entre elementos */
  row-gap: 45px;
}

.item {
  border-radius: 10px;
}

.item:hover {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.info-product {
  padding: 15px 30px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: 900;
}

.info-product button {
  border: none;
  background: none;
  background-color: black;
  color: white;
  padding: 15px 10px;
  cursor: pointer;
}

.item img {
  width: 100%;
  height: 200px;
  object-position: 100%;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s;
}

.item figure {
  overflow: hidden;
}

.item:hover {
  transform: scale(1.2);
}

/* logiyo git*/
.logogit {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

.logogitProd {
  position: fixed;
  right: 20px;
  bottom: 40px;
  transition: 3s;
}

.logogitProd:hover {
  transform: rotate(360deg);
}

@media screen and (max-width: 680px) {
  .header div a {
    display: none;
  }
  .header .logo img {
    height: 40px;
    width: auto;
  }
}
@media screen and (max-width: 340px) {
  .logogitProd {
    position: fixed;
    left: 20px;
    bottom: 40px;
  }
  .header .logo img {
    height: 13px;
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map */
