.elementor-550 .elementor-element.elementor-element-63c57c1{--display:flex;}.elementor-550 .elementor-element.elementor-element-9854ec3{--display:flex;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}.elementor-550 .elementor-element.elementor-element-67359d7{padding:14px 14px 14px 14px;}.elementor-550 .elementor-element.elementor-element-67359d7 .gallery-item .gallery-caption{text-align:center;margin-block-start:0px;}.elementor-550 .elementor-element.elementor-element-bfe7754{--display:flex;}@media(max-width:1024px){.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-widget-image-gallery .gallery-item .gallery-caption{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-f483361 *//* NAV */

.nd-nav{
    position:sticky;
    top:0;
    z-index:999;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(10px);
    border-bottom:1px solid #eee;
}

.nd-nav-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.nd-back{
    text-decoration:none;
    color:#003366;
    font-weight:900;
    text-transform:uppercase;
    font-style:italic;
}

.nd-mini-title{
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#888;
}
.header-provincia {
    padding: 60px 20px;
    background: white;
    
}
.header-content h1 {
    font-size: 48px;
    color: rgb(30 58 138);
    font-weight: 900;
    font-style: italic;
}
.header-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: red;
}
.header-tag .line {
    width: 40px;
    height: 4px;
    background: red;
}
.info{
    color: rgb(107 114 128 );
    line-height: 1.625;
    font-style: italic;
    font-weight: 400;
    font-size: 1.25rem;
}
.tag{
    color: rgb(220 38 38);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1rem;
}
.stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    color: #a8a2ae;
    font-weight: 400;
}
.stats strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #1e3a8a;

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-63c57c1 */.header-provincia {
    padding: 60px 20px;
    background: white;
}/* End custom CSS */
/* Start custom CSS for image-gallery, class: .elementor-element-67359d7 */.mi-galeria .elementor-image-gallery .gallery {
    padding: 8px;
}

.mi-galeria .elementor-image-gallery .gallery img {
    border-radius: 15px;
    transition: 0.3s;
    padding: 8px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

/* ITEM */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    opacity: 0;
    transition: 0.3s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}/* End custom CSS */
/* Start custom CSS for template, class: .elementor-element-10e41ba */.footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0b2c5f;
  color: white;
  padding: 40px 20px;
}

.footer_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

/* IZQUIERDA */
.footer_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_logo {
  width: 60px;
  height: auto;
}

.footer_left h4 {
  font-size: 0.9rem;
  margin: 0;
  color: #cbd5e1;
}

.footer_left p {
  font-size: 0.8rem;
  margin: 0;
  color: #cbd5e1;
}

/* CENTRO */
.footer_center {
  text-align: center;
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* DERECHA */
.footer_right {
  text-align: right;
  font-size: 0.85rem;
}

.footer_right p {
  margin: 3px 0;
}

.footer_right a {
  color: #60a5fa;
  text-decoration: none;
}

.footer_right a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    text-align: center;
  }

  .footer_right {
    text-align: center;
  }
}/* End custom CSS */