body {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.fachada .selo {
    position: absolute;
    right: 5%;
    top: 7%;
    width: 40%;
}
.modal {
  opacity: 0;
  background: transparent;
  transition: 0.5s;
}
.modal .slick-arrow {
  bottom: 45%;
}
.modal .slick-next {
  right: 0%;
  left: inherit;
}
.modal .slick-prev {
  left: 0%;
}
.modal .btn-close {
  font-size: 50px;
  font-weight: 300;
  color: white;
  background: transparent;
  border: none;
}
.modal .modal-header {
  border-bottom: 0px;
}
.modal .modal-title {
  color: white;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.modal .modal-content {
  background: transparent;
}
.modal .modal-content .img {
  width: 100%;
  height: 70vh;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.modal.show {
  background: rgba(0, 0, 0, 0.5490196078);
  animation: 0.5s aparece 0.5s;
  animation-fill-mode: forwards;
}

@keyframes aparece {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sect1 {
  background: linear-gradient(89deg, #000000, #2a2a2a, #101010);
  padding: 10vh 0;
  min-height: 100vh;
}
.sect1 .container {
  max-width: 90%;
}
.sect1 .container .title {
  font-size: 25px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3%;
}
.sect1 .container .filtro-taxonomias {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect1 .container .filtro-taxonomias button {
  width: fit-content;
  padding: 0.5vh 3vh;
  background: white;
  color: black;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 2vh;
  border: 1px solid white;
}
.sect1 .container .filtro-taxonomias button.active {
  background: #bb9367;
  color: white;
  border-color: #bb9367;
}
.sect1 .container #produtos-container {
  color: white;
  margin-top: 5%;
}
.sect1 .container #produtos-container .card-prod {
  overflow: hidden;
  margin-bottom: 20%;
  border-radius: 3px;
  border-bottom: 1px solid white;
  padding-bottom: 6%;
}
.sect1 .container #produtos-container .card-prod .status {
  text-align: center;
  background: #f9ead0;
  text-transform: uppercase;
  font-weight: 500;
  color: #492215;
  padding: 2% 0;
  width: 100%;
  margin-bottom: 0%;
}
.sect1 .container #produtos-container .card-prod .fachada {
  position: relative;
  height: 65vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect1 .container #produtos-container .card-prod .fachada .ampliar {
  position: absolute;
  left: 5%;
  top: 5%;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  border: 1px solid;
  padding: 2vh 1vh;
  width: 24%;
  background: #492215;
  border-radius: 6px;
}
.sect1 .container #produtos-container .card-prod .fachada .ampliar:hover {
  background: #bb9367;
}
.sect1 .container #produtos-container .card-prod .fachada .ampliar .icon {
  font-size: 25px;
}
.sect1 .container #produtos-container .card-prod .fachada .ampliar .texto {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.sect1 .container #produtos-container .card-prod .fachada .preco {
  position: absolute;
  right: 0%;
  bottom: 5%;
  background: white;
  color: black;
  width: 70%;
  text-align: center;
}
.sect1 .container #produtos-container .card-prod .fachada .preco .cima {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 4%;
}
.sect1 .container #produtos-container .card-prod .fachada .preco .valor .cifrao {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
}
.sect1 .container #produtos-container .card-prod .fachada .preco .valor .valor {
  font-size: 28px;
  margin-left: 3%;
}
.sect1 .container #produtos-container .card-prod .fachada .preco .adicional {
  background: #a1c64a;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 1% 0;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 {
  position: absolute;
  right: 0%;
  bottom: 5%;
  background: white;
  color: black;
  width: 85%;
  text-align: center;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 .cima {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 0%;
  padding: 2% 0;
  font-weight: 700;
  color: white;
  background: #bb9367;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 .cima .valorDE {
  opacity: 0.8;
  text-decoration: line-through;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 .valor .cifrao {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 18px;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 .valor .valor {
  font-size: 25px;
  margin-left: 3%;
}
.sect1 .container #produtos-container .card-prod .fachada .preco2 .adicional {
  background: #a1c64a;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 1% 0;
}
.sect1 .container #produtos-container .card-prod .infos {
  padding-top: 4%;
}
.sect1 .container #produtos-container .card-prod .infos .hashtag {
  color: #00e5ff;
  font-size: 10px;
  margin: 2% 0;
}
.sect1 .container #produtos-container .card-prod .infos .nome {
  font-size: 25px;
  color: #f9ead0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 2%;
}
.sect1 .container #produtos-container .card-prod .infos .comando {
  font-weight: 200;
  font-size: 15px;
}
.sect1 .container #produtos-container .card-prod .infos .destaque-local {
  margin-top: 4%;
  background: #bb9367;
  text-align: center;
  font-size: 11px;
  padding: 2% 1%;
  font-weight: 500;
}
.sect1 .container #produtos-container .card-prod .infos .destaque-local i, .sect1 .container #produtos-container .card-prod .infos .destaque-local svg {
  color: #ff0000;
}
.sect1 .container #produtos-container .card-prod .infos .botao {
  margin-top: 6%;
}
.sect1 .container #produtos-container .card-prod .infos .botao button {
  display: flex;
  align-items: center;
  width: 65%;
  padding: 0;
  background: no-repeat;
  border: none;
  transition: 0.5s;
}
.sect1 .container #produtos-container .card-prod .infos .botao button:hover .texto {
  background: white;
  color: black;
}
.sect1 .container #produtos-container .card-prod .infos .botao button:hover .arrow {
  background: #a1c64a;
  color: white;
}
.sect1 .container #produtos-container .card-prod .infos .botao button .texto {
  width: 80%;
  background: #a1c64a;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  height: 5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.sect1 .container #produtos-container .card-prod .infos .botao button .arrow {
  display: block;
  width: 20%;
  color: white;
  background: white;
  color: black;
  height: 5vh;
  display: flex;
  align-items: center;
  transition: 0.5s;
  justify-content: center;
}

.modal .modal-content.form {
  background: white;
}
.modal .modal-content.form .modal-title {
  color: black;
}
.modal .modal-content.form .btn-close {
  color: black;
  line-height: 100%;
}
.modal .modal-content.form .campo {
  margin-bottom: 3%;
}
.modal .modal-content.form .campo input, .modal .modal-content.form .campo select {
  padding-left: 4%;
  width: 100%;
  height: 7vh;
  border: 1px solid black;
}
.modal .modal-content.form input[type=submit] {
  background: black;
  border: 1px solid black;
  color: white;
  padding: 1.5vh 3vh;
}

#desk {
  display: block;
}

#mob {
  display: none;
}

.sect2 {
  padding: 10vh 0;
  background: #f9ead0;
}
.sect2 .container {
  max-width: 80%;
}
.sect2 .container .title {
  font-size: 30px;
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6%;
}
.sect2 .container .botao {
  display: flex;
  margin-top: 6%;
  justify-content: center;
}
.sect2 .container .botao button {
  transition: 0.5s;
  background: black;
  color: white;
  padding: 1.5vh 4vh;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid black;
}
.sect2 .container .botao button:hover {
  background: white;
  color: black;
  border-color: white;
}
.sect2 .container .card-pq {
  background: #492215;
  color: white;
  height: 38vh;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect2 .container .card-pq .centro {
  width: 80%;
}
.sect2 .container .card-pq .centro .icon {
  font-size: 40px;
  color: #f9ead0;
}
.sect2 .container .card-pq .centro .title-card {
  font-size: 22px;
  color: white;
  font-weight: 700;
}

.sect3 {
  padding: 10vh 0;
}
.sect3 .container .title {
  font-size: 30px;
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6%;
}
.sect3 .container .campo {
  margin-bottom: 3%;
}
.sect3 .container .campo input {
  padding-left: 3%;
  width: 100%;
  height: 8vh;
  border: 1px solid black;
}
.sect3 .container .campos select {
  padding-left: 3%;
  width: 100%;
  height: 8vh;
  border: 1px solid black;
}
.sect3 .container input[type=submit] {
  background: black;
  border: 1px solid black;
  color: white;
  padding: 1.5vh 3vh;
}

footer .mcia {
  text-align: center;
  margin-top: 5vh;
}

footer .mcia a img {
  width: 8vh;
  filter: brightness(0) invert(1);
}

footer {
  background: black;
  padding: 8vh 0;
}
footer .container {
  color: white;
}
footer .container .logo-ass {
  width: 30%;
}

.whatsapp {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 5%;
  z-index: 1050;
}

.title-perg {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1%;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: 100%;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .sect1 .container .title {
    font-size: 20px;
    margin-bottom: 4%;
  }
  .sect1 .container .filtro-taxonomias {
    padding: 0 15%;
    display: block;
  }
  .sect1 .container .filtro-taxonomias button {
    width: 100%;
    margin-bottom: 2%;
  }
	.sect2 .container .card-pq{
		margin-bottom: 8%;
	}
	.whatsapp{
		width: 20%;
	}	
}

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