/* Start custom CSS for html, class: .elementor-element-b29d93c */:root{
    --background:#f8f8f8;
    --foreground:#1a1d23;
    --primary:#c4622d;
    --secondary:#3a3f4a;
    --muted:#6b7280;
    --white:#ffffff;
}

.debarrio-hero{
    position:relative;
    min-height:100vh;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;

    background-image:url("https://images.unsplash.com/photo-1481078222611-c0630e28dd4f?w=1920");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.debarrio-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        160deg,
        rgba(26,29,35,.70) 0%,
        rgba(26,29,35,.45) 50%,
        rgba(26,29,35,.75) 100%
    );
}

.debarrio-content{
    position:relative;
    z-index:2;
    max-width:900px;
    text-align:center;
    padding:40px 20px;
}

.debarrio-kicker{
    display:block;
    margin-bottom:24px;

    font-family:Montserrat,sans-serif;
    font-size:.65rem;
    font-weight:700;

    letter-spacing:4px;
    text-transform:uppercase;

    color:rgba(255,255,255,.55);
}

.debarrio-content h1{
    margin:0;

    font-family:Montserrat,sans-serif;
    font-size:clamp(2.2rem,5.5vw,4.5rem);
    font-weight:800;

    line-height:1.15;
    letter-spacing:1px;
    color:#fff;
}

.debarrio-content h1 span{
    font-family:Inter,sans-serif;
    font-weight:400;
    font-size:clamp(1.6rem,4vw,3.2rem);

    color:rgba(255,255,255,.88);
}

.debarrio-content p{
    max-width:680px;
    margin:30px auto 40px;

    font-family:Inter,sans-serif;
    font-size:1.15rem;
    font-weight:400;

    line-height:1.8;
    color:rgba(255,255,255,.95);

    text-shadow:0 2px 10px rgba(0,0,0,.35);
}

.debarrio-buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.debarrio-buttons a{
    text-decoration:none;
}

.btn-primary{
    background:#3a3f4a;
    color:#fff;

    padding:16px 32px;
    border-radius:3px;

    font-family:Montserrat,sans-serif;
    font-size:.75rem;
    font-weight:700;

    letter-spacing:2px;
    text-transform:uppercase;

    transition:.3s;
}

.btn-primary:hover{
    background:#555b66;
    color:#fff !important;
    transform:translateY(-2px);
    opacity:1;
}

.btn-secondary{
    border:1.5px solid rgba(255,255,255,.5);
    color:#fff;

    padding:16px 32px;
    border-radius:3px;

    font-family:Montserrat,sans-serif;
    font-size:.75rem;
    font-weight:600;

    letter-spacing:2px;
    text-transform:uppercase;

    transition:.3s;
}

.btn-secondary:hover{
    background:rgba(255,255,255,.12);
    color:#fff !important;
}

.debarrio-stats{
    margin-top:60px;
    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    justify-content:center;
    gap:60px;
}

.stat{
    text-align:center;
}

.stat strong{
    display:block;

    font-family:Montserrat,sans-serif;
    font-size:1.6rem;
    font-weight:800;

    color:#fff;
}

.stat span{
    display:block;
    margin-top:4px;

    font-family:Inter,sans-serif;
    font-size:.72rem;

    letter-spacing:1px;
    text-transform:uppercase;

    color:rgba(255,255,255,.5);
}

@media(max-width:767px){

    .debarrio-stats{
        gap:25px;
    }

    .debarrio-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9759bf */.debarrio-platforms {
    background: #f8f8f8;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-family: Inter, sans-serif;
}

.debarrio-platforms-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 24px;
}

.debarrio-platforms-title {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
}

.debarrio-platforms-title span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9ca3af;
}

.debarrio-platforms-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.platform-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.platform-logo:hover {
    opacity: 0.6;
    transform: translateY(-2px);
}

.instagram-logo {
    gap: 8px;
}

.instagram-icon {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    background: linear-gradient(
        135deg,
        rgb(240, 148, 51) 0%,
        rgb(230, 104, 60) 25%,
        rgb(220, 39, 67) 50%,
        rgb(204, 35, 102) 75%,
        rgb(188, 24, 136) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-logo span {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
}

@media (max-width: 767px) {
    .debarrio-platforms-container {
        padding: 28px 20px;
    }

    .debarrio-platforms-logos {
        gap: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a19fec1 */.debarrio-properties {
  background: #ffffff;
  padding: 112px 24px;
  overflow: hidden;
  font-family: Inter, sans-serif;
  color: #1a1d23;
}

.debarrio-properties-container {
  max-width: 1280px;
  margin: 0 auto;
}

.debarrio-properties-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}

.debarrio-properties-head span {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4622d;
}

.debarrio-properties-head h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.12;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #1a1d23;
}

.debarrio-properties-head p {
  margin: 12px 0 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #6b7280;
}

.debarrio-properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.debarrio-property-card {
  display: block;
  background: #ffffff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.debarrio-property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(26, 29, 35, 0.1);
}

.property-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #ebebeb;
}

.property-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 29, 35, 0.38) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.debarrio-property-card:hover .property-image img {
  transform: scale(1.05);
}

.property-content {
  padding: 24px;
}

.property-content h3 {
  margin: 0 0 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1a1d23;
}

.property-location {
  position: relative;
  margin: 0 0 16px;
  padding-left: 18px;
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  color: #6b7280;
}

.property-location::before {
  content: "⌖";
  position: absolute;
  left: 0;
  top: -1px;
  color: #c4622d;
  font-size: 0.85rem;
}

.property-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.property-info li {
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  color: #6b7280;
}

.property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.property-tags span {
  display: inline-flex;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  color: #3a3f4a;
}

.property-content button {
  width: 100%;
  border: none;
  padding: 12px 18px;
  background: #3a3f4a;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.property-content button:hover {
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .debarrio-properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .debarrio-properties {
    padding: 80px 20px;
  }

  .debarrio-properties-head {
    margin-bottom: 36px;
  }

  .debarrio-properties-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d75f66a */.debarrio-about {
    background: #ffffff;
    padding: 112px 24px;
    font-family: Inter, sans-serif;
}

.debarrio-about-container {
    max-width: 1280px;
    margin: 0 auto;
}

.debarrio-about-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    margin-bottom: 80px;
}

.debarrio-section-label {
    display: block;
    margin-bottom: 16px;

    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c4622d;
}

.debarrio-about h2 {
    margin: 0;

    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.12;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #1a1d23;
}

.debarrio-about-header p {
    margin: 0;

    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: #6b7280;
}

.debarrio-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #ebebeb;
}

.debarrio-benefit-card {
    background: #ffffff;
    padding: 32px;
    transition: all 0.3s ease;
}

.debarrio-benefit-card:hover {
    background: #f8f8f8;
}

.debarrio-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ebebeb;
    color: #3a3f4a;
}

.debarrio-benefit-card h3 {
    margin: 0 0 10px 0;

    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1a1d23;
}

.debarrio-benefit-card p {
    margin: 0;

    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .debarrio-about-header {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .debarrio-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .debarrio-about {
        padding: 80px 20px;
    }

    .debarrio-about-header {
        margin-bottom: 48px;
    }

    .debarrio-benefits-grid {
        grid-template-columns: 1fr;
    }

    .debarrio-benefit-card {
        padding: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3cb33f */.debarrio-reviews-grid-section {
  background: #f8f8f8;
  padding: 112px 24px;
  font-family: Inter, sans-serif;
}

.debarrio-reviews-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.debarrio-reviews-title {
  text-align: center;
  margin-bottom: 56px;
}

.debarrio-reviews-title span {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4622d;
}

.debarrio-reviews-title h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.12;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #1a1d23;
}

.debarrio-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.debarrio-review-card,
.debarrio-review-highlight {
  min-height: 240px;
  border-radius: 18px;
}

.debarrio-review-card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.stars {
  color: #fbbc05;
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.google-logo {
  font-size: 0.78rem;
  font-weight: 600;
  color: #6b7280;
}

.debarrio-review-card p {
  margin: 0 0 24px;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  color: #3a3f4a;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c4622d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  flex-shrink: 0;
}

.review-user h3 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1d23;
}

.review-user span {
  display: block;
  margin-top: 3px;
  font-size: 0.74rem;
  color: #9ca3af;
}

.debarrio-review-highlight {
  background: #3a3f4a;
  color: #ffffff;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.debarrio-review-highlight strong {
  font-family: Montserrat, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
  font-weight: 800;
}

.debarrio-review-highlight p {
  margin: 12px 0 24px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.82);
}

.review-platforms {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.review-platforms span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.72);
}

@media (max-width: 1024px) {
  .debarrio-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .debarrio-reviews-grid-section {
    padding: 80px 20px;
  }

  .debarrio-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.debarrio-review-highlight{
  text-decoration:none;
  cursor:pointer;
  transition:.3s ease;
}

.debarrio-review-highlight:hover{
  transform:translateY(-4px);
  background:#2f343d;
}

.review-btn{
  margin-top:22px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:6px;
  font-family:Montserrat,sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#ffffff;
  transition:.25s ease;
}

.debarrio-review-highlight:hover .review-btn{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.25);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa52008 */.debarrio-score-section {
  background: #ffffff;
  padding: 110px 24px;
  font-family: Inter, sans-serif;
  color: #1a1d23;
}

.debarrio-score-container {
  max-width: 1140px;
  margin: 0 auto;
}

.debarrio-score-header {
  max-width: 560px;
  margin-bottom: 44px;
}

.debarrio-score-header span {
  display: block;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4622d;
}

.debarrio-score-header h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #1a1d23;
}

.debarrio-score-header p {
  max-width: 520px;
  margin: 20px 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}

.debarrio-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.score-card {
  background: #faf7f4;
  border: 1px solid #ebe4de;
  border-radius: 18px;
  padding: 24px;
}

.score-platform {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.score-platform strong {
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3a3f4a;
}

.airbnb-icon {
  color: #ff385c;
  font-weight: 800;
  font-size: 1.1rem;
}

.booking-icon {
  background: #003b95;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 800;
  font-size: 0.8rem;
}

.google-icon {
  color: #4285f4;
  font-weight: 900;
  font-size: 1rem;
}

.score-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid #ebe4de;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.score-item:last-child {
  margin-bottom: 0;
}

.score-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(26, 29, 35, 0.08);
}

.score-number {
  min-width: 58px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.airbnb-score {
  color: #ff385c;
}

.booking-score {
  background: #003b95;
  color: #ffffff;
}

.google-score {
  color: #1a1d23;
  font-size: 1.45rem;
}

.score-item strong {
  display: block;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  color: #1a1d23;
}

.google-item strong {
  color: #fbbc05;
  letter-spacing: 1px;
}

.score-item p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #6b7280;
}

@media (max-width: 1024px) {
  .debarrio-score-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .debarrio-score-section {
    padding: 80px 20px;
  }

  .debarrio-score-header h2 {
    font-size: 2.3rem;
  }

  .score-card {
    padding: 20px;
  }

  .score-item {
    align-items: flex-start;
  }
}

.score-platform img.platform-logo {
  max-height: 28px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
}

.score-platform img[alt="Airbnb"] {
  max-height: 42px !important;
  max-width: 170px !important;
}

.score-platform img[alt="Booking"] {
  max-height: 22px !important;
  max-width: 150px !important;
}

.score-platform img[alt="Google"] {
  max-height: 24px !important;
  max-width: 32px !important;
}

.score-platform {
  height: 44px;
  margin-bottom: 22px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0078a18 */.debarrio-process {
  background: #3a3f4a;
  padding: 112px 24px;
  font-family: Inter, sans-serif;
}

.debarrio-process-container {
  max-width: 1280px;
  margin: 0 auto;
}

.debarrio-process-header {
  text-align: center;
  margin-bottom: 64px;
}

.debarrio-process-header span {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.debarrio-process-header h2 {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.12;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #ffffff;
}

.debarrio-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.07);
}

.process-card {
  background: #3a3f4a;
  padding: 40px;
}

.process-number {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.07);
}

.process-card span {
  display: block;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c4622d;
}

.process-card h3 {
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.process-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 1024px) {
  .debarrio-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .debarrio-process {
    padding: 80px 20px;
  }

  .debarrio-process-grid {
    grid-template-columns: 1fr;
  }

  .process-card {
    padding: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fcf874 */.debarrio-location-section {
  background: #f8f8f8;
  padding: 112px 24px;
  font-family: 'Inter', sans-serif;
  color: #1a1d23;
}

.debarrio-location-container {
  max-width: 1280px;
  margin: 0 auto;
}

.debarrio-location-heading {
  text-align: center;
  margin-bottom: 48px;
}

.debarrio-location-label {
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c4622d;
}

.debarrio-location-heading h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.12;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #1a1d23;
}

.debarrio-location-heading p {
  max-width: 520px;
  margin: 16px auto 0;
  font-weight: 400;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.75;
}

.debarrio-map-box {
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  height: 440px;
}

.debarrio-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.debarrio-location-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  justify-content: center;
}

.debarrio-location-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #6b7280;
}

.debarrio-icon {
  display: flex;
  color: #3a3f4a;
}

.debarrio-icon svg {
  display: block;
}

@media (max-width: 767px) {
  .debarrio-location-section {
    padding: 72px 20px;
  }

  .debarrio-map-box {
    height: 340px;
  }

  .debarrio-location-info {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .debarrio-location-item {
    text-align: center;
  }
}

.debarrio-map-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 30px;
    background:#6b6b6b;
    color:#fff;
    text-decoration:none;
    font-family:'Montserrat',sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    border-radius:4px;
    transition:.3s;
}

.debarrio-map-btn:hover{
    background:#555;
    color:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17aca9e */#contact-debarrio{
    width:100%;
}

#contact-debarrio .debarrio-contact-container{
    max-width:650px;
}

#contact-debarrio .debarrio-contact-kicker{
    display:inline-block;
    margin-bottom:18px;
    font-size:.75rem;
    font-weight:600;
    letter-spacing:.25em;
    text-transform:uppercase;
    color:#c4622d;
}

#contact-debarrio h2{
    margin:0 0 24px;
    font-size:54px;
    line-height:1.05;
    font-weight:700;
}

#contact-debarrio p{
    margin:0 0 40px;
    font-size:1rem;
    line-height:1.9;
    opacity:.75;
}

#contact-debarrio .debarrio-contact-items{
    display:flex;
    flex-direction:column;
    gap:0;
}

#contact-debarrio .debarrio-contact-item{
    padding:22px 0;
    border-bottom:1px solid rgba(0,0,0,.08);
    transition:.3s ease;
}

#contact-debarrio .debarrio-contact-item:first-child{
    border-top:1px solid rgba(0,0,0,.08);
}

#contact-debarrio .debarrio-contact-item:hover{
    padding-left:12px;
}

#contact-debarrio .debarrio-contact-item strong{
    display:block;
    margin-bottom:6px;
    font-size:.75rem;
    font-weight:600;
    letter-spacing:.15em;
    text-transform:uppercase;
    color:#c4622d;
}

#contact-debarrio .debarrio-contact-item span{
    font-size:1rem;
    line-height:1.7;
}

@media(max-width:767px){

    #contact-debarrio h2{
        font-size:38px;
    }

    #contact-debarrio p{
        margin-bottom:30px;
    }

}/* End custom CSS */