:root {
  --url-fondo: url('https://cdn.pixabay.com/photo/2021/11/12/00/53/movie-projector-6787644_960_720.jpg');

  --color-fondo: #1a1a1a;


  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

.fs-7 {
  font-size: 0.8rem;
}

.fs-8 {
  font-size: 0.5rem;
}

.fs-9 {
  font-size: 0.3rem;
}

.rochester-regular {
  font-family: "Rochester", serif;
  font-weight: 400;
  font-style: normal;
}

/* #root {
  flex-grow: 1;
} */

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

/* .listaFotos {
  display: grid;
  gap: 1rem;
  width: 100%;
  grid-template-columns: repeat(4 , 1fr);
  align-items: baseline;
  justify-items: center;
} */

 /* .root {
  display: grid;
  grid-template-columns: 1fr 5fr;
 } */

.gestionDBGrid {
  background-color: #000000a1;
  width: 90vw;
}

#demostracion {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.description {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: large;
}

.preview {
  display: flex;
  justify-content: center;
  max-height: 50%;
  width: auto;
}

.imagen-preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.boton {
  
}

.cursor-pointer {
  cursor: pointer;
}

.body {
  display: flex;
  flex-direction: column;
  background-image: var(--url-fondo);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin: 0;
  width: 100vw;
}

.header {
  width: 100%;
}

main {
  flex: 1;
}

.glass-effect {
  padding: 2rem;
  margin: 3rem;
  background: rgba(0, 0, 0, 0.5); /* Fondo negro con opacidad */
  backdrop-filter: blur(5px); /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(5px); /* Efecto de desenfoque para Safari */
  border-radius: 10px; /* Bordes redondeados */
  color: white; /* Texto blanco */
}

.border-box {
  box-sizing: border-box;
}

.card {
  width: 100%;
  height: 650px !important;
  display: contents;
  & img {
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.full-screen {
  position: absolute !important;
}

.boton-menu {
  position: absolute;
  right: 2%;
  top: 15%;
}

.footer {
  
}

.no-resize {
  resize: none;
}

.centrado-horizontal {
  justify-content: center;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.listaFotos {
  display: grid;
  /* margin: 2rem; */
  width: 100%;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill , minmax(400px ,1fr));
}

.card-style {
  box-shadow: 0 0 0 5px #ffffff80;
}

.cursor-pointer {
  cursor: pointer;
}

.imagen-template {
    padding: 0.5rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.carrusel-seleccion {
  width: 50%;
}

.header {
  /* background-image: url('https://cdn.pixabay.com/photo/2021/11/12/00/53/movie-projector-6787644_960_720.jpg'); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* height: 100%; */
  width: 100%;
  justify-content: center;
}

.glass-effect {
  background: rgba(0, 0, 0, 0.5); /* Fondo negro con opacidad */
  backdrop-filter: blur(5px); /* Efecto de desenfoque */
  -webkit-backdrop-filter: blur(5px); /* Efecto de desenfoque para Safari */
  border-radius: 10px; /* Bordes redondeados */
  color: white; /* Texto blanco */
}

.plantillas-grid {
  /* margin-top: 5rem; */
  display: grid;
  width: 100%;
  /* gap: 1rem; */
  grid-template-columns: repeat(auto-fill , minmax(200px ,1fr));
}

.plantilla-seleccionada { 
  border: #646cff;
  border-width: 1rem;
}

.imgCard {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.avatarFoto {
  position: absolute;
  top: 0;
  left: 0;
}

.logo {
  height: 4rem;
}

@media (max-width: 768px) and (max-height: 1024px){
  .nav {
    padding: 0;
  }

  .main {
    width: 90%;
    margin: 5%;
    padding: 2.5%;
  }

  #pantallaDinamica {
    margin: 0;
  }
}