h2 {
	text-align: center;
}

#partners {
	background-color: #EDEBEB;
	padding-top:48px;
	margin-top:30px;
}

#partners .filter {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 38px;
	font-size: 20px;
	font-family: 'Raleway-Medium';
	font-family: var(--font-default-strong);
}

#partners .filter input,
#partners .filter input::placeholder,
#partners .filter select {
	height: 67px;
	font-size: 20px;
	font-family: 'Raleway-Medium';
	font-family: var(--font-default-strong);
	color: #DDDADA;
	border: none;
	background-color: transparent;
	padding: 12px 23px 7px 26px;
	width: calc(100% - 49px);
}

#partners .filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("../../assets/images/chevron-down.svg");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 30px;
	background-size: 20px;
	text-align: left;
	padding-left:0px;
}

#partners .filter input{
	padding-top:2px;
}

#partners .filter .send {
	position: relative;
}

#partners .name {
	color: #008D72;
	color: var(--color-light-secondary);
	font-size: 16px;
	font-family: 'Gilroy-Black';
	font-family: var(--font-secondary-strong);
}

#partners .description {
	line-height: 20px;
}

#partners .filter button {
	height: 67px !important;
	width: 100% !important;
	border-radius: 33px;
}

#partners .filter button img {
	width: 25px;
}

#partners .description {
	overflow: hidden;
	height: 57px;
	font-size: 12px;
}

#partners .link{
	margin-bottom: 20px;
}

#partners .link a{
	color: var(--color-light-secondary);
	font-family: var(--font-default-strong);
	font-weight: bold;
}

#partners {
	padding-bottom: 50px;
	margin-bottom: 66px;
}

.modal .container {
    border-radius: 10px;
	width: 500px !important;
	max-height: none !important;
	margin: 5vh auto !important;
}

.modal .container #termos_parceiro {
    max-height: 60vh;
	overflow-y: auto;
}

.modal .container #termos_parceiro::-webkit-scrollbar {
	width: 8px;
}

.modal .container #termos_parceiro::-webkit-scrollbar-track {
	background-color: #CCD5E0;
}

.modal .container #termos_parceiro::-webkit-scrollbar-thumb {
	background: #97A4B8;
	border-radius: 8px;
}

.modal .container .checkbox {
	text-align: center;
	color: #1F2A3B;
	font-family: 'Arial';
	font-size: 14px;
	line-height: 16px;
}

.modal .container .checkbox input {
	width: auto;
	visibility: hidden;
}
  
.modal .container .checkbox label:before {
	content: "\00A0";
	font-size: 16px;
	text-align: center;
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #CCD5E0;
	margin-right: 5px;
	border-radius: 5px;
	line-height: 16px;
  }
  
.modal .container .checkbox input[type=checkbox]:checked + label:before {
	background-color: #37A661;
	content: "\2713";
	color: #fff;
  }


.modal .container .termos .buttons {
	float: right;
	padding: 20px;
}

.modal .container .termos .buttons button {
	border-radius: 8px;
	width: inherit;
}

.filter {
	background-color: white;
	height: auto;
	border-radius: 38px;
	margin-bottom: 57px;
}

.login-button {
	text-align: center;
	margin-top: 20px;
}

.login-button button{
	font-size: 26px;
}

.filter div{
	background-color: white;
	height: 67px !important;
	border-radius: 38px;
}

#termos-uso {
	width: initial;
}

#termos-servico {
	width: initial;
}

#steps div div button {
	margin-left: 10px;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(../../assets/images/chevron-down.svg);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 8px);
	background-position-y: center;
	background-size: 18px;
	text-align: left;
	padding: 12px;
	width: 100%;
	max-width: 525px;
	height: 40px;
	font-weight: 350;
	color: #777777;
	display: block;
	border-bottom: 1px solid #DDD;
}

.step.done {
	background-repeat: no-repeat;
	background-image: url('../../assets/images/certo.svg');
	font-size: 0px;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: 20px;
}

#descricao {
	width:100%;
	max-width: 480px;
	height:150px;
	max-height: 150px;
}

#descricao:focus {
	border-bottom: solid 1px #008d72;
}

#upload-area {
	margin-top: 20px;
}

input[type='file'],
#upload-area {
	cursor: pointer;
	opacity: 1;
	max-height: 100px;
	position: relative;
	height: 100px;
	margin-right: 30px;
	border: dashed #ccc 3px;
	display: inline-block;
}

#upload-area p {
	cursor: pointer;
	text-align: center;
	position: absolute;
	width: 100%;
	top: calc(50% - 19px);
	color: #828282;
	font-size: 19px;
}

#upload-area p.uploaded span {
	color: #828282;
	margin-left: 12px;
}

input[type='file'] {
	opacity: 0;
	width: 100%;
	height: 100%;
}

#fileupload_label {
	width: 100%;
	display: block;
}

#steps {
	margin-top:20px;
}

#steps input {
	max-width: 525px;
}

form .info img {
	width: 20px;
	margin-bottom: -4px;
	cursor: help;
}

label.required::before,
p.required-info::before {
	content: '*';
	font-size: 30px;
	vertical-align: bottom;
	line-height: 15px;
	color: red;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -6px;
}

div#result-upload {
	width: 200px;
	display: inline-block;
	height: 100px;
	vertical-align: bottom;
	text-align: center;
}

div#result-upload .file {
	height: 100%;
	width: 100%;
	text-align: center;
}

div#result-upload .file img {
	max-width: 100%;
	height: 100%;
}

div#result-upload .remove {
	display: none;
}

div#result-upload.uploaded:hover .remove {
	display: inherit;
	position: absolute;
	background-color: #828282;
	text-align: center;
	cursor: pointer;
}

.senha-container > .mostrar-senha {
	margin-left: 20px;
}

#partners .filter input::placeholder {
	padding: 0;
}

#searchPartner {
	padding: 0;
}

#filter-segment {
	width: 100% !important;
}

.fa-info-circle {
    color: #239DF7;
    font-size: 14px;
    margin-left: 4px;
    cursor: pointer;
}

#partner {
	display: none;
}

#partner-conf {
	margin-top: -66px;
}

#partner-conf #partners-text {
	margin: 0;
	width: 65%;
	color: var(--color-light-overlay);
	font-family: var(--font-secondary-strong);
	font-size: 32px;
}

@media screen and (max-width: 839px) {
	.filter {
		background-color: transparent;
		box-shadow: none !important;
		margin-bottom: 15px;
	}

	.filter div {
		box-shadow: 0px 3px 6px #00000029 !important;
	}

	#partners .filter select {
		padding-left: 20px;
		width: calc(100% - 35px);
	}

	#partners .filter button {
		width: 100% !important;
		left: 0;
	}

	#partners .filter input,
	#partners .filter input::placeholder,
	#partners .filter select {
		line-height: 67px;
	}

	#steps .form-area {
		margin: 0;
	}

	#steps .step-form{
		padding-top: 0;
	}

	input[type='file'], #upload-area {
		margin-right: 0;
	}

	#upload-area p {
		top: 5px;
		font-size: 13px;
	}

	#upload-area > input {
		padding: 12px 4px 7px 4px;
	}

	#partners .filter select {
		padding-top: 3px;
		padding-bottom: 9px;
	}

	@media screen and (max-width: 460px) {
		.css-upload {
			text-align: center;
		}
	
		div#result-upload .file img {
			margin-top: 10px;
		}

		#fileupload_label {
			text-align: left;
		}

		.senha-container > .mostrar-senha {
			margin-left: 0;
		}
	}
}

@media screen and (max-height: 450px) {
	.modal .container #termos_parceiro {
		max-height: 20vh;
	}
}