
/* Version 2026 - Overrides Sobreescritura CSS*/

.dotsmaps-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.dotsmaps-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .dotsmaps-wrapper {
        height: 75vh;
        min-height: 500px;
    }
}

.bureba-map-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 20px;
}

.bureba-map-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  max-width: 760px;
  min-height: 64px;
  padding: 16px 30px;

  color: #ffffff !important;
  background: #245a34;
  border: 2px solid #245a34;
  border-radius: 6px;

  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;

  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.bureba-map-cta__button:hover,
.bureba-map-cta__button:focus {
  color: #ffffff !important;
  background: #173f25;
  border-color: #c9ad39;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.bureba-map-cta__button:focus {
  outline: 3px solid rgba(201, 173, 57, 0.45);
  outline-offset: 4px;
}

.bureba-map-cta__icon {
  flex: 0 0 auto;
  color: #d2b53f;
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 600px) {
  .bureba-map-cta {
    padding: 24px 15px;
  }

  .bureba-map-cta__button {
    width: 100%;
    min-height: 60px;
    padding: 15px 18px;
    gap: 9px;
    font-size: 18px;
  }

  .bureba-map-cta__icon {
    font-size: 25px;
  }
}