﻿#conteudo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}
 
.formulario {
    position: relative;
    min-height: 15.789rem;
    overflow: auto;
	
}

.formulario > div {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    padding: 1.578rem 0 5.263rem 0;
    display: none;
}
@media screen and (min-width:800px) {
	#conteudo {
		position: relative;
		width: 40rem;
		margin: 0 auto;
		padding: 15px 0;
	}

	.formulario {
		position: relative;
		min-height: 15.789rem;
		overflow: auto
	}

	.formulario > div {
		position: relative;
		height: 100%;
		width: 100%;
		float: left;
		padding: 1.578rem 0 5.263rem 0;
		display: none;
	}
}



.formulario > div:nth-child(1) {
    display: block;
}

section > p {
    font-family: Poppins-Regular;
    margin-top: 20px;
    font-size: 15px
}


.buttons {
    margin-top: 2.105rem;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.back {
    background-color: #a64a4c;
    color: #ffffff;
}

fieldset {
    border:0
}

.form-group {
    position:relative;
    margin-bottom:20px;
    float:left;
    width:100%;
}
/*.form-group:nth-child(2n+2) {
    margin-left:4%;

}*/

.form-group label {
    display: block;
    font-family: Poppins-Regular;
    font-size:15px
}

    .form-group input[type=text], input[type=password],.form-group input[type=number], .form-group select {
        padding: 10px;
        width: 100%;
        border: 1px solid #dddddd;
        font-family: Poppins-Regular;
    }
.form-group input[type=checkbox]{
    margin-right:10px;
    cursor:pointer
}

.button {
    position: relative;
    width: 120px;
    height: 35px;
    padding: 5px 20px;
    background-color: #1b80a5;
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins-Regular;
}

.buttonresultado {
    position: relative;
    width: 120px;
    left: 50%;
    height: 35px;
    padding: 5px 20px;
    background-color: #1b80a5;
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins-Regular;
    margin-left: -60px;
    margin-bottom: 30px;
}
.back {
    background-color: #cb6c28 !important;
    color: #ffffff
}

.button ~ .button {
    margin-right:20px
}


.primeiroacesso {
    min-height: 25rem;
    padding: 3rem 18rem;
}

.primeiroacesso p {
    font-size: 0.8rem;
    text-align: center;
}


section > p {
    font-family: Poppins-Regular;
    font-size: 1.5rem;
    text-align:center;
    margin: 6rem 0
}

.Ocultar {
display:none !important;
}
.Exibir {
    display: block !important;
}