.elementor-5898 .elementor-element.elementor-element-39ae182 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5898 .elementor-element.elementor-element-baabe41{margin-top:20px;margin-bottom:20px;}body.elementor-page-5898:not(.elementor-motion-effects-element-type-background), body.elementor-page-5898 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-6ba71ee *//* ===================== */
/* BASE */
/* ===================== */
.hero-next {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 100px 40px;
  background: linear-gradient(135deg, #020617, #0f172a);
  overflow: hidden;
  position: relative;
}

/* GLOW PREMIUM */
.hero-next::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(21,126,177,0.25), transparent);
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  filter: blur(120px);
  z-index: 0;
}

/* ===================== */
/* WRAP */
/* ===================== */
.hero-wrap {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  min-height: 520px;
  position: relative;
  z-index: 2;
}

/* ===================== */
/* LEFT */
/* ===================== */
.hero-content {
  max-width: 560px;
  color: white;
}

/* BADGE */
.hero-badge {
  background: rgba(21,126,177,0.15);
  color: #38bdf8;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

/* TITLE */
.hero-content h1 {
  font-size: 52px;
  line-height: 1.05;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.hero-content h1 span {
  color: #157EB1;
}

/* SUB */
.hero-sub {
  color: #94a3b8;
  font-size: 16px;
  margin-bottom: 22px;
}

/* TAGS */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.hero-tags span {
  font-size: 12px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  color: #cbd5f5;
  transition: 0.3s;
}

.hero-tags span:hover {
  background: rgba(21,126,177,0.2);
}

/* ===================== */
/* CTA */
/* ===================== */
.hero-cta {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.btn-main {
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  padding: 14px 26px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(21,126,177,0.5);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 14px 26px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.05);
}

/* ===================== */
/* TRUST */
/* ===================== */
.hero-trust {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 25px;
}

/* ===================== */
/* STATS */
/* ===================== */
.hero-stats {
  display: flex;
  gap: 25px;
}

.hero-stats strong {
  display: block;
  color: #157EB1;
  font-size: 18px;
}

/* ===================== */
/* RIGHT VISUAL */
/* ===================== */
.hero-visual {
  position: relative;
  width: 420px;
  height: 480px;
}

/* ===================== */
/* CARDS */
/* ===================== */
.hero-card {
  position: absolute;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: white;
  font-size: 14px;
  transition: all 0.4s ease;
}

/* OVERLAY PRO */
.hero-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2,6,23,0.9),
    rgba(2,6,23,0.2)
  );
  z-index: 1;
}

/* TEXTO */
.hero-card span {
  position: relative;
  z-index: 2;
  font-weight: 500;
}

/* HOVER ULTRA */
.hero-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}

/* ===================== */
/* POSICIONES */
/* ===================== */

/* PRINCIPAL */
.hero-card.main {
  width: 260px;
  height: 360px;
  top: 0;
  left: 0;
}

/* SECUNDARIA */
.hero-card.small1 {
  width: 180px;
  height: 140px;
  bottom: 90px;
  right: 0;
}

/* TERCIARIA */
.hero-card.small2 {
  width: 160px;
  height: 120px;
  bottom: 0;
  right: 60px;
}

/* ===================== */
/* RESPONSIVE */
/* ===================== */
@media(max-width:1024px){

  .hero-wrap {
    flex-direction: column;
    text-align: center;
    min-height: auto;
  }

  .hero-visual {
    margin-top: 40px;
  }

  .hero-tags,
  .hero-trust,
  .hero-stats,
  .hero-cta {
    justify-content: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0cac9c9 *//* ========================= */
/* SECTION FULL WIDTH REAL */
/* ========================= */
.trust-pro-v2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

/* GLOW SUAVE */
.trust-pro-v2::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(21,126,177,0.12), transparent);
  top: -120px;
  left: -120px;
  filter: blur(120px);
}

/* ========================= */
/* CONTAINER */
/* ========================= */
.trust-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* ========================= */
/* BADGE */
/* ========================= */
.badge {
  display: inline-block;
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* ========================= */
/* TITULO */
/* ========================= */
.trust-head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}

/* TEXTO */
.trust-head p {
  color: #64748b;
  max-width: 600px;
  margin: auto;
  font-size: 16px;
}

/* ========================= */
/* LOGOS MARCAS */
/* ========================= */
.trust-brands {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

/* AQUÍ ESTABA EL PROBLEMA */
.trust-brands img {
  max-width: 500px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.4s ease;
}

/* HOVER SUAVE */
.trust-brands img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.02);
}

/* ========================= */
/* BENEFICIOS */
/* ========================= */
.trust-benefits {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.benefit {
  background: white;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.benefit:hover {
  transform: translateY(-5px);
}

/* ========================= */
/* DIVIDER */
/* ========================= */
.trust-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #157EB1, #1d4ed8);
  margin: 40px auto;
  border-radius: 10px;
}

/* ========================= */
/* PAGOS */
/* ========================= */
.trust-payments {
  margin-bottom: 40px;
}

.payments-text {
  font-size: 15px;
  color: #334155;
  margin-bottom: 15px;
}

/* CONTROL DE TAMAÑO (FIX IMPORTANTE) */
.trust-payments img {
  max-width: 600px;
  width: 100%;
  height: auto;
  opacity: 0.9;
}

/* ========================= */
/* CTA */
/* ========================= */
.trust-cta {
  display: inline-block;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  padding: 16px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 15px 40px rgba(21,126,177,0.25);
}

.trust-cta:hover {
  transform: translateY(-4px);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {

  .trust-head h2 {
    font-size: 26px;
  }

  .trust-head p {
    font-size: 14px;
  }

  .trust-brands img {
    max-width: 100%;
  }

  .trust-payments img {
    max-width: 100%;
  }

  .trust-benefits {
    gap: 12px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d339fc5 *//* ===== CONTENEDOR GENERAL ===== */
.products-premium-ui ul.products {
  margin-top: 20px;
}

/* ===== CARD ===== */
.products-premium-ui ul.products li.product {
  background: #f5f7fb;
  border-radius: 18px;
  padding: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
}

/* HOVER PREMIUM */
.products-premium-ui ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===== IMAGEN ===== */
.products-premium-ui ul.products li.product img {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* ===== TITULO ===== */
.products-premium-ui ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* ===== PRECIO ===== */
.products-premium-ui ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 12px;
}

/* ===== OCULTAR BOTÓN ORIGINAL ===== */
.products-premium-ui ul.products li.product a.button {
  display: none !important;
}

/* ===== BOTÓN "VER PRODUCTO" ===== */
.products-premium-ui ul.products li.product .view-product-btn {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* HOVER BOTÓN */
.products-premium-ui ul.products li.product .view-product-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 6px 18px rgba(37,99,235,0.3);
}

/* ===== QUITAR SUBRAYADO LINKS ===== */
.products-premium-ui a {
  text-decoration: none !important;
}

/* ===== HOVER PREMIUM AZUL ===== */
.products-premium-ui ul.products li.product {
  position: relative;
  overflow: hidden;
}

/* CAPA DE COLOR (SUAVE) */
.products-premium-ui ul.products li.product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #157EB1;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

/* ACTIVACIÓN */
.products-premium-ui ul.products li.product:hover::before {
  opacity: 1;
}

/* CONTENIDO ENCIMA */
.products-premium-ui ul.products li.product * {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

/* TEXTO BLANCO EN HOVER */
.products-premium-ui ul.products li.product:hover .woocommerce-loop-product__title,
.products-premium-ui ul.products li.product:hover .price {
  color: #ffffff !important;
}

/* IMAGEN MÁS LIMPIA */
.products-premium-ui ul.products li.product:hover img {
  background: rgba(255,255,255,0.15);
  transform: scale(1.05);
}

/* BOTÓN EN HOVER */
.products-premium-ui ul.products li.product:hover .view-product-btn {
  background: #ffffff;
  color: #157EB1;
}

/* SOMBRA MÁS PRO */
.products-premium-ui ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(21,126,177,0.25);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-004f440 *//* ========================= */
/* SECTION */
/* ========================= */
.multi-pro-v2 {
  padding: 90px 60px;
  background: #f8fafc;
}

/* ========================= */
/* HEAD */
/* ========================= */
.multi-head {
  text-align: center;
  margin-bottom: 50px;
}

.multi-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.multi-head p {
  color: #64748b;
  max-width: 600px;
  margin: 10px auto 0;
}

/* BADGE */
.multi-head .badge {
  display: inline-block;
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* ========================= */
/* GRID */
/* ========================= */
.multi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ========================= */
/* CARD */
/* ========================= */
.multi-card {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

/* BACKGROUND */
.multi-card .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s;
}

/* OVERLAY */
.multi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent);
}

/* ========================= */
/* GLASS */
/* ========================= */
.multi-card .glass {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  padding: 16px;
  border-radius: 14px;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  color: white;
  z-index: 2;
  transition: 0.4s;
}

/* TITULO */
.multi-card .glass h3 {
  margin: 0;
  font-size: 20px;
}

/* TEXTO */
.multi-card .glass span {
  font-size: 13px;
  opacity: 0.85;
}

/* ========================= */
/* HOVER PREMIUM */
/* ========================= */
.multi-card:hover .bg {
  transform: scale(1.1);
}

.multi-card:hover .glass {
  background: rgba(21,126,177,0.9);
}

.multi-card:hover {
  transform: translateY(-6px);
  transition: 0.3s;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 1024px) {

  .multi-pro-v2 {
    padding: 70px 40px;
  }

  .multi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .multi-card {
    height: 260px;
  }

}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 768px) {

  .multi-pro-v2 {
    padding: 60px 20px;
  }

  .multi-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .multi-card {
    height: 220px;
  }

  .multi-card .glass {
    padding: 14px;
  }

  .multi-card .glass h3 {
    font-size: 16px;
  }

  .multi-card .glass span {
    font-size: 12px;
  }

  .multi-head h2 {
    font-size: 26px;
  }

  .multi-head p {
    font-size: 14px;
  }

}

/* ========================= */
/* 📱 MOBILE SMALL */
/* ========================= */
@media (max-width: 480px) {

  .multi-card {
    height: 200px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7110902 *//* ========================= */
/* SECTION */
/* ========================= */
.services-ultra-v2 {
  padding: 90px 60px;
  background: linear-gradient(180deg, #ffffff, #f1f5f9);
}

/* ========================= */
/* HEAD */
/* ========================= */
.services-head {
  text-align: center;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

.services-head .tag {
  display: inline-block;
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
}

.services-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.services-head h2 span {
  color: #157EB1;
}

.services-head p {
  color: #64748b;
  font-size: 16px;
  margin-top: 10px;
}

/* ========================= */
/* GRID */
/* ========================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ========================= */
/* CARD */
/* ========================= */
.service-card-pro {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

/* IMAGE */
.service-card-pro .image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: 0.6s;
}

/* OVERLAY */
.service-card-pro .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  transition: 0.4s;
}

/* CONTENT */
.service-card-pro .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  z-index: 2;
  transition: 0.4s;
}

/* ICON */
.service-card-pro .icon {
  font-size: 22px;
  margin-bottom: 10px;
}

/* TITLE */
.service-card-pro h3 {
  margin: 0;
  font-size: 22px;
}

/* TEXT */
.service-card-pro p {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 5px;
}

/* ========================= */
/* HOVER PREMIUM */
/* ========================= */
.service-card-pro:hover {
  transform: translateY(-6px);
}

.service-card-pro:hover .image {
  transform: scale(1.08);
}

.service-card-pro:hover .overlay {
  background: linear-gradient(to top, rgba(21,126,177,0.85), transparent);
}

.service-card-pro:hover .content {
  transform: translateY(-10px);
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 1024px) {

  .services-ultra-v2 {
    padding: 70px 40px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card-pro {
    height: 260px;
  }

}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 768px) {

  .services-ultra-v2 {
    padding: 60px 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card-pro {
    height: 220px;
  }

  .services-head h2 {
    font-size: 26px;
  }

  .services-head p {
    font-size: 14px;
  }

  .service-card-pro h3 {
    font-size: 18px;
  }

  .service-card-pro p {
    font-size: 13px;
  }

}

/* ========================= */
/* 📱 MOBILE SMALL */
/* ========================= */
@media (max-width: 480px) {

  .service-card-pro {
    height: 200px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10faffe *//* ========================= */
/* SECTION */
/* ========================= */
.clients-pro {
  padding: 100px 20px;
  background: #ffffff;
  text-align: center;
}

/* HEAD */
.clients-head {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

.clients-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
}

.clients-head p {
  color: #64748b;
  margin-top: 10px;
}

/* BADGE */
.clients-head .badge {
  display: inline-block;
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* ========================= */
/* SLIDER */
/* ========================= */
.clients-slider {
  overflow: hidden;
  position: relative;
}

/* TRACK */
.clients-track {
  display: flex;
  gap: 60px;
  animation: scroll 25s linear infinite;
}

/* LOGO */
.client {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGEN */
.client img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s;
}

/* HOVER */
.client img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* ========================= */
/* ANIMACIÓN */
/* ========================= */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {
  .clients-track {
    gap: 30px;
  }

  .client {
    min-width: 120px;
  }

  .client img {
    max-height: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee05110 *//* ========================= */
/* SECTION */
/* ========================= */
.map-pro-v2 {
  padding: 10px 20px;
  background: #f8fafc;
}

/* WRAPPER */
.map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

/* MAPA */
.map-wrapper iframe {
  width: 100%;
  height: 500px;
  border: none;
}

/* OVERLAY */
.map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.4), transparent);
  pointer-events: none;
}

/* ========================= */
/* CARD */
/* ========================= */
.map-card {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 20px;
  max-width: 320px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* BADGE */
.map-card .badge {
  display: inline-block;
  background: rgba(21,126,177,0.1);
  color: #157EB1;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* TITLE */
.map-card h3 {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

/* TEXT */
.map-card p {
  color: #64748b;
  margin-bottom: 15px;
}

/* INFO */
.map-info {
  font-size: 14px;
  color: #334155;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

/* BUTTONS */
.map-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* BTN OUTLINE */
.btn-outline {
  text-align: center;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #f1f5f9;
}

/* BTN MAIN */
.btn-main {
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #157EB1, #1d4ed8);
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-main:hover {
  transform: translateY(-2px);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 768px) {

  .map-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 20px;
  }

  .map-overlay {
    display: none;
  }

}/* End custom CSS */