@font-face {
      font-family: Cerebri;
      src: url(../fonts-adx/Cerebri/CerebriSansPro-Regular.otf);
  }
  *{
  	margin: 0;
  	padding: 0;
    font-family: Cerebri ;
    box-shadow: none !important;
}

body{
	background-color: white;
	white-space:nowrap;
}
body, li, a{
	text-decoration: none;
	list-style: none;
}

/* Estilos Img Principal E Box Login*/
.containerBody{
	height: 100vh;
	display: flex;
	width: 100%;
	padding: 100px;
	align-items: center;
	justify-content: space-around;
	position: absolute;
}
.subContainerImg{
	display: flex;
	align-items: center;
	width: 50%;
	position: absolute;
	left: 1%;
}
.subContainerLogin{
	width: 30%;
	width: 60%;
}
#rodape{
	position: fixed;
	bottom: 0;
	background-color: #0b5ed7;
	width: 100%;
	height: 69px;
}
#infoRodape{
	display: flex;
	justify-content: end;
	align-items: end;
}

.iconesRodapeWhatsapp{
	width: 13px;
	margin-right: 3px;
}
.whatsapp{
	margin-left: 31px;
}
.whatsapp:hover{
	opacity: 50%;
	cursor: pointer;
	color: white;
}
.iconesRodapeFone{
	width: 13px;
	margin-right: 3px;
}
.fone{
	margin-left: 7px;
}
.textoIcone{
	color: white;
	font-size: 14px;
}
.icones{
	margin-left: auto;
	position: absolute;
	right: 24.5%;
	bottom: 7px;
	display: flex;
}
.informacao{
	margin-left: auto;
	position: absolute;
	right: 14.5%;
	bottom: 35px;
	color: white;
}

img.imgPrincipal{
	width: 750px;
	z-index: 1000;
}
.modal-body > p{
	white-space: break-spaces;
}
.spanLogo{
	color: #95aac9!important;
	font-size: .9375rem;
	text-align: end !important;
}
.boxLoginPadrao{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 0px;
}
.tituloInput{
	padding-bottom: 6px;
	font-size: .9375rem;
	font-weight: 400;
    line-height: 1.5;
}
.tituloInput:last-child{
	font-weight: 500;
	color: #95aac9;
	font-size: .8125rem;
}
.senhaEye > input{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.senhaEye > a{
	color: #95aac9;
	border-left: 0;
	background-color: white;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/*Style Recuperar senha Form*/
.formRecSenha{
	width: 70%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
}
.rowRec{
	margin: 10px 0	;
}

/* Responsividade */
@media(min-width: 1200px){
	.subContainerLogin{
		width: 25%;
		position: absolute;
		right: 7%;
	}
	.subContainerImg{
		width: 65%;
		position: absolute;
		bottom: 0%;
		left: 1%;
	}
	img.imgPrincipal{
		width: 90%;
	}

}
@media(max-width: 1200px){
	.containerBody{
		height: 100vh;
		align-items: center;
		justify-content: space-around;
	}
	.subContainerLogin{
		width: 40%;
		position: absolute;
		right: 5%;
}
	img.imgPrincipal{
		width: 550px;
		bottom: initial;
	}
}
@media(max-width: 1050px){
	img.imgPrincipal{
		width: 550px;
/*		position: initial;*/
	}
	.subContainerLogin{
		width: 40%;
		/*position: absolute;
		right: 2%;*/
	}
}
@media(max-width: 950px){
	.containerBody{
		padding: 20px;
		justify-content: space-between;
	}
	.subContainerImg{
		width: 60%;
		position: absolute;
		left: -2%;
	}
	img.imgPrincipal{
		width: 100%;
	}
	.subContainerLogin{
		width: 40%;
	}
}
@media(max-width: 768px){
	.containerBody{
		padding: 0px;
		justify-content: center;
		height: 102vh;
	}
	.subContainerImg{
		display: none;
	}
	.subContainerLogin{
		width: 80%;
		position: initial;
	}
	.icones{
		right: 50%;
		transform: translateX(50%);
		display: flex;
		column-gap: 13%;
		bottom: 8px;
		width: 100vw;
		justify-content: center;
	}
	.grecaptcha-badge{
  		display: none;
  	}
}
@media(max-width: 603px){
	.icones{
		right: 47.5%;
	}
	.informacao{
		right: 7.5%;
		font-size: 15px;
	}
	.grecaptcha-badge{
  		display: none;
  	}

}
@media(max-width: 430px){
	.icones{
		right: 47.5%;
	}
	.informacao{
		right: 3%;
		font-size: 11px;
	}
	.whatsapp{
		margin-left: -34px;
	}
	.iconesRodapeWhatsapp {
		width: 10px;
	}
	.iconesRodapeFone {
		width: 10px;
	}
	.fone {
	  margin-left: 0;
	}
	.grecaptcha-badge{
  		display: none;
  	}
}
@media(max-width: 360px){
	.informacao {
  		right: 1%;
  	}
  	.grecaptcha-badge{
  		display: none;
  	}
}
