* {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;

  scroll-behavior: smooth;
}

img {
  width: 100%;
}

.bg-pink {
  background-color: #c41164;
}

#imoveis {
  padding-bottom: 120px;
  background-image: linear-gradient(180deg, #c41164 25%, #741c91 0%);
}

.img-top {
  max-width: 350px;
  margin: 22px 0;
}

.img-middle {
  margin-left: -82px;
}

.button-g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: -32px 0 82px 0;
}

.button-g a {
  width: 100%;
  height: 94px;
  line-height: 32px;
  max-width: 1030px;
  font-family: "Open Sans", Sans-serif;
  font-size: 32px;
  font-weight: 900;
  fill: #fff;
  color: #fff;
  background-color: #c5b212;
  border-radius: 0;
  padding: 31px 200px;
  box-shadow: 0px 39px 19px -29px #440c57;
  transition: all 0.3s;
}

.button-g a:hover {
  text-decoration: none;
  background-color: #b58e19;
}

.bg-overlay {
  background-image: url(../images/Circulos.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bg-overlay-2 {
  background-image: url(../images/Circulos.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.title {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 39px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
}

.imovel-card {
  background-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.imovel-card img {
  max-width: 480px;
}

.imovel-card ul li {
  list-style: none;
  padding-bottom: calc(10px / 2);
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: start;
}

.ico svg {
  width: 27px;
  height: 27px;
  fill: #c41164;
}
.desc {
  color: #727272;
  align-self: center;
  padding-left: 5px;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  line-height: 1em;
}

.imovel-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 0;
}

.imovel-title h2 {
  color: #c41164;
  font-family: "Open Sans", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}

.imovel-city {
  margin: 12px;
  padding: -5px 15px 15px;
  background-color: #dcd6cb;
  border-style: solid;
  border-width: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #727272;
  border-radius: 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
.imovel-city p {
  margin: 0;
  color: #727272;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.imovel-desc {
  padding: 8px 15px 5px;
}
.imovel-desc h2 {
  color: #c41164;
  font-family: "Open Sans", Sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.imovel-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}

.imovel-btn a {
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  font-size: 22px;
  background-color: #c41164;
  border-radius: 0;
  padding: 20px;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  transition: all 0.3s;
}

.imovel-btn a:hover {
  transform: scale(1.1);
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #741c91;
  display: flex;
  width: 100%;
  margin: -42px 0 62px 0;
  max-width: 1120px;
  flex-direction: column;
  align-content: flex-start;
}

.form-header {
  padding: 30px 15px 0;
  flex-direction: column;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form-header h2 {
  font-family: "Open Sans", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2em;
  color: #fff;
}
.form-header h4 {
  font-family: "Open Sans", Sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2em;
  color: #fff;
}

.form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.form-footer input {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #741c91;
  border: 0;
  min-height: 40px;
  padding: 5px 14px;
  width: 100%;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
  max-width: 262px;
  margin: 0 10px;
}

.form-footer input::placeholder {
  color: #741c91;
  font-weight: 100;
}
.form-footer input:focus {
  border: 0;

  outline: 0;
}

.form-footer button {
  background-color: #c5b212;
  min-height: 40px;
  border: 0;
  max-width: 262px;
  width: 100%;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 900;
  border-radius: 0;
}

#footer {
  background-color: #741c91;
  padding: 42px 0;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  max-width: 210px;
  margin: 12px 0 18px 0;
}

.footer-desc {
  text-align: justify;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.container-fluid {
  margin: 0;
}

@media (max-width: 1050px) {
  .button-g a {
    line-height: 22px;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
    padding: 31px 0;
  }

  .imovel-card {
    width: 100%;
  }

  .img-middle {
    margin: 0;
  }

  .form-footer {
    flex-direction: column;
    align-items: center;
  }

  .form-footer input {
    margin: 12px 0;
  }
}
