html, body {

    height: 100%;
    font-size: 16px;

}

.container {

    /*font-size: 1.6em;*/
    /*transform: scale(1.3);*/

    font-size: 1.6em;

}

.custom-radio input[type=radio] {

    transform: scale(2);

}

.custom-control-label::before {
	left: -2.2rem;
	width: 1.8rem;
	height: 1.8rem;
}

.custom-control-label::after {
	left: -2.2rem;
	width: 1.8rem;
	height: 1.8rem;
}

.fieldset {

    display: none;

}

.diminuiopa {

    padding: 25px 0px 25px;
	opacity: 0.5;

}