@charset "utf-8";
:root{
	--roxo:rgb(52,38,73);
	--roxo50:rgba(52,38,73,.5);
	--rosa:#ff3366;
}
body {
    background-color: #f5f8fa;
    font-family: 'Poppins', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1.42857143;
    /* color: #1d253b; */
    color: #7e8299;
    overflow-y: scroll;
}
html,
body
/*body>.container-fluid,*/
/*body>.container-fluid>.row,*/
/*body>.container-fluid>.row>div*/
{
	min-height:100vh;
}
h2 span{
	color:var(--rosa);
}
.container__display{
	background: var(--roxo);
	background: linear-gradient(90deg, var(--roxo) 0%, rgba(35,24,51,1) 100%);
	color:#fff;
}
@media(min-width:768px){
	body>.container-fluid>.row>div{
		min-height:100vh;
	}
	body>.container-fluid>.row>.container__display>div{
		max-width:336px;
	}
}
@media(min-width:992px){
	body>.container-fluid>.row>.container__display>div{
		max-width:456px;
	}
}
@media(min-width:1200px){
	body>.container-fluid>.row>.container__display>div{
		max-width:427.33px;
	}
}
@media(min-width:1400px){
	body>.container-fluid>.row>.container__display>div{
		max-width:497.33px;
	}
}
.radios >div,
.accordion{
/*	border:1px solid rgba(0, 0, 0, 0.176);
	border-radius:8px;*/
	z-index:5;
}
.radios .card{
	margin-bottom: 8px;
	border-radius: 6px;
	color: #371a45;
}
.accordion-item{
	border:1px solid rgba(0, 0, 0, 0.176);
	border-bottom:0;
}
.accordion-item:last-of-type{
	border-bottom:1px solid rgba(0, 0, 0, 0.176);
}
.accordion{
	border:none;
}
.radios label{
	width: 100%;
}
.radios label input{
	display: none;
}
.radios label >div,
.accordion button{
	transition:.3s;
}
.radios label >div,
.accordion button{
	border-radius:0;
	font-size:13px;
	font-weight: 500;
}
/*.radios label:first-of-type >div{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.radios label:last-of-type >div{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}*/
.radios input:checked + div{
/*	border:1px solid var(--roxo);*/
/*	box-shadow: 0 0 1px 1px var(--roxo);*/
	background-color:var(--roxo) !important;
	color:#fff;
	font-weight:500;
}
.accordion button:not(.collapsed){
	boarder:1px solid #eee;
/*	box-shadow:0 0 1px 1px #eee;*/
	background-color:#eee;
	font-weight:500;
	color:#000;
}
.accordion-button{
	border: none;
}
.radios label >div:hover,
.accordion button:hover{
	cursor: pointer;
/*	box-shadow: 0px 0px 8px 0px var(--roxo50);*/
/*	z-index:7;*/
	background-color: #e4e6ef;
}
.accordion-button:focus {
	border-color:rgba(0,0,0,0.176);
    outline: 0;
/*	box-shadow: 0px 0px 8px 0px var(--roxo50);*/
}
.accordion .radios label >div{
	letter-spacing:0;
}
.accordion p{
	margin:0;
}
.documento{
	text-align: justify;
	background-color:#ffd;
	border:1px dashed #999;
	border-radius:6px;
	height:300px;
	overflow-y: scroll;
	padding:1rem;
	font-size:12px;
}
.documento h5{font-size:13px;margin:0;}
.documento h4{font-size:14px;margin:0;}
.documento h3{font-size:15px;margin:0;}
.documento h2{font-size:16px;margin:0;}
.documento h1{font-size:18px;margin:0;}
.alert-info .bi,
.alert-success .bi,
.alert-warning .bi{
    margin-right: 5px;
}
.alert-info,
.alert-success,
.alert-warning{
    border: none;
    padding: 16px 24px;
    font-weight: 500;
}
.alert-info{
	color: #006299;
    background-color: #ccedff;
}
.alert-success{
    color: #205237;
    background-color: #dcf5e7;
}
.codigo .btn-primary{
	background-color: #ff3366;
}
.confirmacao .btn:disabled{
	color: #7e8299;
	background-color: #e4e6ef;
}
.container__cadastro {
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 40px 80px;
    overflow-y: -moz-scrollbars-none;
    overflow-y: -ms-overflow-style: none;
}
.container__display {
    background: rgb(52, 38, 73);
    background: linear-gradient(90deg, rgba(52, 38, 73, 1) 0%, rgba(35, 24, 51, 1) 100%);
    color: #fff;
    /* border-radius: 0 40px 40px 0; */
    padding: 20px 120px;
    margin-top: 0;
    border: none;
    height: 100vh;
    font-size: 15px;
    line-height: 24px;
    overflow-y: scroll;
    overflow-y: -moz-scrollbars-none;
    overflow-y: -ms-overflow-style: none;
}
.container__display p{
	margin-bottom: 0;
}
.container__display h2, .container__display h4 {
	font-weight: 400;
    color: #fff;
}
.container__display a{
	color: #ff3366;
	text-decoration: none;
}
.container__display a:hover, .container__display a:active, .container__display a:focus{
	color: #cc2952;
}
.container__cadastro h4{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .2px;
    text-transform: none;
    font-weight: 500;
    color: #371a45;
}
.container__cadastro h5{
	font-weight: 400;
	color: #5b4c63;
	font-size: 16px;
    line-height: 24px;
}
.invalid-feedback{
	color: #ff3366;
	font-weight: 500;
	margin-top: 8px;
}
.btn-primary{
	border: none;
	background-color: #ff3366;
	color: #fff;
	font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 24px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible,.btn-primary[disabled]{
	background-color: #cc2952!important;
}
.btn-primary:focus-visible{
	box-shadow:0px 0px 0px 4px #cc295250!important;
}
.btn-secondary{
	border: none;
	color: #7e8299;
    background-color: #e4e6ef;
	font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 24px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-visible{
	background-color: #e4e6ef!important;
	color: #1d253b!important;
}
.btn-secondary:focus-visible{
	box-shadow:0px 0px 0px 4px #e4e6ef50!important;
}
.curso__escolhido{
	margin-top: 0;
}
.curso__escolhido strong{
	font-weight: 500;
}
.form-control,.form-select {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    color: #181c32;
    background-color: #f9fafc;
    border: none;
    appearance: none;
}
.form-label {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #1d253b;
}
.forma_label{
	position:relative;
	cursor:pointer;
	transition:.3s;
}
.forma_label:hover{
	box-shadow:0px 5px 10px 0px rgba(0,0,0,0.25);
	transform:translateY(-2px);
}
.forma_detalhes{
	border-radius:6px;
	padding:1rem;
	display:flex;
	flex-direction: row;
	align-items: baseline;
	align-items:center;
	transition:.3s;
}
.forma_label input{
	position:absolute;
	right:1rem;
	top:1rem;
	display:none;
}
.forma_label input:checked ~ .forma_detalhes{
/*	box-shadow:0px 0px 5px var(--roxo);*/
	background-color:var(--roxo);
	color:#fff;
}
.forma_icone{
	font-size:2rem;
}
.forma_nome{
	margin-left:1rem;
	font-size:20px;

}
.grid{
	display: grid;
	grid-gap:1rem;
	padding:0;
	margin:0;
}

@media (max-width: 991.98px){
	.body__cadastro{
		padding-top: 0;
	}
	
	.container__display{
  	    padding: 64px 32px;
  	    height: auto;
	}

	.container__cadastro{
		padding: 56px 32px;
		overflow-y: unset;
		height: auto;
	}

	.container__cadastro .btn__area__voltar{
		order: 2;
	}
}

@media(min-width:390px){
	.grid{
		grid-template-columns:repeat(2, 1fr);
	}
}
@media(min-width:560px){
	.grid{
		grid-template-columns:repeat(3,1fr);
	}
}
@media(min-width:768px){
	.grid{
		grid-template-columns:repeat(2, 1fr);
	}
}
@media(min-width:1400px){
	.grid{
		grid-template-columns:repeat(3, 1fr);
	}
}
