body {
      background-color: #f8f9fa;
    }

    .search-box {
      position: relative;
    }

    .search-box input {
      padding-left: 2.5rem;
    }

    .search-box .icon-search {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      color: #888;
    }

    .search-box .btn-clear {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      background: none;
      border: none;
      font-size: 1.2rem;
      color: #888;
      cursor: pointer;
    }

    .results-box {
      margin-top: 1rem;
      background-color: #fff;
      border-radius: 0.5rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 1rem;
    }

    .result-item {
      border-bottom: 1px solid #eee;
      padding: 0.75rem 0;
    }

    .result-item:last-child {
      border-bottom: none;
    }

    .result-title {
      font-weight: bold;
      color: #007bff;
      text-decoration: none;
    }

    .result-description {
      font-size: 0.9rem;
      color: #666;
    }

    .link-item a {
      text-decoration: none;
      display: block;
      padding: 0.4rem 0;
      color: #007bff;
    }

    .link-item a:hover {
      text-decoration: underline;
    }

 .footer 
 {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #dee2e6;
}

.logo 
{
    height: 40px;
}


    * {
      font-family: 'Poppins', sans-serif;
    }
    .sidebar {
      min-height: 100vh;
      background-color: #03a9f3;
      color: white;
    }
    h1 {
  font-size: 42px;
  margin: 0.67em 0;
  font-weight: bold;
}
h3 {
    font-weight: bolder;
}
    .sidebar a {
      color: white;
      text-decoration: none;
      display: block;
      padding: 8px 15px;
      border-radius: 6px;
    }
    .sidebar a:hover {
      background: rgba(255,255,255,0.1);
    }
    .submenu {
      padding-left: 20px;
      display: none;
    }
    .content-area {
      background: white;
      min-height: 100vh;
      padding: 30px 30px 0 30px;
      border-left: 1px solid #ddd;
    }
   .imagen-fondo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  opacity: 1;
}

a {
    font-size: 14px;
}
