/* Estilo para las tarjetas de los candidatos */
.candidato {
    margin:  10px; /* Ajusta el margen según tus necesidades */
    box-sizing: border-box;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 130px;
    display: inline-block;
    vertical-align: top;
    min-height: 245px;
  
}
@media only screen and (max-width: 600px) {
.candidato {
    min-width: 150px;
  }
    .candidatos-head h1{text-align: center}
}
.candidato p {
    margin: 0;
    white-space:normal;

}
.porcentaje{font-size: 1.5em;font-weight: bold}
.canton{font-weight: bold!important;}
.candidato img {
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    margin-top: 10px;
    border-radius: 50%;
}
.candidatos-head{margin: auto;max-width: 1147pc;min-height: 100px;background-image: url(https://www.nacion.com/gnfactory/especiales/2024/elecciones-muinicipales-febrero/img/header-EF.png);background-size: cover;text-align: center}
.candidatos-head li{display: inline-block;margin: 10px 5px;list-style-image: none;vertical-align: top}
.candidatos-head h1 {color: #ffffff;font-size: 2em;text-align: left;margin-top: 6px;}
.my-button {
  padding: 5px 5px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
}
.footer-info p {display: inline-block;margin-top: 4px;text-transform: none;font-size: 0.7em;font-family: arial, helvetica, sans-serif}