.cookies {
	width: 30%;
	min-width: 300px;
	position: fixed;
	bottom: 0px;
	right: 0;
	font-size: 14px;
	color: rgb(218, 218, 218);
	text-align: justify;
}

.cookies .modal-content {
	position: relative;
	background: rgba(21, 26, 35, 0.95);
	background: linear-gradient(to bottom, #283244 0%, rgba(21, 26, 35, 0.95) 100%);
	border: 1px solid #999999;
	border: 1px solid rgba(97, 97, 97, 0.2);
	border-radius: 0px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.cookies .modal-header {
	text-align: center;
	min-height: 16.428571429px;
	padding: 5px;
	border-bottom: none;
}

.cookies .modal-body {
	position: relative;
	padding: 10px;
}

.cookies .modal-footer {
	padding: 0px 10px 10px 0px;
	margin-top: -10px;
	text-align: right;
	border-top: none;
}

.cookies h4 {
	margin-bottom: 0px;
	margin-left: 5px;
	color: white;
	text-align: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif, Verdana;
	font-size: 17px;
	font-weight: 500;

	height: 17px;
}

.cookies .btn {
	background-color: #0e86ca;
	color: #fff;
	border: solid 1px #00aeff;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	padding: 6px;
}

.modal-body p {
	text-align: justify;
}

#mostrar {
	cursor: pointer;
}

.inputs-container {
	display: flex;
	justify-content: safe;
}

.centralizar {
	text-align: center;
	margin: auto;
}

.inputs-container input {
	width: 370px;
	margin-right: 10px;
}

.max-width-610 {
	max-width: 100%;
}

.inputs-container select {
	width: 370px;
	margin-right: 10px;
}

.fmaf,
.fafe,
.seguro,
.fmaf-tipo,
.fafe-tipo,
.seguro-tipo,
.adesaofmaf,
.solicitacaofmaf,
.alteracaofmaf,
.sinistrofafe,
.incomuns,
.banco,
.adesaoseguro,
.capitalseguro,
.sinistroseguro,
.max-width-610 {
	display: none;
}

.protocoloRetorno {
	color: #dfe3e6;
	text-align: center;
}

.margin-10 {
	margin: 10px;
}

.container-fundo {
	background-color: #fafbfb;
	min-height: 350px;
	padding-bottom: 30px;
}

.footer {
	margin: auto;
	bottom: 0;
	width: 100%;
	background-color: #fafbfb;
	padding: 10px;
	text-align: center;
}

.lgpd {
	font-size: 12px;
	text-align: justify;
}

.btn-personal {
	background-color: #c1c8cc;
	color: #000000;
	font-size: 14px;

	padding: 6px;
}

.btn-personal:hover {
	background-color: #494949;
	color: #fff;
}

.footer .container {
	text-align: center;
}

@media screen and (min-height: 768px) {
	.container-fundo {
		min-height: 450px;
	}
}
