html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.estiloTextBox {
    font-size: 14px;
    text-align: center;
    margin-left: 35%;
}

.modales {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-contents {
    background-color: white;
    width: 100%;
    max-width: 1400px;
    margin: 5% auto;
    padding: 20px;
    position: relative;
}

.closes {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.miDiv {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 50%; /* Ajusta la posición verticalmente */
    left: 50%; /* Ajusta la posición horizontalmente */
    transform: translate(-50%, -80%);
    border: 1px solid #ccc;
}

.miDivEspecial2 {
    position: absolute;
    z-index: 1550; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 50%; /* Ajusta la posición verticalmente */
    left: 70%; /* Ajusta la posición horizontalmente */
    transform: translate(-50%, -80%);
    border: 1px solid #ccc;
}

.miDivEspecial20 {
    position: absolute;
    z-index: 9050; /* Un valor mayor que el z-index del modal */
    background-color: rgb(255, 0, 0); /* Fondo semi-transparente */

    top: 40%; /* Ajusta la posición verticalmente */
    left: 80%; /* Ajusta la posición horizontalmente */
    transform: translate(-50%, -80%);
    border: 1px solid #ccc;
}
/*#miDiv100 {
    width: 2100%;*/ /* Cambia el valor según tus necesidades */
/*height: 80vh;*/ /* Cambia el valor según tus necesidades */
/*position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);*/
/* Otros estilos que desees aplicar al modal */
/*}*/

.miDiv2 {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 50%; /* Ajusta la posición verticalmente */
    left: 50%; /* Ajusta la posición horizontalmente */
    transform: translate(-50%, -80%);
    border: 1px solid #ccc;
}

.miDiv3 {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 0%; /* Ajusta la posición verticalmente */
    left: 0%; /* Ajusta la posición horizontalmente */
    transform: translate(0%, 0%);
    border: 1px solid #ccc;
    width: 500px; /* Ancho del div */
    height: 659px; /* Alto del div */
}

#recuadro {
    position: absolute;
    z-index: 1050;
    background-color: rgba(255, 255, 255, 0.9);
    top: 40%; /* Ajusta la posición verticalmente al centro */
    left: 30%; /* Ajusta la posición horizontalmente al centro */
    transform: translate(0%, 0%); /* Corrige la posición al centro */
    border: 1px solid #ccc;
    width: 400px;
    height: 150px;
    display: flex; /* Usar flexbox para alinear el contenido */
    justify-content: center; /* Alinear horizontalmente al centro */
    align-items: center; /* Alinear verticalmente al centro */
}

.miDiv4 {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 0%; /* Ajusta la posición verticalmente */
    left: 0%; /* Ajusta la posición horizontalmente */
    transform: translate(0%, 0%);
    border: 1px solid #ccc;
    width: 500px; /* Ancho del div */
    height: 659px; /* Alto del div */
}

.miDiv5 {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 0%; /* Ajusta la posición verticalmente */
    left: 0%; /* Ajusta la posición horizontalmente */
    transform: translate(0%, 0%);
    border: 1px solid #ccc;
    width: 500px; /* Ancho del div */
    height: 659px; /* Alto del div */
}

.miDiv6 {
    position: absolute;
    z-index: 1050; /* Un valor mayor que el z-index del modal */
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */

    top: 0%; /* Ajusta la posición verticalmente */
    left: 0%; /* Ajusta la posición horizontalmente */
    transform: translate(0%, 0%);
    border: 1px solid #ccc;
    width: 950px; /* Ancho del div */
    height: 659px; /* Alto del div */
}

.termico-message {
    position: absolute;
    left: 150px;
    top: -20%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

#miTextarea {
    width: 20% !important; /* Ancho del textarea */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 2%; /* Mover el botón a la derecha */
    margin-top: -15% !important;
    position: absolute !important;
    z-index: 9050; /* Ajusta este valor según sea necesario para asegurarte de que el textarea esté por encima de otros elementos */
}

.error-border {
    border: 2px solid red; /* Establece el borde en rojo */
}

.error-message {
    color: red;
    margin-left: 2%;
    margin-top: -8%;
    white-space: nowrap;
}

#mensajeErrorK {
    position: absolute !important;
    transform: translate(0,300%);
}

.tabla-con-scroll {
    max-height: 400px; /* Ajusta la altura máxima según tus necesidades */
    overflow-y: scroll;
}

.custom-dialog {
    max-width: 90% !important; /* Ajusta el valor según tus preferencias */
    height: 90vh !important; /* Ajusta la altura según tus preferencias */
    top: 1% !important;
    left: 2% !important;
}

.myLoader {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    z-index: 2000;
    opacity: 0.5;
    position: absolute;
    max-height: auto;
    top: 0;
}

.container1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring {
    width: 200px;
    height: 200px;
    border: 0px solid white;
    border-radius: 50%;
    position: absolute;
}

    .ring:nth-child(1) {
        border-bottom-width: 8px;
        border-color: rgb(255,0,255);
        animation: rotate1 2s linear infinite;
    }

    .ring:nth-child(2) {
        border-right-width: 8px;
        border-color: rgb(0,247,255);
        animation: rotate2 2s linear infinite;
    }

    .ring:nth-child(3) {
        border-right-width: 8px;
        border-color: rgb(0,255,13);
        animation: rotate3 2s linear infinite;
    }

@keyframes rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

.loading {
    color: white;
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}