@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  line-height: 0;
}

.container {
  display: grid;
  margin-right: 50px;
  margin-left: 50px;
}

body {
  background-color: #fcfcfc;
}

body header {
  border-bottom: 2px solid #c7c7c7;
  display: flex;
  justify-content: center;
}

body header img {
  margin-bottom: 25px;
}

body main h1 {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #656565;
  text-align: center;
}



body main .section-empreendimentos ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 5%;
  grid-template-columns: minmax(250px,375px) minmax(250px,375px) minmax(250px,375px);
  justify-content: center;
}

body main .section-empreendimentos ul li {
  width: 100%;
  margin-top: 90px;
}

body main .section-empreendimentos .card {
  position: relative;
  border-radius: 20px;
  transition: all 0.5s;
  box-shadow: 0px 12px 25px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 10px 2px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 300px;
  display: grid;
  grid-template-rows: 300px 1fr
}

body main .section-empreendimentos .card .btns {
margin-top: 15px;
 
}

body main .section-empreendimentos .card .btns .btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

body main .section-empreendimentos .card .btns .btns-container a {
  text-decoration: none;
  background-color: rgba(247, 234, 234, 0.9058823529);
  padding: 10px 30px;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto;
  transition: all 0.35s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

body main .section-empreendimentos .card .btns .btns-container a:hover {
  transform: scale(1.06);
  transition: all 0.35s;
}

body main .section-empreendimentos .card .img-card {
  max-width: 100%;
  border-radius: 20px;
}

body main .section-empreendimentos .card:hover {
  transform: translateY(-12px) scale(1.06);
  transition: all 0.5s;
  box-shadow: 0px 12px 25px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 25px 5px rgba(0, 0, 0, 0.5);
}

.card-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}


body main .section-empreendimentos .card-wrapper .logo {
 
}

body main .section-empreendimentos .card-wrapper .logo .elipse-1 {
  width: 123px;
  height: 123px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(75, 149, 129, 0.65) 0%, rgba(117, 210, 180, 0.05) 100%);
}

body main .section-empreendimentos .card-wrapper .logo .elipse-2 {
  width: 125px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body main .section-empreendimentos .card-wrapper .info {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  text-align: center;
}

body main .section-empreendimentos .card-wrapper .info h3{
    margin-top: 10px;
}

body footer {
  margin-top: 310px;
  background-color: #4b9581;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 180px 20px;
}

body footer .lado-a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: end;
  margin-top: 20px;
}

body footer .lado-a .img-footer-logo {
  margin-bottom: 48px;
  margin-right: 10px;
}

body footer .lado-a .redes-sociais {
  margin-right: 10px;
  margin-bottom: 35px;
}

body footer .lado-b {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  margin-top: 20px;
  gap: 3%;
}

body footer .lado-b .telefone,
body footer .lado-b .whats,
body footer .lado-b .contato,
body footer .lado-b .local {
  display: flex;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

body footer .lado-b .telefone span,
body footer .lado-b .whats span,
body footer .lado-b .contato span,
body footer .lado-b .local span {
  margin-left: 0.5rem;
}

body footer .direitos {
  background: rgba(30, 30, 30, 0.53);
  grid-column-start: 1;
  grid-column-end: 3;
}

body footer .direitos p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 0;
  color: #fff;
  text-align: center;
}

@media(max-width:1100px){
    body main .section-empreendimentos ul {
        grid-template-columns: minmax(250px,375px) minmax(250px,375px);
      }


}


@media (max-width: 800px) {
  body main .section-empreendimentos ul {
    display: grid;
    grid-template-columns:minmax(250px,375px) ;
    justify-items: center;
  }
  body main .section-empreendimentos ul li{
    width: 100%;
  }
}

@media (max-width: 500px) {
  body main .section-empreendimentos ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  body footer {
    margin-top: 310px;
    background-color: #4b9581;
    display: flex;
    flex-direction: column;
  }
  body footer .lado-a {
    align-items: center;
  }
  body footer .lado-a .img-footer-logo {
    margin-bottom: 15px;
  }
  body footer .lado-b {
    margin-top: 0;
    align-content: center;
  }
  body footer .lado-b .telefone,
  body footer .lado-b .whats,
  body footer .lado-b .contato,
  body footer .lado-b .local {
    margin-bottom: 10px;
  }
  body footer .direitos {
    background: rgba(30, 30, 30, 0.53);
  }
}
@media (max-width: 414px) {
  body main .section-empreendimentos ul {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
 
  }

  .container {
 
    margin-right: 10px;
    margin-left: 10px;
  }
 
  body footer {
    margin-top: 310px;
    background-color: #4b9581;
    display: flex;
    flex-direction: column;
  }
  body footer .lado-a {
    align-items: center;
  }
  body footer .lado-a .img-footer-logo {
    margin-bottom: 15px;
  }
  body footer .lado-b {
    margin-top: 0;
    align-content: center;
  }
  body footer .lado-b .telefone,
  body footer .lado-b .whats,
  body footer .lado-b .contato,
  body footer .lado-b .local {
    margin-bottom: 10px;
  }
}

.card-wrapper{
margin-top: -40px;

}

.recreio-bg,.satamini-bg,.janeiro-bg{
    background-size: cover;
    background-repeat: no-repeat;
}

.recreio-bg{
    background: url('./assets/img/bio_residence.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.satamini-bg{
    background: url('./assets/img/satamini.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.marquis-bg{
    background: url('./assets/img/marquis.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.stayludolf-bg{
  background: url('./assets/img/STAY_LUDOLF_fachada.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.gavea99-bg{
  background: url('./assets/img/gavea99.webp');
  background-size: cover;
  background-repeat: no-repeat;
}