@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  color: #7b4d35;
  font-family: "Open Sans", sans-serif;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0;
}

.text-red {
  color: #e40046 !important;
}

.text-amarelo {
  color: #ffb81c !important;
}

.text-marrom {
  color: #7b4d35 !important;
}

.text-laranja {
  color: #e57200 !important;
}

.hover-marrom:hover {
  color: #7b4d35 !important;
}

.pao-button {
  background-color: #e40046;
  color: white;
  border: 0;
}

.pao-button:hover {
  background-color: #e40046;
  color: white;
  border: 0;
}

.pao-button:focus,
.pao-button:active {
  background-color: #e40046;
  color: white;
  border: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpp-btn {
  z-index: 100;
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  color: #25d366;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
}

@media (max-width: 768px) {
  .navinha {
    background-color: #7b4d35 !important;
    z-index: 1000 !important;
    padding: 1rem;
    width: 100% !important;
    margin: 0;
  }
  .nav-link {
    width: 100%;
  }
}

nav {
  background-color: #7b4d35 !important;
  position: relative;
  height: 120px;
}

nav navbar-nav {
  z-index: 400;
}

nav a {
  color: white;
}

nav a:hover {
  color: #ffb81c;
}

nav .left-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .left-links .contato-btn {
  border: solid 1px #ffb81c;
  border-radius: 3px;
  padding: 3px 15px !important;
  margin: 10px;
}

nav .left-links a:hover {
  color: white;
}

@media (max-width: 768px) {
  nav .left-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0.5rem;
  }
  nav .contato-btn {
    margin-left: 0 !important;
  }
}

.logo-img {
  width: 140px;
  height: auto;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.nav-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.nav-img img {
  width: 100%;
  height: auto;
}

/* hero */
.maxwidth {
  max-width: 180px;
}

.viewheight {
  height: 65vh;
  background-color: rgba(255, 255, 255, 0.5);
}

a {
  text-decoration: none;
}

.slideImg {
  /* height: 70vh; */
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.img {
  /* height: 100%; */
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-caption {
  width: 35%;
}

.carousel-item .leadTitle {
  color: #7b4d35;
  padding-bottom: 1rem;
}

.carousel-item p {
  color: #7b4d35;
}

@media (max-width: 768px) {
  .carousel-caption {
    width: 65%;
  }
  .leadTitle {
    font-size: 2rem;
  }
  .img {
    /* object-position: left top; */
  }
}

/* hero */
.bgimage {
  width: 100%;
  height: 600px;
  background: url("/assets/imgs/BANNER.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.bgimage h5 {
  color: white;
  text-shadow: 2px 2px #333;
}

.containerStyle {
  height: 100%;
}

.containerStyle .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#produtos {
  color: #7b4d35;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.3rem;
}

#produtos .card {
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}

#produtos #paes-salgados {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

#produtos #paes-salgados::-webkit-scrollbar {
  width: 6px;
}

#produtos #paes-salgados::-webkit-scrollbar-thumb {
  background-color: #e57200;
}

#produtos #paes-doces {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

#produtos #paes-doces::-webkit-scrollbar {
  width: 6px;
}

#produtos #paes-doces::-webkit-scrollbar-thumb {
  background-color: #e57200;
}

#produtos #outros-sabores {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

#produtos #outros-sabores::-webkit-scrollbar {
  width: 6px;
}

#produtos #outros-sabores::-webkit-scrollbar-thumb {
  background-color: #e57200;
}

#produtos .card:hover {
  color: #ffb81c;
}

#produtos h4 {
  font-weight: 800;
}

#produtos h5 {
  font-size: 0.9rem;
}

#produtos p {
  font-size: 0.8rem;
  font-weight: 400;
}

.selected {
  color: #c40044;
}

.unselected {
  color: #7b4d35;
}

.depoimento-card {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.3rem;
}

.depos .depomentos-title {
  color: #e40046;
}

.depos .card {
  border: 0;
}

.depos .card h6 {
  font-size: 0.8rem;
}

.depos .card p {
  font-size: 0.7rem;
  font-weight: 400;
}

.depos .card-shadow:hover {
  -webkit-box-shadow: 0 10px 20px rgba(255, 184, 28, 0.19), 0 6px 6px rgba(255, 184, 28, 0.15);
          box-shadow: 0 10px 20px rgba(255, 184, 28, 0.19), 0 6px 6px rgba(255, 184, 28, 0.15);
  border: 0;
  border-radius: 0.3rem;
}

.depos .avatar-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
}

.depos .avatar-container .avatar {
  width: 150%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.servicos {
  margin: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servicos h3 {
  text-align: center;
  padding-bottom: 1rem;
}

.servicos a {
  background-color: #e40046;
  color: white;
}

.servicos .servico-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
}

.servicos .servico-card img {
  max-width: 140px;
  padding-bottom: 1rem;
}

.servicos .servico-card h3 {
  text-align: center;
  font-weight: 900;
}

.servicos .servico-card p {
  text-align: center;
}

@media (max-width: 768px) {
  .servicos .divider {
    display: none;
  }
}

.section-cta-1 {
  position: relative;
  padding: 0;
}

.section-cta-1 .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-cta-1 .cta-1-img {
  position: absolute;
  width: 400px;
  height: auto;
  left: 0;
  vertical-align: middle;
}

.section-cta-1 .cta-1-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .section-cta-1 .cta-1-img {
    display: none;
  }
}

.section-cta-1 .cta-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e40046;
  color: white;
  text-align: right;
}

.section-cta-1 .cta-1 h2 {
  padding: 5rem 0;
}

.section-cta-1 .cta-1 span {
  font-size: 3rem;
}

.section-form {
  padding: 7rem 0;
}

.section-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-form .container h5 {
  text-align: center;
  margin-bottom: 3rem;
}

.section-form .container form label {
  font-size: 0.8rem;
  font-weight: 700;
}

.section-form .container form input,
.section-form .container form textarea {
  background-color: #ffb81c;
  border: 0;
}

.section-form .container form button {
  margin-top: 2rem;
}

.section-cta-2 {
  position: relative;
  padding: 0;
}

.section-cta-2 .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-cta-2 .cta-wrapper .content-wrapper {
  padding: 5rem 0;
}

.section-cta-2 .cta-wrapper .content-wrapper h4 {
  font-weight: 300;
}

.section-cta-2 .cta-wrapper .content-wrapper .ifood {
  width: 120px;
  height: auto;
  padding: 1rem 0;
}

.section-cta-2 .cta-wrapper .content-wrapper div {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-cta-2 .cta-wrapper .content-wrapper div img {
  width: 40px;
  height: auto;
  margin-right: 0.5rem;
}

.section-cta-2 .cta-wrapper .content-wrapper div p {
  margin: 0;
}

.section-cta-2 .cta-2-img {
  position: absolute;
  width: 400px;
  height: auto;
  right: 0;
  vertical-align: middle;
}

.section-cta-2 .cta-2-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .section-cta-2 .cta-2-img {
    position: absolute;
    width: 40%;
    height: auto;
    vertical-align: bottom;
  }
}

@media (max-width: 425px) {
  .section-cta-2 .cta-2-img {
    display: none;
  }
}

.section-cta-2 .cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7b4d35;
  color: white;
}

.section-cta-2 .cta-2 h4 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.section-cta-2 .cta-2 span {
  font-weight: 900;
}

.footer-bg {
  height: 200px;
  background-image: url("./assets/imgs/footer-element.png");
}

footer {
  background-color: #ffb81c;
}

footer .container {
  position: relative;
}

footer .container .footer-logo {
  top: -130px;
  left: 0;
  z-index: 100;
  position: absolute;
}

footer .container .footer-logo img {
  width: 60%;
  height: auto;
}

footer .social {
  color: #e40046;
}

footer .social a {
  color: #7b4d35;
}
/*# sourceMappingURL=style.css.map */