@import url(fonts.css);
@import url(base.css);
:root {
    --cor-header: #ffffff;
    --cor-titulo-header: #269052;
    --cor-primaria: #269052;
    --cor-secundaria: #57C785;
    --cor-escura: #269052;
    --cor-hover: #0d301b;
    --cor-boxshadown: rgb(87, 199, 133, 0.5);
    --cor-perfil:#196037; 
    --cor-dropdown: #36985f;
} 

.box .box-login-left .container .back a span,
.box .box-login-left .container .textos h2,
.header .container .back a span {
	font-family: "Open Sans";
	text-transform: uppercase
}

.overlay {
	display: none
}

.overlay:after {
	top: 0;
	content: '';
	opacity: .58;
	background: #535353;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0
}

.alert{
    position: fixed;
    right: 4em;
    border-radius: 3px;
    background-color: #273142;
    box-shadow: 0 2px 4px 0 rgba(113,113,113,0.23);
    z-index: 99999999999;
    display: flex;
    top: 6em;
    height: 55px;
    align-items: center;
    width: 389px;
    padding: 0em 1em 0em 0.3em;
}

.alert h1{
    color: #FFF;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 23px;
    height: 94%;
    display: flex;
    align-items: center;
    margin-left: 1em;
    border-radius: 1px;
    width: 100%;
}

.alert .alert-success{
    width: 9px;
    background: #4B9A41;
    height: 90%;
}

.alert .alert-warning{
    width: 9px;
    background: #E03E3E;
    height: 90%;
}

.alert i{
    color: #FFF;
    cursor: pointer;
}

body {
	background: #F5FBFE
}

main {
	min-height: 100%
}

.header {
	border-bottom: 2px solid var(--cor-primaria);
    background: var(--cor-header);
}

.header .container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 2em;
	padding-bottom: 2em
}

.header .container .back a,
.header .container .logo {
	align-items: center;
	display: flex
}

.header .container .secretaria span {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.header .container .back a {
	background: #9b9b9b;
	width: 180px;
	justify-content: center;
	line-height: 42px;
	border-radius: 500px;
	transition: .3s ease-out;
	font-weight: 300
}

.header .container .back a:hover {
	background: #6f6c6c
}

.header .container .back a i {
	color: #fff;
	font-size: 20px;
	margin-right: 1em
}

.header .container .back a span {
	color: #FFF;
	font-size: 17px
}

.header .container .logo img {
	max-width: 184px
}

.header .container .social ul {
	display: flex;
	align-items: center
}

.header .container .social ul li {
	margin-left: 30px
}

.header .container .social ul li a {
 	color: var(--cor-primaria);
 	font-size: 22px
}
.header .container .social ul li a:hover{
    color: var(--cor-hover);
}

.box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	padding: 0;
	min-height: 88.1vh
}

.box .box-login-left {
	width: 60%;
	background-color: #6f6c6c;
	background-image: url(../img/feira.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	opacity: .87
}

.box .box-login-left .container {
	display: flex;
	width: 83%;
	margin: 0 auto;
	height: 100%;
	position: relative
}

.box .box-login-left .container .back {
	margin-top: 1.25em;
	position: absolute
}

.box .box-login-left .container .back a {
	display: flex;
	align-items: center;
	background: #9b9b9b;
	width: 180px;
	justify-content: center;
	line-height: 42px;
	border-radius: 500px;
	transition: .3s ease-out
}

.box .box-login-left .container .back a:hover {
	background: #6f6c6c
}

.box .box-login-left .container .back a i {
	color: #fff;
	font-size: 20px;
	margin-right: 1em
}

.box .box-login-left .container .back a span {
	color: #FFF;
	font-size: 17px
}

.box .box-login-left .container .textos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	width: 100%;
}

.box .box-login-left .container .textos h2 {
	font-size: 20px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 13px
}

.box .box-login-left .container .textos h1 {
	font-family: "Bebas Neue Bold";
	font-size: 48px;
	line-height: 58px;
	width: 80%;
	margin: 0 auto
}

.box .box-login-left .container .textos p {
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	width: 60%;
	margin: 1em auto 2.688em
}

.box .box-login-left .container .textos a {
	height: 42px;
	width: 180px;
	border: 2px solid #FFF;
	border-radius: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	transition: .3s ease-out
}

.box .box-login-left .container .textos a:hover {
	background-color: #fff;
	color: #202020
}

.box .box-login-right {
	width: 40%
}

.box .box-login-right .container {
	display: flex;
	flex-direction: column;
	width: 75%;
	margin: 0 auto;
	position: relative;
	height: 100%;
	justify-content: center;
	padding: 1em 0em;
}

.box .box-login-right .container .btn-novo-cadastro {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.box .box-login-right .container .btn-novo-cadastro span {
	margin-right: 1em;
	font-size: 14px;
	font-family: 'Open Sans';
}

.box .box-login-right .container .btn-novo-cadastro a {
	height: 42px;
	width: 180px;
	border: 2px solid var(--cor-secundaria);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: var(--cor-secundaria);
	transition: .3s ease-out
}

@media(max-width: 1366px){
	.box .box-login-right .container .btn-novo-cadastro a {
		height: 32px;
		width: 127px;
		font-size: 14px;
	}
	.box .box-login-right .container .btn-novo-cadastro span{
		font-size: 14px;
	}
}

.box .box-login-right .container .btn-novo-cadastro a:hover {
	background-color: var(--cor-secundaria);
	color: #fff
}

.box .box-login-right .container .form {
	padding: 0em;
	width: 406px;
    margin: 0 auto;
}

.box .box-login-right .container .form h1 {
	color: var(--cor-secundaria);
	font-family: "Bebas Neue Bold";
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	margin-top: 10px;
}

.box .box-login-right .container .form form .label {
	margin-top: 30px
}

.box .box-login-right .container .form form .label:nth-child(3) {
	margin-top: 30px
}

.box .box-login-right .container .form form .label:nth-child(4) {
	margin-top: 49px
}

.box .box-login-right .container .form form .label-button-mobile {
	display: none
}

.box .box-login-right .container .form form .label input,
.box .box-login-right .container .form form .label select {
	padding: 11px 6px;
	font-family: "Droid Sans", sans-serif;
	font-size: 17px;
	color: #646464;
	border: 1px solid transparent;
	width: 100%;
	border-radius: 3px;
	background-color: #F5F5F5;
	transition: .3s ease-out
}

.box .box-login-right .container .form form .label input:focus,
.box .box-login-right .container .form form .label select:focus {
	border: 1px solid #717171!important;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(113, 113, 113, .23)!important
}

.box .box-login-right .container .form form .label input.error {
	color: #1B1D1F;
	background-color: #FFE8E8;
	border: 1px solid #E03E3E!important;
	box-shadow: 0 2px 4px 0 rgba(15, 151, 222, .3);
	outline: -webkit-focus-ring-color auto 0
}

.box .box-login-right .container .form form .label label.error {
	color: #E03E3E;
	margin-top: .5em;
	display: block;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 14px
}

.box .box-login-right .container .form form .label .lembrarsenha label {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid;
	border-radius: 3px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0 .6em 0 0;
	position: relative
}

label::before {
	color: var(--cor-secundaria);
}

.box .box-login-right .container .form form .label .lembrarsenha input:checked~label {
	border: 0
}

.box .box-login-right .container .form form .label .lembrarsenha input:checked~label:before {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f2b9";
	font-size: 20px;
	position: absolute;
	margin-top: -4px
}

.box .box-login-right .container .form form .label .password {
	position: relative
}

.box .box-login-right .container .form form .label .password .visibility {
	position: absolute;
	top: 0;
	right: 10px;
	height: 44px;
	display: flex;
	align-items: center
}

.box .box-login-right .container .form form .label .password .visibility i {
	color: #535353;
	font-size: 20px;
	cursor: pointer
}

.box .box-login-right .container .form form .label ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.box .box-login-right .container .form form .label ul #lembrarsenha {
	display: none
}

.box .box-login-right .container .form form .label ul li:nth-child(1) {
	display: flex;
	align-items: center
}

.box .box-login-right .container .form form .label ul li span {
	color: #273142;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 600;
	line-height: 18px
}

.box .box-login-right .container .form form .label a {
	display: block;
	color: var(--cor-secundaria);
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	text-align: right
}

.box .box-login-right .container .form form .label a:hover {
	color: var(--cor-primaria);
}

.box .box-login-right .container .form form .label button {
	width: 247px;
	font-family: "Open Sans";
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-secundaria);
	text-transform: uppercase;
	border: 0;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s ease-out
}

.box .box-login-right .container .form form .label button:hover {
	background: var(--cor-hover);
    box-shadow: 0 2px 5px 2px var(--cor-boxshadown);
}

.box .box-login-right .container .form .informativo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.box .box-login-right .container .form .informativo h2{
	color: #273142;
	font-family: "Open Sans";
	font-size: 20px;
	font-weight: bold;
	line-height: 27px; 
	text-align: left;
}

.box .box-login-right .container .form .informativo ul{
	margin-top: 16px;
}

.box .box-login-right .container .form .informativo ul li{
	color: #273142;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 23px; 
	text-align: left;
	max-width: 346px;
}

.box .box-cadastro-left {
	width: 60%;
	background-color: #6f6c6c;
	background-image: url(../img/feira.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	opacity: .87
}

.box .box-cadastro-left .container {
	width: 83%;
	margin: 0 auto
}

.box .box-cadastro-left .container .back {
	margin-top: 1.25em
}

.box .box-cadastro-left .container .back a {
	display: flex;
	align-items: center;
	background: #9b9b9b;
	width: 180px;
	justify-content: center;
	line-height: 42px;
	border-radius: 500px;
	transition: .3s ease-out
}

.box .box-cadastro-left .container .back a:hover {
	background: #6f6c6c
}

.box .box-cadastro-left .container .back a i {
	color: #fff;
	font-size: 20px;
	margin-right: 1em
}

.box .box-cadastro-left .container .back a span {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 17px;
	text-transform: uppercase
}

.box .box-cadastro-left .container .textos {
	display: flex;
	flex-direction: column;
	justify-content: center;
    height: 88vh;
	color: #fff;
	text-align: center
}

.box .box-cadastro-left .container .textos h2 {
	text-transform: uppercase;
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 27px;
	font-weight: 300;
	margin-bottom: 13px
}

.box .box-cadastro-left .container .textos h1 {
	font-family: "Bebas Neue Bold";
	font-size: 48px;
	line-height: 58px;
	width: 80%;
	margin: 0 auto
}

.box .box-cadastro-left .container .textos p {
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	width: 60%;
	margin: 1em auto 2.688em
}

.box .box-cadastro-left .container .textos a {
	height: 42px;
	width: 180px;
	border: 2px solid #FFF;
	border-radius: 5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	transition: .3s ease-out
}

.box .box-cadastro-left .container .textos a:hover {
	background-color: #fff;
	color: #202020
}

.box .box-cadastro-right {
	width: 40%
}

.box .box-cadastro-right .container {
	width: 75%;
	margin: 0 auto
}

.box .box-cadastro-right .container .btn-tem-cadastro {
	margin-top: 1.25em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 20px;
}

.box .box-cadastro-right .container .btn-tem-cadastro span {
	margin-right: 1em;
	font-size: 17px;
	font-family: 'Open Sans'
}

.box .box-cadastro-right .container .btn-tem-cadastro a {
	height: 42px;
	width: 180px;
	border: 2px solid var(--cor-primaria);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: "Open Sans";
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: var(--cor-primaria);
	transition: .3s ease-out
}

.box .box-cadastro-right .container .btn-tem-cadastro a:hover {
	background-color: var(--cor-primaria);
	color: #fff
}

.box .box-cadastro-right .container .form {
	margin-top: 2em;
	padding: 1em 0 0 3em;
	margin-bottom: 11.563em
}

.box .box-cadastro-right .container .form h1 {
	color: var(--cor-primaria);
	font-family: "Bebas Neue Bold";
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase
}

.box .box-cadastro-right .container .titulo span {
	display: none
}

.box .box-cadastro-right .container .form form .label {
	margin-top: 35px
}

.box .box-cadastro-right .container .form form .label-button {
	margin-top: 40px
}

.box .box-cadastro-right .container .form form .label span {
	color: #1B1D1F;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px
}

.box .box-cadastro-right .container .form form .label ul {
	display: flex;
	justify-content: space-between
}

.box .box-cadastro-right .container .form form .label ul li {
	display: flex;
	width: 50%;
	align-items: center;
	color: #717171;
	font-family: "Droid Sans", sans-serif;
	font-size: 17px;
	line-height: 24px
}

.box .box-cadastro-right .container .form form .label ul li .radiobox {
	width: 20px;
	margin-right: 6px;
	background-color: transparent;
	box-shadow: none!important;
}

.box .box-cadastro-right .container .form form .label input,
.box .box-cadastro-right .container .form form .label select {
    padding: 8px 5px; 
    font-family: "Droid Sans", sans-serif;
    font-size: 17px; 
    color: #646464;
    border: 1px solid transparent;
    width: 85%; 
    border-radius: 3px;
    background-color: #F5F5F5;
    height: 35px; 
    transition: .3s ease-out;
}

.box .box-cadastro-right .container .form form .label input:focus,
.box .box-cadastro-right .container .form form .label select:focus {
	border: 1px solid #717171!important;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(113, 113, 113, .23)!important
}

.box .box-cadastro-right .container .form form .label input.error {
	color: #1B1D1F;
	background-color: #FFE8E8;
	border: 1px solid #E03E3E!important;
	box-shadow: 0 2px 4px 0 rgba(15, 151, 222, .3);
	outline: -webkit-focus-ring-color auto 0
}

.box .box-cadastro-right .container .form form .label label.error {
	color: #E03E3E;
	margin-top: .5em;
	display: block;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 14px
}

.box .box-cadastro-right .container .form form .label .password {
	position: relative
}

.box .box-cadastro-right .container .form form .label .password .visibility {
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	display: flex;
	align-items: center
}

.box .box-cadastro-right .container .form form .label .password .visibility i {
	color: #535353;
	font-size: 20px;
	cursor: pointer
}

.box-cadastro .box-cadastro-right .container .form form .label ul li span {
	color: #273142;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 600;
	line-height: 18px
}

.box-cadastro .box-cadastro-right .container .form form .label a {
	display: block;
	color: var(--cor-secundaria);
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	text-align: right;
	width: 145px;
}

.box-cadastro .box-cadastro-right .container .form form .label a:hover {
	color: var(--cor-escura);
}

.box-cadastro .box-cadastro-right .container .form form .label button {
	width: 247px;
	font-family: "Open Sans";
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-secundaria);
	text-transform: uppercase;
	border: 0;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s ease-out
}

.box-cadastro .box-cadastro-right .container .form form .label button:hover {
	background: var(--cor-hover);
	box-shadow: 0 2px 5px 2px rgba(95, 130, 185, .6)
}

.box-cadastro .box-cadastro-right .container .form form .label-button-mobile {
	display: none
}

.box-recuperar {
	padding-top: 9.75em;
	justify-content: center
}

.box-recuperar .form .titulo {
	margin-bottom: 50px
}

.box-recuperar .form .titulo h1 {
	color: var(--cor-primaria);
	font-family: "Bebas Neue Bold";
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 20px
}

.box-recuperar .form .titulo p {
	color: #273142;
	font-family: "Open Sans";
	max-width: 485px;
	font-size: 20px;
	line-height: 27px;
	text-align: center
}

.box-recuperar .form form .label input {
	padding: 11px 6px;
	font-family: "Droid Sans", sans-serif;
	font-size: 17px;
	color: #646464;
	border: 1px solid transparent;
	width: 100%;
	border-radius: 3px;
	background-color: #F5F5F5;
	height: 40px;
	transition: .3s ease-out
}

.box-recuperar .form form .label input:focus {
	border: 1px solid #717171!important;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(113, 113, 113, .23)!important
}

.box-recuperar .form form .label input.error {
	color: #1B1D1F;
	background-color: #FFE8E8;
	border: 1px solid #E03E3E!important;
	box-shadow: 0 2px 4px 0 rgba(15, 151, 222, .3);
	outline: -webkit-focus-ring-color auto 0
}

.box-recuperar .form form .label label.error {
	color: #E03E3E;
	margin-top: .5em;
	display: block;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 14px
}

.box-recuperar .form form .label-button {
	margin-top: 50px
}

.box-recuperar .form form .label-button ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.box-recuperar .form form .label-button ul li:nth-child(1) {
	margin-bottom: 20px
}

.box-recuperar .form form .label-button button {
	width: 322px;
	font-family: "Open Sans";
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-primaria);
	text-transform: uppercase;
	border: 0;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s ease-out
}

.box-recuperar .form form .label-button button:hover {
	background: var(--cor-hover);
	box-shadow: 0 2px 5px 2px rgba(95, 130, 185, .6)
}

.box-recuperar .form form .label-button a {
	display: block;
	color: var(--cor-secundaria);
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	text-align: right
}

.box-recuperar .form form .label-button a:hover {
	color: var(--cor-escura);
}

.box-reset-senha {
	padding-top: 9.75em;
	justify-content: center
}

.box-reset-senha .form .titulo {
	margin-bottom: 50px
}

.box-reset-senha .form .titulo h1 {
	color: var(--cor-primaria);
	font-family: "Bebas Neue Bold";
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 20px
}

.box-reset-senha .form .titulo p {
	color: #273142;
	font-family: "Open Sans";
	max-width: 485px;
	font-size: 20px;
	line-height: 27px;
	text-align: center
}

.box-reset-senha .form form .label {
	margin-bottom: 30px
}

.box-reset-senha .form form .label .password {
	position: relative
}

.box-reset-senha .form form .label .password .visibility {
	position: absolute;
	top: 0;
	right: 10px;
	height: 40px;
	display: flex;
	align-items: center
}

.box-reset-senha .form form .label .password .visibility i {
	color: #535353;
	font-size: 20px;
	cursor: pointer
}

.box-reset-senha .form form .label input {
	padding: 11px 6px;
	font-family: "Droid Sans", sans-serif;
	font-size: 17px;
	color: #646464;
	border: 1px solid transparent;
	width: 100%;
	border-radius: 3px;
	background-color: #F5F5F5;
	height: 40px;
	transition: .3s ease-out
}

.box-reset-senha .form form .label input:focus {
	border: 1px solid #717171!important;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(113, 113, 113, .23)!important
}

.box-reset-senha .form form .label input.error {
	color: #1B1D1F;
	background-color: #FFE8E8;
	border: 1px solid #E03E3E!important;
	box-shadow: 0 2px 4px 0 rgba(15, 151, 222, .3);
	outline: -webkit-focus-ring-color auto 0
}

.box-confirmacao .form .button a,
.box-reset-senha .form form .label-button button,
.modal .modal-box button {
	text-transform: uppercase;
	outline: 0;
	cursor: pointer;
	transition: .3s ease-out
}

.box-reset-senha .form form .label label.error {
	color: #E03E3E;
	margin-top: .5em;
	display: block;
	font-family: "Open Sans";
	font-size: 10px;
	line-height: 14px
}

.box-reset-senha .form form .label-button {
	margin-top: 50px
}

.box-reset-senha .form form .label-button ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.box-reset-senha .form form .label-button ul li:nth-child(1) {
	margin-bottom: 20px
}

.box-reset-senha .form form .label-button button {
	width: 322px;
	font-family: "Open Sans";
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-primaria);
	border: 0;
	border-radius: 5px
}

.box-reset-senha .form form .label-button button:hover {
	background: var(--cor-hover);
	box-shadow: 0 2px 5px 2px rgba(95, 130, 185, .6)
}

.box-reset-senha .form form .label-button a {
	display: block;
	color: var(--cor-primaria);
	font-family: "Droid Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-decoration: underline;
	text-align: right
}

.box-reset-senha .form form .label-button a:hover {
	color: var(--cor-escura);
}

.box-confirmacao {
	padding-top: 9.75em;
	justify-content: center
}

.box-confirmacao .titulo {
	margin-bottom: 50px
}

.box-confirmacao .titulo h1 {
	color: var(--cor-primaria);
	font-family: "Bebas Neue Bold";
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	margin-bottom: 20px
}

.box-confirmacao .form .button a,
.box-confirmacao .titulo p {
	font-family: "Open Sans";
	font-size: 20px
}

.box-confirmacao .titulo p {
	color: #273142;
	max-width: 485px;
	line-height: 27px;
	text-align: center
}

.box-confirmacao .form .button a {
	display: block;
	width: 250px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-secundaria);
	border: 0;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto
}

.box-confirmacao .form .button a:hover {
	background: var(--cor-hover);
	box-shadow: 0 2px 5px 2px rgba(95, 130, 185, .6)
}

.options {
	background-color: #fff
}

.options .container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.15em;
	padding-bottom: 1.15em
}

.options .container .back a {
	display: flex;
	align-items: center;
	background: #9b9b9b;
	width: 180px;
	justify-content: center;
	line-height: 42px;
	border-radius: 500px;
	transition: .3s ease-out
}

.options .container .back a:hover {
	background: #6f6c6c
}

.options .container .back a i {
	color: #fff;
	font-size: 20px;
	margin-right: 1em
}

.options .container .back a span {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 17px;
	text-transform: uppercase
}

.options .container .btn-novo-cadastro {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.options .container .btn-novo-cadastro span {
	margin-right: 1em;
	font-size: 17px;
	font-family: 'Open Sans'
}

.modal .modal-box button,
.modal .modal-box h2,
.options .container .btn-novo-cadastro a {
	font-family: "Open Sans"
}

.options .container .btn-novo-cadastro a {
	height: 42px;
	width: 180px;
	border: 2px solid var(--cor-primaria);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: var(--cor-primaria);
	transition: .3s ease-out
}

.options .container .btn-novo-cadastro a:hover {
	background-color: var(--cor-primaria);
	color: #fff
}

.response {
	color: #F91818;
	font-weight: 400;
	text-align: center;
	display: block;
	margin: 25px auto 25px
}

.response a,
.response p {
	color: var(--cor-primaria);
	font-weight: 700
}

.response a {
	display: block;
	margin-top: 1em
}

.response p {
	font-size: 16px
}

.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	width: 100%;
	vertical-align: middle;
	height: 100vh;
	z-index: 9999;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
	position: fixed
}

.modal .modal-box {
	max-width: 738px;
	background: #fff;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .47);
	z-index: 9999;
	padding: 3em
}

.modal-cadastro.hide {
	display: none;
	-webkit-animation: fadeout 1s;
	-moz-animation: fadeout 1s;
	-ms-animation: fadeout 1s;
	-o-animation: fadeout 1s;
	animation: fadeout 1s
}

.modal .modal-box h2 {
	color: #273142;
	font-size: 32px;
	line-height: 39px;
	margin-bottom: 1em;
	font-weight: 400;
	width: 102%
}

.modal .modal-box button {
	width: 200px;
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: var(--cor-primaria);
	border: 0;
	border-radius: 5px
}

.modal .modal-box button:hover {
	background: var(--cor-hover);
	box-shadow: 0 2px 5px 2px rgba(95, 130, 185, .6)
}

.modal-resposta .modal-box {
	max-width: 500px
}
.confirm {
    position: fixed;
    top: 6em;
    right: 4em;
    display: flex;
    z-index: 999999999;
    border-radius: 3px;
    background-color: #343235;
    box-shadow: 0 2px 4px 0 rgba(113, 113, 113, 0.23);
    min-height: 55px;
    min-width: 320px;
    max-width: 389px;
    padding: 5px 0px;
}

.confirm div:nth-child(1) {
    position: absolute;
    left: 0.3em;
    top: 5%;
    border-radius: 1px;
    height: 90%;
    width: 9px;
}

.confirm div.confirm-warning {
    background: #E03E3E;
}

.confirm div.confirm-success {
    background: #4B9A41;
}

.confirm h1 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 23px;
    height: auto;
    display: flex;
    align-items: center;
    margin-left: 1.3em;
    border-radius: 1px;
    width: 100%;
}

.confirm i {
    color: #FFF;
    cursor: pointer;
    margin: 0px 10px;
}
.box-cadastro .box-cadastro-right .container .form form .label .babel-button .disabled button {
    box-shadow: none !important;
    opacity: 0.5;
    cursor: default;
}
.box .box-cadastro-right .container .form form .label .documentos input.error {
	color: #1B1D1F;
	background-color: #FFE8E8;
	border: 1px solid #E03E3E!important;
	box-shadow: 0 2px 4px 0 rgba(15, 222, 91, 0.3);
	outline: -webkit-focus-ring-color auto 0;
	display: inline-block;
}
#cep-cidadao{
	/* width: 247px;
	font-family: "Open Sans";
	font-size: 20px;
	color: #FFF;
	line-height: 55px;
	background: #000000 !important;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: .3s ease-out */
	background-color: #f5f5f5;
    display: inline;
	border: transparent;
    width: 80%;
    outline: none;
    color: #1B1D1F;
    font-family: "Droid Sans";
    font-size: 17px;
    line-height: 24px;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
}
#cep-icon{
	width: 24px;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.align label.error:after {
    font-family: "Material Icons";
    content: "info_outline";
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    right: 20px;
    top: -1.55em;
    color: #E03E3E;
}

.align h2 {
    color: #537974;
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px !important;
}

.align .align-double {
    display: flex;
    justify-content: space-between;
}

.align .align-double li {
    position: relative;
}

.align .align-double li.li-10 {
    width: 10%;
}

.align .align-double li.li-15 {
    width: 15%;
}

.align .align-double li.li-20 {
    width: 20%;
}

.align .align-double li.li-25 {
    width: 25%;
}

.align .align-double li.li-30 {
    width: 30%;
}

.align .align-double li.li-40 {
    width: 40%;
}

.align .align-double li.li-45 {
    width: 45%;
}

.align .align-double li.li-50 {
    width: 50%;
}

.align .align-double li.li-60 {
    width: 60%;
}

.align .align-double li.li-70 {
    width: 70%;
}

.align .align-double li.li-80 {
    width: 80%;
}

.align .align-double li.li-90 {
    width: 90%;
}

.align .align-double li.li-100 {
    width: 100%;
}
.box-cadastro .box-cadastro-right .container .form form .label .cep-cadastro button  {
	width: 40px;
    height: 40px;
    font-family: "Open Sans";
    font-size: 20px;
    color: #FFF;
    line-height: 51px;
    background: var(--cor-primaria);
    border: 0;
    outline: 0;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease-out;

}