/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 18:16:52 */
.banner .elementor-slide-description, #banner-servei .elementor-slide-description {
	color: white !important;
	padding-bottom: 15px !important;
}
/* Asegura que el contenedor tenga ancho completo */
.elementor-widget-container {
  width: 100%;
}

/* El <figure> ocupa el 100% del contenedor */
figure.wp-caption {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

/* Imagen ocupa el 100% del ancho disponible */
figure.wp-caption img {
  width: 100%;
  height: auto;
  display: block;
}

figure a {
	width: 100% !important;
}

/* Leyenda centrada vertical y horizontalmente */
.widget-image-caption.wp-caption-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/* Fondo negro detrás del texto, cubre toda la imagen */
.widget-image-caption.wp-caption-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

#ast-scroll-top {
	display: none !important;
}

.elementor.elementor-318.elementor-location-header {
	border-bottom: 4px solid #CD1012;
}
