/*---------------------------------
	OUTROS ESTILOS
-----------------------------------*/
.superform-formulario{
	position: relative;
	display: block;
	width: 100%;
	height: 500px;
	border-radius: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

.superform-formulario.fixado {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
	border-radius: 0px !important;
    margin: 0;
}

.superform-formulario .section{
	background: #fff;
	color: #000;
	text-align: left;
	border-radius: 12px;
	padding: 35px;
	opacity: 0;
}

.superform-formulario.fixado .section{
	border-radius: 0px !important;
}

.superform-formulario .section .conteudo{
	position: relative;
  display: block;
}

.superform-formulario.fixado .section .conteudo{
   position: relative;
   display: block;
   width: 560px;
   margin-left: auto;
   margin-right: auto;
}
@media(max-width:690px){
	.superform-formulario.fixado .section .conteudo{
		overflow-y: scroll;
	}
}

.superform-formulario .section .conteudo .feedback-formulario{
	position: relative;
	display: block;
}

.superform-formulario .section .conteudo img{
	max-width: 100%;
	height: auto;
}

.superform-formulario .section.section-inicial{
	opacity: 1;
}

.superform-formulario .section h1,
.superform-formulario .section h2,
.superform-formulario .section h3,
.superform-formulario .section h4,
.superform-formulario .section h5{
	font-weight: bold;
	margin-bottom: 12px;
}

.superform-formulario .section h1{
	font-size: 32px;
	line-height: 35px;
}

.superform-formulario .section h2,
.superform-formulario .section h3{
	font-size: 24px;
    line-height: 26px;
}

.superform-formulario .section p{
	margin-bottom: 25px;
}

.superform-formulario .actions{
	 margin-top: 25px;
}

.superform-formulario .actions a,
.superform-formulario .actions a:hover{
	text-decoration: none !important;
	font-weight: bold !important;
}

.superform-formulario .diogenes-form-group{
	margin-bottom: 0;
	
	margin-top:12px;
}

.superform-formulario .diogenes-form-group label{
	font-weight: bold;
}

.superform-formulario .diogenes-form-group .diogenes-form-control{
  min-height: 54px;
}

.superform-formulario .diogenes-form-group textarea.diogenes-form-control{
	height: auto !important;
}


.superform-formulario ul{
	margin-left: 0;
	padding-left: 0;
}
.superform-formulario li{
	list-style: none !important;
}


.superform-formulario ul li input[type="radio"]:checked + label {
    background: #f9f9f9 !important;
    border: 1px solid #7e3af2;
    color: #7e3af2 !important;
    font-weight: bold;
}


.superform-formulario .p-5 {
    padding: 1rem !important;
}

.superform-formulario .pp-tableCell{
	vertical-align: top !important;
}

.superform-formulario .helper-radio-text{
	padding-top: 8px;
}

@media(max-width:540px){
	.superform-formulario .section .conteudo {
		max-width: 100% !important;
		width: 100% !important;
	}
}



