@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_slnt\,wght.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-VariableFont_wght.ttf");
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "Inter";
}

.font-family {
  font-family: "Inter";
}

.border {
  border: 2px solid #ffcb05 !important;
}

#title {
  letter-spacing: 0.07em;
  font-weight: 700;
  font-size: calc(20px + 55 * (100vw - 300px) / 1619.98);
}

.space {
  padding-top: 70px;
}

.nav-actived {
  color: #000;
  font-weight: 700;
}

.container-apresentacao {
  position: relative;
  margin-top: 110px;
  padding: 0 5vw;
}

@media screen and (max-width: 780px) {
  #banners1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 56vw;
    z-index: 2;
  }

  #banner1 {
    position: absolute;
    height: 54vw;
    right: 0;
    top: 1vw;
  }

  #banner2 {
    position: absolute;
    top: 33vw;
    right: 22vw;
    height: 30vw;
    z-index: 3;
  }

  #banner3 {
    position: absolute;
    top: 43vw;
    height: 25vw;
    right: 2vw;
    z-index: 4;
  }

  .container-apresentacao {
    padding: 0px;
    margin-top: 160px;
  }

  .col-md-6.responsive {
    width: 60%;
  }

  .container.space.responsive {
    padding: 0px;
  }

  .row.center.responsive {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0px;
  }

  .entre-ctto {
    margin-bottom: 50px;
  }

  .rede-social img {
    width: 40px;
    height: 40px;
  }

  .card-produto {
    width: 65% !important;
    /* height: 340px !important; */
    margin: auto;
  }

  .produtos {
    /* height: 230px !important; */
  }

  .dep {
    margin-bottom: 50px !important;
  }

  .sobre {
    margin-top: 0px !important;
  }

  .todos-produtos {
    margin-top: 130px;
  }

  .container-produtos {
    row-gap: 7.5vw !important;
    padding: 0 15px !important;
    flex-direction: column;
  }

  .box-produto {
    width: 100% !important;
  }

  .box-produto>img {
    min-width: 120px !important;
    width: 120px !important;
    max-width: 120px !important;
    min-height: 120px !important;
    height: 120px !important;
    max-height: 120px !important;
  }

  .container-forms {
    margin-top: 130px !important;
  }

  .text-header {
    padding: 0 !important;
  }

  .title-produtos {
    margin-top: 30vw;
  }

  .enviar button {
    width: 85% !important;
  }

  .adicionar button {
    width: 85% !important;
  }

  .container-sobre {
    margin-top: 150px;
  }

  .sobre #title {
    left: 5% !important;
  }

  .sobre svg {
    width: 100%;
  }

  #img-notebook {
    right: 5% !important;
  }

  .expanded-image img {
    height: 35% !important;
  }

  .expanded-image2 img {
    width: 90% !important;
  }

  .expanded-sobre img {
    width: 85% !important;
    min-height: 60% !important;
    height: auto !important;
    max-height: 70% !important;
  }

  .expanded-home img {
    width: 80% !important;
    height: 45% !important;
  }

  .imagens-depoimentos img {
    max-width: 80% !important;
  }

  .container-card-produto {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
  }

}

@media screen and (min-width: 780px) {
  #banners1 {
    position: absolute;
    right: 0;
    top: 10px;
    height: 46vw;
    z-index: 2;
  }

  #banner1 {
    height: 44vw;
    position: absolute;
    top: 2vw;
    right: 0;
  }

  #banner2 {
    height: 22vw;
    position: absolute;
    top: 25vw;
    right: 27vw;
    z-index: 3;
  }

  #banner3 {
    height: 19vw;
    position: absolute;
    top: 30vw;
    right: 12vw;
    z-index: 4;
  }
}

.margin-top {
  margin-top: 80px !important;
}

.produtos {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border: 6px solid #ffcb05;
  border-radius: 30px 0 30px 0;
  cursor: pointer;
}

.center {
  text-align: center;
}

.bg-grey {
  background-color: #2c2b2b;
  color: #fff;
}

.container-card-produto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 10px 15px;
  padding: 30px 0;
  justify-items: center;
}

.card-produto {
  width: 75%;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.card-produto p {
  margin-top: 10px;
  text-align: center;
  font-size: calc(12px + 12 * (50em - 300px) / 1619.98);
  padding: 0;
  margin: 0;
}

.descricao {
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 17px;
}

.bg-black {
  background-color: #000;
  color: #ffcb05;
}

.container.padding {
  padding: 0 15px 50px 15px;
}

.row.center.responsive {
  justify-content: space-around;
}

.contato {
  font-size: calc(14px + 14 * (100vw - 300px) / 1619.98);
  color: #fff;
  margin: 0;
}

.rede-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flex {
  display: flex;
  align-items: end;
}

.sobre {
  width: 100%;
  height: 55vw;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 5vw;
}

.sobre #title {
  position: absolute;
  top: 50%;
  left: 15%;
}

.sobre svg {
  width: 100%;
}

#img-notebook {
  width: 90%;
  position: absolute;
  /* right: 10%; */
  top: 20%;
}

.dep {
  font-family: "Nunito";
  font-size: calc(20px + 20 * (100vw - 300px) / 1619.98);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

.imagens-depoimentos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

.imagens-depoimentos img {
  max-width: 30%;
  cursor: pointer;
  margin: auto auto 35px auto;
  border: 4px solid #ffcb05;
  border-radius: 12px;
}

.entre-ctto {
  font-family: "Nunito";
  font-size: calc(20px + 20 * (100vw - 300px) / 1619.98);
  color: #ffcb05;
  text-align: center;
  margin-bottom: 100px;
}

.todos-produtos {
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 0;
  margin-top: 7%;
}

.text-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.text-header h2 {
  font-family: "Nunito";
  font-size: calc(20px + 20 * (100vw - 300px) / 1619.98);
  font-weight: 600;
}


.container-produtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 4vw;
  padding: 55px 0;

}

.box-produto {
  width: 35%;
  display: flex;
  gap: 15px;
}

.box-produto>img {
  width: 35%;
  height: 12vw;
  object-fit: fill;
  border-radius: 30px 0 30px 0;
  border: 4px solid #ffcb05;
}

.box-text {
  display: flex;
  flex-direction: column;
  color: #000;
  padding-right: 35px;
}

.box-text>h4 {
  font-size: calc(12px + 12 * (100vw - 300px) / 1619.98);
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

.box-text>p {
  font-size: calc(8px + 8 * (100vw - 300px) / 1619.98);
  font-weight: 400;
}

.container-forms {
  width: 100vw;
  margin-top: 100px;
  padding: 0 5vw;
  padding-bottom: 55px;
  background-image: url(../img/background2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
  height: 48px;
}

.form-control,
.form-group label,
.adicionar button,
.enviar button {
  font-family: "Nunito";
  font-size: calc(12px + 12 * (100vw - 300px) / 1619.98);
}

.enviar {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.adicionar {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.enviar button {
  width: 30%;
  background-color: #ABABAB;
  border-color: #ABABAB;
  font-weight: 700;
  color: #000000;
  border-radius: 10px;
}

.adicionar button {
  width: 30%;
  background-color: #ffcb05;
  border-color: #ffcb05;
  font-weight: 700;
  color: #000000;
  border-radius: 10px;
}

.adicionar button:hover,
.adicionar button:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #000000;
  background-color: #ffcb05;
  border-color: #000000;
  border-width: 2px;
}


.enviar button:hover,
.enviar button:focus {
  border-color: #000000;
  border-width: 1px;
  background-color: #2c2b2b;
}

.enviar button:focus,
.adicionar button:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 50%);
  border-color: #ffcb05;
}

.pointer {
  cursor: pointer;
}

.expanded-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.expanded-image img {
  max-width: 90%;
  height: 80%;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
  border: 4px solid #ffcb05;
}

.expanded-image:hover {
  cursor: pointer;
}

.expanded-image2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.expanded-image2 img {
  width: 40%;
  height: 90%;
  object-fit: cover;
  border: 6px solid #ffcb05;
  border-radius: 30px 0 30px 0;
}

.expanded-image2:hover {
  cursor: pointer;
}

.expanded-sobre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.expanded-sobre img {
  width: 29%;
  height: 85%;
  object-fit: fill;
  border: 6px solid #ffcb05;
  border-radius: 15px;
}

.expanded-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.expanded-home img {
  width: 24%;
  height: 47%;
  object-fit: cover;
  border-radius: 30px 0 30px 0;
  border: 4px solid #ffcb05;
}

.expanded-home:hover {
  cursor: pointer;
}

.form-group span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #e92f2f;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.9em;
  margin-top: 35px;
}

.footer-copyright img {
  height: 22px;
  margin-left: 12px;
}