/** {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;

    @font-face {
        font-family: 'Archivo';
        src: url('fuentes/Archivo-ExtraBold.ttf') format('truetype');
    }
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;*/
    /* Para ocultar la barra de desplazamiento vertical */
/*}*/

/*video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
    /* Ajusta el tamaño del video para cubrir el contenedor */
/*}*/

/*#video-fondo {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;*/
    /* Para que el video esté detrás del contenido */
    /*position: fixed;
}*/

/*.contenido {
    position: relative;*/
    /* Para que el contenido esté por encima del video */
    /*z-index: 1;*/
    /* Para asegurarse de que el contenido esté por encima del video */
/*}*/

/*header {
    height: 12.5vh;*/
    /*background-color: #edd484;*/
    /*display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.8rem;
    color: rgb(0, 0, 0);
    font-family: 'ArchivoReg';
    src: url('fuentes/Archivo-Regular.ttf') format('truetype');
}

h1 {
    height: 7.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    font-family: 'Archivo';
}

@media (min-width: 601px) {*/
    /*#contenido {
        float: right;
        width: 55%;
    }*/

    /*a {
        text-decoration: none;*/
        /* Elimina el subrayado del enlace */
    /*}*/
/*}*/

/*input[type="text"] {
    padding: 30px 10px;
    border: none;
    border-radius: 5px;
    font-size: 100px;
    width: 200px;
}*/

/*.back-button {
    position: fixed;*/
    /* Posición fija para que se mantenga en su lugar al desplazarse */
    /*bottom: 85%;*/
    /* Alineación en la parte inferior con un margen de 20px */
    /*left: 3.5%;*/
    /* Alineación en la izquierda con un margen de 20px */
    /*width: 6%;*/
    /* Ancho del botón */
    /*height: 6%;*/
    /* Altura del botón */
    /*display: flex;*/
    /* Para centrar el icono verticalmente */
    /*justify-content: center;*/
    /* Para centrar el icono horizontalmente */
    /*align-items: center;*/
    /* Para centrar el icono verticalmente */
/*}*/

/*.back-icon {
    width: 100%;*/
    /* Tamaño de la imagen del icono */
    /*height: 100%;*/
    /* Tamaño de la imagen del icono */
/*}*/

/*.title1 {
    margin-top: 30px;
}

.title2 {
    margin-top: -1%;
}*/

/* Estilos adicionales para el campo de entrada y el botón */
/*#text {
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #e2e2e2;
    box-shadow: 0px 8px 8px #000000;
    border: none;
    border-radius: 5px;
    font-size: 3rem;
    width: 750PX;
    height: 120px;
    font-weight: bold;
}

#text {
    text-align: center;*/
    /* Centra el texto horizontalmente */
/*}

#text::placeholder {
    text-align: center;*/
    /* Centra el texto del placeholder */
/*}*/