@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  /* border: red 1px dotted */
}
nav {
  font-weight: 400;
  height: 70px;
}
.offcanvas {
  --bs-offcanvas-width: 250px !important;
}
.navbar-brand {
  width: 120px;
}
.navbar-brand > img {
  object-fit: fill;
  width: 80%;
}
.dropdown-item.active {
  background-color: #ab7442 !important;
}

.main {
  background-image: url("../img/back.jpg");
  background-size: cover ;
  background-repeat: no-repeat;
  background-position: center center;
  height: var(--vh);
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  text-align: center;
}
.main h1 {
  color: white !important;
  padding-top: 60px !important;
  font-weight: 800;
  font-size: 3rem;
}
.main p {
  color: white !important;
  font-size: 1rem;
  font-weight: 500;
}

.button {
  border: 1px solid #ab7442;
  color: white !important;
  font-size: 16px;
  padding: 10px 0px;
  margin: 20px 0;
  border-radius: 1px;
  background-color: #ab7442;
  transition: 200ms linear;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.button > a,
.button2 > a,
.product-button > a {
  text-decoration: none !important;
  color: inherit;
}
.button2 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 16px;
  padding: 10px 0px;
  margin: 20px 0;
  border-radius: 1px;
  background-color: transparent;
  transition: 200ms linear;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.active {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .nav-link {
    color: black !important;
  }
}
.bg-light {
  transition: 500ms linear;
}
.bg-dark {
  transition: 500ms linear;
}

.products:nth-of-type(1),
.products:nth-of-type(2) {
  background-color: #f7f7f7;
}
.product-card {
  padding: 0 0 20px 0 !important;
}
.product-description {
  padding: 20px 10px;
  text-align: justify;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 60%;
  font-size: 16px;
}
.product-description > p {
  margin: 0;
}
.product {
  background-color: #ab7442;
  padding: 10px;
}
.product-left {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.product-right {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.product > h2 {
  margin: 0;
  text-align: center;
  color: white;
}
.product-image {
  padding: 0 !important;
}
.product-button {
  color: rgba(71, 71, 71, 1) !important;
  font-size: 16px;
  padding: 20px 0px;
  margin: 20px 0;
  font-weight: 200;
  width: 100%;
  text-align: center;
  text-decoration-line: none !important;
  white-space: nowrap;
}
/* Oferta */

.offer {
  text-align: center;
  padding: 40px 10px 20px;
  background-color: white;
}

.offer h1 {
  margin: 0 !important;
  font-size: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.offer hr {
  height: 3px !important;
  width: 80px;
  color: #ab7442;
  margin: 0 auto;
  opacity: 1;
  margin-bottom: 40px;
}

.offer-button {
  background-color: #ab7442;
  border-radius: 1px;
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: Arial;
  font-size: 15px;
  padding: 9px 23px;
  text-decoration: none !important;
  transition-duration: 300ms;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}

.offer-button:hover {
  background-color: #ab7442;
  color: #f8eed8;
}

/* whywe */

.whywe {
  padding: 50px 0 100px;
  text-align: center;
  background-color: #252525;
  color: white;
}

.whywe-card {
  padding: 20px;
}

.whywe-card-body {
  font-size: 24px;
}

.whywe .fas {
  font-size: 64px;
  padding: 10px;
}

.whywe hr {
  height: 3px !important;
  width: 80px;
  color: #ab7442;
  margin: 0 auto;
  opacity: 1;
  margin-bottom: 40px;
}

.whywe .col-md-6 {
  border-right: 1px solid #ab7442;
}

.glightbox {
  padding: 0;
}

/* Footer */
.footer {
  position: relative;
  padding: 50px 50px 0 50px;
  text-align: justify;
  color: white;
}
.footer > div,
.footer > footer {
  position: relative;
  padding: 20px 0;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/kitchen2.jpg);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
  filter: grayscale(100%) brightness(70%);
}
.footer h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.footer-center-left,
.footer-center-left a {
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  color: white;
}
.footer-right {
  text-align: center;
}

/* Process */
.process {
  text-align: center;
  padding: 20px 0;
  background-color: #252525;
  color: white;
}
.process-card {
  border-right: 1px #ab7442 solid;
  margin: 20px 0 !important;
}
.process-card-icon {
  font-size: 64px;
}
.process-card-header h3 {
  font-weight: 700 !important;
}
.process-card-description {
  text-align: justify !important;
  text-align-last: center !important;
  font-size: 14px;
  font-weight: 200;
}

/* Page footer */

.pagefooter {
  width: 100%;
  text-align: center;
  /* background-color: #161c27; */
  color: white;
  padding: 8px;
}
.pagefooter a {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .section-1 {
    padding: 20px;
  }
  .home-button {
    margin: 10px;
  }
}

@media (min-width: 992px) {
  .home-title h1 {
    font-size: 68px;
  }
  .home-title p {
    font-size: 24px;
  }
}
/* O nas */
.aboutus-header {
  height: 300px;
  background-image: url(../img/full/_MG_5126.jpg);
  background-position: 0 700px;
  background-size: cover;
}
.aboutus {
  text-align: justify;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 300;
}
#aboutus-offer {
  padding-top: 10px;
}
#aboutus-offer > li {
padding: 0 auto !important;
text-align: center;
font-size: 18px;
list-style: none;
font-weight: 300;

}
.aboutus {
  padding-top: 10px;
}
.cards {
  padding-bottom: 50px;
  margin: 0 auto!important;
}
.aboutus-card {
  background-color: #F8F4F3;
  border-bottom: 5px solid #ab7442;
  padding: 0 0 50px 0 !important;
  margin-top: 50px !important;
}
.aboutus-card-photo {
  padding: 0 !important;
}
.aboutus-card-photo img {
  width: 100%;
}
.aboutus-card-header h2 {
  font-weight: 400 !important;
  color: #ab7442;
  text-align: center;
  padding:  20px 0 !important;

}
.aboutus-card-description {
  font-weight: 300;
  text-align: justify;
}
.dropdown-item.active, .dropdown-menu > li > a.active, .dropdown-item:active, .dropdown-menu > li > a:active {
	color: #FCFBF9;
	text-decoration: none;
	background-color: #ab7442; 
}
.contactlink {
  text-decoration: none;
  color: white;
}