@charset "utf-8";
.efect *{
    transition: all 0.2s ease;
} 

.frm-left{
    float: left;
    text-align: left;
}
.frm-right{
    float: right;
    text-align: right;
}
.espacado{
    margin-top: 17px !important;
}
.step{
border: 2px solid #FEC229;
display: inline-block;
margin-top: 10px;
}
.frm-width-100{width: 99%}
.frm-width-95{width: 94%}
.frm-width-90{width: 89%}
.frm-width-85{width: 84%}
.frm-width-80{width: 79%}
.frm-width-75{width: 74%}
.frm-width-70{width: 69%}
.frm-width-65{width: 64%}
.frm-width-60{width: 59%}
.frm-width-55{width: 54%}
.frm-width-50{width: 49%}
.frm-width-45{width: 44%}
.frm-width-40{width: 39%}
.frm-width-35{width: 34%}
.frm-width-30{width: 29%}
.frm-width-25{width: 24%}
.frm-width-20{width: 19%}
.frm-width-15{width: 14%}
.frm-width-10{width: 9%}
.frm-width-5{width: 4%}


.form-login{
    margin: auto;
    margin-top: 200px;
    display: table;
    padding: 10px;
    max-width: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 6px;
    border-radius: 8px;
    text-align: center;
}

.form-cadastro{
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30PX;
    display: table;
    padding: 10px 2px 10px 2px;
    width: 95%;
    background-color: #ffffff;
    box-shadow: 0 0 2px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
h2.frm{
    margin: 10px;
    width: 90%;
    padding: 10px;
}
label.txt{
    z-index: 2;
    pointer-events: none;
    position: absolute;
    padding: 4px;
    margin-top: 10px;
    font-size: 15px;
    margin-left: 15px;
    color: #686868;
}
input[type='text'],input[type='number'],input[type='tel'],input[type='email'],input[type='file']{
    padding: 14px;
}
textarea{padding: 15px}
select{
    width: 150px;
    font-size: 18px;
    padding: 14px;
}

input[type='date']{
    padding: 12px;
}
.box-text{
    margin-left: 10px;
    font-size: 18px;
}

.box-text p{
    text-align: justify;
    margin-top: 5px;
    border: none;
}
.file{
    cursor: pointer;
}
.txt-file{
    margin-top: 10px !important;
    cursor: pointer;
}
.textbox legend{
    padding: 0 5px;
}
fieldset.textbox {
    padding: 8px;
    margin-top: -9px;
}
input.textbox:focus{
    border: 2px solid #FEC229;
}
input.textbox:focus ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    color:#FEC229;
    font-size: 15px;
}
input.textbox:not(:placeholder-shown) ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    font-size: 15px;
}

textarea.textbox:focus{
    border: 2px solid #FEC229;
}
textarea.textbox:focus ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    color:#FEC229;
    font-size: 15px;
}
textarea.textbox:not(:placeholder-shown) ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    font-size: 15px;
}
select.textbox:focus{
    border: 2px solid #FEC229;
}
select.textbox:focus ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    color:#FEC229;
    /* color:# 317dd3; */
    font-size: 15px;
}
select.textbox  ~ label.txt{
    margin-top: -14px;
    background-color: #ffffff;
    font-size: 15px;
}
@-moz-document url-prefix() {
    input[type='date']{
        padding: 15px !important;
        width:180px !important;
    }
}
/* Cor de fundo do autocomplete */
input:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
    -webkit-text-fill-color: #006ac0 !important;
}

input:-moz-autofill,select:-moz-autofill {
    -moz-box-shadow: 0 0 0 30px #ffffff inset;
    -moz-text-fill-color:#006ac0 !important;
}

/* Inputs validadação */
textarea:valid {
    border: 2px solid #249b55;
}
textarea:valid ~ label.txt{
    color: #249b55;
}
select:valid{
    border: 2px solid #249b55;
}
select:valid ~ label.txt{
    color: #249b55;
}

.not-valid{
    border: 2px solid #adadad !important ;
}
.not-valid ~ label.txt{
    color:#686868 !important;
}

.not-valid:focus{
    border: 2px solid #FEC229 !important ;
}
.not-valid:focus ~ label.txt{
    color:#FEC229 !important;
    margin-top: -14px;
    background-color: #ffffff;
    /* color:# 317dd3; */
    font-size: 15px;
}


.file{
    display: none;
}

input.textbox:valid {
    border: 2px solid #249b55;
} 
input.textbox:valid ~ label.txt{
    color: #249b55;
} 
.text{
    background-color: none;
}

textarea.textbox{
    width: 100%;resize: none;
}
.textbox {
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 6px;
    border: 2px solid #adadad;
    font-size:15px;
}
.field{
    padding: 2px;
}
.box-rep{
    position: relative;
    overflow: hidden;
    display: none;
}
.box-input{
    float: left;
    display: flex;
    margin-bottom: 15px;
    margin-left: 5px;
    height: auto;
}
.box-input h2{
    margin-top: 10px;
    margin-left: 10px
}

.lbl-rad{
    cursor: pointer;
    padding-left: 6px;
    cursor: pointer;
    margin-left: -6px;
    margin-right: 6px;
    position: relative;
    top: -5px;
}
.textbox:invalid+label:after {
    content: '✖';
    color: #EA2027;
    padding-left: 5px;
}

.textbox:valid+label:after {
    content: '✓';
    color: #249b55;
    padding-left: 5px;
}

.textbox:disabled {
    background-color: #ffffff !important;
    border:none;
}
.radio{
    outline: none;
    background-color: #adadad;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #adadad;
    -webkit-appearance: none;
    cursor: pointer;
}
.radio:checked{
    background-color: #ffffff;
    border: 5px solid #FEC229;
}
.radio:checked + label{
    color: #FEC229;
}

.lbl-chk{
    max-width: 90%;
    padding: 0 2px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}
.bordered{
    border:1px solid;
    border-radius: 4px;
    display: inline-block;
}
.checkbox{
    cursor: pointer;
    outline: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #adadad;
    background-color: #ffffff;
    -webkit-appearance: none;
}
.checkbox:checked{
    background-color: #FEC229;
}
.checkbox:checked + label{
    color: #FEC229;
    color: #333333;
}
.grey{background-color: #b1b1b1;color: black}
.green{    background-color: #379e3b;color: black}
.yellow{background-color:#FEC229;color: black}
.btn-s{
    border-radius: 4px;
    border: 2px solid ;
    outline: none;
    cursor: pointer;
    margin: 5px;
    width: auto;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    transition: all .5s ease;    
}
.btn-s i{
    display: block;
    transition: none;
}
.btn-s:hover,.btn-r:hover{ 
    border-radius: 4px;
    border: 2px solid #333333;
    color: #ffffff;
}
.btn-s:active{
    transition: all 0.5s ease;
    transform: scale(0.7,0.7)
}

.btn-r{
    background-color: #EA2027;
    color: #adadad;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    margin: 5px;
    width: auto;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    border: 2px solid #adadad;
}
.btn-r:active{
    transition: all 0.5s ease;
    transform: scale(0.7,0.7)
}

.box-file {
    display: inline-block;
}
  
.box-file ol {
  padding-left: 0;
}
  
.box-file li, .box-file div > p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    border-radius: 6px;
    border: 2px solid #adadad;
    overflow: hidden;
    float: left;
    width: 110%;
}

.box-file img {
  height: 64px;
  order: 1;
}

.box-file p {
    font-size: 18px;
  line-height: 64px;
  padding-left: 10px;
}
.box-file label{
    cursor: pointer;
    line-height: 42px;
}
.frmError{
    border: 2px solid #EA2027;
}
.frmError ~ label{
    color: #EA2027;
}
.frmError ~ label:after {
    content: '✖';
    color: #EA2027;
    padding-left: 5px;
}
/* Multi Step Forms */
.msform fieldset {
	/* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); */
    box-sizing: border-box;
    border: none;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
	display: none;
}
.action-button, .nextstep{
    float: left;
}
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	width: 33.33%;
	float: left;
    position: relative;
    
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 25px;
	display: block;
	font-size: 15px;
	color: #333;
	background: #adadad;
	border-radius: 3px;
    margin: 0 auto 5px auto;
    z-index: 2;
    position: relative;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #adadad;
	position: absolute;
	left: -50%;
	top: 11px;
	z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.activestep:before,  #progressbar li.activestep:after{
	background: #FEC229;
	color: #333;
}





@media screen and (max-width:960px) {
    .box-input{
        width: 97% !important;
    }
    #frmbusca{
        display: none;
    }
  }
/* @media screen and (max-width:960px) {
    .box-input{
        width: 47% !important;
    }
  }
  
  @media screen and (max-width:768px) {
    .box-input{
        width: 77% !important;
    }
  }
  
  @media screen and (max-width:480px) {
    .box-input{
        width: 97% !important;
    }
  } */