/*#region reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
	background-color: #ffffff;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
	font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
	/* 1 */
	overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
	/* 1 */
	text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}
/*#endregion*/
/*#region header */
.l-img-container {
	width: 224.1px;
	height: 80.5px;
	border: solid 1px rgba(0, 0, 0, 0);
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.l-img-container img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
/*#endregion*/
/*#region body */
.circulo-azul {
	z-index: -3;
	position: fixed;
	bottom: 40%;
	right: -20%;
	width: 450px;
	height: 450px;
	object-fit: contain;
}

.circulo-verde {
	z-index: -2;
	position: fixed;
	bottom: 11%;
	left: 72%;
	width: 400px;
	height: 400px;
	object-fit: contain;
}

.circulo-amarelo {
	z-index: -1;
	position: fixed;
	top: 82%;
	right: 93%;
}

#waitSign {
    background: url(/spc/images/wait.gif) no-repeat scroll center;
    height: 100%;
}

.l-bg-login {
	background: rgba(241, 241, 241, 0.16);
}

.l-bg-default {
	background: #03428d;
}

.l-bg-shape {
	display: block;
	z-index: -1;
	float: right;
}

.l-bg-shape .l-elipse-1 {
	position: absolute;
}

.l-bg-shape .l-elipse-2 {
	position: absolute;
}

.logo-spc-login {
	width: 100%;
	object-fit: contain;
}

.l-img-support {
	
	display: block;
}

.l-img-support img{
	width: 100%;
}

.l-img-sucess {
	margin: 0 auto;
	display: block;
}

.l-card-login {
	border-radius: 46px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	margin: 4% 0;
	margin-top:7%;
}

.l-mt-1 {
	margin-top: 6%;
}

.l-mt-2 {
	margin-top: 6%;
}
/*#endregion*/
/*#region content */
.l-title {
	font-family: Montserrat;
	font-size: 2.3rem;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.l-subtitle {
	font-family: Montserrat;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin: 2% 0 4%;
}

.l-subtitle-min {
	font-family: Montserrat;
	font-size: 0.8rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.2;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin: 2% 0 4%;
}

.l-title-form {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #999999;
	margin: 8% auto 4%;
}

.l-subtitle-form {
	font-family: Montserrat;
	font-size: 0.8rem;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.23;
	letter-spacing: normal;
	margin: 4% auto 8%;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

.l-section-title {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin: 2% 0%;
}

.l-footer-title {
	font-family: 'Montserrat', sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.l-footer-text li {
	line-height: 1;
}

.l-footer-text li:nth-child(2) {
	margin-top: 24%;
}

.l-footer-text li a {
	font-family: 'Montserrat', sans-serif;
	color: #adabab;
	font-size: 0.7rem;
}

.l-line {
	border-color: #999999;
	border-width: 1px 0 0 0;
	width: 180px;
	margin-top: 2px;
	margin-bottom: 15px;
}

.l-hr-footer {
	height: 2px;
	width: 96%;
	position: absolute;
	margin: 4% 2%;
}

p {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin: 2% 0;
}

.l-card-associado p {
	text-align: center;
	line-height: 1.3;
	font-size: 0.8 rem;
}

.l-resend {
	color: #fcd11d;;
	font-weight: bold;
}

.l-resend:hover, .l-resend :visited, .l-resend :active {
	color: #fcd11d;
}

.l-card-form {
	width: 80%;
	margin: 0 auto;
}

.l-input-form-card {
	width: 80%;
	margin: 0 auto;
}

.l-input-form-card div input::placeholder {
	border: none;
	color: #999999;
}

.l-input-form-card div input:focus {
	outline: none;
}

.l-small {
	font-family: Montserrat;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #999999;
}

.l-form-small {
	font-size: 12px;
}

.l-form-small label {
	margin-bottom: 0;
}

.l-form-small a {
	color: #fff;
	text-decoration: underline;
}

.l-span-form {
	font-family: Montserrat;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #999999;
	display: inline;
}

.l-span-form-captcha {
	font-family: Montserrat;
	font-size: 1.0rem;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #999999;
	display: inline-flex;
}


.l-span-form a {
	color: #999999;
}

.l-form-ddd {
	width: 20% !important;
	margin-right: 3%;
}

.l-form-telefone {
	width: 77% !important;
}
.l-form-div-region {
	/*height: 120px;*/
}
/* #endregion*/
/*#region footer */
.l-card-footer {
	border: solid 1px rgba(0, 0, 0, 0);
	background-color: #03428d;
	border-radius: 40px;
	padding: 5px 0px 0px 0px;
	margin-top: 2%;
	min-height: 185px;
}
/*#endregion */
/*#region components */
.l-btn-primary {
	width: 240px;
	height: 56px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #fcd11d;
	border: none;
	margin-top: 5%;
	transition: 0.2s;
}


.l-btn-primary:hover {
	background-color: #fff;
	color: #03428d;
}

.l-btn-primary span {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #03428d;
}

.l-btn-secundary {
	width: 100%;
	height: 35px; /*era 45*/
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #059449;
	border-radius: 50px;
	border: none;
	margin-top: 5%; /*era 10%*/
}


.l-alert{
	    padding: 0.5rem 1.25rem;
	    border-radius: .25rem;
	    min-width: 100%;
	    border-radius: 11px;
  		background-color: #ffe5e5;
  		
}

.l-mt-10p{
	margin-top: 10%;
}

.alert-primary{
	color: #d83d3d;
  	font-size: 0.8rem;
}
.l-msg-success {
    padding: 0.5rem 1.25rem;
    border-radius: .25rem;
    min-width: 100%;
    border-radius: 11px;
 	background-color: #d4edda;
 	border-color: #c3e6cb;
 	color: #155724;
 	font-size: 0.8rem;
}

.l-msg-error {
    padding: 0.5rem 1.25rem;
    border-radius: .25rem;
    min-width: 100%;
    border-radius: 11px;
 	background-color: #ffe5e5;
 	border-color: #f5c6cb;
 	color: #d83d3d;
 	font-size: 0.8rem;
 	margin-top: 5px;

}

.l-btn-secundary:hover {
	background-color: #096b38;
}

.l-btn-secundary span {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.l-labelinput {
	color: #ffffff;
	margin-left: 10px;
}

.l-input-text {
	border: none;
	border-bottom: 2px solid #fcd11d;
	background: transparent;
	width: 60%;
	color: #ffffff;
	padding: 16px 8px;
}

.l-input-text::placeholder {
	border: none;
	color: #ffffff;
}

.l-input-text:focus {
	outline: none;
}

.l-input-form label {
	font-family: Montserrat;
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}



.l-input-form input {
	border: none;
	width: 100%;
	height: 40px;
	object-fit: contain;
	border-radius: 2px;
	/*margin-bottom: 16px;*/
	padding: 10px;
}

.l-input-form input::placeholder {
	padding: 8px 5px;
	font-size: 1rem;
}

.l-input-form-card label {
	font-family: Montserrat;
	color: #AAA;
	font-size: 14px;
	margin-top: 8px;
	font-weight: 600;
}

.l-input-form-card input {
	width: 100%;
	height: 30px; /*era 40*/
	border-radius: 3px;
	border: solid 1px #c5c5c5;
	background-color: #ffffff;
	/*margin-bottom: 16px;*/
	padding: 8px 16px;
}



.l-input-form-card .l-input-form-radio {
	height: auto;
	width: 16%;
}

.l-input-disable {
	background-color: #e9ecef !important;
	opacity: 1;
}

.l-footer-ml {
	margin-left: 16%;
}

.l-footer-mr {
	margin-right: 16%;
}

.l-footer-img {
	margin: 0 auto;
	display: inherit;
	margin-bottom: 10px;
}

.l-select {
	border: 1px solid #999999;
	border-radius: 50%;
}

.l-login-nav {
	margin-top: 8%;
	color: #999999;
	font-size: 14px;
}

.l-login-nav a {
	color: #999;
	font-family: Montserrat;
}

.l-login-nav a:hover {
	text-decoration: none;
	font-family: Montserrat;
}

.l-login-img {
	width: 70%;
	margin: 0 auto;
}
@supports (-ms-ime-align:auto) {
	.l-login-img{
		margin: 0 auto;
	}
	
}

.l-linha-vertical {
	height: 80px;
	border-left: 1px solid;
	color: white;
}
.l-msg-erro {
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

@media (min-width: 600px) and (max-width:980px){
	.list-passo-a-passo li {
 		left: -25.5% !important;
 	}
}

@media (min-width: 980px) and (max-width: 1280px){
	.list-passo-a-passo li {
 		left: -18.5% !important;
 	}
}

/*#endregion*/
/*#region Responsive */
/*1280 - 1365*/
@media ( min-width : 1280px) and (max-width: 1365px) {
	.circulo-azul {
		z-index: -3;
		position: fixed;
		bottom: 40%;
		right: -18%;
		width: 450px;
		height: 450px;
		object-fit: contain;
	}
	.circulo-verde {
		z-index: -2;
		position: fixed;
		bottom: 11%;
		left: 72%;
		width: 400px;
		height: 400px;
		object-fit: contain;
	}
	
}

@media(min-width : 1200px) and (max-width: 1440px){
	
	.l-login-img{
		margin: 0 auto;
	}
	
	.l-card-form{
		padding: 10% 0 0 0;
	}
	
	.l-card-login{
	/*	margin-top: 25%;*/
	}
} 
/*1440 - 1599*/
@media ( min-width : 1440px) and (max-width: 1599px) {
	
	.container{ 
		width: 1400px;
	}
	
	.l-mt-1 {
		margin-top: 4%;
	}
	.l-mt-2 {
		margin-top: 8%;
	}
	.circulo-amarelo {
		top: 77%;
	}
	
	.l-card-form{
		padding: 15% 0 0 0; 
	}
	
	.l-title-form{
		font-size: 1.7rem;
	}
	
	.l-footerMt{
		margin-top: 8%;
	}
	
	.circulo-azul{
		bottom: 55%;
		right: -12%;
	}
	
	.circulo-verde{
		bottom: 30%;
		left: 72%;
	}
	
	.circulo-amarelo{
		top: 83%;
	}
}
/*1600+ */
@media ( min-width : 1600px) and (max-width:1900px) {
  .container {
    width: 1540px;
    /*margin-top: -2%;*/
  }
  .l-card-footer{
  	padding: 5% 0% 5% 0%;
  }
  
  .l-card-form{
  	padding: 10% 0% 5% 0%;
  }
  
  .l-xll-065rem{
  	font-size: 0.65rem;
  }
  
  .l-foooterMt{
  	margin-top: 5%;
  }
  
  .l-xll-117rem{
  	font-size: 1.7rem;
  }
  
  .l-none-mt{
  	margin-top: 0% !important;
  }
  
  .l-pt-15px{
  	padding-top: 15px;
  }
  
  .l-mt-5p{
  	margin-top: 5% !important;
  }
  
  .l-xll-a{
  	font-size: 1.0rem;
  }
  
  .l-wd-img{
  	width: 0.75rem;
  }
  
  .l-xll-13rem{
  	font-size: none;
  }
  
  .l-subtitle-form{
  	font-size: 1.0rem;
  }
  
  .l-form-small {
  	font-size: 0.8rem;
  }
  
  .l-footer-img{
  	width: 1.0rem;
  }
  
  .l-login-img{
  	margin: 0 auto;
  }
  .l-footer-text li a{
  	font-size: 0.6rem;
  }
  .l-footer-title{
  	font-size: 0.75rem !important;
  }
  
  .l-mt-7p-xll{
  	margin-top: 7% !important;
  }
  
  .l-fs-xll-15r{
  	font-size: 1.5rem;
  }
  
  .l-input-form-card label{
  	font-size: 1.1rem;
  }
  
  .l-input-form-card input{
  	padding: 1rem 0rem 1rem 0rem;
  }
  
  .l-span-form{
  	font-size: 0.63rem;
  }
  
  .l-btn-secundary{
  	padding: 2% 0 10% 0;
  }
  
  .l-btn-secundary span{
  	font-size: 0.85rem;
  }
  
  .l-mt-2 {
		margin-top: 12%;
	}
	.l-title {
		font-size: 52px;
		line-height: 1.22;
	}
	.l-subtitle {
		margin-top: 2%;
	}
	p {
		margin: 2% 0 6%;
	}
	.l-card-login {
		margin: 32% 0;
	}
	.l-login-nav {
		margin-top: 24%;
		top:0;
		
	}
	.circulo-azul {
		left: 80%;
	}
	.circulo-verde {
		left: 72%;
		bottom: 25%;
	}
	.l-input-form input{
		padding: 8px 5px;
		font-size: 1rem;
	}
	
}
/*#endregion */
/*1900+ - 2300*/
@media screen and (min-width: 1900px) and (max-width: 2300px) {
  .container {
    width: 1870px;
  }
  
  .l-mt-2 {
		margin-top: 12%;
	}
	.l-title {
		font-size: 52px;
		line-height: 1.22;
	}
	.l-subtitle {
		margin-top: 2%;
	}
	p {
		margin: 2% 0 6%;
	}
	.l-card-login {
		margin: 32% 0;
	}
	.l-login-nav {
		margin-top: 24%;
	}
	.circulo-azul {
		right: 0;
	}
}

@media screen and (min-width: 2300px){
  .container {
    max-width:  2260px;
    overflow: hidden;
   /* margin-top: -3%;*/
  }
  
  .l-card-footer{
  	padding: 5% 0% 5% 0%;
  }
  
  .l-none-mt{
  	margin-top: 0% !important;
  }
  
  .l-pt-15px{
  	padding-top: 15px;
  }
  
  .l-mt-5p{
  	margin-top: 5% !important;
  }
  
  .l-xll-a{
  	font-size: 2.0rem;
  }
  
  .l-xll-13rem{
  	font-size: 1.3rem;
  }
  
  .l-subtitle-form{
  	font-size: 1.8rem;
  }
  
  .l-form-small {
  	font-size: 1.3rem;
  }
  
  .l-footer-img{
  	width: 1.3rem;
  }
  
  .l-login-img{
  	margin: 0 auto;
  }
  .l-footer-text li a{
  	font-size: 1.3rem;
  }
  .l-footer-title{
  	font-size: 1.5rem !important;
  }
  
  .l-mt-7p-xll{
  	margin-top: 7% !important;
  }
  
  .l-fs-xll-275r{
  	font-size: 2.75rem;
  }
  
  .l-input-form-card label{
  	font-size: 2.0rem;
  }
  
  .l-input-form-card input{
  	height: 2.5rem;
  	padding: 2rem 0rem 2rem 0rem;
  }
  
  .l-span-form{
  	font-size: 1.3rem;
  }
  
  .l-btn-secundary{
  	padding: 2% 0 10% 0;
  }
  
  .l-btn-secundary span{
  	font-size: 2.0rem;
  }
  
  .l-mt-2 {
		margin-top: 12%;
	}
	.l-title {
		font-size: 52px;
		line-height: 1.22;
	}
	.l-subtitle {
		margin-top: 2%;
	}
	p {
		margin: 2% 0 6%;
	}
	.l-card-login {
		margin: 32% 0;
	}
	.l-login-nav {
		margin-top: 24%;
	}
	.circulo-azul {
		right: 0;
	}
	
	.l-input-form-card input::placeholder {
	font-size: 1.75rem;
	}
	
	.list-passo-a-passo li {
 		left: -13.5% !important;
 	}
}

.l-pb2p{
	padding-bottom: 2%;
}

.l-mb4p{
	margin-bottom: 4% !important;
}

.l-mt3p{
	margin-top: 3%;
}

.l-txt-alg-c{
	text-align: center;
}



@media only screen and (max-width: 600px) {
	
	.l-mobile-txt-alg-c{
		text-align: center;
	}
	
	.float-right{
		float: none;
	}
	
	.logo-container-spc{
		margin-right: 8%;
	}
	
	.pb-mobile-5p{
		padding-bottom: 5%;
	}
	
	.l-img-support img{
		width: 100%;
	}
	
	.l-mobile-margin{
		margin: 20% 0% 0% 25%;
	}
	
	.l-input-text {
		width: 100%;
	}
	
	.ml-10-mobile{
		margin-left: 10%;
	}
	
	.img-hash-code-pc{
		width: 100% !important;
	}
	
	.ml-5-mobile{
		margin-left: 5%;
	}
	
	.mt-10-mobile{
		margin-top: 10%;
	}
	
	.list-passo-a-passo {
	 	
	 	border-left: none !important;
	 	position: inherit !important;
	 	max-height: 1000px !important;
 	}

 .list-passo-a-passo li {
 	position: inherit !important;
 	left: 0%;
 }
 
 .passo-a-passo{
 	margin-left: 35%;
 }
}


.l-mt-1_5p{
	margin-top: 1.5%;
}

.bold {
	font-weight: bold;
}

.wd-100{
	width: 100% !important;
}

.placeholderItalic::placeholder{
	
	font-style: italic;
}

.img-hash-code-pc{
	width: 450px
}

.copyPaste{
  width: 24px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #fcd11d;
  background-color: #03428d;
  position:relative;
  cursor: pointer;
}

.copyPaste1{
	left: 100%;
  	margin-top: 5px;
}

.copyPaste2{
  	margin-top: 5px;
  	margin-left: 5px;
  	z-index: 100;
}

.copyPaste:hover{
	border: solid 1px #fff;
}

.l-absolute{
	position: absolute;
}

.passo-a-passo{
	width: 75px;
    height: 75px;
    border: 1px solid #fcd11d;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #03428d;
}


.passo-a-passo img{
	margin-top:20%;
}

.list-passo-a-passo {
 	list-style-type: none;
 	border-left: 3px solid #fcd11d;
 	position: inherit;
 	max-height: 250px;
 }

 .list-passo-a-passo li {
 	position: relative;
 	left: -15.5%;
 	padding-bottom: 2%;
 }


/*anima��es*/
[data-anime]{
	
	opacity: 0;
    transition:  .5s;
}

[data-anime="left"]{
    transform: translate3d(-50px, 0, 0);
}



[data-anime].animate{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.orange{
	color:#fcd11d !important;
}

.blue{
	color: #03428d !important
	font-weight: 600;
}
.btn-modal{
	background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    width: 200px;
    padding: 2%;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.btn-modal:hover{
	background-color: #f7f7f7;
}


/*complemento ao modal-body*/
.modal-body-scroll{
	max-height: 300px;
	overflow: auto;
}

.modal-body-scroll::-webkit-scrollbar              { 
    background: #f7f7f7;
    width: 10px; 
    border-radius: 15px 15px 15px 15px;
    
}
.modal-body-scroll::-webkit-scrollbar:hover{
    cursor: pointer;
}         
.modal-body-scroll::-webkit-scrollbar-button       {
  background-color: #f7f7f7;
  border-radius: 15px 15px 15px 15px;
 }
.modal-body-scroll::-webkit-scrollbar-track        { /* 3 */ }
.modal-body-scroll::-webkit-scrollbar-track-piece  { /* 4 */ }
.modal-body-scroll::-webkit-scrollbar-thumb        { 
    background-color: #ccc;
    border-radius: 15px 15px 15px 15px;
 }

.modal-body p{
	
	color: #000;
	font-size: 0.8rem;
	margin: 3%;
}

.pointer{
	cursor:pointer;
}

.termo{
	top: 20%;
	transition: 0.5s;
}

.open-modal{
	opacity:1 !important;
	top:1%;
}


.btn-blocked{
	color: #000;
	background-color: #ccc;
	cursor: not-allowed;
	width: 240px;
	height: 56px;
	border: none;
	margin-top: 5%;
	
}
.btn-blocked span{
	font-family: Montserrat;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}

.l-mt7{
	margin-top: 7%;
}

.l-mt2{
	margin-top:2% !important;
}
.l-relative {
	position: relative;
}

.rem-1_3{
	font-size: 1.3rem !important;
}

.forcePassword{
	font-weight: 100 !important;
    font-size: 0.75rem !important;
    max-height: 0;
    opacity:0;
    transition: 0.1s;
}

.forcePasswordVisible {
	max-height: 50px !important;
	opacity: 1 !important;
}

.lado-a-lado{
	display: flex; 
	justify-content: left;
	align-items:center;
}