/*
body{
    margin:0;

}

.background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url("../../images/galeria/imagem9.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    filter: blur(4px);
}

section{
    max-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.esquerda {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 6%;
}

.esquerda h1 {
    text-shadow: 4px 4px 4px black;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
*/

#containerLandingPageFormulario {
    width: 100%;
    color: black;
}

#containerLandingPageFormulario h2 {
    text-align: center;
}

#containerLandingPageFormulario form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
}

#resposta1Label:hover,
#resposta2Label:hover,
#resposta3Label:hover,
#landingPageDataDeNascimento:hover {
    cursor: pointer;
}

#landingPageFormulario input[type='radio'] {
    transform: scale(1.5);
    cursor: pointer;
}

#landingPageQuestoes label {
    font-size: 16pt;
}

#landingPageQuestoes .form-check {
    display: flex;
    align-items: center;
}

#landingPageQuestoes strong {
    font-size: 18pt;
}