html, body {
  overflow-x: hidden !important;
}

.principal {
  width: 100%;
  margin: 0;
  padding: 0;
}

.principal > div {
  margin: 0;
  padding: 0;
  width: 100vw;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-full {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  object-fit: contain;  /* Muestra toda la imagen sin recortar */
}

.imony{
  background-image: url(../img/btn_imony.svg);
  background-size: cover;           /* cubre todo el div */
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 30px 80px;
  font-size: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 40px auto;
  display: block;

  position: absolute;
  top: 40%;
}

.imony b {
  font-weight: 700;
}

.imony:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.segundobtn{
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuatro {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.igiro{
  background-image: url(../img/btn_igiro.svg);
  background-size: cover;           /* cubre todo el div */
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 30px 80px;
  font-size: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 40px auto;
  display: block;
  position: absolute;
  top: 30%;
}

.igiro b {
  font-weight: 700;
}

.igiro:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.seis {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;   /* <--- clave para que sea vertical */
}

.fisinter{
  background-image: url(../img/btn_interstellar.svg);
  background-size: cover;           /* cubre todo el div */
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 30px 80px;
  font-size: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 40px auto;
  display: block;
  position: absolute;
  top: 45%;
}

.fisinter b {
  font-weight: 700;
}

.fisinter:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}

.foot{
  background-color: #000;
  align-items: center;
  align-content: center;
  text-align: center;
}
.linke{
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-top: 200px;
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  .fisinter,
  .imony,
  .igiro {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 8px;
    margin-top:10px;
  }
}

@media (max-width: 600px) {
    .linke{
        width:100px;
        margin-top:10px;
        margin-bottom: 20px;
    }
}