@font-face {
  font-family: "Clbd";
  src: url("../fonts/CLBK.woff2") format("woff2"), url("../fonts//CLBK.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Clbd";
  src: url("../fonts/CLBKSC.woff2") format("woff2"), url("../fonts/CLBKSC.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Clbd";
  src: url("../fonts/CLBOLF.woff2") format("woff2"), url("../fonts/CLBOLF.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Clbd";
  font-size: 1rem;
  scrollbar-width: thin;
  overflow-x: hidden;
}

input:focus,
a:focus {
  outline: none;
}

.beige {
  color: #c6b685;
}

:root {
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
}

.home {
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url(../images/bg-clientes.webp);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.home-display {
  justify-content: end;
}

.foo {
  padding-top: 1rem;
}
.foo img {
  max-width: 40px;
  filter: brightness(0.2);
}

.mobile {
  display: none;
  margin: 1rem auto;
  width: 100%;
}

@media (max-width: 1000px) {
  .mobile {
    display: flex;
    max-width: 80%;
    margin-bottom: 0;
  }

  #_form_25_._inline-form ._form-title {
    font-size: 22px !important;
  }

  .home {
    height: 100%;
    background-image: url(../images/bg-clientes-mob.webp);
    justify-content: end;
    background-position: center top;
    padding: 2rem 0;
  }
  .home .txt {
    background-color: #000000b5;
    padding: 1rem;
  }
  .home .title {
    font-size: 30px !important;
    text-align: center;
  }
  .home .flare::before {
    display: none;
  }
  .home-form {
    width: 100%;
    border-radius: 20px;
    padding: 3rem 2rem 1rem 2rem;
    border: none;
    margin-top: 1rem;
  }
  .home-form::before {
    top: -17%;
  }
  .home-form ._submit {
    width: 100%;
  }

  .foo {
    padding-top: 1rem;
  }
  .foo p {
    color: #000;
  }
}

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