:root{
    --amarelo: #ECB42B;
    --azul: #1941F5;  
}

body{
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    margin: auto;
    background: var(--azul);
    background-image: url('/img/icone_papoesaude2.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 80px;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
.logo{
    text-align: center;
    margin-bottom: 50px;
}

img{
    width: 190px;
}

h2{
    text-align: center;
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 1.8rem;
    border-radius: 20px;
    border-right: 12px solid #EE0A68;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.container-roleta{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 1.8rem;
    border-radius: 20px;
    border-right: 12px solid #EE0A68;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    
}
.form-group{
    margin-top: 30px;
}
span{
    font-weight: bold;
    color: var(--amarelo);
}
.pergunta{
    font-weight: 500;
}

.pergunta1{
    font-weight: 500;
    font-size: 23px;
    color: var(--amarelo);
}

label, option, select{
    font-weight: 300;
}

.cabecalho p{
    font-weight: 300;
    text-align: justify;
}

.atencao{
    font-weight: 500;
    color: red;
}

.btn-primary{
    margin-top: 20px;
    width: 100%;
    background-color: var(--amarelo);
    font-family: 'Kanit', sans-serif;
    border-color: var(--amarelo);
}

.btn-primary:hover{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: var(--azul);
    font-family: 'Open Sans', sans-serif;
    border-color: var(--azul);
}

.obrigado p{
    font-weight: 300;
    text-align: center;
    color: var(--azul);
}

.erro p{
    font-weight: 500;
    text-align: center;
    color:red;
}

.inline-error p{
    font-weight: 500;
    text-align: center;
    color: darkorange;
}
ol li{
    font-weight: 300;
}
.check{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.aceiteTermos label{
    font-size: 12px;
}

@media (max-width: 600px) {
    body{
        width: 90%;
        /* background-image: url(/img/background.png); */
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: 25px;
    }
    
}