* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
  overflow-x: hidden; /* Evita el scroll horizontal */
}
 .acomodar{
  display: grid;
  min-height: 100dvh;
  grid-template-rows:   1fr  ;
}
.acomodarADMIN{
  display: grid;
  min-height: 100dvh;
  grid-template-rows:  auto 1fr auto ;
}
/* nav/footer */
.bg-tostado {
    background-color: #5f5f5f !important;
  }
.bg-margen-nav{
  margin-top: 4rem;
}
  .nav-link:hover{
    color: #f0a500;
  }
  
/* contactos */
#contact input[type=text]{
    width: 85%;
    padding: 0.85rem 1.25rem;
    border: none;
    border-bottom: 1px solid burlywood;
  }
  #contact input[type=number]{
    width: 85%;
    padding: 0.85rem 1.25rem;
    border: none;
    border-bottom: 1px solid burlywood;
  }
  #contact input[type=email]{
    width: 85%;
    padding: 0.85rem 1.25rem;
    border: none;
    border-bottom: 1px solid burlywood;
  }
  #contact input[type=tel]{
    width: 85%;
    padding: 0.85rem 1.25rem;
    border: none;
    border-bottom: 1px solid burlywood;
  }
  #contact #fecha{
    
    padding: 0.85rem 0rem;
    
  }
  select{
    padding: 0.85rem 1.25rem;
    border: none;
    border-bottom: 1px solid burlywood;
  }
  .btn-outline-warning{
    border-bottom: 1px solid burlywood;
  }

.aside-img {
  width: 100%;  
  max-width: 120px; 
  height: auto;  
}
.aside-h2{
  font-size: 1.5rem;  
  
  line-height: 1.2;
}

  /*gracias de contactos */
  .container-center{
    background-color: rgb(255, 255, 255);
    margin: 5rem 0 !important;
    border: 1px solid black;
    border-radius: 10px;
    
}
.fondo{
           
  background: url(../img/libros-4.jpg)!important;
  
} 

.título {
  font-size: 5rem;
  text-align: center;
  text-shadow: 5px 5px 3px gray;
}


.Acercademí {
  margin-top:6rem ;
  padding-top: 2rem;
  background: #e5e5e5;
  border-radius: 1rem;
  border: solid 1px rgb(0, 0, 0);
}

a{
  text-decoration: none;
}

.Acercademí-img {
  position: relative;
  width: 25rem;
  height: 25rem;
  
}

.Acercademí-img img {
  width: 90%;
  border-radius: 50%;
  border: .2rem solid #000000;
  
  left: 112%;
}



ul {
  list-style-type: none;
}

/* ADMIN */

.img-x {
  max-width: 4em;
  height: auto; /* Mantiene la proporción */
}


#agregar input[type=text]{
  width: 85%;
  padding: 0.85rem 1.25rem;
  border: none;
  border-bottom: 1px solid burlywood;
}
#formAgregarGenero input[type=text]{
  width: 85%;
  border: none;
  border-bottom: 1px solid burlywood;
}
#formEditarGenero input[type=text]{
  width: 85%;
  border: none;
  border-bottom: 1px solid burlywood;
}
.inputCantidad{
  width: 35%;
  border-radius: 5rem;
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: #ffffff00;
  text-align: center;
}
.TDCantidad{
  
  width: 20%;
}
/*---------Iniciar sesion-------*/

.contenedoriniciarsesion{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

}
.logoADMIN{
  
   padding-bottom: 27em;
   padding-top: 2rem; 
}
.adminIniciarSesion{
 background-color: #23242a;
 overflow-x: hidden !important; 

}
.box{
  position: absolute;
  width: 380px;
  height: auto;
  background: #1c1c1c;
  border-radius: 8px;
  overflow: hidden;
  padding: 0px 8px 8px 0px;
}
.boxADMIN{
  margin-top: 5em !important;

}
.box::before
{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  background: linear-gradient(0deg,transparent,
  transparent,#45f3ff,#45f3ff,#45f3ff);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
}
.box::after
{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  background: linear-gradient(0deg,transparent,
  transparent,#45f3ff,#45f3ff,#45f3ff);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -3s;
}
.borderline
{
 position: absolute; 
 top: 0;
 inset: 0;
}
.borderline::before
{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  background: linear-gradient(0deg,transparent,
  transparent,#ff2770,#ff2770,#ff2770);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -1.5s;
}
.borderline::after
{
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 380px;
  height: 420px;
  background: linear-gradient(0deg,transparent,
  transparent,#ff2770,#ff2770,#ff2770);
  z-index: 1;
  transform-origin: bottom right;
  animation: animate 6s linear infinite;
  animation-delay: -4.5s;
}

@keyframes animate
{
0%  
{
  transform: rotate(0deg)

}
100%  
{
  transform: rotate(360deg)

}
}
.box form
{
  position: relative;
  inset: 4px;
  background: #ffffff;
  padding: 15px 40px;
  border-radius: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.boxIniciarSesion{ 

  background: #919191 !important; 
}
.boxIniciarSesion h2{
  color: #fff !important;

}
.boxposponer{

  background: #222 !important; 
}

.boxposponer h2{
  color: #fff !important;

}
.box form h2
{
  font-family: ui-monospace;

  color: #000000;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.box form .inputbox
{
position: relative;
width: 300px ;
margin-top: 35px;
}
.box form .inputbox input
{
  position: relative;
  width: 100%;
  padding: 20px 10px 10px;
  background: #ff000000;
  outline: none;
  border: none;
  box-shadow: none;
  color: #000000;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: 0.5s;
  z-index: 10;

}
.admininputIniciarSesion{
  color: #fff !important;
}
.box form .inputbox span
{
position: absolute;  
left: 0;
padding: 20px 0px 10px;
pointer-events: none;
color: #000000;
font-size: 1em;
letter-spacing: 0.05em;
transition: 0.5s;
}
.adminspanIniciarSesion{
  color: #fff !important;
}
.box form .inputbox input:valid ~ span,
.box form .inputbox input:focus ~ span
{
color: #000000;
font-size: 0.75em;
transform: translateY(-34px);
}
.box form .inputbox i
{
  position: absolute; 
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border: #000000 1px solid;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.5;
  pointer-events: none;  
}
.boxInputboxIniciarSesion{
  border: #fff 1px solid !important;
  
}

.box form .inputbox input:valid ~ i,
.box form .inputbox input:focus ~ i
{
  height: 44px;
}
.box form .links
{
display: flex;
justify-content: space-between;
}
.box form .links a
{
  margin: 10px 0;
 font-size: 0.75em;
 color: #8f8f8f;
 text-decoration: none;
}
.box form .links a:Hover
{
  color: #000000;
}
.box form input[type="submit"]
{

  border: 2px solid;
  outline: none;
  padding: 9px 25px;
  
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 4px;
  font-weight: 600;
  width: 100px;
  margin: 10px auto 0; /* Automático a los lados y espacio superior */
  display: block;

}
.box form input[type="submit"]:active
{
opacity: 0.8;  
}

.zy{
  z-index: 1000;

}
/* modal agregae elikminar genero */
.borde_AG-EG{
  border-bottom: 1px solid #242424 !important;
}

/* carrito vacio */
.carrito-vacio {
  max-width: 100%;
  height: auto;
}


/* formulario 1 de posponer*/
.adminpospone{
  background-color: #F9F5ED;
  overflow-x: hidden !important; 
 
 }
.boxposponer{
  background-color: #A8E6CF; /* Verde menta */
  border: 3px solid #F4E1C1; /* Borde beige claro */
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 4px 4px 15px rgba(244, 225, 193, 0.6); /* Sombra beige claro */
  background: #A8E6CF !important; 
}

.boxposponer h2{
  color: #2E7D32 !important; 

}
.adminspanposponer{
  color: #4A4A4A !important;
}
.admininputposponer{
  color: #000000 !important;
}

.btn-posponer{
  background-color: #4CAF50;
  color: #FFFFFF;
  border-radius: 1em !important;
  
}
.btn-posponer:hover{
  background-color: #317935;
  color: #FFFFFF;
}

/* input de tildes para horarios de los turnos */
.custom-checkbox .form-check-input {
  background-color: transparent;  /* Quitar relleno */
  border: 2px solid #007bff; /* Cambiar el color del borde (puedes poner el color que desees) */
  transform: scale(1.5);  /* Hacer más grande el checkbox */
}

.custom-checkbox .form-check-input:checked {
  background-color: #007bff;  /* Color cuando está marcado (puedes cambiar el color) */
  border-color: #007bff;  /* Color del borde cuando está marcado */
}
