@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Montserrat+Alternates:wght@400;500;600;700&family=Montserrat:wght@800&family=Playfair+Display:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("/images/Background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

ul {
  margin: 0;
  padding: 0;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
  background-color: #c87e6b;
}
header .navigation {
  position: relative;
  display: flex;
}
header .navigation li {
  list-style: none;
  margin-left: 30px;
}
header .navigation a {
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat-ExtraBold";
  text-transform: uppercase;
  font-size: 4vh;
}

section#topo {
  padding: 100px;
}
section#topo #arranjo {
  display: flex;
  justify-content: center;
}
section#topo .alinha-texto {
  text-align: center;
}
section#topo h2 {
  font-family: "PlayfairDisplay-Bold";
  color: #484a4b;
  font-size: 8vh;
}
section#topo .special {
  font-family: "Montserrat";
  color: #765a33;
  font-size: 3vh;
}
section#topo .lorem {
  font-family: "Josefin Slab";
  color: #836b46;
  text-align: justify;
  font-size: 2.7vh;
}
section#topo .botoes {
  display: flex;
  justify-content: space-evenly;
  font-family: "MontserratAlternates-Bold";
  font-size: 2vh;
}
section#topo .btn {
  border-radius: 15px;
  background-color: #dbd7ce;
  color: #484a4b;
}
section#topo .btn:hover {
  background-color: #787878;
  color: #fff;
}
section#topo .img-fluid {
  width: 100%;
}

section.numeros {
  background-color: #6b502c;
  padding: 100px;
}
section.numeros p {
  margin: 0;
}
section.numeros .num {
  font-family: "PlayfairDisplay";
  font-size: 4vh;
  text-align: center;
  color: #ffffff;
}
section.numeros .descricao {
  font-family: "MontserratAlternates-Medium";
  font-size: 3vh;
  text-align: center;
  color: #ffffff;
}

section.video {
  padding: 40px;
}
section.video h4 {
  font-family: "PlayfairDisplay-Bold";
  color: #484a4b;
  font-size: 6vh;
  text-align: center;
}
section.video p {
  font-family: "MontserratAlternates-Medium";
  font-size: 3vh;
  color: #ad9d84;
  text-align: center;
}
section.video #div-video {
  max-width: 100%;
}

section#carousel {
  padding: 100px;
}
section#carousel #title {
  text-align: center;
}
section#carousel .products {
  overflow-y: hidden;
  font-family: "Playfair Display";
  font-size: 6vh;
  color: #484a4b;
}
section#carousel .dolor {
  font-family: "MontserratAlternates-Medium";
  font-size: 5vh;
  color: #ad9d84;
}
section#carousel .heart {
  float: right;
}
section#carousel .card-title {
  overflow-y: hidden;
  font-family: "Playfair Display";
  font-size: 3vh;
  color: #484a4b;
}
section#carousel .card-text {
  font-family: "Montserrat Alternates";
  font-size: 1.8vh;
  color: #765a33;
  text-align: justify;
}
section#carousel .btn-card {
  cursor: pointer;
  border-radius: 20px;
  width: 60%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Montserrat";
  border: none;
  background-color: #454545;
  color: #fff;
}
section#carousel .btn-card:hover {
  background-color: #fff;
  color: #454545;
}

section.texto-banner {
  padding: 100px;
  background-image: url(/images/img-sale-desktop.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.texto-banner .offer {
  width: 45%;
  text-align: center;
}
section.texto-banner h4 {
  font-family: "PlayfairDisplay-Bold";
  color: #484a4b;
  font-size: 8vh;
  text-align: justify;
}
section.texto-banner p {
  font-family: "MontserratAlternates-Medium";
  color: #fff;
  text-align: justify;
}

section.texto-descritivo {
  padding: 100px;
}
section.texto-descritivo .img-fluid {
  height: 50vh;
}
section.texto-descritivo h4 {
  font-family: "PlayfairDisplay-Bold";
  color: #484a4b;
  font-size: 8vh;
  text-align: center;
}
section.texto-descritivo p {
  font-family: "MontserratAlternates-Medium";
  font-size: 4vh;
  color: #ad9d84;
  text-align: justify;
}
section.texto-descritivo .btn-card {
  cursor: pointer;
  border-radius: 20px;
  width: 60%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Montserrat";
  border: none;
  background-color: #454545;
  color: #fff;
}
section.texto-descritivo .btn-card:hover {
  background-color: #fff;
  color: #454545;
}

section#contato {
  padding: 100px;
}
section#contato h4 {
  font-family: "PlayfairDisplay-Bold";
  color: #484a4b;
  font-size: 8vh;
  text-align: center;
}
section#contato p {
  font-family: "Josefin Slab";
  color: #836b46;
  font-size: 2.7vh;
}
section#contato .btn-form {
  cursor: pointer;
  border-radius: 20px;
  width: 40%;
  height: 4vh;
  font-size: 2vh;
  font-family: "Montserrat";
  border: none;
  background-color: #c87e6b;
  color: #fff;
  margin: 0 auto;
  display: block;
}
section#contato .btn-form:hover {
  background-color: #fff;
  color: #c87e6b;
}

footer {
  padding: 100px;
  background-color: #424242;
  color: #fff;
}
footer #div-centro {
  display: flex;
  align-items: center;
}
footer h4 {
  font-family: "Montserrat Alternates";
  font-size: 3vh;
  font-weight: bolder;
}
footer p {
  font-family: "Montserrat Alternates";
  font-size: 2vh;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 991px) {
  header {
    padding: 40px 30px;
  }

  header .navigation {
    display: none;
  }

  header .navigation.active {
    width: 100%;
    height: calc(100% - 68px);
    position: fixed;
    z-index: 1;
    top: 120px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #c87e6b;
  }

  header .navigation li {
    margin-left: 0;
  }

  header .navigation li a {
    color: #fff;
    font-size: 2.5em;
  }

  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url("/images/menu-header.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .menuToggle.active {
    background: url("/images/close.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }

  section#topo {
    padding: 20px;
  }

  section.numeros {
    padding: 20px;
  }

  section.video {
    padding: 20px;
  }

  section#carousel {
    padding: 20px;
  }
  section#carousel .card {
    margin-bottom: 10px;
  }
  section#carousel .card-title {
    font-size: 2vh;
  }
  section#carousel .btn-card {
    width: 100%;
    height: 6vh;
    font-size: 1.5vh;
  }

  section.texto-banner {
    padding: 20px;
  }
  section.texto-banner h4 {
    font-size: 4vh;
  }

  section.texto-descritivo {
    padding: 20px;
  }

  section#contato {
    padding: 20px;
  }

  footer {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  section#topo h2 {
    font-size: 2em;
  }

  section.texto-banner h4 {
    font-size: 2.5vh;
  }

  section#contato h4 {
    font-size: 6vh;
  }

  footer #centro-mobile {
    text-align: center;
  }
}

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