body{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #012763;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
footer{
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: #ccc;
}
footer a{
  color: #055eed;
  text-decoration: none;
}
select{
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"], textarea {
  background-color : transparent; 
  outline: none;
  color: #012763;
  caret-color: green;
  border: none;
  box-shadow: none;
}
.imagenpro{
  position: absolute;
  border-radius: 15px;
  top:40px;
  right: 0px;
  width: 50vw; 
  display: flex; 
  justify-content: center;
  align-items: center;
}
.caja{
  position: absolute;
  top: 380px;
  right: 3vw;
  width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  }
.cajatxt{
  font-size: 20px;
  line-height: 26px;
}
 
.imgprod{
  border-radius: 15px;
  width: 309px;
  height: 309px;
  object-fit: cover;
}
.contenedor{
  width: 100vw;
  height: 100vh;
}
.container{
  display: flex;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
}
.logo{
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 10;
}
.logo img{
  width: 80px;
  z-index: 10;
}
.lector{
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-color:  transparent;
}
.video{
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
#video{
  position: absolute;
  border-radius: 16px;
}
.mascara{
  border-radius: 16px;
  position: relative;
  width: 300px;
  height: 200px;
  z-index: 3;
}
.resultados{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  text-align: center;
  color: white;
}
.glass{
  background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
  backdrop-filter: blur(10px); /* Apply blur to the background behind the element */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle, slightly transparent border */
  border-radius: 16px; /* Rounded corners */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.glass2{
  background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
  backdrop-filter: blur(10px); /* Apply blur to the background behind the element */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle, slightly transparent border */
  border-radius: 16px; /* Rounded corners */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.metal{
  border-radius: 16px;
  box-shadow: 
  7px 5px 5px rgba(0, 0, 0, 0.3),
  -5px -5px 5px rgba(255, 255, 255, 0.2);
}

.gla{
  min-width: 70%;
  max-width: fit-content;
  max-height: fit-content;
  margin: auto;
  padding-inline: 10px;
}
.del{
  color: #555;
  font-size: 2vh;
}
.descri{

}
.res{
  margin: auto;
  font-size: 3vh;
}
.desc{
  font-size: 4vh;
}
.pres{
  font-size: 8vh;
}
.buttons{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.buttones{
  width: 200px;
  height: 115px;
  text-align: center;
  font-size: x-large;
  color: white;
}
.invisible{
  visibility: hidden;
}
@media (orientation: portrait) {
.imagenpro{
display: none;
}
.caja{
display: none;
}
}
@media (orientation: landscape){
  .contenedor{
    padding: 0;
    margin: 0;
  }
  .logo img{
    width: 100px;
  }
  .lector{
    padding: 0;
  }
  .container{
    margin: 0;
    padding: 0;
    min-width: 100vw !important;
    height: 100vh;
    padding-right: 10px;
  }
.video{
  width: 40vw;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.buttons{
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.resultados{
  width: 60vw;
  position: absolute;
  left: 0;
  top: 0;
}
.res{
  margin: auto;
  font-size: 4vh;
}
.pres{
  font-size: 8vh;
}
}
@media screen and (max-height: 699px) and (min-aspect-ratio: 1/1) {
.imagenpro{
  position: absolute;
  border-radius: 15px;
  top:40px;
  right: 16vw;
  width: 30vw; 
  display: flex; 
  justify-content: center;
  align-items: center;
}
.buttons{
position: absolute;
top:150px;
right: 3vw;
width: 120px;
}
.buttones{
width: 120px;
height: 100px;
}
.imgres{
width: 120px;
height: 100px;
}
}