#container_home {
    margin-left: 22px;
}
.button_home {
    border-radius: 200px;
    padding: 7px 40px 7px 40px;
    text-align: center;
    margin-bottom: 20px;
}
.button_home a {
    color: #EDEBE1;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    /* 405% */
    letter-spacing: 4px;
    text-transform: uppercase;
}
#simple.button_home {
    background: #F25041;
}
#avanzada.button_home {
    background: #00A9A7;
}

/* Full-screen dark backdrop */
.modal {
  display: none;               /* hidden by default */
  position: fixed;
  z-index: 1000;               /* above everything else */
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;         /* vertical centering */
  justify-content: center;     /* horizontal centering */
}

/* Inner box */
.modal-content {
  position: relative;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  max-width: 70%;
  width:auto;
  max-height: 90%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* The image itself */
.modal-image {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 6px;
}

/* “×” button */
.modal-close {
    position: absolute;
    top: 2.15rem;
    right: 2.75rem;
    font-size: 3.5rem;
    cursor: pointer;
    line-height: 1;
    color: white;
}
