/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.5.1761770048
Updated: 2025-10-29 15:34:08

*/



/* Scroll suave hacia el mapa */
html { scroll-behavior: smooth; }

/* Botón "Cambiar en el mapa" */
.hv-map-link{
  display:inline-block;
  padding:10px 16px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
  border:1px solid #0B2F6A;
  background:#0B2F6A;        /* azul base */
  color:#fff;
  transition:background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.hv-map-link:hover,
.hv-map-link:focus{
  background:#066AEC;        /* azul “iluminado” */
  border-color:#066AEC;
  color:#fff;
  box-shadow:0 2px 8px rgba(6,106,236,.25);
  outline:0;
}

/* Resalta el mapa al llegar */
#hv-map-wrap:target{ animation:hvPulse 1.1s ease; }
@keyframes hvPulse{
  0%{box-shadow:0 0 0 0 rgba(6,106,236,.65)}
  100%{box-shadow:0 0 0 14px rgba(6,106,236,0)}
}



.hv-card{ transition: box-shadow .2s ease, outline-color .2s ease; }
.hv-card.hv-pulse{
  outline: 2px solid #066AEC; outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(6,106,236,.15);
}


