body {
    background: linear-gradient(90deg,
            rgb(223, 125, 13)1%,
            rgba(236, 129, 7, 0.8) 2%),
       /*  url("https://img.freepik.com/foto-gratis/fondo-pantalla-patron-cuadricula-blanca-minima-estetica_53876-96916.jpg?w=2000"); */
       /*url("https://preventor.softwaresst.com/psicosocial_multi/static/src/img/background.jpg?w=2000");
       
        margin: 0px 0px 0 60px;*/
        url("https://www.ysaingenieros.com/psicosocial/img/Portada-cuestionario.jpg") no-repeat fixed 0 0;
        background-size: cover;
}

#titulo {
    /*font-family: 'Lilita One', cursive;*/
font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: white;

   /*  font-family: 'Lilita One', cursive;
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke: 1px white; */
}

#subtitulo {
    font-family: 'Rubik', sans-serif;
}

#indicaciones {
    text-align: left;
}

/* Tabla 1 - estilos */
#tabla {
    text-align: center;
    width: 100%;
    color: white;
    font-family: 'Rubik', sans-serif;
}

.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Tabla 2 - estilos */
#tabla2 {
    color: white;
    width: 60%;
    border: 0;
    font-family: 'Rubik', sans-serif;
}

.td1 {
    padding: 15px;
    border: 2px solid rgb(147, 144, 144);
    border-radius: 8px;
    font-weight: bold;
}

input[type="text"] {
    padding: 5px;
    border-radius: 3px;
    /*background-color: transparent;*/
    border: 2px solid rgb(168, 166, 166);
    color: rgb(149, 147, 147);
    font-family: 'Rubik', sans-serif;
}

::placeholder {
    color: rgba(255, 255, 255, 0.792);
    font-family: 'Rubik', sans-serif;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0;
}

label {
    color: white;
    font-family: 'Rubik', sans-serif;
}

/* Tabla 3 - estilos */
#tabla3 {
    /*color: white;*/
    width: 60%;
    border: 0;
    font-family: 'Rubik', sans-serif;
    border-collapse: collapse;
}

#tabla3 td {
    padding: 3px;
    border: 2px solid white;
    text-align: left;
}

#tabla3 td input[type="radio"] {
    padding: 3px;
    border: 2px solid white;
}

/* Tabla 3 - estilos */
#tabla4 {
    color: white;
    width: 60%;
    border: 0;
    font-family: 'Rubik', sans-serif;
}

.btnterminar {
    background: linear-gradient(126deg, rgba(12,69,97,1) 0%, rgb(57 117 211) 100%);
    color: white;
    padding: 10px 50px 10px 50px;
    font-size: 15px;
    border: 2px solid white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: padding 0.5s;
}
.btnterminar:hover{
    padding: 10px 100px 10px 100px;
}