body
{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

a{
	text-decoration: none;
}

footer
{
	margin-top: auto;
}

.divFlutuante
{
	position:fixed; 
	bottom:2%; 
	left:0%; 
	width:220px; 
}

.divFlutuanteS
{
	position:fixed; 
	bottom:17%; 
	left:0%; 
	width:215px; 
}

@keyframes fa-blink 
{
	0% { opacity: 0; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }
}
.fa-blink 
{
	-webkit-animation: fa-blink .95s linear infinite;
	-moz-animation: fa-blink .95s linear infinite;
	-ms-animation: fa-blink .95s linear infinite;
	-o-animation: fa-blink .95s linear infinite;
	animation: fa-blink .95s linear infinite;
}

.fs-6
{
	font-size: 15px;
}
.fs-5
{
	font-size: 20px;
}
.fs-4
{
	font-size: 25px;
}
.fs-3
{
	font-size: 30px;
}
.fs-2
{
	font-size: 35px;
}
.fs-1
{
	font-size: 40px;
}

.fundoDiv
{
	background-image:url("/Imagens/Novas/fundoSite.png");
}

.fundoDivImage
{
	background-image:url('/Imagens/areaCliente.jpg');
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.fundoBodyImage
{
	background-image:url('/Imagens/fundoDadosContrato.jpg');
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.imagemManutencao{
	width: 30%;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
}

.containerDados
{
	max-width: 800px;
	border: solid black 3px;
	background-color: rgba(13, 110, 253,0.5);
}

.div-label-title
{
	text-align: center;
	font-weight: bold;
}

.div-container
{	
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid white 3px;
}

.border-row
{
	margin-bottom: 10px;
	border-bottom: solid black 2px;
}

.border-label-text
{
	border-bottom: solid white 1px;
}

.background-link-captcha
{
	background-color: rgb(238, 238, 236);
}

.background-color-p
{
	background-color: rgb(13, 110, 253);
}

.div-p
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	height: fit-content;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.border-div
{
	width: 650px;
}

.style-btn-consorcio
{
	height: 25px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.text-align-container
{
	margin-top: 80px;
}

.mycarousel-indicators
{
	position:absolute;
	right:0;
	bottom:10px;
	left:0;
	z-index:15;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:0;
	margin-right:15%;
	margin-left:15%;
	list-style:none
}

.mycarousel-indicators li
{
	position:relative;
	-webkit-box-flex:0;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	width:10px;
	height:10px;
	margin-right:3px;
	margin-left:3px;
	text-indent:-999px;
	background-color:rgba(255,255,255,.5)
}

.mycarousel-indicators .active
{
	background-color:#007bff
}

.border-bottom-nosso-time
{
	border-bottom:solid #007bff;
	border-width: 3px;
}