body {
  margin: 0;
  background-color: white;
}

.container_flyer {
  flex-direction: column;
  position: relative;
  margin-left: 20rem;
  margin-right: 20rem;
  align-items: center;
}

.img_page_1 {
  display: flex;
  width: 100%;
  height: auto;
}

.hotspot_img_page_1 {
  position: absolute;
  display: block;
  left: 48.8%;
  top: 44.4%;
  width: 11%;
  height: 3.9%;
  background: rgba(255, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
}

.hotspot:focus {
  outline: 3px solid #ff9800;
  outline-offset: 2px;
}

.img_page_2 {
  display: flex;
  width: 100%;
  height: auto;
}

.hotspot_img_page_2 {
  position: absolute;
  display: block;
  left: 13%;
  top: 95.7%;
  width: 21%;
  height: 1.4%;
  background: rgba(0, 187, 31, 0);
  cursor: pointer;
  text-decoration: none;
}

.hotspot:focus {
  outline: 3px solid #00ce00;
  outline-offset: 2px;
}

@media (max-width: 1700px) {
  .container_flyer {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media (max-width: 1300px) {
  .container_flyer {
    margin-left: 0;
    margin-right: 0;
  }
}
