#secTurnos {
    margin: 30px 0;
    min-height: 400px;
}



.divInputTurnos {
    width: 50%;
    margin: 40px auto;
    background-color: #9fa5c8a1;
    display: flex;
    flex-direction: column;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius: 8px;
    border-radius:8px;
    max-width: 900px;
    padding: 20px;
}




.inputTurnos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}

.colTurnos {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.colTurnos label {
    font-size: 1.1em;
    font-weight: 600;
}

.colTurnos input,
.colTurnos select {
    padding: 10px 14px;
    font-size: 1.1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.colTurnos input:hover,
.colTurnos select:hover {
    border-color: #77bbee;
}



.botSolTurnos {
    text-align: center;
}

.btnTurno {
    background-color: #ffc765;
    padding: 12px 40px;
    border: none;
    font-size: 1.2em;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 10px #00000033;
    transition: 0.2s;
}

.btnTurno:hover {
    background-color: #ffb641;
    transform: scale(1.05);
}


.tituloTurnosAgendados {
    width: auto;
}

.tablaTurnosAgend {
    margin-top: 20px;
    padding: 40px;
}

.nombreEspecialidadTurno {
    text-align: center;
    margin-bottom: 20px;
}

.selectorTurnos {
    width: 60%;
    margin: 40px 140px;
}

.selectEspecialidad {
    width: 40%;
}

.labelSelecEspTurno {
    font-size: 1.4em;
}

.labelSelecTurnos {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.comentarioEditable {
    cursor: text;
    min-width: 180px;
}

.comentarioEditable:focus {
    outline: 2px solid #0d6efd;
    background-color: #eef6ff;
}

.table td,
.table th {
    vertical-align: middle;
}


.nota-especialidad {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px;
    margin: 10px 0 15px 0;
    border-radius: 6px;
}

.nota-especialidad .labelNota {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.notaTextarea {
    width: 100%;
    min-height: 70px;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 6px;
}




@media (max-width: 768px) {

.selectorTurnos {
    width: 90%;
    margin: auto;
}

.divInputTurnos {
        width: 95%;
        margin: 20px auto;
        padding: 15px;
    }

  .inputTurnos {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

     .colTurnos {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

/* Tutor */
    .nombreTutor2,
    .nombreTutor {
        order: 1;
    }

    /* Mascota */
    .nombreMascota2,
    .nombreMascota {
        order: 2;
    }

    /* Teléfono */
    .telefono2,
    .telefono {
        order: 1;
    }

    /* Mail */
    .mail2,
    .mail {
        order: 4;
    }

    /* Fecha */
    .fecha2,
    .fecha {
        order: 5;
    }

    /* Hora */
    .hora2,
    .hora {
        order: 6;
    }

 .btn-whatsapp {
        z-index: 1;
        pointer-events: auto;
    }

    .recaptchaTurno {
        position: relative;
        z-index: 10;
    }

.btn-whatsapp {
        z-index: 1;
        pointer-events: auto;
    }

    .recaptchaTurno {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    min-height: 78px;
}

.selectEspecialidad {
    width: 60%;
}

.Tagendados {
    margin-top: 50px;
}

.tablaTurnosAgend {
    margin-top: 0px;
    padding: 10px;
    width: 100%;
}

.inputAgend {
    margin-bottom: 20px;
}

.tabla-98 {
    max-width: 99vw;
    width: 99%;
    margin: 0 auto;
    overflow-x: auto;
    box-sizing: border-box;
}

table {
    white-space: nowrap;
}


}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .divInputTurnos {
        width: 90%;
        margin: 20px auto;
        padding: 15px;
    }







}