@font-face {
  font-family: "Chalet Comprime Regular";
  src: url("/fonts/Chalet_Comprime_Milan_Sixty.otf");
}
@font-face {
  font-family: "Chalet Comprime Bold";
  src: url("/fonts/Chalet-Comprime---CologneSixty.ttf");
  font-weight: bold;
}
body {
  font-family: "Montserrat", sans-serif;
}

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

p {
  margin-bottom: 0;
}

a:focus, input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

.banner .desk {
  display: block;
}
.banner .mob {
  display: none;
}
@media (max-width: 980px) {
  .banner .desk {
    display: none;
  }
  .banner .mob {
    display: block;
  }
}

.title-form {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 3vh;
  font-weight: 500;
  color: #353533;
}

.sect1 {
  padding: 5vh 0;
}
.sect1 .campos {
  margin-bottom: 2vh;
  text-align: center;
}
.sect1 .campos input[type=text], .sect1 .campos input[type=email], .sect1 .campos input[type=tel] {
  width: 100%;
  padding: 1vh 2vh;
  border: 1px solid #353533;
  height: 6vh;
  color: #353533;
}
.sect1 .check{
  width: fit-content;
  background: #884c29;
  margin: 0 auto 2vh;
  padding: 3vh;
}
.sect1 .check .texto-form{
  color: white!important;
}
.sect1 .campos .wpcf7-form-control-wrap{
  color: white!important;
}
.sect1 .campos .texto-form {
  font-size: 18px;
  font-weight: 500;
  color: #353533;
  margin-bottom: 1vh;
}
.sect1 .campos .wpcf7-form-control-wrap {
  color: #885b44;
}
.sect1 .aceite {
  color: #353533;
  font-size: 14px;
}
.sect1 .botao-form {
  text-align: center;
  margin-top: 2vh;
}
.sect1 .botao-form span {
  display: block;
}
.sect1 .botao-form input {
  background: #353533;
  color: white;
  padding: 1.5vh 4vh;
  font-weight: 500;
  border: none;
  transition: 0.5s;
}
.sect1 .botao-form input:hover {
  background: rgba(135, 93, 69, 0.6784313725);
}

.sect2 {
  padding: 10vh 0;
  background: #884c29;
}
.sect2 .container {
  max-width: 70%;
}
.sect2 .texto {
  display: flex;
  align-items: center;
  margin-bottom: 5vh;
}
.sect2 .texto .title {
  background: white;
  padding: 2.5vh;
  width: 40%;
  margin-right: 3%;
  font-family: "Chalet Comprime Bold";
  color: #353533;
  font-size: 57px;
  line-height: 100%;
}
.sect2 .texto .texto-collection {
  color: white;
  font-size: 23px;
  width: 57%;
}
.sect2 .img-collection {
  padding: 0 5vh;
  text-align: center;
}

.botao-site{
  text-align: center;
}
.botao-site button {
  background: #363434;
  color: white;
  padding: 1.5vh 4vh;
  font-weight: 500;
  border: none;
  transition: 0.5s;
}
.botao-site button:hover {
  background: rgba(135, 93, 69, 0.6784313725);
  color: white;
}

.sect3 {
  padding: 10vh 0;
}
.sect3 .card-prod {
  margin-bottom: 4vh;
  overflow: hidden;
}
.sect3 .card-prod .img-card {
  padding: 2vh;
  position: relative;
}
.sect3 .card-prod .img-card img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  transition: .5s;
}
.sect3 .card-prod .img-card .overlay {
  background: linear-gradient(180deg, rgba(53, 52, 52, 0.768627451), transparent);
  padding: 2vh;
  padding-top: 4vh;
}
.sect3 .card-prod .img-card .overlay .body-card .title-card {
  color: white;
  font-family: "Chalet Comprime Bold";
  font-size: 43px;
  font-weight: bold;
  line-height: 100%;
}
.sect3 .card-prod .img-card .overlay .body-card .bairro {
  color: white;
  font-family: "Chalet Comprime Bold";
  font-size: 23px;
  font-weight: bold;
}
.sect3 .card-prod .img-card .overlay .body-card .comando {
  color: white;
  background: #884c29;
  padding: 1vh;
  font-size: 14px;
  margin: 2vh 0;
}
.sect3 .card-prod .img-card .overlay .body-card .comando .numero {
  font-family: "Chalet Comprime Bold";
  font-size: 30px;
}
.sect3 .card-prod .img-card .overlay .body-card .botao-card button {
  background: #ffffff;
  border: none;
  padding: 0.8vh 2.5vh;
  color: #353533;
  position: relative;
  font-weight: bold;
  margin-top: 31vh;
  transition: 0.5s;
}
.sect3 .card-prod .img-card .overlay .header-card .title-card {
  color: white;
  font-family: "Chalet Comprime";
  font-size: 22px;
}
.sect3 .card-prod .img-card .overlay .footer-card {
  text-align: right;
  position: relative;
}
.sect3 .card-prod .img-card .overlay .footer-card::before {
  content: "";
  position: absolute;
  border-top: 1px solid white;
  width: 80%;
  left: 0;
  transform: translate(0, 50%);
  bottom: 50%;
}
.sect3 .card-prod .img-card .overlay .footer-card img {
  width: 20%;
}
.sect3 .card-prod:hover .img-card img{
  transform: scale(1.05);
}
.sect3 .card-prod:hover .img-card .body-card .botao-card button {
  opacity: .6;
}

.sect4 {
  padding: 10vh 0;
  background: #e7e3db;
}
.sect4 .title {
  text-align: center;
  color: #363434;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3vh;
}
.sect4 .item-dif {
  background: #363434;
  padding: 5vh;
  height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}
.sect4 .item-dif .title-dif {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 1vh;
  color: white;
}
.sect4 .item-dif .texto-dif {
  color: white;
}
.sect4 .item-dif:hover {
  background: white;
}
.sect4 .item-dif:hover .title-dif, .sect4 .item-dif:hover .texto-dif {
  color: #363434;
}

.sect5 {
  padding: 10vh 0;
  background: #353533;
}
.sect5 .container {
  max-width: 65%;
}
.sect5 .title-form {
  color: white;
  font-weight: bold;
}
.sect5 .campos {
  margin-bottom: 2vh;
}
.sect5 .campos input, .sect5 .campos select {
  width: 100%;
  height: 7vh;
  border: none;
  padding: 1vh 2vh;
}
.sect5 .aceite {
  color: white;
  font-size: 12px;
  padding: 2vh 0;
}
.sect5 .botao-form {
  margin-top: 2vh;
  text-align: center;
}
.sect5 .botao-form input {
  background: rgba(135, 93, 69, 0.6784313725);
  color: white;
  padding: 1.5vh 4vh;
  font-weight: 500;
  border: none;
  transition: 0.5s;
}
.sect5 .botao-form input:hover {
  background: white;
  color: #353533;
}
.sect5 .botao-form span {
  display: block;
}

footer {
  padding: 5vh 0;
}
footer p {
  font-size: 12px;
  text-align: center;
}
footer .ass {
  text-align: center;
}
footer .ass img {
  width: 31%;
  height: 13vh;
  object-fit: contain;
}
footer .legal {
  margin: 3vh 0;
}
footer .mcia {
  text-align: right;
}
footer .mcia a {
  font-size: 12px;
  color: #353533;
}
footer .mcia a img {
  width: 7vh;
}

.whats {
  position: fixed;
  bottom: 1.5vh;
  right: 1.5vh;
  width: 11vh;
  background: #25d366;
  border-radius: 50%;
  padding: 0.5vh;
  cursor: pointer;
}
.whats svg path {
  fill: white;
}

#whatsModal .modal-dialog{
  margin-top: 20vh;
}
#whatsModal .modal-dialog .modal-content .modal-header{
  background: #0cbf43;
}
#whatsModal .modal-dialog .modal-content .modal-header h1{
  text-align: center;
  color: white;
  width: 100%;
}
#whatsModal .modal-dialog .modal-content .modal-header button{
  filter: invert(1);
}
#whatsModal .modal-dialog .modal-content .modal-body .campos{
  margin-bottom: 2vh;
}
#whatsModal .modal-dialog .modal-content .modal-body .campos input{
  width: 100%;
  height: 6vh;
  padding: 1vh 2vh;
}
#whatsModal .modal-dialog .modal-content .modal-body .campos .texto-whats{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #363434;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form{
  text-align: center;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form span{
  display: block;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form input{
  background: #363434;
  border: none;
  padding: 0.8vh 2.5vh;
  color: white;
  position: relative;
  opacity: 1;
  font-weight: bold;
  transition: 0.5s;
}
#whatsModal .modal-dialog .modal-content .modal-body .botao-form input:hover{
  opacity: .7;
}



@media (min-width: 1200px) and (max-width: 1400px) {
  .sect3 .card-prod .img-card .overlay .body-card .comando {
    font-size: 12px;
  }
  .sect3 .card-prod .img-card .overlay .body-card .comando .numero {
    font-size: 27px;
  }
}
@media (max-width: 980px) {
  .title-form {
    font-size: 21px;
  }
  .sect1 .campos input[type=text], .sect1 .campos input[type=email], .sect1 .campos input[type=tel] {
    height: 8vh;
  }
  .sect2 .container {
    max-width: 90%;
  }
  .sect2 .texto {
    display: block;
  }
  .sect2 .texto .title {
    width: 100%;
    font-size: 40px;
    margin-bottom: 3vh;
  }
  .sect2 .img-collection {
    padding: 0;
  }
  .sect3 .card-prod .img-card .overlay .body-card .comando {
    font-size: 12px;
  }
  .sect3 .card-prod .img-card .overlay .body-card .comando .numero {
    font-size: 20px;
  }
  .title {
    font-size: 23px;
  }
  .sect4 .container {
    max-width: 85%;
  }
  .sect4 .item-dif {
    margin-bottom: 2vh;
    padding: 3vh;
  }
  .sect5 .container {
    max-width: inherit;
  }
  footer .col-12:nth-child(1) .ass {
    margin-bottom: 2vh;
  }
  footer .ass img {
    width: 35%;
    height: 8vh;
  }
  footer .mcia {
    text-align: center;
  }
  .whats {
    width: 8vh;
  }
  #whatsModal .modal-dialog .modal-content .modal-body .campos input{
    height: 8vh;
  }
}

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