    .tarjeta {
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 10px;
        padding: 15px;
        text-align: center;
        background-color: #fff;
        transition: transform 0.2s;
        width: 350px;
        display: inline-block;
    }

    .tarjeta:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .foto-alcalde {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    h2 {
        color: #333;
    }

    /* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
  }
.modal-open .modal{margin-top: 60px!important}

  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
.modal-content img{border-radius: 50%;margin-bottom: 12px}

.close {
      position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 12px !important;
  font-size: 2rem !important;
  color: #ffffff !important;
  background-color: #000000 !important;
  text-align: center;
  border-radius: 6px;
  line-height: 24px !important;
  height: 35px !important;
    padding-bottom: 8px!important

  }
.close span{margin: 0;padding: 0;line-height: -10px}

button.close{margin: 10px!important}
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
    h8 {
background-color: #ffffff!important;
  display: inline-block!important;
  padding: 12px 30px!important;
  color: #000000!important;
  font-size: 1.1em!important;
  font-weight: bold!important;
  border-radius: 100px !important;
  border: 2px solid #000000;
        color: #000000!important;
        width: 200px;
  height: 50px;
    }

    h8 a:link {
        color: #000000;
        text-decoration: none
    }

    h8 a:visited {
        color: #000000;
        text-decoration: none
    }
.footer-info p {display: contents;font-size: 0.9em}