body {
    background-image: url("img/bghuellas.png");
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
    height: auto;
}

p, h2{
  font-size: 30px;
}

header {
  background-color: #ffffff;
  clear: both;
  color: fafafa;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(5px); 
  border-bottom: black 3px solid;
}

header img {
  width:75px;
}

#pInfoCliente, #pInfoPaseador, p, h2{
  font-size: 14px;
  font-weight: bold;
  color: #030d0c;
  text-align: center;
  align-items: center;
  font-style: italic
}

#imagenfondo {
  height: 650px;
  margin: auto;
  background-image: url("img/fondo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  flex-direction: column;
  text-align: center;
  font-family: sans-serif;
  color: white;
  margin-top: 50px;
  border: black 3px solid;
}


h1{
    text-align: center;
}
h2{
font-weight: bold;
font-size: 15px;
color: black;
}
#navPrincipal {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  max-width: 700px;
  max-height: 30px;
}

#navPrincipal a {
  cursor: pointer;
  color: #fafafa;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  font-weight: bolder;
}


#navPrincipal li {
  list-style-type: none;
  padding: 10px;
  margin: 10px;
  float: left;
  margin-top: px;
  min-width: 20px;
  min-height: 0px;
  border: solid 2px rgb(0, 0, 0);
  border-radius: 10px;
  text-align: center;
  background-color: #2a9d8f;
}
#navPrincipal li:hover{
background-color: #21867a;
}
.mensaje-exito {
  color: green;
}

.mensaje-error {
  color: red;
}
.divLoginUser h1,h2{
    color: #21867a;
}
#divLoginUser {
    background-color: white;
    width: 320px;
    margin: 90px auto;
    padding: 5px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: black 3px solid;
}

#divRegistroUsuario {
    background-color: white;
    width: 320px;
    margin: 15px auto;
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: black 3px solid;
}

#divRegistroUsuario h2{
  font-size: 20px;
}

#divLoginUser h2{
  font-size: 20px;
}

.contenedorMediano{
  padding: 30px;
  grid-template-columns: 1fr 1fr;
  height: auto;
}
.contenedor h1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

header h1 {
    padding: 10px;
    text-decoration: white;
}

.contenedor h2 {
    font-size: 14px;
    font-weight: 400px;
    color: #000000;
    margin-bottom: 10px;
}
.contenedor label{
    font-size: 20px;
    color: #2a9d8f;
}
.contenedor input[type="text"], .register input[type="text"],input[type="password"] {
    width: 80%;
    padding: 10px 15px;
    margin: 4px 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    box-sizing: border-box;
}

img.logoNav {
    display: flex;
}

.button {
    background-color: #2a9d8f;
    color: white;
    border: black 2px solid;
    width: 80%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s;
    
}

.button:hover {
    background-color: #21867a;
;
}

.contenedor p {
    margin-top: 20px;
    font-size: 13px;
    color: #333;
}

.contenedor a {
    color: #2a9d8f;
    text-decoration: none;
    font-weight: 500;
}

.contenedor a:hover {
    text-decoration: underline;
}

.logo {
    width: 200px;
}

.contenedorInterfaz{
    background-color: white;
    width: 900px;
    height: auto;
    margin: 15px auto;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: rgb(0, 0, 0) 3px solid;
}

.contenedorInterfaz input[type="text"] {
    width: 80%;
    padding: 12px 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    box-sizing: border-box;
}
.contenedorInterfaz  select {
    width: 400px;
    padding: 12px 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 10px;
    box-sizing: border-box;
}


#slcSeleccionarPaseador {
  font-size: 16px;   
  padding: 10px;     
  width: 390px;      
  height: 50px;     
}

.contenedorInterfaz h2{
   color: #21867a;
   font-size: 30px;
   font-weight: bold;

}

.contenedorClienteInterior {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: auto;
}

.infoCliente {
  width: 50%;
  
  text-align: left;
  
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #2a9d8f;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

thead {
  background-color: #2a9d8f;
  color: white;
  text-transform: uppercase;
}

thead th {
  padding: 10px;
  font-size: 9px;
  letter-spacing: 1px;
}

tbody td {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

tbody tr:nth-child(even) {
  background-color: #f0fdfc; 
}

tbody tr:hover {
  background-color: #d6f3f0; 
}

.boton-aprobar,
.btnsAprobarContratacion {
  background-color: #2a9d8f;
  color: white;
  border: 2px solid black;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.boton-aprobar:hover {
  background-color: #21867a;
}

.imagenCliente {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.imagenCliente img {
  max-width: 100%;
  max-height: 590px;
  border-radius: 30px;
  box-shadow: 0 10px 200px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

#btnContratarPaseo, #btnCancelarPaseo{
margin-left: 35px;
}

#divInterfazPaseador{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  font-weight: bolder;
  border-radius: 15px;
  padding: 0px;
  height: auto;
  overflow-y: auto;
}


.contenedorDelPaseador {
  display: flex;
  justify-content: space-around;

}


