.section-casas .quinta-vendida-2 {
  position: relative; }
.section-casas .quinta-vendida-2::after {
  content: "vendida";
  position: absolute;
  top: -10px;
  right: -45px;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  color: red;
  font-size: 1.6em;
  font-weight: bold;
  z-index: 999;
  border: 2px dashed red;
  padding: 0.5rem; }
.section-casas .quinta-breve {
  position: relative; }
.section-casas .quinta-breve::after {
  content: "breve";
  position: absolute;
  top: -10px;
  right: -45px;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  color: #e94f37;
  font-size: 1.6em;
  font-weight: bold;
  z-index: 999;
  border: 2px dashed #e94f37;
  padding: 0.5rem; }
@media screen and (max-width: 767px) {
  .section-casas .fotos-arquitetos {
    max-width: 265px;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em; }
  .section-casas .quinta-vendida-2 {
    position: relative;
    margin-top: 1em; }
  .section-casas .quinta-vendida-2::after {
    content: "vendida";
    position: absolute;
    top: -2px;
    left: -35px;
    right: unset;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 999;
    border: 2px dashed red;
    padding: 0.5rem; } }

.section-quintas .btn-easing {
  text-decoration: none; }
.section-quintas .titulo-quinta {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }
.section-quintas .mascara-redonda {
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1dafa9;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media screen and (min-width: 768px) {
    .section-quintas .mascara-redonda {
      margin-left: 0.5rem; } }
  .section-quintas .mascara-redonda:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
.section-quintas .nome-quinta {
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold; }
.section-quintas .badge-breve,
.section-quintas .badge-vendida {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.50rem; }
  .section-quintas .badge-breve span,
  .section-quintas .badge-vendida span {
    background: transparent;
    padding: 0.5rem 0.75rem;
    border-radius: 15px 0 15px 0;
    border: 1px solid white;
    color: white;
 }
.section-quintas .fotos-arquitetos {
  max-width: 370px;
  margin-right: 1em;
  margin-left: 1em; }
  @media screen and (max-width: 767px) {
    .section-quintas .fotos-arquitetos {
      max-width: 240px; } }

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