.header-background-atc {
    background-image: url('https://images.ecestaticos.com/VkBHRpiJQnJ8goW4Y0DWhXikb14=/0x0:2120x1414/1200x900/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F43d%2F75e%2Ff6e%2F43d75ef6edce43d9abb68125531d46e3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
    color: white;
  }
  .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-content {
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .breadcrumb-container {
    background-color: white;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .breadcrumb-container a{
    text-decoration: none;
    font-size: large;
  }
  .breadcrumb-container a:hover{
    color: green;
  }
  .desactivar{
    user-select: none;
  }

  