/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* CUSTOM STYLE */
/* ── Secciones ── */
/* ── #proyectos-destacados ── */
/* Botón píldora oscuro */
.btn-pill-dark.w-btn {
  border-radius: 9999px;
  background: #303030;
  color: #fff;
  padding: 12px 28px;
  font-size: 15px;
}

.btn-pill-dark.w-btn:hover {
  background: #5f5f5f;
}

/* Carrusel: dots como líneas horizontales */
.proyectos-carousel .w-carousel-dots {
  position: absolute;
  right: 40px;
  bottom: 46px;
  gap: 8px;
}

.proyectos-carousel .w-carousel-dot {
  width: 42px;
  height: 2px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 0;
}

.proyectos-carousel .w-carousel-dot.active {
  background: rgba(255, 255, 255, 0.9);
}

/* Overlay oscuro sobre imágenes del carrusel */
.proyectos-carousel .w-post-elm-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Caption superpuesto */
.proyectos-carousel .w-post-elm-content {
  position: absolute;
  left: 40px;
  bottom: 36px;
  max-width: 720px;
  color: #fff;
  z-index: 2;
}


/* ── Pie de página ── */
.footer-logo img { height: 96px; width: auto; }
.footer-bottom .w-menu-list { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; font-size: 13px; }
.footer-bottom .w-menu-list a { color: #5f5f5f; text-decoration: none; }
.footer-bottom .w-menu-list a:hover { color: #303030; }
/* END CUSTOM STYLE */
