
    .buscador {max-width: 900px;margin: 80px auto 50px auto;}
    .resultado {margin-bottom: 20px;padding: 15px;border-bottom: 1px solid #ccc;    }
    .titulo {font-size: 1.25rem;font-weight: 500;}
    .link {font-size: 0.9rem;color: #006621;}
    .snippet {font-size: 1rem;color: #333;}
    .info-extra {font-size: 0.85rem;color: #666;}
    
    .bg-custom {background-color: #F1E6D2;}
    .btn-custom{background-color: #F1E6D2;color:#052449;}
    .text-custom {color: #052449;}
    .navbar-custom {background-color: #F1E6D2 !important;}
    .navbar-custom .nav-link {color: #052449 !important;}
    .navbar-custom .btn {background-color: #F1E6D2;color: #052449;border: 1px solid #052449;}
    .navbar-custom { background-color: #F1E6D2 !important;}

.navbar-custom .navbar-toggler {
  background: #F1E6D2;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30'
  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(241,230,210,1)' 
  stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 
  d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Sticky footer con flexbox */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; /* el contenido ocupa el espacio disponible */
}

footer {
  background-color: #052449;
  color: #F1E6D2;
  text-align: center;
  padding: 1rem;
}

.card-img-top {
  height: 220px;          /* ajusta según el diseño */
  object-fit: cover;      /* recorta la imagen sin deformarla */
  width: 100%;            /* que ocupe todo el ancho */
}

.foto-politico {
  /*width: 100%;*/
  width: 164px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ddd;
  border-radius: 0.5rem 0.5rem 0 0;
}



