
/*//////////////////////////////////////*/
/*///////////////HELPERS////////////////*/
/*//////////////////////////////////////*/


.p-0 {
	padding: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl_5 {
	padding-left: -5px !important;
}
.pl_10 {
	padding-left: -10px !important;
}
.pl_15 {
	padding-left: -15px !important;
}
.pl_20 {
	padding-left: -20px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}


.m-0 {
	margin: 0px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml_5 {
	margin-left: -5px !important;
}
.ml_10 {
	margin-left: -10px !important;
}
.ml_15 {
	margin-left: -15px !important;
}
.ml_20 {
	margin-left: -20px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr_5 {
	margin-right: -5px !important;
}
.mr_10 {
	margin-right: -10px !important;
}
.mr_15 {
	margin-right: -15px !important;
}
.mr_20 {
	margin-right: -20px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt_5 {
	margin-top: -5px !important;
}
.mt_10 {
	margin-top: -10px !important;
}
.mt_15 {
	margin-top: -15px !important;
}
.mt_20 {
	margin-top: -20px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb_5 {
	margin-bottom: -5px !important;
}
.mb_10 {
	margin-bottom: -10px !important;
}
.mb_15 {
	margin-bottom: -15px !important;
}
.mb_20 {
	margin-bottom: -20px !important;
}


.round-5{
	border-radius:5px !important;
}
.round-10{
	border-radius:10px !important;
}
.round-15{
	border-radius:15px !important;
}
.round-20{
	border-radius:20px !important;
}
.round-50{
	border-radius:50px !important;
}


.underline{
	text-decoration: underline;
}
.fa-1_5x{
	font-size:1.5em !important;
}

.bottom-sheet{
	min-height: 100% !important;
}
.cursor{
	cursor:pointer !important;
}
.destaque{
	color: #E00185;
}
.strong{
	font-weight: bold;
}

/*//////////////////////////////////////*/
/*///////////////HELPERS////////////////*/
/*//////////////////////////////////////*/

:root{
    --color-primary: #F8BB43;
    --color-secondary: #121973;
    --color-tertiary: #555555;
    --color-quaternary: #848D94;
}

.splash{
    background: var(--color-primary);
    height: 100vh;
    width: 100vw;
}
.splash img{
    margin-top: calc(50vh - 70px);
}

.preLogin{
    background: var(--color-primary);
    color: var(--color-tertiary);
    font-size: 18px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
.preLogin .cardSobreModelo{
    position: relative;
    height: 60vh;
}
.preLogin .cardSobreModelo h5{
    font-size: 1.7em;
}
.btn2{
    background: var(--color-primary) !important;
    color: var(--color-tertiary);
    height: 55px !important;
    line-height: 55px;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 400;
}
.preLogin .cardSobreModelo a{
    color: var(--color-primary);
}

.formEspecial{
    background: #F6F6F6;
    border-radius:50px !important;
    padding: 10px 15px 10px 15px !important;
	border: solid 1px #ddd;
}
.formEspecial input{
    border: solid 1px transparent !important;
}
.formEspecial label{
    font-size: 1.4rem !important;
    color: #848D94 !important;
    left: 1.7rem !important;
    top: 5px;
    font-weight: 400;
}


.cardLogin{
    font-size: 18px ;
    color: var(--color-tertiary);   
    font-weight: bold;
}
.cardLogin a{
    color: var(--color-primary);
}
.cardLogin h5{
    font-size: 1.7em;
    color: var(--color-tertiary);
    font-weight: 600;
}

.valoresPagos{
	background: linear-gradient(to left, #FDDF8F, #F9BD45);
	width: 100vw;
	overflow: hidden;
	border-radius: 15px;
	font-size: 13px;
	color: #555555;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.valoresPagos h5{
	font-weight: bold;	
	font-size: 30px;
}

.cashback{
	background: #F6F6F6;
	color: #555;
	border-radius: 35px;
	position:relative;
	top: -20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	font-size: 13px;
}
.cashback h5{
	color: #F9BD45;
	font-weight: bold;
	position: relative;
	top: 9px;
}
.cashback div:last-child{
	font-size: 10px;
	position: relative;
	top: 13px;
	left: -5px !important;
}


.pagamentosRealizados .pagamentoCard{
	margin-bottom: 15px !important;
}
.pagamentosRealizados .EmpresaIcon{
	color: #555;
}
.pagamentosRealizados .EmpresaIcon{
	background: #F8BB43;
	border-radius: 15px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.pagamentosRealizados .prenomeempresa{
	font-size: 11px;
}
.pagamentosRealizados .prenomeempresa .nomempresa{
	font-size: 17px;
}


.footer{
	position: fixed;
	bottom: 0px;
	background: #121973;
	color: #fff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 0px !important;
	padding-right: 25px !important;
	border-radius: 15px 15px 0px 0px;
	font-size: 12px;
	z-index: 999;
}
.footer .link{
	width: 25%;
	float: left;
}
.footer .link:nth-child(2){
	width: 20% !important;
}
.footer .link:nth-child(3){
	width: 30% !important;
}
.footer .linkHome{
	background: url(../img/logoMinBranco.png) top center no-repeat;
    background-size: 27px;
    padding-top: 36px;
}
.footer .active:nth-child(1){
	background: url(../img/logoMinYellow.svg) top center no-repeat !important;
	color: #F9BD45 !important;
}
.footer .active{
	color: #F9BD45 !important;
}


.cardItemPagamento{
	background: #F7F7F7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 10px 5px 10px 5px !important;
}

.cardLinkDebitos .cardItemPagamento{
	height: 90px !important;
}
.preImagem{
	height: 60px !important;
	width: 100% !important;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

}


#modalPagamento {
	min-height: 90vh !important;
	border: 30px 30px 0px 0px !important;
}
#modalPagamento h5{
	font-size: 1.4em;
	font-weight: 600;
	color: #555;
}

#modalResultadoDebitos .cardDebito{
	background: #ebebeb;
	border-radius: 20px;
	padding: 10px !important;
	display: flex;
	align-items: center;
}
#modalResultadoDebitos .cardDebito h5{
	color: #FF5C00;
	font-size: 1.4em;
	font-weight: 900;
}


#modalMetodoPagamento .formaPagamento{
	background: #e8e8e8;
	border-radius: 20px;
	padding: 10px !important;
	display: flex;
	align-items: center;
}
#modalMetodoPagamento .formaPagamento{
	color: #555;
	font-size: 1.4em;
	font-weight: 900;
}
.iconForma{
	background: #F9BD45;
	border-radius: 20px;
	overflow: hidden;
}
.iconForma i {
	font-size: 2em;
}


#NumeroParcelas a{
	color: var(--color-tertiary);
}



.cardConfiguracoes .collection .collection-item.avatar{
	padding-top : 20px !important;
}
.cardConfiguracoes .circleImg{
	background: #ddd;
	color: #555555;
	padding: 9px 0px 0px 8px;
}
.cardConfiguracoes .circleImg img{
	width: 25px;
	height: 25px;
	z-index: 9;
}

.cardConfiguracoes .collection .collection-item.avatar i.circle{
	background: #ddd;
	color: #555555;
}

.logos img{
	width: 150px;
}
.logos img:last-child{
	width: 130px;
	margin-top: 20px;
}
.userInfos{
	padding-top: 27px;
	font-size: 17px;
}

@media screen and (max-width:780px) {
	.fotoIndex{
		display: none;
	}
	.reset{
		min-width:100% !important;
		max-width:100% !important;
		width: 100% !important;
		margin: 0px !important;
		padding: 15px !important;
	}

	.foto img{
		display:block !important;
	}
	.foto h4,
	#SelecioneAMatricula h4{
		font-size: 2em;
	}


	.cardValorNegociacao{
		position: absolute !important;
		left: 0px !important;
		top: 250px !important;
	}

	.listaDeFaturasPendentes{
		position: absolute !important;
		top: 800px !important;
		left: 0px !important;
	}
}