@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.dropzone {
  border: 2px dashed black;
  height: 70vh;
  width: 80vw;
  margin: auto auto;
  margin-bottom: 5px;
}

body {
  font-family: "Poppins", sans-serif;
}
.draggable {
  cursor: move;
}
#dropzone > img {
  width: 60px;
  opacity: 80%;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  z-index: 10000;
}
.video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  text-align: center;
  margin: auto;
}
.guardar-escena,
#btnImportarImagen {
  font-family: "Poppins", sans-serif;
  margin: auto;
  text-decoration: none;
  text-align: center;
  background: rgb(51, 161, 215);
  background: linear-gradient(
    90deg,
    rgba(51, 161, 215, 1) 0%,
    rgba(26, 49, 197, 1) 100%
  );
  color: whitesmoke;
  width: 200px;
  border-radius: 6px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin: 10px 0;
  height: 44px;
  line-height: 15px;
  padding-top: 12px;
}
#imagen-cargada > img {
  position: absolute;
}
.guardar-escena.eti {
  height: 36px;
  line-height: 35px;
  padding: 4px 0;
  font-size: 15px;
}
#contenedoresTexto {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.duplicate-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  background: rgb(27, 49, 197);
  background: linear-gradient(
    0deg,
    rgba(27, 49, 197, 1) 0%,
    rgba(47, 146, 214, 1) 100%
  );
  border: none;
  color: whitesmoke;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 13px;
}
.instrumentos-contenedor {
  position: absolute;
  top: 0;
}
.text-caja {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 14px;
  height: 50px;
  width: 100px;
  resize: none;
  margin: 0;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: -100px;
  background: none;
}
ul.home-stage {
  margin-bottom: 20px;
}
.image-container.text {
  height: 50px;
}
.cajas-de-texto {
  display: flex;
  position: relative;
  top: 400px;
  flex-wrap: wrap;
  height: 100px;
}
.caja-inputs {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 13px;
  height: 14px;
  width: 116px;
  resize: none;
  margin: 0;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
}
.image-container {
  display: inline-block;
  position: relative;
  margin: 10px;
  width: 116px;
  height: 146px;
}
.section-botonesStage {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 30px;
}
.section-botonesStage.bot {
  margin-top: 250px;
}
.hidden {
  display: none;
}
.rotate-btn,
.top-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background: rgb(27, 49, 197);
  background: linear-gradient(
    0deg,
    rgba(27, 49, 197, 1) 0%,
    rgba(47, 146, 214, 1) 100%
  );
  border: none;
  color: whitesmoke;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 13px;
  width: 50px;
}
.top-btn {
  right: 0;
  left: 11px;
  margin: auto;
  width: 50px;
}
.botones-cajasi {
  background: rgb(27, 49, 197);
  background: linear-gradient(
    0deg,
    rgba(27, 49, 197, 1) 0%,
    rgba(47, 146, 214, 1) 100%
  );
  border: none;
  color: whitesmoke;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 15px;
  margin: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  width: 200px;
  height: 44px;
}
#aplicarFiltro {
  background: rgb(27, 49, 197);
  background: linear-gradient(
    0deg,
    rgba(27, 49, 197, 1) 0%,
    rgba(47, 146, 214, 1) 100%
  );
  border: none;
  color: whitesmoke;
  border-radius: 6px;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 15px;
  margin: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  width: 200px;
  height: 44px;
}
.contenedor-botonescajas {
  display: flex;
  justify-content: center;
}

#editable-heading {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 30px;
}
.contenedor-imagenes {
  margin-right: 0;
  margin-top: 50px;
  height: 500px;
  position: relative;
}
.image-container > img {
  position: absolute;
  width: 110px;
}
input.buscador {
  width: 50%;
  margin: auto;
}
input {
  height: 40px;
  width: 200px;
  /* box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.2); */
  border: none;
  border-bottom: solid 1px black;
}

nav {
  z-index: 20;
  position: relative;
}
nav ul {
  list-style-type: none;
  padding: 0;
  width: 10%;
  background-color: black;
  margin: auto;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  border-radius: 6px;
}
nav ul li {
  width: auto;
  display: flex;
  align-items: center;
}
nav ul li img {
  width: 40px;
  margin-right: 20px;
}
nav a {
  text-decoration: none;
  color: whitesmoke;
  font-size: 15px;
  font-weight: 600;
}
.marcas-lista {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.marcas-img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.marcas-img > a > img {
  width: 100%;
}
#clearLocalStorage {
  font-family: "Poppins", sans-serif;
  background: rgb(27, 49, 197);
  background: linear-gradient(
    0deg,
    rgba(27, 49, 197, 1) 0%,
    rgba(47, 146, 214, 1) 100%
  );
  border: none;
  color: whitesmoke;
  padding: 10px 20px;
  border-radius: 6px;
  width: 200px;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  cursor: pointer;
  height: 44px;
  font-weight: 500;
}
footer {
  background-color: #efefef;
  color: black;
  height: 217px;
  font-size: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}
footer h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 7px;
}
footer img {
  width: 128px;
  margin: 0;
}
footer div {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
footer div.redes-footer {
  display: flex;
  flex-direction: row;
  align-items: right;
  justify-content: center;
}
footer .redes-footer > a > img {
  height: 30px;
  width: auto;
  margin: 0 5px;
}
footer .redes-footer > a.patreon > img {
  height: 30px;
  width: auto;
}
@media (max-width: 1024px) {
  .dropzone {
    height: 40vh;
    width: 90vw;
  }
  .section-botonesStage {
    width: 90%;
  }
  .guardar-escena,
  #btnImportarImagen,
  #aplicarFiltro,
  #clearLocalStorage {
    margin: 5px 0;
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .dropzone {
    height: 60vh !important;
  }
}
@media (max-width: 1100px) {
  .contenedor-imagenes {
    height: 700px;
  }
  .cajas-de-texto {
    top: 550px;
  }
}
@media (max-width: 900px) {
  .contenedor-imagenes {
    height: 900px;
  }
  .cajas-de-texto {
    top: 700px;
  }
}
@media (max-width: 700px) {
  .contenedor-imagenes {
    height: 1200px;
  }
  .cajas-de-texto {
    top: 850px;
  }
}
@media (max-width: 600px) {
  .cajas-de-texto {
    top: 800px;
  }
  .image-container {
    width: 100px;
    height: 120px;
  }
  .contenedor-imagenes {
    margin-right: 0;
    margin-top: 5px;
    height: 1100px;
  }
  .image-container > img {
    width: 100px;
  }
  #contenedoresTexto {
    width: 95vw;
    justify-content: center;
  }
  .video {
    width: 280px;
    height: auto;
  }
  .caja-inputs {
    font-size: 12px;
    width: 100px;
  }
  .section-botonesStage {
    flex-wrap: wrap;
    width: 100%;
  }
  .section-botonesStage.bot {
    margin-top: 400px;
  }
  .dropzone {
    height: 40vh;
    width: 95vw;
  }
  #clearLocalStorage {
    margin-bottom: 5px;
    width: 150px;
  }
  nav a {
    font-size: 15px;
  }
  nav ul {
    width: 100px;
    margin-top: 10px;
  }
  .botones-cajasi {
    font-size: 15px;
    width: 130px;
  }
  .guardar-escena,
  #btnImportarImagen,
  #aplicarFiltro {
    margin: 5px 0;
    width: 150px;
  }
  footer .redes-footer > a > img {
    height: 25px;
  }
  footer img {
    width: 80px;
  }
  footer h6 {
    padding: 0 0px;
    font-size: 13px;
  }
  footer {
    flex-direction: column;
    justify-content: center;
  }
  footer div {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .cajas-de-texto {
    top: 1000px;
  }
  .image-container {
    width: 100px;
    height: 120px;
  }
  .contenedor-imagenes {
    margin-right: 0;
    margin-top: 5px;
    height: 1500px;
  }
  .image-container > img {
    width: 100px;
  }
  #contenedoresTexto {
    width: 95vw;
    justify-content: center;
  }
  .caja-inputs {
    font-size: 12px;
    width: 100px;
  }
  .section-botonesStage {
    flex-wrap: wrap;
    width: 100%;
  }
  .dropzone {
    height: 40vh;
    width: 95vw;
  }
  #clearLocalStorage {
    margin-bottom: 5px;
    width: 150px;
  }
  nav a {
    font-size: 15px;
  }
  nav ul {
    width: 100px;
    margin-top: 10px;
  }
  .botones-cajasi {
    font-size: 15px;
    width: 130px;
  }
  .guardar-escena,
  #btnImportarImagen,
  #aplicarFiltro {
    margin: 5px 0;
    width: 150px;
  }
  footer .redes-footer > a > img {
    height: 25px;
  }
  footer img {
    width: 80px;
  }
  footer h6 {
    padding: 0 0px;
    font-size: 13px;
  }
  footer {
    flex-direction: column;
    justify-content: center;
  }
  footer div {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .image-container > img {
    width: 80px;
  }
  .image-container {
    width: 90px;
    margin: 5px;
  }
  .text-caja {
    width: 85px;
  }
  .cajas-de-texto {
    top: 850px;
  }
  .contenedor-imagenes {
    height: 1300px;
  }
}
