@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap' );
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.container_main{
  width: 100%; /* Ancho del div */
  height: 100vh; /* Alto del div */
  background-image: url('imagenes/IMG_0643.jpg'); /* Ruta de la imagen de fondo */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-size: contain;
  background-position-x: center;
}


.container_second{
  width: 100%; /* Ancho del div */
  height: 100vh; /* Alto del div */
  background-image: url('imagenes/second.jpg'); /* Ruta de la imagen de fondo */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
  background-size: contain;
}


.escondido{
  position: absolute;
    top: 20%;
    left: 10%;
    transform: translate(-30%, -30%);
    width: 200px;
    height: 100px;
    opacity: 0;
}
.escondido2{
  position: absolute;
    top: 29%;
    left: 10%;
    transform: translate(-30%, -30%);
    width: 700px;
    height: 50px;
    opacity: 0;
    margin-left: 20px;
}

.container_mio{
    background-color: #eeeeef;
   height: 100vh;
    width: 100%;
}

.hola{
width: 100%;
background-color: #3770bc;
height: 64px;
display: flex;
align-items: center;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
justify-content: space-between;
}

.DNI_nombre{
  padding-top: 0;
  padding-bottom: 0;
color: white;
list-style-type: none;
font-family: "Encode Sans Expanded", sans-serif;
font-weight: 500;
font-style: normal;


font-size: 16px;

margin: 0;
}

.izquierda{
  display: flex;
  align-items: center;
}

.flecha_atras{
  padding-left: 20px;
 width: 80%;
}

.act{
  padding: 7px 20px 7px 7px;
}

.reloj_actualizar{
  height: 25px;
  width: 25px;
}
.contenedor_blanco{
    margin: 20px 20px 0px 20px;
background-color: white;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.contenedor_nombre{
padding-left: 30px;
padding-top: 20px;
padding-bottom: 10px;

}

.nombre_julian{
    color: #333333;
      font-family: "Encode Sans Expanded", sans-serif;
      font-weight: 700;
      font-style: normal;
    
    
font-size: 17px;

}

.contenedor_dni{
    background:white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.imagen_dni{
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);


}

.flip-card {
    perspective: 1000px;
    width: 85%;
    height: 200px;
  }

  .flip-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
    transform-origin: center;
  }

  .flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front,
  .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
  }

  .flip-card-front {
    background-color: #3498db;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flip-card-back {
    background-color: #2ecc71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
  }



.actualizacion_caja{
padding: 35px 20px 0px 20px;
display: flex;
align-items: center;
justify-content: center;


}
.actualizacion{
    font-size: 12px;
    color: #333333;
list-style-type: none;
font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 500;
  font-style: normal;
padding-left: 20px;
margin-bottom: 14px;
}

.botones_caja{
    display: flex;
    justify-content: space-around;
    border: 0.1px solid rgb(210, 201, 201);
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none;
}

.botonera_caja1{
    display: flex;
    align-items: center
   
    
}

.botonera_caja2{
    display: flex;
    align-items: center;
   
    
}
.iconos_ojo{
   margin-right: 8px;
    height: 18px;
    
}
.iconos_x{
    width: 24px;
    height: 20px;
    padding-right: 2px;
    padding: 1px 2px 1px 0px;


}


.detalle_link{
    color: #333333;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 600;
    font-style: normal;
font-size: 13px;
text-decoration: none;
}

.desactivar_p{ 
    color: #333333;
    font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-style: normal;
font-size: 13px;
margin: 0;

}


.botonera {
  background-color: white;
  color: black;
  text-align: center;
  padding-left: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  cursor: pointer;
  display: flex;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  border: 0.1px solid rgb(210, 201, 201);
  justify-content: space-between;


}
.flecha_abajo{
  margin-right: 28px;
}

.interfaz {
  display: none;
  padding: 0px 20px 20px 20px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
}

.interfaz img {
  max-width: 100%;
  height: 270px;
  display: block;
  margin: 0 auto;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;

}

/* Cambia el estilo cuando el mouse pasa sobre el botón */


.verifica_codigo_p{
  color: #333333;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 600;
  font-style: normal;
font-size: 13px;
margin: 0;
}

.botonera_caja3{

 
    display: flex;
    align-items: center;
  padding-left: 23px;
    

}

.img_qr{
padding-right: 10px;
height: 16px;


}


.footer_img{
width: 100%;
display: flex;


}

.barra_footer{
  width: 100%;
}
