* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Archivo';
    src: url('fuentes/Archivo-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'ArchivoRegular';
    src: url('fuentes/Archivo-Regular.ttf') format('truetype');
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /* Para ocultar la barra de desplazamiento vertical */
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    /* Ajusta el tamaño del video para cubrir el contenedor */
}

#backgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Para que el video esté detrás del contenido */
    object-fit: cover;
}

#video-fondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Para que el video esté detrás del contenido */
    position: fixed;
    object-fit: cover;
}

h1 {
    height: 7.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    color: rgb(0, 0, 0);
    font-family: 'Archivo';
}

p {
    height: 7.5vh;
    /*display: flex;
    justify-content: center;*/
    text-align: center;
    font-size: 2.9rem;
    color: rgb(0, 0, 0);
    font-family: 'Archivo';
}

.logo {
    /*position: fixed;*/
    /*top: 2%;*/
    /* Distancia desde arriba */
    /* right: 46.5%;*/
    /* Distancia desde la derecha */
    width: 6.5%;
    /* Ancho de la imagen */
    height: auto;
    /* Altura ajustada automáticamente */
    z-index: 999;
    /* Encima de otros elementos */
    margin: 10px 0 20px 0;
}

.title1 {
    margin-top: 30px;
}

.title2 {
    margin-top: -1%;
}

@media (min-width: 992px) {
    #contenido {
        width: 45%;
        float: right;
    }

    #contenido2 {
        width: 45%;
        float: right;
    }

    #contenido3 {
        width: 45%;
        float: right;
    }

    #contenido4 {
        width: 45%;
        float: right;
    }

    #contenido5 {
        width: 45%;
        float: right;
    }

    .contenidoForm {
        width: 55%;
        float: right;
    }
}

.boton-container {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Alinea los botones horizontalmente al centro */
    align-items: center; /* Alinea los botones verticalmente al centro */
    padding-top: 55px;
}

.boton-container > div {
    display: flex;
    justify-content: space-between;
    justify-content: center; /* Alinea los botones horizontalmente al centro */
    align-items: center; /* Alinea los botones verticalmente al centro */
    margin-bottom: 10px; /* Espacio entre las filas de botones */
}

.button {
    padding: 65px 5px;
    border-radius: 7.5px;
    cursor: pointer;
    width: 320px;
    height: 30px;
    background-color: #eed384b4;
    margin: 0 70px 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
    font-family: 'Archivo';
    text-decoration: none;
    border: none;
    box-shadow: 0px 5px 5px #000000; /* Añadí una sombra al botón */
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.button:hover {
    background-color: #e2e2e2;
}

.text {
    justify-content: center;
    align-items: center;
    background-color: #e2e2e2;
    box-shadow: 0px 8px 8px #000000;
    border: none;
    border-radius: 5px;
    font-size: 3rem;
    width: 500PX;
    height: 80px;
    font-weight: bold;
    text-align: center;
}

.text::placeholder {
    text-align: center;
}

#teclado {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 20px 0;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.buttonTeclado {
    /* Espacio alrededor del contenido del botón */
    padding: 20px 30px;
    /* Curvatura de las esquinas del botón */
    border-radius: 7.5px;
    /* Cursor que cambia al pasar el ratón sobre el botón */
    cursor: pointer;
    /* Sin decoración de texto (como subrayado) */
    text-decoration: none;
    /* Sin borde alrededor del botón */
    border: none;
    /* Color de fondo del botón */
    background-color: #eed384b4;
    /* Sombra alrededor del botón */
    box-shadow: 0px 5px 5px #000000;
    /* Margen en todos los lados del botón */
    margin: 0 30px 30px 15px;
    /* Alineación del contenido del botón */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Tamaño de la fuente dentro del botón */
    font-size: 2.0rem;
    /* Familia de fuente del botón */
    font-family: 'Archivo';
    /* Sin decoración de texto (como subrayado) */
    text-decoration: none;
    /* Sin borde alrededor del botón */
    border: none;
    /* Sombra alrededor del botón */
    box-shadow: 0px 5px 5px #000000;
}

.validation {
    font-size: 30px;
    color: red;
    font-weight: bold;
    padding: 15px 0;
}

.back-icon {
    width: 60px;
    margin-left: 50px;
    position: relative;
    /* top: -120px; */
    bottom: 120px;
}

.camera-container {
    position: relative;
    /*width: 20%;*/
    /*max-width: 100%;*/
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    margin-top: 55px;
}

.video {
    /*position: fixed;*/
    top: 30%;
    /* Distancia desde arriba */
    right: 40%;
    /* Distancia desde la derecha */
    width: 40%;
    /* Ancho de la imagen */
    height: auto;
    /* Altura ajustada automáticamente */
    border-radius: 7.5px;
    border: none;
    box-shadow: 0px 5px 5px #000000;
    z-index: 0;
}

canvas {
    display: none;
    /*position: fixed;*/
    top: 30%;
    /* Distancia desde arriba */
    right: 40%;
    /* Distancia desde la derecha */
    width: 40%;
    /* Ancho de la imagen */
    height: auto;
    border-radius: 7.5px;
    border: none;
    box-shadow: 0px 5px 5px #000000;
    z-index: 0;
}

#timer {
    position: fixed;
    /*top: 30%;*/
    /* Distancia desde arriba */
    right: 48%;
    /* Distancia desde la derecha */
    height: auto;
    /* Altura ajustada automáticamente */
    font-size: 3rem;
    color: #000000;
    font-family: 'Archivo';
    z-index: 1;
    background-color: white;
}

.hidden {
    display: none;
}

.RadGrid_Default {
    border-color: #000;
    color: #000;
    background-color: #ffffffB4 !important;
    font-family: 'Archivo';
    font-size: 18px;
    line-height: 16px;
}

.RadGrid_Default .rgHeader, .RadGrid_Default .rgHeader a {
    color: #000;
    font-family: 'Archivo';
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
    border-color: #000;
    background: none;
    background-color: #e2e2e2B4 !important;
}

.RadGrid_Default .rgRow, .RadGrid_Default .rgAltRow {
    color: #000;
    font-family: 'ArchivoRegular';
    line-height: 25px;
    font-size: 18px;
    border-color: #000;
}

.RadGrid_Default .rgAltRow {
    background: #f2f2f2B4 !important;
}

.RadGrid_Default .rgSelectedRow {
    color: #000 !important;
}
