.emprestimoForm .tab .tab-box {
	display:table;
	margin:20px auto 10px auto;
}

.emprestimoForm input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
  height:inherit;
}

.emprestimoForm h3.text-center {
	    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 20px;
}

.emprestimoForm input#valor_parcela {
	background-color:transparent;
	border:none;
	color:#FFF;
	text-align:center;
	font-size:40px;
	padding:0;
	line-height:110px;
}
.emprestimoForm label {
	text-align:center;
	width:100%;
}
/* Mark input boxes that gets an error on validation: */
.emprestimoForm input.invalid {
  background-color: #ffdddd;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
:-moz-placeholder { /* Firefox 18- */
  color: #444;
}


.pg-emprestimo {
}
.pg-emprestimo header.masthead {
	height:100vh;
	width:30%;
	position:fixed;
	left:0;
	top:0;
	display: flex;
    flex-direction: column;
}
.pg-emprestimo header.masthead img {
	margin:auto;
	margin-top:20px;
	float:none;
	display:table;
	max-width:70%;
	position:inherit;
}
.pg-emprestimo header.masthead h1 {
	text-align:center;
	font-size:22px;
	    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
.pg-emprestimo .line-top, 
.pg-emprestimo .container-fluid {
	width:70%;
	float:right;	
}
/*.pg-emprestimo footer.bg-light {
	position:absolute;
	bottom:0;
}*/
.pg-emprestimo .container-fluid .emprestimo-box {
	padding:2.5rem 5rem;
	padding-bottom:0;
	display:flex;
	/*min-height:100vh;*/
	position:relative;
}
.emprestimo-box .categoria-icons {
	width:80%;
	margin:auto;
}
.emprestimo-box .categoria-icons .categ {
	width:50%;
	float:left;
}
.emprestimo-box .categoria-icons .categ img {
	width:80px;
	margin-right:15px;
}
.emprestimo-box .categoria-icons .categ span {
	font-weight:700;
}
.pg-emprestimo .emprestimo-box h2 {
	color:#eec02d;
	text-align:center;
	font-size:26px;
	margin-bottom:30px;
	margin-top:0;
	font-weight:200;
}
.pg-emprestimo form {
	margin:auto;
	margin-top:0;
}
.pg-emprestimo form label {
	color:#009180;
	font-weight:500;
}
.pg-emprestimo form label.error {
	color: #b16363;
    font-weight: 400;
    line-height: 0;
    font-size: 15px;
}
.pg-emprestimo form .input-group-radio label {
	color:#009180;
	font-weight:400;
}

.emprestimoForm .input-icon {
	color:#666;
	position: absolute;
    display: table;
    z-index: 1;
    right: 17px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-left: solid 1px #CCC;
}
.emprestimoForm .form-control {
	line-height:normal;
	padding-top:6px;
	padding-bottom:6px;
	border-radius: 0;
	border-color:#CCC;
}
.emprestimoForm select.form-control {
	height:50px !important;
}
.emprestimoForm .form-control:focus {
    border-color: #FFF;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.emprestimoForm .form-group {
	    margin-bottom: 5px;
}
.emprestimoForm button#btn-simule {
	width:100%;
	padding:11px 0;
}
/*.emprestimoForm button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 50px;
  margin:10px 0;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}*/
.emprestimoForm button:focus {
	outline:none;
}

.emprestimoForm .radio-feminino {
	    margin-right: -30px;
}
.emprestimoForm .radio-masculino {
	    margin-right: -30px;
}

#show-me {
	width: 430px;
}
#show-me2 {
	width: 457px;
}
#show-me, #show-me2 {
	position:absolute;
    background-color: #FFF;
}
#show-me .input-icon {
	height:50px;
	width:50px;
	line-height:50px;
	font-weight:700;
	right:0;
}


/* INPUT RADIO */
.input-group-radio {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  
      float: left;
    width: 50%;
    margin-bottom: 2px;
  
}

.input-group-radio .radio-btn {
  margin-left: -1px
}

.radio-btn label {
  width: 100%;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  
  
  background-color: #ffefdb;
  border-right: solid 3px #f99f2b;
  color: rgb(51, 51, 51);
}

.radio-btn:hover label {
  background-color:#2185c6;
  border-color: #f99f2b;
  color: #FFF;
}

.input-group-icons {

}
.input-group-icons .radio-btn label {
    height: 140px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0;
}
.input-group-icons .input-group-radio {
	width:25%;
}
.input-group-icons .radio-btn label {
	font-size:1.2vw;
}
.input-group-icons .radio-btn label img {
	max-width:60px;
	margin:auto;
	margin-bottom:15px;
	display:table;
}

.input-group-lg .radio-btn label {
    height: 35px;
    padding: 6px 15px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 0;
}


.input-group-radio input[type="radio"]:empty {
  display: none;
}

.input-group-radio input[type="radio"]:checked ~ label {
  background-image: none;
  box-shadow: 0 2px 2px rgba(20, 114, 171, 0.8) inset;
}

/*.input-group > .input-group-radio:first-child:not(:last-child) label {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .input-group-radio:last-child:not(:first-child) label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .input-group-radio:not(:first-child):not(:last-child) label {
  border-radius: 0;
}*/

.input-group-radio .radio-btn-default input[type="radio"]:checked ~ label {
  background-color: rgb(230, 230, 230);  
  color: rgb(51, 51, 51);
}
.input-group-radio .radio-btn-primary input[type="radio"]:checked ~ label {
  color: #fff;
  background-color: #1f98d4;
}
.input-group-icons .input-group-radio .radio-btn-primary input[type="radio"]:checked ~ label {
  background-color: #1f98d4;
}


@media screen and (max-width: 1200px) {
	.pg-emprestimo .line-top a.icone {
		top:40px;
	}
	
	

	#show-me {
		width: 376px;
	}
	#show-me2 {
		width: 403px;
	}
}
@media screen and (max-width: 992px) {
	.pg-emprestimo header.masthead {
		display:none;
	}
	.pg-emprestimo .line-top, .pg-emprestimo .container-fluid {
		width:100%;
	}
	.arrow-steps .step {
		line-height:20px;
	}
	.input-group-icons .radio-btn label {
		font-size:1.8vw;
	}
	header.masthead .box-table {
		width:400px;
		padding:10px 30px;
	}
	.emprestimoForm input#valor_parcela {
		line-height:42px;
	}
}
@media screen and (max-width: 768px) {
	.input-group-icons .input-group-radio {
		width: 50%;
	}
	.input-group-icons .radio-btn label {
		font-size:16px;
	}
	.arrow-steps .step {
		width: 22%;
	}
	header.masthead .box-table {
		width:100%;
	}
	header.masthead .box-table .input-group-radio {
		width:20%;
	}
	header.masthead .box-table .row#box_user > div {
		width:50%;
		float:left;
		margin-top:5px;
	}
	header.masthead {
		min-height:800px;
	}
}

@media screen and (max-width: 600px) {
	.arrow-steps .step span.visible-sm {
		display:block;
	}
	.arrow-steps .step span.visible-md {
		display:none;
	}
	.arrow-steps .step span:before {
		display:none;
	}
	.arrow-steps .step {
		padding:6px 5px 6px 20px;
	}
	.input-group-lg .radio-btn label {
	    height: 45px;
		padding: 10px 15px;
		line-height: 24px;
	}
	.pg-emprestimo .line-top a.icone {
		top: 10px;
	}
	.pg-emprestimo .container-fluid .emprestimo-box {
		padding:2.5rem;
	}
	.input-group-icons .radio-btn label {
		font-size:15px;
	}
	.arrow-steps .step {
		width: 22%;
	}
	.emprestimoForm button {
		width:100%;
	}
	.emprestimoForm h4 {
		font-size:15px;
	}
	header.masthead .input-group {
		width:100%;
	}
	header.masthead .input-group-lg .radio-btn label {
		height: 35px;
		padding: 8px 15px;
		line-height: 20px;
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		font-weight: 500;
	}
	header.masthead input#valor_parcela {
		line-height: 32px;
		font-size: 30px;
	}
	header.masthead ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size:13px;
	}
	header.masthead ::-moz-placeholder { /* Firefox 19+ */
	  font-size:13px;
	}
	header.masthead :-ms-input-placeholder { /* IE 10+ */
	  font-size:13px;
	}
	header.masthead :-moz-placeholder { /* Firefox 18- */
	  font-size:13px;
	}
	
}
@media screen and (max-width: 480px) {
	.input-group-icons .radio-btn label {
		font-size:13px;
	}
	.arrow-steps .step {
		width: 20%;
	}
	header.masthead .box-table .row#box_user > div {
		width: 100%;
	}
	header.masthead .box-table .input-group-radio {
		width: 33.3%;
	}
	.emprestimoForm h3.text-center {
		    font-size: 18px;
		letter-spacing: 0.6px;
	}
	header.masthead .box-table p small {
		font-size:11px;
	}
	
	header.masthead ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size:14px;
	}
	header.masthead ::-moz-placeholder { /* Firefox 19+ */
	  font-size:14px;
	}
	header.masthead :-ms-input-placeholder { /* IE 10+ */
	  font-size:14px;
	}
	header.masthead :-moz-placeholder { /* Firefox 18- */
	  font-size:14px;
	}
}
