/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	position: static !important;
	left: 0px !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: all !important;
}

.bg-multiplicador{
	background-color: #001B36;
	background-image: url(../../../images/background-amigo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.login .custom-card p, .login .custom-card a{
	color: #444;
}
.login a:hover, .login a:focus{
	color: #2A5072;
}


/* label color */
.login .input-field label {
	color: #444;
}
/* label focus color */
.login .input-field input[type=text]:focus + label, .login .input-field input[type=password]:focus + label {
	color: #2A5072;
}
/* label underline focus color */
.login .input-field input[type=text]:focus, .login .input-field input[type=password]:focus {
	border-bottom: 1px solid #2A5072;
	box-shadow: 0 1px 0 0 #2A5072;
}
/* valid color */
.login .input-field input[type=text].valid, .login .input-field input[type=password].valid {
	border-bottom: 1px solid #2A5072;
	box-shadow: 0 1px 0 0 #2A5072;
}
/* invalid color */
.login .input-field input[type=text].invalid, .login .input-field input[type=password].invalid {
	border-bottom: 1px solid #e53935;
	box-shadow: 0 1px 0 0 #e53935;
}
/* icon prefix focus color */
.login .input-field .prefix.active {
	color: #001B36;
}


.form-convite .input-field label{
	color: #fff!important;
}
.form-convite input:not(.browser-default){
	border-color: #fff!important;
}
/* label color */
.form-convite .input-field label {
	color: #fff;
}
/* label focus color */
.form-convite .input-field input[type=text]:focus + label, .form-convite .input-field input[type=email]:focus + label, .form-convite .input-field input[type=tel]:focus + label {
	color: #fff;
}
/* label underline focus color */
.form-convite .input-field input[type=text]:focus, .form-convite .input-field input[type=email]:focus, .form-convite .input-field input[type=tel]:focus {
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff;
	color: #fff;
}
/* valid color */
.form-convite .input-field input[type=text].valid, .form-convite .input-field input[type=email].valid, .form-convite .input-field input[type=tel].valid {
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff;
	color: #fff;
}
/* invalid color */
.form-convite .input-field input[type=text].invalid, .form-convite .input-field input[type=email].invalid, .form-convite .input-field input[type=tel].invalid {
	border-bottom: 1px solid #e53935;
	box-shadow: 0 1px 0 0 #e53935;
	color: #fff;
}
/* icon prefix focus color */
.form-convite .input-field .prefix.active {
	color: #fff;
}


.btn, .btn-flat, .btn-large, .btn-small {
    text-transform: initial!important;
}

strong{
	font-weight: 900;
}
.spaced{
	justify-content: space-between;
}
.brand-sidebar .light-1 {
	color: #fff !important;
	display: inline-flex !important;
	align-items: center;
}

.brand-sidebar .logo-wrapper a.navbar-toggler i {
	color: #fff !important;
}

.gradient-0deg-multiplicador{
    background: #001B36;
    background: -webkit-linear-gradient(180deg, #017CA0, #001B36) !important;
    background:         linear-gradient(180deg, #017CA0, #001B36) !important;
}
.gradient-0deg-multiplicador-2{
    background: #2A5072;
    background: -webkit-linear-gradient(180deg, #017CA0, #2A5072) !important;
    background:         linear-gradient(180deg, #017CA0, #2A5072) !important;
}
.gradient-45deg-multiplicador{
    background: #001B36;
    background: -webkit-linear-gradient(45deg, #017CA0, #001B36) !important;
    background:         linear-gradient(45deg, #017CA0, #001B36) !important;
}

.cor-multiplicador{
	background-color: #001B36!important;
}
.cor-multiplicador-2{
	background-color: #017CA0!important;
}
.cor-multiplicador-3{
	background-color: #F2CE01!important;
}

.multiplicador-text{
	color: #001B36;
}

.brand-logo{
	padding: 16px 12px 22px 16px!important;
}
.brand-logo img{
	width: auto!important;
	height: 34px!important;
}

.sidenav li a.active{
	background: -webkit-linear-gradient(45deg, #017CA0, #001B36)!important;
    background: linear-gradient(45deg, #017CA0, #001B36)!important;
    box-shadow: 3px 3px 20px 0 rgb(0 39 68 / 50%)!important;
}

.footer.cor-multiplicador a{
	color: #fff;
}


.card-info-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.card-info{
	/* width: 100%; */
	min-width:20%;
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	border-left: 1px #C4C4C4 solid;
	border-right: 1px #C4C4C4 solid;
	padding: 0 1.2rem 0;
}
.card-info:first-child{
	justify-content: flex-start;
	border: none;
	/* width: auto; */
	width: 100%;
	padding-left: 0;
}
.card-info:last-child{
	justify-content: flex-end;
	border: none;
	width: auto;
	padding-right: 0;
}

.card-info-ico{
	margin-right: 16px;
}
.card-info-ico .amber-text {
    color: #2A5072 !important;
}
.card-info-content{
	min-width: 100px;
}
.card-info-title{
	font-size: 12px;
	color: #017CA0;
}
.card-info-value{
	font-size: 18px;
	color: #2A5072;
}

.card-info-value-center {
	font-size: 18px;
	color: #2A5072;
	justify-self:center;
}
#indicacoes .card{
	margin: 0.2rem 0!important;
}
#indicacoes .card .card-content{
	padding: 10px 20px!important;
}

.mobile-menu{
	display: flex;
}
.mobile-menu .btn-sidenav-toggle{
	height: 42px;
}

.logo-multiplicador{
	max-width: 80%;
}

.logo-multiplicador-medium {
	max-width: 30%;
}

@media screen and (max-width: 600px) {
	.card-info-wrapper{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.card-info{
		flex-direction: row;
		border-left: none;
		border-right: none;
		border-top: 1px #C4C4C4 solid;
		border-bottom: 1px #C4C4C4 solid;
		padding: 0.75rem 0;
	}
	.card-info:last-child{
		justify-content: flex-start;
	}
	
}
@media screen and (max-width: 992px) {
	.brand-logo{
		margin-left: 2.5rem!important;
	}
}

.btn-custom{
	width: 100%;
	text-transform: uppercase!important;
}

.bold{
	font-weight: 900;
}
.custom-card{
	border-radius: 30px;
	overflow: hidden;
}
.custom-card .card-header, .modal-header{
	padding: 20px 20px 20px;
}
.custom-card .card-header h5{
	margin: 0!important;
}

.custom-card .card-content p:not(:last-child){
	margin-bottom: 10px;
}
.box-alertas{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.card-alert{
	border-radius: 25px;
}

.modal{
	border-radius: 25px;
}

.texto-destaque{
	font-size: 130%;
}
#termos{
	border: 1px solid #e0e0e0;
}
.pdfContrato {
    font-family: Tahoma,serif;
    font-size: 16px;
    color: #101010;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: #e9eeef;
	padding: 20px;
}
.field-icon{
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}

#ckbAceita label{
	font-size: 14px;
	font-weight: bold;
}
#ckbAceita input{
	margin-right: 10px;
}
.box-link{
	background-color: #e9eeef;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px 0;
	font-weight: bold;
}

.box-link-2{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	/* padding: 10px 20px; */
	border-radius: 5px;
	margin: 10px 0;
	font-weight: bold;
	color: #101010;
}

.compartilha-link{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
}

.compartilha-link .copia-link-btn{
	cursor: pointer;
	display: flex;
	background-color: #fff;
	/* color: #C4C4C4!important; */
	align-items: center;
	justify-content: center;
	flex: 0 0 50px;
	height: 50px;
}


@media screen and (max-width: 600px) {
	.compartilha-link .copia-link{
		padding: 0 10px;
		font-size: 10px;
		word-wrap: break-word;
	}
	
	.compartilha-link .copia-link-btn{
		cursor: pointer;
		display: flex;
		background-color: #fff;

		align-items: center;
		justify-content: center;
		flex: 0 0 50px;
		height: 50px;
	}
	
}
