em {
  color: rgb(104, 104, 104) !important;
}

.astroid-footer-section {
	padding-bottom: 0px !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1000px !important;
  }
}

.astroid-section.astroid-component-section.py-5 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#astroid-sticky-header {
	background: #fff !important;
}

.header-mobilemenu-trigger.d-lg-none.burger-menu-button.align-self-center {
	margin-left: 10px;
}


/* BANNER MAP-PROPERTY TEXTO */

/* Wrapper */
.mp-hero {
  background-color: #f9f9f9;
  padding: 20px 0; /* Only vertical padding now */
}

/* exact internal container matching the one below */
.mp-hero-inner {
	max-width: 920px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}


/* keep the rest as you have */
.mp-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: clamp(2.9rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #555;
}

.mp-hero-right {
  flex: 1 1 auto;
  text-align: left;
  font-family: "Lato", sans-serif;
}

.mp-line {
  margin: 0;
  color: #333;
  font-size: clamp(1.3rem, 1.6vw, 1.3rem);
  line-height: 1.4;
}


.mp-line-1 { font-weight: 700; }
.mp-line-2 { font-weight: 400; }

/* ------------------------------------------------------ */
/* 🔥 NEW RESPONSIVE FIXES                                */
/* ------------------------------------------------------ */

/* 1) Start scaling down earlier (1200px and below) */
@media (max-width: 1040px) {
  .mp-title {
    font-size: 2rem;
  }
  .mp-line {
    font-size: 1rem;
  }
}

/* 2) 1100px: stack layout before it breaks */
@media (max-width: 1100px) {
  .mp-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .mp-title {
    font-size: 2.2rem;
  }

  .mp-line {
    font-size: 1rem;
  }
}

/* 3) 900px: reduce spacing + font again */
@media (max-width: 900px) {
  .mp-title {
    font-size: 2rem;
  }
  .mp-line {
    font-size: 0.95rem;
  }
}

/* 4) Mobile fine-tuning (600px and below) */
@media (max-width: 600px) {
  .mp-title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .mp-line {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}


.astroid-footer-section {
	padding-top: 1px !important;
}

.textt {
	z-index: 1000 !important;
}

.header-right-block.d-none.d-lg-block.align-self-center.mx-4 {
	margin-right: 0px !important;
}

body {
  overflow-x: hidden !important;
}

#astroid-sticky-header {
	border-bottom: 1px solid #eee !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.foofoo {
	border-top: 1px solid #eee !important;
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;

}

.foofoo .sppb-row-container {
	max-width: 960px !important;
}