*{
  padding: 0px;
  margin: 0px;
}

.nav-b{
  display:flex;
  justify-content: center;
  align-items: center;
  background: #93d500;
  box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
}

.logo{
  width: 200px;
}
.banner{
  background-image: url('../assets/img/Banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.banner .dess{
  margin-top: 12%;
  margin-bottom: 13%;
}
.cen{
  height: auto;
  margin-top: 19%;
  margin-bottom: 14%;
}
.cent{
  height: 250px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cent2{
  height: 10%;
}
.conn{
  display: block !important;
}
.dess{
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
}
.dess h1{
  font-size: 25px;
}
.dess p{
  font-size: 15px;
}
.descri{
  font-size: 1vw;
}
.centro{
  text-align: center;
}
.btn-sat{
  color: #fff;
  background: #93d500;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}
.btn-sat:hover{
  color: #93d500;;
  background: #ffffff;
  border: 1px solid #93d500;
}
.btn-sat1{
  color: #fff;
  background: #93d500;
  border: 1px solid #ffffff;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px;
  width: 100%;
}
.btn-sat1:hover{
  color: #93d500;;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.btn-sat2{
  color: #fff;
  background: #93d500;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 15px;
  padding: 10px;
  width: 70%;
  font-size: 15px;
}
.btn-sat2:hover{
  color: #93d500;;
  background: #ffffff;
  border: 1px solid #93d500;
}
.card{
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.card img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.p-sat{
  font-size: 0,8rem;
  margin-bottom: 0px;
}
.gallery{
  display:flex;
  justify-content: center;
  align-items: center;
}
.img-product-hot{
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.contac img{
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
.crecer{
  color: #fff;
}
.crecer p{
  text-align: justify;
}
.img-productModal{
  width: 75%;
}

.bg-grey-container {
  background-color: #93d500;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.carousel-inner{
  padding: 15px;
}
.card{
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
}

.mer-con{
  height: auto;
}
.mercados{
  width: 80%;
  height: 80%;
  margin: 10%;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.5);
  padding: 15px;
}
.mercados h6{
  text-align: center;
  font-size: small;
}
.mercados-img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}