/*
Theme Name: danieldiaz
Theme URI: https://danieldiaz.es
Description: Danieldiaz
Author: Danieldiaz.es
Author URI: https://danieldiaz.es
Template: hello-elementor
Version: 1.0.0
Text Domain: danieldiaz
*/
header {
  position: relative;
  width: 100%;
  z-index: 1000;
  transition: all 0.6s ease;
}

/* Cuando se añade la clase is-sticky */
header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  transition: all 0.6s ease;
}

header.is-sticky .header{
    background:#1a223375 !important;
}

.tags span{
  background-color:#cc3d6a;
  color:#fff;
  padding:5px;
  border-radius:20px;
  margin-right:5px;
}