:root {
    --color-fondo: #f9f9f9;
    --color-texto: #000000;
}


/* Animación de movimiento aleatorio */
@keyframes float-random {
    0% { transform: translate(0, 0); }
    25% { transform: translate(15px, -10px); }
    50% { transform: translate(-20px, 15px); }
    75% { transform: translate(10px, -15px); }
    100% { transform: translate(0, 0); }
}

/* Contenedor del fondo */
.background {
    position: fixed; /* Fijo al viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Siempre detrás del contenido */
    overflow: hidden; /* Evita desbordes */
    pointer-events: none; /* Asegura que no interfiera con clics */
}

/* Estilo de las manchas */
.background div {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3; /* Más intensidad visual */
    filter: blur(80px); /* Difuminado menos extremo */
    animation: float-random 20s infinite ease-in-out;
}

/* Círculo 1 - Verde intenso */
.background .circle-1 {
    background-color: rgba(46, 205, 160, 0.4); /* Verde más visible */
    width: 300px;
    height: 300px;
    top: 10%;
    left: 15%;
    animation-duration: 18s;
}

/* Círculo 2 - Cian claro */
.background .circle-2 {
    background-color: rgba(200, 240, 245, 0.3); /* Cian claro */
    width: 350px;
    height: 350px;
    top: 40%;
    left: 60%;
    animation-duration: 22s;
}

/* Círculo 3 - Verde más pequeño */
.background .circle-3 {
    background-color: rgba(46, 205, 160, 0.35); /* Verde más sutil */
    width: 250px;
    height: 250px;
    bottom: 20%;
    left: 30%;
    animation-duration: 20s;
}

/* Círculo 4 - Cian más pequeño */
.background .circle-4 {
    background-color: rgba(200, 240, 245, 0.25); /* Cian muy claro */
    width: 200px;
    height: 200px;
    bottom: 10%;
    right: 10%;
    animation-duration: 24s;
}

.contenedor-delbuscador,
.botonesybuscar,
.table-socios-contenedor,
.table-socios2-contenedor{
    opacity: 0;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

.contenedor-delbuscador .contenedor-delbuscadorresponsable{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    align-items: center;
    animation-delay: 0.1s;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    font-weight: 100;
}
.cuerpologin{
    width: 100vw;
    height: 100vh;
    background-color: F5F5F;
    text-align: center;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

h1 {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    user-select: none;
    font-size: 25px;
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    color: #2C3E50;
    text-transform: uppercase;
}

h2{
    font-family: 'Baby Blues', sans-serif;
    font-size: 40px;
}

span{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.socioscaptados-body{
    background-image: linear-gradient(90deg, #e9e9e9 0%, #ffffff 100%);
}
.ver_turnos-body{
    background-image: linear-gradient(90deg, #e9e9e9 0%, #ffffff 100%);
}

/* Evitar saltos de línea en las fechas */
td[data-cell="Fecha Alta"] {
    white-space: nowrap;  /* Evita que la fecha se divida en varias líneas */
    overflow: hidden;     /* Oculta el contenido que se desborda */
    text-overflow: ellipsis; /* Muestra puntos suspensivos si es necesario */
}

.altasocios-body{
    background-image: linear-gradient(90deg, #e9e9e9 0%, #ffffff 100%);
}
.login-body{
    border: none;
    margin: 8px 8px;
    padding: 15px 15px;
    font-size: 13px;
    border-radius: 8px;
    width: 40%;
    outline: none;
    margin: 100px auto;
    margin-top: 10px;
}
.input-field {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
    width: 45%; /* Ancho fijo para los elementos */
    outline: none;
    border: 1px solid #42424241; /* Borde grisaceo */
}
.input-field:focus{
    border: 2px solid #4e4e4e;

}
.input-field-altasocios {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    width: 45%; /* Ancho fijo para los elementos */
    outline: none;
}
.input-field-altasocios-ibanpendiente {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    width: 45%; /* Ancho fijo para los elementos */
    outline: none;
}
.input-field-direccion {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    width: 8%; /* Ancho fijo para los elementos */
    outline: none;
}

.input-field-altasocios:focus{
    border: 2px solid #4e4e4e;
}

.input-field-altasocios-ibanpendiente:focus{
    border: 2px solid #4e4e4e;
}
.input-field-direccion:focus{
    border: 2px solid #4e4e4e;
}
.input-field-busqueda {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    box-shadow: none;
    border: 1px solid #dddddd8a; /* Borde grisaceo */
    border-radius: 20px;
    width: 80vw; /* Ancho fijo para los elementos */
    outline: none;
}
.input-field-busqueda:focus{
    border: 2px solid #4e4e4e;

}

.input-field-ibansmall {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
    width: 8%; /* Ancho fijo para los elementos */
    outline: none;
    border: 1px solid #42424241; /* Borde grisaceo */
}
.input-field-ibansmall:focus{
    border: 2px solid #4e4e4e;

}
.input-field-ibanlarge {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
    width: 20%; /* Ancho fijo para los elementos */
    outline: none;
    border: 1px solid #42424241; /* Borde grisaceo */
}
.input-field-ibanlarge:focus{
    border: 2px solid #4e4e4e;

}
.input-field-ibanextrasmall {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
    width: 2%; /* Ancho fijo para los elementos */
    outline: none;
    border: 1px solid #42424241; /* Borde grisaceo */
}
.input-field-ibanextrasmall:focus{
    border: 2px solid #4e4e4e;

}
.input-field-desplegable {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    width: 10vw; /* Ancho fijo para los elementos */
    outline: none;
}
.input-field-desplegable:focus{
    border: 2px solid #4e4e4e;
}
.input-field-desplegable-filtro {
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-top: 12px;
    padding: 10px 15px;
    text-align: left;
    font-size: 12px;
    border-radius: 0px;
    width: 10vw; /* Ancho fijo para los elementos */
    outline: none;
    border: none;
    border-bottom: 2px solid darkslategray;
}
.input-field-desplegable-filtro:focus{
    border: 2px solid #4e4e4e;

}

.input-field-fecha {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    width: 6vw; /* Ancho fijo para los elementos */
    outline: none;
}
.input-field-fecha:focus{
    border: 2px solid #4e4e4e;

}
.desgravacioncontenedor{
    border: 1px solid rgb(184, 182, 182);
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 8px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    text-align: left;
}
.protecciondatoscontenedor{
    border: 1px solid rgb(184, 182, 182);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-size: 9px;
    border-radius: 20px;
    padding: 10px 8px;
    text-align: left;
    box-sizing: border-box;

}
.titulosformulario{
    background-color: yellow;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-weight: 800;
    font-size: 20px;
    max-width: 65%;
    margin: 0 auto;
    padding: 6px 10px;
}
.titulosformulario_gp{
    background-color: #73BE1E;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-weight: 800;
    font-size: 20px;
    max-width: 65%;
    margin: 0 auto;
    padding: 6px 10px;
}
.titulosformulario_stc{
    background-color: #da291c;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-weight: 800;
    font-size: 20px;
    max-width: 65%;
    margin: 0 auto;
    padding: 6px 10px;
    color:white;
}
.titulodomiciliacion{
    background-color: yellow;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    text-align: center;
    font-weight: 800;
    max-width: 45%;
    padding: 6px 6px;
    font-size: 12px;
}
.titulodomiciliacion_gp{
    background-color: #73BE1E;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    text-align: center;
    font-weight: 800;
    max-width: 45%;
    padding: 6px 6px;
    font-size: 12px;
}
.titulodomiciliacion_stc{
    background-color: #da291c;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    text-align: center;
    font-weight: 800;
    max-width: 45%;
    padding: 6px 6px;
    font-size: 12px;
    color:white;

}
.contenedor-formulario{
    background-color: #eee;
    border: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 3px;
    width: 45%; /* Ancho fijo para los elementos */
    outline: none;
}
.contenedor-formulario{
    margin-bottom: 10px; /* Espaciado entre elementos */
}
.submit-button {
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 12px;
    width: 20vw;
    max-width: 300px ; /* Ancho fijo para los elementos */
    padding: 12px 20px;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-top: 20px;
    cursor: pointer;
}
.input-field,
.submit-button {
    margin-bottom: 10px; /* Espaciado entre elementos */
}

.modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    border: #222222 2px solid;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    width: 80%;
    border-radius: 20px;

}
.close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.botonesybuscar .search-container{
    flex:2;
}
.contenedor-delbuscador{
    width: 40vw;
    height: 10vh;
    display: flex;
    gap: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    border: none;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    align-items: top;
    animation: revealText 0.3s ease-in-out forwards;
    overflow: hidden;
    justify-content: flex-start;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);

}
.botonesybuscar{
    animation: revealText 0.3s ease-in-out forwards;
    animation-delay: 0.3s;

}
.fichar-turno-body  {
    background-color: #ffffff; /* Cambiar el color de fondo  input a gris claro */
    margin-bottom: 10px;
    padding: 25px 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 13px;
    border-radius: 20px;
    width: 40vw; /* Ancho fijo para los elementos */
    outline: none;
    margin: 0 auto;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
    animation: revealText 0.3s ease-in-out forwards;

}
.fichar-turno-body .alert{
    justify-content: center;
    text-align: center;
    max-width: 80%;
}
.fichar-turno-body .input-field{
    width: 180px;
}
.socioscaptados-body{
    background-color: #ffffff; /* Cambiar el color de fondo del input a gris claro */
    border: 1px solid black;
    margin-bottom: 10px;
    padding: 25px 10px;
    font-size: 13px;
    border-radius: 8px;
    width: 40vw; /* Ancho fijo para los elementos */
    outline: none;
    margin: 0 auto;
}
.h5{
    font-family: 'Casa', sans-serif;
    color:white;
}
.loguito {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    font-family: 'Poppins', sans-serif !important;
    font-size: 80px !important;
    color: #222222 !important;
    animation: revealText 1.8s !important;

    position: relative !important;        /* Ya no usamos absolute */
    margin-top: 2vh !important;           /* Separación desde arriba */
    margin-bottom: 10px !important;       /* Separación respecto al login */
    gap: 0 !important;
    z-index: 1 !important;                /* Asegura que esté encima si hay conflictos */
    text-align: center !important;
}

.doublepivot {
    font-family: 'Double Pivot', sans-serif !important;
}



.loguito h4 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    margin: 0 !important;
}
.loguito h4 span.poppins,
.loguito h4 span.doublepivot {
    /* Aplicamos el mismo gradiente que tiene el logo en la landing page */
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
}

/* Cambiamos la fuente por la misma de la landing page */
.poppins, 
.doublepivot {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    /* Mantenemos el resto de propiedades */
    background-image: linear-gradient(80deg, #00354e, #000000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 30px;
}

.logo-icon {
    width: 65px !important;
    height: auto !important;
    opacity: 1 !important;
}

.formulariogestion{
    width:80vw;
    margin:0 auto;
}
.heolvidadoclave{
    background-color: white;
}
.heolvidadoclave span{
    cursor: pointer;
    color:black;
    text-decoration: underline;
}
.container-login {
    animation: transitionIn 0.6s ease-in-out forwards;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    overflow: hidden;
    width: 50vw;
    min-height: 380px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.container-login h1{
    margin-top: 30px;
    margin-bottom: 40px;
    text-transform: none;
    color: #2C3E50;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 23px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.container-login a{
    color: #EFF3F5;
    font-size: 13px;
    text-decoration: none;
}


.container-login form,
.container-login a{
    margin-bottom: 30px;
}


.container-register {
    animation: revealText 0.3s ease-in-out forwards;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    overflow: hidden;
    width: 80vw;
    min-height: 80vh;
    justify-content: left;
    text-align: left;
    margin: 0 auto;
    margin-top: 1vh;
    margin-bottom: 15vh;
    padding-top: 3vh;
    padding-bottom: 5vh;
    
}
.encabezado{
    display: flex;
    justify-content: left;
    margin-left: 3vw;
}
.encabezado h2,
.encabezado i{
    margin-left: 3vw;
    margin-top: 3vh;
}
.encabezado i{
    font-size: 50px;
}
.encolumnas{
    display: flex;
    justify-content: space-between;
    margin-left: 3vw;
}
.encolumnas .input-field-altasocios,
.encolumnas .input-field-desplegable,
.encolumnas .input-field {
    width: 80%;
}
.registrarfila1{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
    height: 15vh;
    align-items: baseline;
    gap: 10px;
}

.enfilas{
    display: flex;
    width: 89.4%;
    margin-left: 3vw;
    justify-content: flex-start;
}
.enfilas a{
    justify-content: flex-start;
    margin-right: 10px;
}
.enfilas.a:last-child {
    margin-right: 0;
  }

.enfilas2{
    margin-top: 20px;
    display: flex;
    width: 92.5%;
    margin-left: 3vw;
    justify-content: flex-end;
}
.enfilas2 a{
    margin: 0;
}
.registrarcolumna1,
.registrarcolumna2,
.registrarcolumna3 {
    flex: 1;
    padding: 0 5px;
}


.container-register h1{
    margin-top: 30px;
    margin-bottom: 40px;
    text-transform: none;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.container-register a{
    color: black;
    font-size: 13px;
    text-decoration: none;
}

.container-altasocios {
    animation: revealText 0.5s ease-in-out forwards;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    position: relative;
    overflow: hidden;
    width: 65%;
    max-width: 100%;
    min-height:410px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 80px;
}

.container-altasocios h1,
.container-altasocios h4,
.container-altasocios label,
.container-altasocios input,
.container-altasocios select {
    margin-bottom: 10px;
}
#signature-pad {
    box-sizing: border-box;
    max-width: 450px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    min-height: 100px;
    outline: none;
    background-color: #ffffff;
}

#signature-pad:focus {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color:#fcfcfc ;
}
.firma-div {
    position: relative;
    display: inline-block;
}
.close-button {
    position: absolute;
    top: 0;
    right: 0;
}
/* Estilos para la barra de navegación */
.navbar {
    position: fixed;
    user-select: none;
    margin: 0; /* Elimina los márgenes */
    background-color: #212E36;
    overflow: hidden;
    top: 0;
    left: 0; /* Ajusta la posición a la izquierda */
    width: 100%; /* Ajusta el ancho al 100% */
    z-index: 20000; 
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, display 0.6s ease,transform 0.8s ease;
    justify-content: space-between; 
    font-size: 0.9em;/* Cambia de center a space-between */
    height: 50px;
    padding:  0px 18px;
    overflow: visible;
}

.navbar a {
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    margin: 0 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease, display 0.6s ease;
}

.navbar a i {
    margin-bottom: 5px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease, display 0.6s ease;
}

.navbar a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border-radius: 8px;
}
.navbar a.active {
    border-bottom: 3px solid rgb(46, 205, 160);
    color: rgb(46, 205, 160);
}
.navbar a.active i,
.navbar a.active span {
    color:rgb(46, 205, 160) ; /* Color verde */
}

.navbar a:hover i,
.navbar a:hover span{
    color:white;
}

.navbar h2{
    font-size: 10px;
}
.navbar p{
    font-size: 9px;
}

.navbar h2, p{
    display: flex;
    flex-direction: column;
}
.loguitonavbar {
    user-select: none;
    font-family: 'Double Pivot', sans-serif;
    color: rgba(0, 0, 0, 0.556);
    position: fixed;
    bottom: 30px; /* Ajusta el valor de 'top' a 0 para posicionar el logo en la esquina superior */
    right: 2vw; /* Cambia el valor de 'left' según sea necesario */
    z-index: -9999; /* Ajusta el valor del índice Z según sea necesario */
    font-size: 13px;
    margin: 0; /* Elimina cualquier margen adicional */
}
.logo-img {
    width: 40px;
    height: auto; /* mantiene proporciones */
    opacity: .3; /* usa la opacidad del div si quieres */
  }
  

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1; /* Ocupa todo el espacio disponible */
}
.menu-icon {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    background-color: transparent;
    border: none; 
    box-shadow: none;
}

.usuario-contenedor {
    user-select: none;
    cursor:pointer;
    width: 10vw;
    padding: 0 1px;
    position: relative; 
    border-radius: 0; 
    font-size: 9px;
    transition: transform 0.8s ease;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.usuario-contenedor p{
    color:white;
}
.usuario-contenedor .dropdown-content {
    border-radius: 20px;
    user-select: none;
    display:none;
    position: absolute;
    top: 7vh;
    right: 5px;
    width: 15vw;
    background-color: #222222;
    padding-top: 10px;
    z-index: 20;
    transition: transform 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.205);
    padding-bottom: 10px;
}
.usuario-contenedor .dropdown-content a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 16px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}
.usuario-contenedor .dropdown-content i {
    color: #222222;
    font-size: 1em;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}

.usuario-contenedor .dropdown-content span{
    color: white;
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}

.usuario-contenedor .dropdown-content a:hover {
    color:white;
    border-radius: 8px;
}

.usuario-contenedor:hover .dropdown-content {
    display: block;
}
.usuario-contenedor .dropdown-content.show {
    display: block;
}
.usuario-contenedor h3, .usuario-contenedor p {
    margin: 0;
    padding: 0;
}

 /*aqui hay que tener cuidado*/

/* Menú desplegable del perfil de usuario */
.usuario-contenedor .dropdown-content {
    border-radius: 5px;
    user-select: none;
    display: none;
    position: absolute;
    top: 7vh;
    right: 5px;
    width: 15vw;
    background-color: #222222;
    z-index: 20;
    transition: width 0.3s ease, left 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35); /* Sombra similar a la sidebar */
    overflow: hidden; /* Ocultar cualquier contenido desbordante */
}

/* Estilos para los enlaces en el menú desplegable */
.usuario-contenedor .dropdown-content a {
    display: flex;
    align-items: center;
    color: rgb(194, 194, 194); /* Mismo color de texto que la sidebar */
    text-decoration: none;
    font-size: 13px;
    width: calc(100% - 32px); /* Para ajustar el padding */
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    border-radius: 2px;
    justify-content: flex-start;
}

/* Iconos en el menú desplegable */
.usuario-contenedor .dropdown-content i {
    color: rgb(235, 235, 235);
    font-size: 14px;
    width: 24px; /* Ancho fijo para los iconos */
    margin-right: 8px; /* Espacio entre el icono y el texto */
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    background-color: transparent;
    box-shadow: none;
}

/* Estilos para los textos en el menú desplegable */
.usuario-contenedor .dropdown-content span {
    color: rgb(194, 194, 194);
    margin-left: 10px;
    font-size: 13px;
    transition: color 0.3s ease;
}

/* Estilos de hover para los enlaces en el menú desplegable */
.usuario-contenedor .dropdown-content a:hover {
    color: #222222;
    border-radius: 8px;
}

/* Mostrar el menú desplegable al hacer hover en el contenedor */
.usuario-contenedor:hover .dropdown-content {
    display: block;
}

/* Mostrar el menú desplegable cuando tiene la clase `show` */
.usuario-contenedor .dropdown-content.show {
    display: block;
}


.usuario-contenedor h3 span{
    color: rgb(46, 205, 160);
}
.usuario-contenedor h3 + p {
    margin-top: 10px; /* Ajusta este valor según tus necesidades */
}

.rolusuario-contenedor{
    position: fixed;
    top:0px;
    right: 40px;
    color: #C8CDD0;
    font-size: 11px;
    display: block;
}

.close-icon {
    display: none;
}


.contenedor-boton-guardar input {
    background-color: var(--color-fondo-principal);
    color: white;
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 8px 12px;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    display: flex; /* Para alinear el contenido */
    align-items: center;
    justify-content: center;
    position: relative; /* Para posicionar el círculo de carga */
}
.contenedor-boton-guardar a{
    background-color: var(--color-fondo-principal);
    color: white;
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;

}


.contenedor-boton-restablecer input {
    background-color: var(--color-fondo-principal);
    color: white;
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 12px 24px;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.205);
    display: flex; /* Para alinear el contenido */
    align-items: center;
    justify-content: center;
    position: relative; /* Para posicionar el círculo de carga */
    margin: 0 auto;
}
.contenedor-boton-restablecer a{
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 8px 15px;
    border: 1px solid rgb(48, 48, 48);
    border-radius: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}

.contenedor-boton-guardar2 a{
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;

}

.contenedor-boton-guardar3{
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transform: translateY(3px);
    font-weight: 600;
    cursor: pointer;
}

.contenedor-boton-turno{
    background-color: #df4d4d;
    color: white;
    font-size: 11px;
    width: 5vw;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    align-content: center;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
}
.contenedor-boton-turno-excel{
    background-color: #5fcc51;
    color: white;
    font-size: 11px;
    width: 5vw;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    align-content: center;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
}
.contenedor-boton-guardar-inc input{
    background-color: white;
    color: rgb(48, 48, 48);
    font-size: 12px;
    width: 20vw; /* Ancho fijo para los elementos */
    padding: 8px 12px;
    border: 1px solid rgba(48, 48, 48, 0.288);
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.button-green-submit{
    background-color: #000000;
    border: none;
    width: 200px;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;

}
.button-green-submit:hover {
    transform: scale(1.05);
}
.button-green-submit:hover span {
  transform: scale(1); /* Mantener el tamaño del texto al hacer hover */
}
.button-green-submit span {
  display: inline-block; /* Permitir escalar el texto */
  transform-origin: center center; /* Origen de la transformación */
}
.imagen-logo {
    width: 20vw;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px; /* Ajusta según sea necesario */
    margin-right: 15px;
    max-width: 280px;
    min-width: 110px; /* Ajusta según sea necesario */
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);

}
.observaciones-contenedor {
    box-sizing: border-box;
    max-width: 500px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 12px 15px;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    resize: vertical;
    min-height: 100px;
    outline: none;
    background-color: #ffffff;
}

.observaciones-contenedor:focus {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color:#fcfcfc ;
}

.observaciones-contenedor::placeholder {
    color: #999;
    font-style: italic;
}

/* Estilo del título sobre el área de observaciones */
label[for="observaciones"] {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
}
.imagen-logo2 {
    width: 20vw;
    height: auto;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 185px; /* Ajusta según sea necesario */
    opacity: 0.9;
}

.imagen-fondo {
    animation: transitionOut 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.4;
    background-repeat: repeat;
    background-size: auto;
}
#sidebar {
    transition: 0.33s cubic-bezier(.17,1.28,.39,.98);
}

.content {
    padding: 20px;
    transition: transform 0.3s ease; /* Añadimos la transición */
}

.table-turnos {
    width: calc(100% - 350px); /* La tabla ocupa el ancho total menos el ancho de la barra lateral */
    margin-top: 15px;
    margin-bottom: 70px;
    margin-left: auto; /* Centra la tabla horizontalmente */
    margin-right: auto; /* Centra la tabla horizontalmente */
    border-collapse: collapse;
    overflow: hidden; /* Evita que el borde redondeado afecte al contenido */
    font-family: Lato;
    font-size: 16px;
    color: #2A3B47;
    box-shadow: 0 16px 17px rgba(0, 0, 0, 0.08); 
    border: 1px solid #ccc; /* Cambia el color y el ancho según sea necesario */
}

.table-turnos th, td {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    border-bottom: 1px solid #ddd; /* Separación horizontal */
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
    border-right: 1px solid #ccc; /* Cambia el color y el ancho según sea necesario */

}

.table-turnos th {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: white;
    color: rgb(76, 74, 74); /* Texto en color blanco */
}

.table-turnos tr:nth-child(odd) {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: #EFF3F5;
}
.table-turnos tr:nth-child(even){
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: white;

}
.contenedor-agregarequipo{
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
}

.table-equipos-container {
    display: grid;
    justify-content: space-evenly;
}

.table-equipos {
    width: 35vw;
    border-radius: 20px; /* Borde redondeado */
    overflow: hidden; /* Evita que el borde redondeado afecte al contenido */
    font-family: Lato;
    font-size: 16px;
    color: #2A3B47;
    animation: revealText 0.3s ease-in-out forwards;
    border: 1px solid #3a3a3a;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    margin-bottom: 30px;
}

.table-equipos th, td {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    border-bottom: 1px solid #ddd; /* Separación horizontal */
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
}
.table-equipos td{
    border-left: none;
    border-right: none;
    padding-top: 12px;
    padding-bottom: 12px; 
}
.table-equipos th {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: #f7f7f7;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px; 
    text-align: center;
}
.table-equipos .material-symbols-outlined{
    cursor: pointer;
}
.table-equipos td:nth-child(even) {
    text-align: center;
}
.table-equipos td:nth-child(odd) {
    text-align: center;
}
/* Estilo para filas impares */
.table-equipos tr:nth-child(odd) {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
   
}
.table-equipos tr:nth-child(even){
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    
}
.sidebar {
    user-select: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 5vw; /* Ancho de la sidebar cuando está colapsada */
    height: 100vh;
    background-color: #222222;
    padding-top: 70px;
    z-index: 3000;
    transition: 0.1s cubic-bezier(.17,1.68,.96,1.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    max-width: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; /* Mantiene los elementos centrados verticalmente */
}

.sidebar a{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: rgb(194, 194, 194);
    text-decoration: none;
    padding: 9px 8px;
    width: calc(100% - 50px); /* Ocupa casi toda la anchura de la sidebar dejando margen a los lados */
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
    border-radius: 2px; /* Añade bordes redondeados para un efecto más estético */
    justify-content: flex-start; /* Asegura que todo el contenido esté alineado a la izquierda */
    height: auto;

}
.sidebar .dropdown-btn i{
    color: rgb(194, 194, 194);
}

.sidebar a.active {
    border-right: 4px solid rgb(46, 205, 160);
    border-radius: 5px; 
}

.sidebar a.active i{
        color: #222222; /* Color verde */
    }
.sidebar a.active span {
    color: white;
    font-weight: 700;
}



/* Desactivar la clase 'active' en los botones de menú desplegable */
.sidebar a.no-active-toggle.active {
    border-right: none;
    color: initial;
}

.sidebar a.no-active-toggle.active i,
.sidebar a.no-active-toggle.active span {
    color: initial;
}

.sidebar a:first-child {
    display: none;
}

.sidebar .cerrar-sesion-container {
    position: absolute;
    bottom: 5vh; /* Ajusta la distancia desde la parte inferior según sea necesario */
    left: 0px;
    text-align: left;
    padding: 0;
    width: 100%;
}

.sidebar i {
    color: rgb(235, 235, 235);
    font-size: 14px;
    width: 24px; /* Ancho fijo para los iconos */
    margin-right: 0px; /* Espacio entre el icono y el texto */
    transition: transform 0.3s ease, background-color 0.3s ease, border-radius 0.3s ease, color 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}

.sidebar a.active i, .dropdown-btn.active i {
    color: rgb(46, 205, 160); /* Color grisáceo */
}


.sidebar span {
    color: rgb(194, 194, 194);
    visibility: hidden; /* En lugar de display: none */
    opacity: 0; /* Combinado con visibility para transición */
    margin-left: 10px;
    font-size: 13px;
    transition: visibility 0s, opacity 0.3s ease;
}

.sidebar:hover {
    max-width: initial;
    width: 230px;
}

.sidebar a:hover, .dropdown-btn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
    border-radius: 8px;
}

.sidebar-open {
    transform: translateX(15vw);
}

.sidebar-open .sidebar {
    width: 15vw;
}

.sidebar:hover span {
    visibility: visible; /* Hace visible el texto */
    opacity: 1; /* Transición suave para aparecer */
}

.sidebar a:hover span, .sidebar a:hover i{
    color:#ffffff;
}




.cerrar-sesion-container a {
    color: darkslategray;
}


.contenedor-mostrando{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contenedor-botones-filtrado{
    width: 80vw;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.numeroaltas{
    font-size: 17px;
}
.numeroaltas span{
    font-size: 12px;
    font-weight: 300;
}
.botondefiltrado {
    color: black;
    background-color: transparent;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    font-size: 13px;
    border: none;
    cursor: pointer;
    padding: 8px 15px;
    margin-bottom: 10px;
}

#btn-todos {
    border-bottom: 2px solid black;
    font-weight: bold;
}


.table-socios-contenedor{
    width: 80vw;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    animation: revealText 0.3s ease-in-out forwards;
    border-radius: 20px;
    overflow: hidden;
    animation-delay: 0.2s;

}
.table-semanal {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    border-radius: 20px;
    overflow: hidden;
    border:none;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
}

.table-semanal thead {
    background-color: white;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.table-semanal th, .table-semanal td {
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.table-semanal th {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: #2e2d2d;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px; 
    text-align: center;
    color: #2ECDA0;
}

.table-semanal td {
    color: #555;
}

.table-semanal tr:nth-child(even) {
    background-color: #f8f9fa;
}

.table-semanal tr:hover {
    background-color: #e9ecef;
}

.table-semanal td[colspan] {
    background-color: #f8f9fa;
    font-style: italic;
    color: #6c757d;
}

/* Estilos para las columnas específicas */
.table-semanal td:first-child {
    font-weight: bold;
    color: #495057;
}

.table-semanal th, .table-semanal td {
    text-align: center;
}

/* Iconos de ordenamiento */
.table-semanal th i {
    margin-left: 5px;
    color: #6c757d;
}

/* Estilo para las celdas vacías */
.table-semanal td:empty {
    background-color: #f8f9fa;
}
.table-socios {
    width: 100%;
    border-radius: 5px; /* Borde redondeado */
    overflow: hidden; /* Evita que el borde redondeado afecte al contenido */
    font-family: Lato;
    font-size: 16px;
    color: #2A3B47;
    animation: revealText 0.3s ease-in-out forwards;
    border:none;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-socios th, td {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    border-bottom: 1px solid #ddd; /* Separación horizontal */
    padding: 6px 10px;
    text-align: left;
    font-size: 14px;
}
.table-socios td {
    border-left: none;
    border-right: none;
    padding-top: 12px;
    padding-bottom: 12px; 
}

.table-socios th {
    overflow-x: auto;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: #2e2d2d;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px; 
    text-align: center;/* Ajusta este valor para obtener el tono de gris que prefieres */
}

.table-socios th{
    color: #2ECDA0;
}
.table-socios tr:not(:first-child) {
    background-color: #ffffff;
}

.table-socios td {
    background-color: #ffffff;
}

.table-socios td:nth-child(1) {
    text-align: center;
} 


.table-socios td:nth-child(2) {
    text-align: center;
} 


.table-socios td:nth-child(3) {
    text-align: center;
} 


.table-socios td:nth-child(4) {
    text-align: center;
} 

.table-socios td:nth-child(5) {
    text-align: center;
}  

.table-socios td:nth-child(6){
    text-align: center;
}  
.table-socios td:nth-child(7){
    text-align: center;
}
.table-socios td:nth-child(8){
    text-align: center;
}  
.table-socios2-contenedor{
    width: 80vw;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 70px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;       /* Añadido para un desplazamiento suave */
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    animation: revealText 0.3s ease-in-out forwards;
    border-radius: 20px;
    animation-delay: 0.4s;
}
.table-socios2-contenedor:active {
    scroll-snap-type: none; /* Desactivar scroll snap durante el arrastre */
}


/* Establecer cursor y user-select en el contenedor */
.table-socios2-contenedor {
    cursor: default;
    user-select: auto;
}

/* Opcional: Estilo para el estado activo del contenedor durante el arrastre */
.table-socios2-contenedor.active {
    cursor: grabbing;
}

.card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    padding: 20px;
    margin-bottom: 20px;
    border:none;
}

.card h2 {
    font-family: 'Arial', sans-serif;
    margin: 0 0 10px;
    font-size: 1.25em; /* Ajustar tamaño de la fuente */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card p {
    margin: 0 0 5px;
}

.status {
    padding: 3px 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}

.status-verificado {
    background-color: #ccffdf !important;
    color: #2ebe76 !important;
    font-weight: 600; /* Color del texto verde oscuro con !important */
}

.status-pendiente {
    background-color: #e4f3ff !important;
    color: #7bb7e9 !important;
    font-weight: 600;
}

.status-nulo {
    background-color: #ffdede !important;
    color: #ff6161 !important;
    font-weight: 600;
}
.status-nuloconincidencia {
    background-color: #ffdede !important;
    color: #ff6161 !important;
    font-weight: 600;
}
.status-recuperado {
    background-color: #fffcf3 !important;
    color: #fde287 !important;
    font-weight: 600; /* Naranja para recuperado */
}

.more-info {
    margin-top: 10px;
}
.stats-card {
    animation: revealText 0.3s ease-in-out forwards;
    display: none; /* Ocultar por defecto */
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    padding: 20px;
    width: 80vw;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.stat-item:last-child {
    border-bottom: none;
}

/* Aumentar el tamaño y poner en negrita los labels */
.stat-label {
    font-weight: bold;
    font-size: 1.1em; /* Tamaño ligeramente más grande */
    color: #555;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
}

/* Cambiar el color de los números a gris */
.stat-value {
    font-size: 1.2em;
    color: #888; /* Color gris */
    font-family: 'Noto Sans Medefaidrin', sans-serif;
}

/* Estilo especial para Altas y Cuota Total */
.stat-value.important {
    font-size: 1.55em; /* Tamaño superior */
    font-weight: bold;
    color: #333; /* Color destacado */
    font-family: 'Noto Sans Medefaidrin', sans-serif;
}

.stat-value.highlight {
    font-size: 1.3em;
    font-weight: normal;
}


.contenedor-descarga .contenedor-debotonesguardarpdfyexcel, .contenedor-mostrando {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.contenedor-boton-turno, .contenedor-boton-turno-excel {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    margin: 0 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);

}

.contenedor-boton-turno {
    background-color: #ff4d4d;
}

.contenedor-boton-turno-excel {
    background-color: #28a745;
}
.tarjetas-socios .card {
    animation: revealText 0.3s ease-in-out forwards;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    padding: 20px;
    margin-bottom: 20px;
  
}

/* Estilo para el nombre del socio */
.tarjetas-socios .card h2 {
    margin: 0 0 10px;
    font-size: 1.25em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Colocar las etiquetas y los valores en la misma línea */
.tarjetas-socios .card p {
    margin: 0 0 5px;
    white-space: nowrap; /* Evita el salto de línea en los párrafos */
}

/* Etiquetas y valores en línea */
.tarjetas-socios .card .label,
.tarjetas-socios .card .value {
    display: inline-block; /* Mantener en la misma línea */
    vertical-align: middle; /* Alinear en el centro verticalmente */
}

/* Negrita solo para las etiquetas */
.tarjetas-socios .card .label {
    font-weight: bold;
    color: #555; /* Color gris oscuro */
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    margin-right: 5px; /* Añadir espacio entre la etiqueta y el valor */
}

/* Color gris para los valores */
.tarjetas-socios .card .value {
    color: #888; /* Valores en gris claro */
    font-weight: normal;
    font-family: 'Noto Sans Medefaidrin', sans-serif;
}

/* Resaltar cuota, fecha alta y edad */
.tarjetas-socios .card .value.highlight {
    font-size: 1.2em; /* Aumentar tamaño de cuota, fecha y edad */
    font-weight: bold;
    color: #333; /* Color más oscuro para resaltar */
}

/* Estilo para los estados */
.tarjetas-socios .status {
    padding: 3px 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;

}

.status-verificado {
    background-color: #ccffdf !important;
    color: #2ebe76 !important;
    font-weight: 600; /* Color del texto verde oscuro con !important */
}

.status-pendiente {
    background-color: #e4f3ff !important;
    color: #7bb7e9 !important;
    font-weight: 600;
}

.status-nulo {
    background-color: #ffdede !important;
    color: #ff6161 !important;
    font-weight: 600;
}

/* Información adicional (oculta por defecto) */
.tarjetas-socios .more-info {
    margin-top: 10px;
}

/* Botón de ver más */
.tarjetas-socios .btn {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: transparent;
    color: #0054ad;
    text-decoration: underline;
    letter-spacing: .6px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.tarjetas-socios .btn:hover {
    cursor: pointer;
}



textarea[name="Comentarios"] {
    margin-top: 8px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
    width: 200px; /* Puedes ajustar esto según lo necesites */
    outline: none;
    border: 1px solid #42424241; /* Borde grisaceo */
    resize: none; /* Evita que el usuario cambie el tamaño del textarea */
}
textarea[name="Comentarios"]:focus {
    border-color: #2ecda0;
    border: 2px solid #2ecda0; /* Cambia el borde cuando el textarea está en foco */
}

.modern-card {
    display: none;
}

@media screen and (max-width: 768px) {
    .modern-card{
        display: block;
    }
   
    .table-socios-contenedor .table-socios{
        display:none;
    }
    .table-socios-contenedor {
        display: none;
    }

    .stats-card {
        display: block;
    }
    .table-socios2-contenedor .pagination-container{
        display:none;
    }
}

@media screen and (min-width: 769px) {
    .tarjetas-socios {
        display: none;
    }
}


/* Estilos responsivos para pantallas pequeñas */
@media screen and (max-width: 768px) {
    .table-socios2 {
        display: none; /* Ocultar la tabla en pantallas pequeñas */
    }
    
    .tarjetas-socios {
        display: block;
    }

    .table-socios2-contenedor {
        border: none; /* Hacer invisibles los bordes en pantallas pequeñas */
        box-shadow: none; /* Quitar sombra si tiene */
        background-color: transparent; /* Quitar fondo *//* Eliminar margen si hay */
    }
    .table-socios2-contenedor .table-socios {
        display: none;
    }
    #sidebar {
        transition: 0.33s ease;
    }
}

/* Estilos responsivos para pantallas grandes */
@media screen and (min-width: 769px) {
    .tarjetas-socios {
        display: none; /* Ocultar las tarjetas en pantallas grandes */
    }
}


.editar-turno {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.editar-turno h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.editar-turno form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
}

.editar-turno .form-group {
    display: flex;
    flex-direction: column;
}

.editar-turno label {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
}

.editar-turno input[type="text"],
.editar-turno input[type="time"],
.editar-turno input[type="number"] {
    padding: 10px;
    border: 1px solid #42424241; /* Borde grisaceo */
    border-radius: 20px;
    font-size: 1em;
    max-width: 360px;
}

.editar-turno input[type="date"]{
    max-width: 360px;
}

.editar-turno input[type="text"] {
    background-color: white;
    max-width: 360px;
}

.editar-turno input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.delete-button, .close-button {
    position: absolute;
    top: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.delete-button {
    right: 40px;
    color: red;
}

.close-button {
    right: 10px;
    color: #333;
}

.table-turnos {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table-turnos th,
.table-turnos td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table-turnos th {
    background-color: #f8f8f8;
    cursor: pointer;
}

.table-turnos th i {
    margin-left: 5px;
}

.contenedor-buscador {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filtrar-container {
    display: flex;
    align-items: center;
}

.filtrar-texto {
    margin-right: 10px;
    font-size: 1em;
    color: #555;
}

#select-month {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
    background: #fff;
    cursor: pointer;
}

#select-month option {
    padding: 10px;
}

#calendario {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}


.table-socios2 {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-radius: 5px; /* Borde redondeado */
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    font-size: 13px;
    color: #2A3B47;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08); /* Sombreado sutil */
}

.table-socios2 th, td {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    border-bottom: 1px solid #ddd; /* Separación horizontal */
    padding: 5px 8px;
    text-align: left;
    font-size: 13px;
    border-right: 1px solid #ccc;
    scroll-snap-align: end;

}

.table-socios2 th {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    color: rgb(76, 74, 74); /* Texto en color blanco */
}

/* Estilo para filas impares */
.table-socios2 tr:nth-child(odd) {
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: #ffffff ; /* Fondo gris claro */
}
.table-socios2 tr:nth-child(even){
    font-family: 'Noto Sans Medefaidrin', sans-serif;
    background-color: rgb(246, 246, 246);
}

/* Selecciona la primera fila de la tabla y le da un tono gris claro */
.table-socios2 th {
    background-color: #2e2d2d;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;/* Ajusta este valor para obtener el tono de gris que prefieres */
}
.table-socios2 th{
    color:#2ECDA0;
}
.table-socios2-contenedor .table-socios2 th {
    background-color: #2e2d2d;
    border-left: none;
    border-right: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px; 
    text-align: center;/* Ajusta este valor para obtener el tono de gris que prefieres */
}
.table-socios2-contenedor .table-socios2 tr:hover {
    background-color: #f2f2f2; /* Cambia este color según tus necesidades */
}
/* Selecciona todas las filas excepto la primera y las hace completamente blancas */
.table-socios2 tr:not(:first-child) {
    background-color: #ffffff;
}

/* Elimina los bordes laterales de las celdas */
.table-socios2 td {
    border-left: none;
    border-right: none;
}

/* Agrega bordes solo entre filas */
.table-socios2 tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.table-socios2 tr:first-child {
    border-top: none;
}
.table-socios2 tr:last-child {
    border-bottom: none;
}
.table-socios2 td:nth-child(7) {
    text-align: right;
}
.table-socios2 td:nth-child(10) {
    text-align: right;
}
.table-socios2 td:nth-child(4) {
    text-align: center;
}
.table-socios2 td:nth-child(5) {
    text-align: right;
}

.table-socios2 td:nth-child(10) {
    text-align: right;
}

.table-socios2 td:nth-child(12) {
    text-align: right;
}
.table-socios2 td:nth-child(15) {
    text-align: right;
}

.table-socios2 th {
    padding: 12px 20px; /* Ajusta estos valores a tu gusto */
}
.table-socios2 td{
    padding: 8px 20px; /* Ajusta estos valores a tu gusto */

}
.table-socios2-contenedor .table-socios2 td{
    padding: 18px 20px; /* Ajusta estos valores a tu gusto */

}
/* Selecciona el desplegable de la columna "ESTADO" */
.table-socios2 td:nth-child(3) select {
    text-align: center;
    font-size: 14px;

    /* Ajusta el relleno */
    padding: 4px 8px;

    /* Ajusta el color de fondo y el color del texto */
    color: #333;

    /* Ajusta el borde */
    border: none;
    border-radius: 9px;

    /* Añade una sombra para darle un aspecto 3D */
}
.table-socios2 td:nth-child(3) button {
    /* Ajusta el tamaño del texto */
    font-size: 14px;

    /* Ajusta el relleno */
    padding: 4px 8px;

    /* Ajusta el color de fondo y el color del texto */
    background-color: #f2f2f2;
    color: #333;

    /* Ajusta el borde */
    border: none;
    border-radius: 9px;

    /* Añade una sombra para darle un aspecto 3D */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    /* Añade una transición para suavizar el cambio de color al pasar el ratón */
    transition: background-color 0.3s ease;
}

/* Cambia el color de fondo del botón al pasar el ratón */
.table-socios2 td:nth-child(3) button:hover {
    background-color: #e6e6e6;
}


.table-socios2 td:nth-child(3) {
    text-align: center;
}

.table-socios2 td:nth-child(3) button {
    margin-top: 15px;
    display: inline-block; /* Esto es necesario para que text-align funcione en el botón */
}
/* Selecciona el botón del icono del ojo */
.table-socios2 td:nth-child(18) i {
    /* Añade un fondo blanco */
    background-color: white;

    /* Hace que el botón sea redondo */
    border-radius: 50%;

    /* Añade una sombra sutil */
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);

    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.total-cuotas {
    float: left;
    width: inherit;
    height: auto;
    margin: 0 auto;
    font-weight: bold; /* Para resaltar el texto */
}

.elegirregistrarbotones {
    display: block; /* Cambiar a bloque para ocupar todo el ancho disponible */
    width: 40%;
    margin: 0px  auto;
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    background-color:white;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    color: #192229;
    
}
.elegirregistrarbotones a{
    text-decoration: none; /* Quitar el subrayado en los enlaces dentro del botón */
    color: inherit;
}
.elegirregistrarbotoncaptador {
    display: block;
    width: 40%;/* Cambiar a bloque para ocupar todo el ancho disponible */
    margin: 0px  auto;
    border: 2px solid #2A3B47;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    background-color:rgb(241, 241, 241);
    color: #192229;
}

.elegirregistrarbotoncaptador a {
    text-decoration: none; /* Quitar el subrayado en los enlaces dentro del botón */
    color: inherit; /* Heredar el color del texto del botón */
}
.alert {
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-dismissible {
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    position: relative;
    right: -1.25rem;
    top: -0.5rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-success {
    color: #155724;
    background-color: #00ff1e89;
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success strong {
    font-weight: bold;
}
.usuario-contenedor a {
    display: flex;
    text-align: center;
    text-decoration: none;
    color: black;
}

.usuario-contenedor a i {
    font-size: 20px;
    border-radius: 50%;
    background-color: #f0f0f0; /* Color grisáceo */
    padding: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* Sombra */
}
.alert-success svg {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.75rem;
}

.navbar{
    background-color: #222222; /* Fondo blanco */
}

.navbar a, .navbar span, .navbar i{
    color: white;

}

.navbar .menu-icon-container .menu-icon span,
.navbar .menu-icon-container .menu-icon i{
    color: #3981ee;
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 4px 4px;
    border-radius: 8px;
}

.dropdown-container:hover .dropdown-content {
    display: block;
}

.dropdown-button {
    background-color: #f2f2f2;
    color: black;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-button:hover {
    background-color: #e6e6e6;
}
.table-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 350px);
    margin: 0 auto;
}
.vista-btn {
    font-family: 'Noto Sans Medefaidrin', sans-serif; /* Cambia la fuente */
    font-size: 13px; /* Cambia el tamaño de fuente */
}
.modal-content button, .modal-content input {
    margin: 10px 0;
}
.contenedor-boton-turno-pdf-descargar {
    background-color: #ff4d4d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    padding: 10px 32px;
}
.contenedor-boton-turno-excel-descargar {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    padding: 10px 32px;
}
.contenedor-boton-seleccion {
    background-color: white;
    color: rgb(48, 48, 48);
    font-size: 12px;
    width: 20vw;
    max-width: 200px;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
}
input[type="date"] {
    color: black;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    width: 15vw;
    min-width: 120px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 20px;
    border-radius: 4px;
}



input[type="date"]:focus {
    border: 2px solid #3d3d3d;
}
.dropdown-container {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 8px;
}

.dropdown-container:hover .dropdown-content {
    display: block;
}

.dropdown-button {
    background-color: #f2f2f2;
    color: black;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-button:hover {
    background-color: #e6e6e6;
}
.table-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 350px);
    margin: 0 auto;
}
.vista-btn {
    font-family: 'Noto Sans Medefaidrin', sans-serif; /* Cambia la fuente */
    font-size: 13px; /* Cambia el tamaño de fuente */
}
/* Estilos para los botones PDF y EXCEL */
.btn-pdf {
    margin-right: 10px; /* Ajusta el valor según sea necesario */

}

.btn-excel {
    margin-left: 10px; 
    border-radius: 20px;/* Ajusta el valor según sea necesario */
}
.btn-audio{
    margin-left: 10px; 
}
/* Puedes ajustar también los estilos generales de los botones */
.contenedor-boton-turno, .contenedor-boton-turno-excel {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);

}

.contenedor-boton-turno {
    background-color: #ff4d4d; /* Color para el botón PDF */
}

.contenedor-boton-turno-excel {
    background-color: white;
    margin: 0 auto;
    border: 1px solid #ccc;
    color: #212E36;
    margin-top: 5px;    /* Color para el botón EXCEL */
    transition: all 0.3s ease;

}
.contenedor-boton-turno {
    margin: 0 auto;
    background-color: white;
    border: 1px solid #ccc;
    color: #212E36;
    transition: all 0.3s ease;

}


.contenedor-boton-turno-excel:hover {
    background-color: rgb(63, 187, 32);
    color: white;
    margin-top: 5px;    /* Color para el botón EXCEL */
}
.contenedor-boton-turno:hover {
    background-color: rgb(221, 84, 84);
    color: white;
}


.calendar-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.calendar {
    width: 45%;
}
.calendar h3 {
    text-align: center;
}
.calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.calendar-table th, .calendar-table td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    width: 40px;
    height: 40px;
}
.calendar-table th {
    color: #999;
    font-weight: normal;
}
.calendar-table td {
    border: none;
    background-color: transparent;
    position: relative;
}

.day {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}
.day:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}
.day.no-turno {
    background-color: #e2e2e2; /* Sin turno*/
}
.day.no-turno:hover{
    background-color: #a3a3a3;
    cursor: pointer;
}
.day.has-turno {
    background-color: #2ecda0; /* Con turno */
}
.day.has-turno:hover {
    background-color: #25a07d; /* Con turno */
}
.day.current-day {
    background-color: #fffc5e; /* Dia actual */
}
.day.current-day:hover {
    background-color: #f7f42c; /* Dia actual */
}
.day.empty {
    background-color: transparent;
}
.day.selected {
    border: 2px solid black;
}

/* Form styles */
#equipoForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#equipoForm h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

#equipoForm input[type="text"] {
    width: 30vw;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    min-width: 160px;
    max-width: 400px;
}

/* Button styles */
#agregarEquipoButton {
    display: inline-flex;
    align-items: center;
    background-color: var(--color-fondo-principal);
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    padding: 12px 20px;
}

#agregarEquipoButton i {
    font-size: 18px;
}

#agregarEquipoButton:hover {
    background-color: #14141491;
}

/* Hidden form section styles */
.hidden {
    display: none;
}

/* User list styles */
#usuarios {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}

#usuarios input[type="checkbox"] {
    margin-right: 10px;
}

#usuarios label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* Action buttons */
.button-group {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

button[type="submit"]{
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1;
    max-width: 300px;
    background-color: var(--color-fondo-principal);
    color:white;

}
.cancel-button {
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 1;
    max-width: 180px;
    background-color: #007bff;
    color:white;
    border: 1px solid #ccc;
}

button[type="submit"]:hover{
    background-color: #555555;

}
.cancel-button {
    background-color: white;
    color: black;
    max-width: 180px;
}

.cancel-button:hover {
    background-color: #c82333;
    color:white;
}

/* Image and team member styles */
.upload-button, .team-member {
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-button {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-button:hover {
    background-color: #f2f2f2;

}

.team-member img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.team-member .name {
    font-size: 14px;
    color: #333;
}

.team-member .remove {
    margin-left: auto;
    font-size: 16px;
    color: #dc3545;
    cursor: pointer;
}

.team-member .remove:hover {
    color: #c82333;
}

.cuerpologin .container-login .submit-button{
    max-width: 300px;
}

@keyframes transitionIn{
    from{
        opacity: 0;
        transform: translateY(10vh);
    }
    to {
        opacity: 1;
        transform: translateY(0vh);
    }
}

@keyframes transitionOut{
    from{
        opacity: 0.1;
        transform: scale(1.15, 1.15);
    }
    to {
        opacity: 0.4;
        transform: scale(1, 1);    }
}
@keyframes revealText {
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes revealText2 {
    0% {
        filter: blur(12px);
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1260px) {
    
    .sidebar{
        width: 6vw;
        min-width: 70px;
    }
    .sidebar .cerrar-sesion-container{
        display: none;
    }
    .container-login .submit-button{
        width: 35.5vw;
    }
    .container-login .botoniniciarsesion{
        width:100%;
    }
    .cuerpologin .container-login{
        width: 70vw;
        margin-bottom: 40px;
        margin-top: 10px;
        align-self: center;
    }
    .cuerpologin{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .cuerpologin .loguito{
        margin: 0 auto;
    }
    h1{
        margin-top: 60px;
    }
    .container .container-altasocios{
        width: 80vw;
    }
    
    .contenedor-boton-guardar input,
    .contenedor-boton-guardar-inc input{
        min-width: 70%;
    }
    .input-field-desplegable{
        width: 20vw;
    }
    .input-field-desplegable-filtro{
        width: 20vw;
    }
    .input-field-ibanextrasmall{
        width: 2vw;
    }
    .contenedor-botones-guardado-formulario {
        display: flex;
        flex-direction: column; /* Alinea los elementos verticalmente */
        align-items: left;
        margin-top: 30px; /* Centra los elementos horizontalmente */
    }
    .contenedor-botones-guardado-formulario .contenedor-boton-guardar input,
    .contenedor-botones-guardado-formulario .contenedor-boton-guardar-inc input{
        width: 50vw;
    }

    .usuario-contenedor{
        top:0px;
        right: 10px;
        width: 140px;
        z-index: 3000;
    }
    .rolusuario-contenedor{
        font-size: 8px;
    }
    .elegirregistrarbotones{
        width: auto;
        margin: 10px 10px auto;
        font-size: 15px;
        background-color:rgb(241, 241, 241);
        color: #192229;
    }
    .elegirregistrarbotoncaptador{
        width: auto;
        margin: 10px 10px auto;
        font-size: 15px;
        background-color:rgb(241, 241, 241);
        color: #192229;
    }
    
    .fichar-turno-body{
        margin-top: 10px;
    }
    .socioscaptados-body{
        width: 90vw;
        margin: 0 auto;
    }
    .contenedor-delbuscador{
        overflow-x: scroll;
    }
    .container-login{
        width: auto;
        margin: 30px 30px auto;
    }
    
    .contenedor-buscador{
        overflow-x: scroll;
    }
    .search-container{
        text-align: left;
    }
    .contenedor-delbuscador{
        width: 80vw;
        overflow-x: scroll;
        margin-top: 10px;
        height: auto;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 auto;
    }
    .contenedor-debotonesguardarpdfyexcel{
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: center;
        align-content: center;
        align-self: center;
        justify-content: center;
    }
    .contenedor-boton-turno, .contenedor-boton-turno-excel{
        width: 150px;
    }
    .search-container .input-field-altasocios{
        width: 300px;

    }
    .contenedor-botones-filtrado{
        width: 80vw;
        overflow-x: scroll;

    }
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

}

@media screen and (max-width: 1105px){
    .editar-turno{
        display: none;
    }
    .contenedor-filtro-semanas-y-tabla .table-semanal-container {
        display: block;
        overflow-x: auto; /* Permite el desplazamiento horizontal */
        width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .table-socios-contenedor {
        width: 83vw; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
        overflow-x: auto; /* Permite el desplazamiento horizontal si el contenido es más ancho */
    }

    .table-socios {
        width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
        min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
        white-space: nowrap; /* Evita que el texto se rompa en múltiples líneas */
    }
}
/*PARA TABLET EN VERTICAL!!!!!!!!*/
@media screen and (max-width: 769px){
    #sidebar {
        transition: none;
    }
    .sidebar{
        transition: none;
    }
    .sidebar span {
        visibility: initial; /* En lugar de display: none */
        opacity: 1; /* Combinado con visibility para transición */
        margin-left: 10px;
        font-size: 13px;
        transition: visibility 0s, opacity 0.3s ease;
    }
    .table-header{
        display:none;
    }
    .botonesybuscar .contenedor-botones-filtrado .dropdown-container{
        display:none;
    }
    .container-register{
        overflow-x: scroll;
    }
    .enfilas {
        margin: 0 auto;
        width: 90vw;
        display: flex;
    }
    
    .contenedor-boton-guardar2,
    .contenedor-boton-guardar {
        flex: 0 0 auto; /* Establece el tamaño de los botones según su contenido */
    }
    
    .contenedor-boton-guardar {
        margin-right: auto; /* Alinea este botón al extremo izquierdo del contenedor */
    }
    
    .contenedor-boton-guardar2 {
        margin-left: auto; /* Alinea este botón al extremo derecho del contenedor */
    }
    
    .sidebar .cerrar-sesion-container{
        display: initial;
    }
    .container-login .submit-button{
        width: 40vw;
        max-width: 300px;
    }
    .container-login .botoniniciarsesion{
        width:100%;
    }
    .container{
        margin-top: 90px;
    }
    
    .navbar{
        position:fixed;
        width:100vw;
        left:0;
        right: 0;
        border-radius: 0px;
        display: flex;
        flex-direction: row-reverse;
    }
    .container h1{
        font-size: 18px;
        font-weight: 700;

    }
    h1{
        margin-top:-50px;
    }
   
    .imagen-fondo{
        position: fixed;
        top: 0;
        left: 0;
        width: auto;
        height: 100vh;
        background-size: auto;
    }
    .fichar-turno-body{
        width: 90vw;
        margin:0 auto;
    }
    .socioscaptados-body{
        width: 80vw;
        margin:0 auto;
    }
    
    .sidebar {
        color: black;
        width: 25vw;
        min-width: 250px;
        z-index: 10000;
        left: -100vw;
        text-align: left;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.35); /* Ajusta los valores según prefieras */
    }
    .sidebar span{
        display: initial;
    }

    .sidebar-open {
        left: -100vw;
        height: 100vh;
    }

    .content {
        transform: translateX(0);
        text-align: center;
    }
    
    
    .container-login{
        width: 85vw;
        align-self: center;
    }

    .container-register{
        width: 95vw;
        margin-bottom: 40px;
    }

    .container-register h1{
        line-height: 1.2;
    }
    .container .container-altasocios{
        width: 85vw;
    }
    .container .container-altasocios {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Asegura que los elementos se alineen al inicio en lugar de al centro */
        justify-content: flex-start;
    }
    
    .container-altasocios h4{
        font-size: 11.5px;
    }
    .container-altasocios .input-field-fecha{
        width: 12%;
    }
    h4{
        color: black;
        font-size: 50px;
    }
    .loguito{
        width:80vw;
        margin: 0 auto;
        margin-top: 30px;
        overflow: hidden;
        text-align: center;
    }

    .table-socios2 th{
        display: none;
    }

    .table-socios2 td{
        display: grid;
        width: 90vw;
        gap: 2rem;
        grid-template-columns: 10ch auto;
        }
    .table-socios2 td::before{
        content: attr(data-cell)": ";
        font-weight: 800;
    }

    
    .table-socios2 td:first-child{
        padding-top: 2rem;
    }
    .table-socios2 td:last-child{
        padding-bottom: 2rem;
    }
    
    .table-socios th{
        display: none;
    }
    .table-socios td {
        display: grid;
        width: 70vw;
        gap: 2rem;
        grid-template-columns: 10ch auto; /* Definir dos columnas */
    }
    .table-socios td::before{
        content: attr(data-cell)": ";
        font-weight: 800;
    }

    
    .table-socios td:first-child{
        padding-top: 1rem;
    }
    .table-socios td:last-child{
        padding-bottom: 1rem;
    }
    .table-socios td:nth-child(4){
        font-weight: 800;
    }
    .contenedor-boton-guardar input
    .contenedor-boton-guardar-inc input {
        width: 80vw;
    }

    .table-turnos th{
        display: none;
    }
    .table-turnos td {
        display: grid;
        width: 70vw;
        gap: 2rem;
        grid-template-columns: 10ch auto; /* Definir dos columnas */
    }
    .table-turnos td::before{
        content: attr(data-cell)": ";
        font-weight: 800;
    }

    
    .table-turnos td:first-child{
        padding-top: 1rem;
    }
    .table-turnos td:last-child{
        padding-bottom: 1rem;
    }
    
    
    .table-turnos{
        width: 90vw;
    }
    .contenedor-delbuscador{
        width: 80vw;
        overflow-x: scroll;
        margin-top: 10px;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 auto;
    }
    .contenedor-debotonesguardarpdfyexcel{
        display: flex;
        flex: 1;
        flex-direction: row;
        align-items: center;
        align-content: center;
        align-self: center;
        justify-content: center;
    }
    .contenedor-boton-turno, .contenedor-boton-turno-excel{
        width: 150px;
    }
    .search-container .input-field-altasocios{
        width: 300px;

    }
    .contenedor-botones-filtrado{
        width: 90vw;
    }
    .table-socios2-contenedor{
        width: 90vw;
    }
    .table-socios{
        width: 90vw;
    }

    .input-field-desplegable{
        width: 37vw;
    }
    .input-field-desplegable-filtro{
        width: 37vw;
    }
    .input-field-fecha{
        width: 20vw;
    }
    .input-field-ibansmall{
        width: 30vw;
    }
    .input-field-ibanlarge{
        width: 45vw;
    }
    .input-field-ibanextrasmall{
        width: 5vw;
    }
    .contenedor-botones-guardado-formulario {
        display:block;
        align-items: left;
        margin-top: 30px; /* Centra los elementos horizontalmente */
    }
    .contenedor-boton-guardar-inc,
    .contenedor-boton-guardar{
        min-width: 100vw;
    }
    .contenedor-botones-guardado-formulario .contenedor-boton-guardar-inc input
    .contenedor-botones-guardado-formulario .contenedor-boton-guardar input{
        min-width: 100vw;
    }
    .usuario-contenedor{
        width: 120px;
        border-radius: 0px;
        height: fit-content;
        box-shadow: none ;
        background-color: none;
        padding: 4px 4px;
    }
    .usuario-contenedor .dropdown-content{
        top: 70px;
        transform: translateY(-25px);
        left: 8px;
        width:140px;
    }
    
    
    .navbar .dropdown-content a:first-child{
        display:initial;
    }
    .menu-icon-container .menu-icon span{
        font-size: 14px;
    }
    .menu-icon{
        margin-right: 40px;
    }
    .container .table-socios-contenedor{
        overflow: hidden;
    }
    .table-socios td:nth-child(1) {
        text-align: left;
    } 
    .usuario-contenedor .dropdown-content{
        width: 220px;
    }
    
    .table-socios td:nth-child(2) {
        text-align: left;
    } 
    
    
    .table-socios td:nth-child(3) {
        text-align: left;
    } 
    
    
    .table-socios td:nth-child(4) {
        text-align: left;
    } 
    
    .table-socios td:nth-child(5) {
        text-align: left;
    }  
    
    .table-socios td:nth-child(6){
        text-align: left;
    }  
    .table-socios td:nth-child(7){
        text-align: left;
    }
    .table-socios td:nth-child(8){
        text-align: left;
    }
    .table-socios2 td:nth-child(5) {
        text-align: left;
    }
    .table-socios2 td:nth-child(8) {
        text-align: left;
    }
    .table-socios2 td:nth-child(2) {
        text-align: left;
    }
    
    .table-socios2 td:nth-child(7) {
        text-align: left;
    }
    
    .table-socios2 td:nth-child(9) {
        text-align: left;
    }
    .table-socios2 td:nth-child(12) {
        text-align: left;
    }
    
    /* mismamente */
    
    .contenedor-filtro-semanas-y-tabla .table-semanal-container {
        display: block;
        overflow-x: auto; /* Permite el desplazamiento horizontal */
        width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor {
        display: initial;
        width: 100%; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
        overflow-x: auto;
        margin-bottom: 40px;

    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor .table-semanal {
        display: initial;
        width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
        min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
        white-space: nowrap;
        
    }
    .desgravacioncontenedor,
.protecciondatoscontenedor {
    width: 90%; /* Asegura que ocupen todo el ancho disponible */
    overflow-wrap: break-word; /* Permite que el texto largo se ajuste */
    margin-bottom: 20px; /* Añade espacio inferior para mayor legibilidad */
}
.titulosformulario{
    background-color: yellow;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-weight: 800;
    font-size: 20px;
    max-width: 65%;
    margin: 0 auto;
    padding: 6px 10px;
}
.titulosformulario_stc{
    background-color: #da291c;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.015);
    font-weight: 800;
    font-size: 20px;
    max-width: 65%;
    margin: 0 auto;
    padding: 6px 10px;
}
.step-container {
    width: 87vw;
    text-align: left;
}
.step-indicator {
    display: flex;
    justify-content: space-around; /* Añadir espacio igual entre los botones */
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.step-dot {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin: 0 5px; /* Añade margen para evitar que se junten */
}
#sidebar {
    transition: none;
}
.sidebar{
    transition: none;
}
}
@media screen and (max-width: 660px){
    .cuerpologin .container-login{
        width: 95vw;
    }
    #sidebar {
        transition: none;
    }
    .sidebar{
        transition: none;
    }
}
@media screen and (max-width: 549px) {
    .navbar span{
        font-size: smaller;
    }
    .usuario-contenedor .dropdown-content{
        top: 10vh;
    }
    .contenedor-filtro-semanas-y-tabla .table-semanal-container {
        display: block;
        overflow-x: auto; /* Permite el desplazamiento horizontal */
        width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor {
        width: 100%; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
        overflow-x: auto; /* Permite el desplazamiento horizontal si el contenido es más ancho */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor .table-socios {
        width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
        min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
        white-space: nowrap; /* Evita que el texto se rompa en múltiples líneas */
    }
    #sidebar {
        transition: none;
    }
    .sidebar{
        transition: none;
    }
}
@media screen and (max-width: 512px) {
    .navbar span{
        font-size: 9px;
    }
    .contenedor-filtro-semanas-y-tabla .table-semanal-container {
        display: block;
        overflow-x: auto; /* Permite el desplazamiento horizontal */
        width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor {
        width: 100%; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
        overflow-x: auto; /* Permite el desplazamiento horizontal si el contenido es más ancho */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor .table-socios {
        width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
        min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
        white-space: nowrap; /* Evita que el texto se rompa en múltiples líneas */
    }
    #sidebar {
        transition: none;
    }
}
@media screen and (max-width: 480px) {
    #sidebar {
        transition: none;
    }
    .loguito h4{
        font-size: 60px;
    }
.navbar span{
    display:none;
}
.sidebar a:first-child{
    display:flex;
}

.menu-icon span{
    display: initial;
}
.usuario-contenedor span{
    display: initial;
}
.contenedor-filtro-semanas-y-tabla .table-semanal-container {
    display: block;
    overflow-x: auto; /* Permite el desplazamiento horizontal */
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
}

.contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor {
    width: 100%; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
    overflow-x: auto; /* Permite el desplazamiento horizontal si el contenido es más ancho */
}

.contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor .table-socios {
    width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
    min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
    white-space: nowrap; /* Evita que el texto se rompa en múltiples líneas */
}
#sidebar {
    transition: none;
}
.sidebar{
    transition: none;
}
}
/*PARA MOVILES EN VERTICAL!!!!!!!!*/
@media screen and (max-width: 450px) {
    .cuerpologin .container-login{
        width: 90vw;
    }
    .container-login .input-field{
        width: 62vw;
    }
    .container-login .botoniniciarsesion .submit-button{
        width: 70vw;
        max-width: 180px;
    }
    .navbar span{
        display: none;
    }
    .menu-icon span{
        display: initial;
    }
    .usuario-contenedor span{
        display: initial;
    }
    #sidebar {
        transition: 0.33s ease;
    }
   
    .container h1{
        font-size: 18px;
        font-weight: 700;
    }
   
    .imagen-fondo{
        position: fixed;
        top: 0;
        left: 0;
        width: auto;
        height: 100vh;
        background-size: auto;
    }
    .fichar-turno-body{
        width: 90vw;
        margin:0 auto;
    }
    .socioscaptados-body{
        width: 80vw;
        margin:0 auto;
    }
    
    
    .sidebar {
        width: 70vw;
        min-width: 250px;
        z-index: 10000;
        left: -100vw;
        text-align: left;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.35); /* Ajusta los valores según prefieras */
    }
    

    .sidebar-open {
        left: -100vw;
        height: 100vh;
    }

    .content {
        transform: translateX(0);
        text-align: center;
    }
    
    .cerrar-sesion-container {
        margin-left: 5px;
        bottom: 30vh;
        text-align: center;
        width: 85vw;
    }

    .container-register{
        width: 95vw;
        margin-bottom: 90px;
    }

    .container-register h1{
        line-height: 1.2;
    }
    .container-altasocios{
        width: 90vw;
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
    .container-altasocios h4{
        font-size: 11.5px;
    }
    .container-altasocios .input-field-fecha{
        width: 12%;
    }
    h4{
        color: black;
        font-size: 50px;
    }
    .loguito{
        width:80vw;
        margin: 0 auto;
        margin-top: 30px;
        overflow: hidden;
        text-align: center;
        
    }

    .table-socios2 th{
        display: none;
    }

    .table-socios2 td{
        display: grid;
        width: 90vw;
        gap: 2rem;
        grid-template-columns: 10ch auto;
        }
    .table-socios2 td::before{
        content: attr(data-cell)": ";
        font-weight: 800;
    }

    
    .table-socios2 td:first-child{
        padding-top: 2rem;
    }
    .table-socios2 td:last-child{
        padding-bottom: 2rem;
    }
    
    .table-socios th{
        display: none;
    }
    .table-socios td {
        display: grid;
        width: 70vw;
        gap: 2rem;
        grid-template-columns: 10ch auto; /* Definir dos columnas */
    }
    .table-socios td::before{
        content: attr(data-cell)"";
        font-weight: 800;
    }

    
    .table-socios td:first-child{
        padding-top: 1rem;
    }
    .table-socios td:last-child{
        padding-bottom: 1rem;
    }
    .table-socios td:nth-child(4){
        font-weight: 800;
    }
    .contenedor-boton-guardar input {
        width: 80vw;
    }

    .table-turnos th{
        display: none;
    }
    .table-turnos td {
        display: grid;
        width: 70vw;
        gap: 2rem;
        grid-template-columns: 10ch auto; /* Definir dos columnas */
    }
    .table-turnos td::before{
        content: attr(data-cell)": ";
        font-weight: 800;
    }

    
    .table-turnos td:first-child{
        padding-top: 1rem;
    }
    .table-turnos td:last-child{
        padding-bottom: 1rem;
    }
    

    .table-socios2-contenedor{
        width: 90vw;
    }

    .input-field-desplegable{
        width: 37vw;
    }
    .input-field-desplegable-filtro{
        width: 37vw;
    }
    .input-field-fecha{
        width: 20vw;
    }
    .input-field-ibansmall{
        width: 30vw;
    }
    .input-field-ibanlarge{
        width: 45vw;
    }
    .input-field-ibanextrasmall{
        width: 5vw;
    }
    .contenedor-boton-guardar-inc input
    .contenedor-boton-guardar input{
        width: 80vw;
    }
    .usuario-contenedor{
        width: 90px;
        border-radius: 0px;
        align-items: center;
    }
    
    .dropdown-content{
        margin-left: 0;
        margin-right: 0;
        left: 8px;
        width:80%;
    }
    .navbar i{
        font-size: 13px;
    }
    
    .table-equipos{
        width: 80vw;
    }
    .menu-icon span{
        display: initial;
        margin:0 auto;
    }
    .contenedor-filtro-semanas-y-tabla .table-semanal-container {
        display: block;
        overflow-x: auto; /* Permite el desplazamiento horizontal */
        width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor {
        width: 100%; /* Asegura que el contenedor de la tabla ocupe todo el ancho */
        overflow-x: auto; /* Permite el desplazamiento horizontal si el contenido es más ancho */
    }

    .contenedor-filtro-semanas-y-tabla .table-semanal-container .table-socios-contenedor .table-socios {
        width: 100%; /* Asegura que la tabla ocupe todo el ancho disponible */
        min-width: 600px; /* Asegura que la tabla tenga un tamaño mínimo para evitar que las columnas se compriman demasiado */
        white-space: nowrap; /* Evita que el texto se rompa en múltiples líneas */
    }
    #sidebar {
        transition: none;
    }
    .sidebar{
        transition: none;
    }
}
:root {
    /* Oscuro con acentos claros */
    --color-fondo-principal: #1E2A37 !important; /* Azul oscuro casi negro */
    --color-fondo-secundario: #2C3E50 !important; /* Azul oscuro un poco más claro */
    --color-acento-primario: #40E0D0 !important; /* Turquesa brillante */
    --color-acento-secundario: #36B5A9 !important; /* Turquesa más oscuro */
    --color-acento-claro: rgba(64, 224, 208, 0.15) !important; /* Turquesa con transparencia */
    --color-texto-principal: #FFFFFF !important; /* Blanco para texto sobre fondo oscuro */
    --color-texto-secundario: #B3B3B3 !important; /* Gris claro */
    --color-borde: #34495E !important; /* Borde azul oscuro */
}
/* Estilos para sidebar */
.sidebar {
    background-color: var(--color-fondo-principal) !important;
    border-right: 1px solid var(--color-borde) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

/* Texto e iconos en el sidebar */
.sidebar a, 
.sidebar span,
.sidebar i {
    color: var(--color-texto-principal) !important;
}

/* Elementos activos en el sidebar */
.sidebar a.active {
    border-right: 3px solid var(--color-acento-primario) !important;
}

.sidebar a.active i {
    color: var(--color-acento-primario) !important;
}

.sidebar a.active span {
    color: white !important;
    font-weight: 700 !important;
}

/* Efectos hover en el sidebar */
.sidebar a:hover, 
.dropdown-btn:hover {
    background-color: var(--color-acento-claro) !important;
}

.sidebar a:hover i,
.sidebar a:hover span {
    color: var(--color-acento-primario) !important;
}

/* Estilos para navbar */
.navbar {
    background-color: var(--color-fondo-principal) !important;
    border-bottom: 1px solid var(--color-borde) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

/* Texto e iconos en el navbar */
.navbar a, 
.navbar span, 
.navbar i {
    color: var(--color-texto-principal) !important;
}

/* Elementos activos en el navbar */
.navbar a.active {
    border-bottom: 3px solid var(--color-acento-primario) !important;
}

.navbar a.active i,
.navbar a.active span {
    color: var(--color-acento-primario) !important;
}

/* Efectos hover en el navbar */
.navbar a:hover {
    background-color: var(--color-acento-claro) !important;
}

.navbar a:hover i,
.navbar a:hover span {
    color: var(--color-acento-primario) !important;
}

/* Ajustes para el contenedor de usuario */
.usuario-contenedor p,
.rolusuario-contenedor {
    color: var(--color-texto-principal) !important;
}

.usuario-contenedor h3 span {
    color: var(--color-acento-primario) !important;
}

/* Círculos del fondo */
.background .circle-1,
.background .circle-3 {
    background-color: rgba(25, 96, 202, 0.15) !important; /* Color acento con transparencia */
}

.background .circle-2,
.background .circle-4 {
    background-color: rgba(14, 73, 153, 0.1) !important; /* Color acento secundario con transparencia */
}

/* Elementos de marca */
.loguito .doublepivot {
    color: var(--color-fondo-principal) !important;
}
.loguito span {
    color: var(--color-fondo-principal) !important;
}

/* Tablas y encabezados */
.table-socios th,
.table-socios2 th,
.table-semanal th,
.table-socios2-contenedor .table-socios2 th {
    background-color: var(--color-fondo-secundario) !important;
    color: white !important;
    border-bottom: 2px solid white !important;
}

/* Botones y elementos interactivos */
.button-green-submit,
.submit-button {
    background-color: var(--color-fondo-principal) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(25, 96, 202, 0.2) !important;
    padding: 12px 20px;
}

.button-green-submit:hover,
.submit-button:hover {
    background-color: var(--color-fondo-secundario) !important;
    box-shadow: 0 2px 6px rgba(25, 96, 202, 0.3) !important;
}

/* Dropdown del usuario */
.usuario-contenedor .dropdown-content {
    background-color: var(--color-fondo-principal) !important;
    border: 1px solid var(--color-borde) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
}

.usuario-contenedor .dropdown-content a,
.usuario-contenedor .dropdown-content span,
.usuario-contenedor .dropdown-content i {
    color: var(--color-texto-principal) !important;
}

.usuario-contenedor .dropdown-content a:hover {
    background-color: var(--color-acento-claro) !important;
}

.usuario-contenedor .dropdown-content a:hover span,
.usuario-contenedor .dropdown-content a:hover i {
    color: var(--color-acento-primario) !important;
}


/* Controles de formulario */
.input-field:focus,
.input-field-altasocios:focus,
.input-field-desplegable:focus {
    border-color: var(--color-fondo-principal) !important;
    box-shadow: 0 0 0 2px rgba(25, 96, 202, 0.1) !important;
}

.boton-guardar-inc.submit-button {
    background-color: white !important;
    color: var(--color-fondo-principal) !important;
    border: 1px solid #ccc !important;
}

.boton-guardar-inc.submit-button:hover {
    background-color: var(--color-acento-claro) !important;
    color: var(--color-fondo-principal) !important;
}

@media screen and (max-width: 768px) {

.boton-guardar-inc.submit-button {
    min-width: 210px !important;
}
.boton-guardar.submit-button {
    min-width: 210px !important;
}
}