.elementor-318 .elementor-element.elementor-element-2382403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-318 .elementor-element.elementor-element-2382403:not(.elementor-motion-effects-element-type-background), .elementor-318 .elementor-element.elementor-element-2382403 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}.elementor-318 .elementor-element.elementor-element-6001fe0.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6001fe0 *//* --- BARRA DE CRÉDITOS FINAL --- */
.footer-copyright-bar {
  width: 100%;
  padding: 25px 0;
  background-color: transparent; /* Fondo blanco según la imagen */
  border-top: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
}

.container-copyright {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left; /* Alineación a la izquierda como se ve en la imagen */
}

.footer-copyright-bar p {
  margin: 0;
  color: #000;
  font-size: 1.1rem;
  font-weight: 300; /* Peso ligero para elegancia */
  letter-spacing: 0.5px;
}

/* Estilo del enlace a tu agencia */
.bt-link {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: opacity 0.3s ease;
  position: relative;
}

.bt-link:hover {
  opacity: 0.7;
}

/* Ajuste para móvil */
@media (max-width: 768px) {
  .container-copyright {
    text-align: center; /* Centrado en móviles para mejor lectura */
  }
  
  .footer-copyright-bar p {
    font-size: 0.95rem;
  }
}/* End custom CSS */