body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-size: 11px;
  position: relative;
}

a {
  background: transparent;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: white;
}

.whatsappBlanco {
  position: absolute;
  top: 42px;
  right: 80px;
  z-index: 1000;
  font-size: 35px;
}

.whatsappBlanco img {
  filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
  width: 50px;
  height: 50px;
}

.line {
  height: 1px;
}

.loguitoTexto {
  position: absolute;
  margin: 50px 0 0 50px;
}

.loguitoTexto img {
  width: 250px;
}

.loguitoTexto .domicilio {
  font-size: 15px;
  margin-left: 75px;
}

#logotipos {
  position: absolute;
  top: 85%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 900px;
  display: flex;
  justify-content: center; /* Centra verticalmente */
  align-items: center;
}

#logotipos img {
  display: inline-block;
  max-width: 150px;
  max-height: 50px;
  margin: 0 20px;
}

#q {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#q img {
  display: block;
  width: 60%;
  max-width: 400px;
}

#flkt-slide {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

#flkt-slide img.rotar {
  display: block;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}

#progress {
  display: block;
  background: #fff;
  height: 2px;
  width: 0px;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  .whatsappBlanco {
    right: 20px;
  }
  #logotipos {
    position: absolute;
    top: 85%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    display: unset;
    justify-content: center; /* Centra verticalmente */
    align-items: center;
    padding-bottom: 50px;
  }

  #logotipos img {
    display: inline-block;
    max-width: 50%;
    max-height: auto;
    margin: 5px 10px;
  }

  #q {
    display: none;
  }

  .loguitoTexto {
    position: absolute;
    width: 100%;
    padding: 40px;
    margin: 0;
  }

  .loguitoTexto img {
    width: 250px;
  }

  .loguitoTexto .domicilio {
    font-size: 15px;
    margin-left: 75px;
  }
}
