<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************
 *  BotÃµes de login e botÃµes de menu
 *****************************************/
.secao-login {
	position: relative;
}

.br1-user-buttons {
    flex-grow: 1;
    justify-content: flex-end;
	display: flex;
	align-items: center;
	color: red;
	font-family: Montserrat;
	font-size: 12px;
	position: absolute;
    right: 40px;
    bottom: 6px;
}

.br1-user-buttons a {
	font-family: var(--fonte-padrao);
	font-size: var(--fonte-menu);
	font-weight: 700;
}

.br1-user-login, 
.td-header-style-7 .td-header-top-menu-full .br1-user-login {
	border-radius: 20px;
    color: #7f7f7f;
    background-color: var(--menu-bg);
    margin: 5px;
    padding: 5px 15px 5px 36px;
    background-image: url(../images/account-blue.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position-y: center;
    background-position-x: 11px;
    text-transform: uppercase;
    font-weight: bold;
	white-space: nowrap;
}

.br1-user-login.br1-user-name.menu-aberto 
{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*****************************************
 *  Janelas de login
 *****************************************/
.br1-login-modal {
	height: auto;
	min-height: 500px;
	padding: 48px 40px 36px;
	color: #202124;
	font-family: var(--fonte-padrao);
	font-size: 12px;
	border-radius: 8px;
	border: 1px solid #dadce0;
	background-color: white;
	max-width: 500px;
}

.modal {
	z-index: 999999;
}

.br1-login-modal-basico {
	max-width: 950px;
	margin-left: -400px;
}

.br1-login-modal-basico .br1-login-modal-content {
    display: grid;
    grid-template-columns: 55% 45%;
}

.login-area-comercial {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 36px;
    text-transform: none;
    margin: 0px 20px 0px 0px;
	background-color: white;
	color: black;
	
}

.login-area-comercial .imagem {
	background-image: url(../images/banner_login.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
    width: 100%;
}


.login-area-comercial .mensagem {
    background-color: white;
    padding: 10px;
    
    text-transform: none;
    text-align: justify;
	color: black;
	flex-grow: 1;
    display: flex;
	flex-direction: column;
    align-items: center;
}

.br1-login-modal .error-message {
	background-color: white;
    color: #d93025;
	margin-top: 0px;
}

.br1-login-modal .modal-body {
	padding: 0px;
}

.br1-login-modal .linha-topo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.br1-login-modal .linha-topo .logo {
	height: 100px;
    width: 73px;
}

.br1-login-modal .modal-fechar img {
	width: 24px;
	height: 24px;
}

.br1-login-modal .message-content {
	padding: 16px;
}
.br1-login-modal.message-box.modal {
	max-width: 500px;
}

.br1-login-modal-content form {
	display: flex;
	flex-direction: column;
}

.br1-login-modal h1 {
	color: #202124;
    padding-bottom: 0;
    padding-top: 16px;
	font-family: var(--fonte-padrao);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.br1-login-modal .heading-subtext {
	color: #202124;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.5;
    padding-bottom: 0;
	padding-top: 8px;
	text-align: justify;
}

.br1-login-modal .campos {
	margin-top: 24px;
}

.br1-login-modal input[type=password]
{
	margin-bottom: 0px;
}

.br1-login-modal a:not(.md-button) {
	font-size: 14px;
	color: #1a73e8;
	padding: 9px 0px 3px 0px;
	font-weight: 500;
    letter-spacing: .25px;
    cursor: pointer;
}

.br1-login-modal .modal-footer {
	border: none;
	margin-top: 26px;
}

.br1-login-modal .modal-buttons {
	display: flex;
    flex-direction: row;
    align-items: baseline;
	justify-content: space-between;
	margin-top: 30px;
}

.modal-buttons a {
	margin-right: 10px;
}
  
.br1-login-modal button &gt; * {
	position: relative;
}

.br1-login-modal button:before {
	content: "";

	position: absolute;
	top: 50%;
	left: 50%;

	display: block;
	width: 0;
	padding-top: 0;

	border-radius: 100%;

	background-color: rgba(236, 240, 241, .3);

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
  
  .br1-login-modal button:active:before {
	width: 120%;
	padding-top: 120%;
	
	transition: width .2s ease-out, padding-top .2s ease-out;
  }

.message {
    color: white;
    background-color: #015baa;
    padding: 2px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    text-align: center;
	font-size: 14px;
}

/* ------------------------------------------------------- */

.br1-user-login.mobile {    
	color: white;
    float: right;
    height: 55px;
    background: #a4373b url(../images/login-white.png) no-repeat center 5px;
    padding: 30px 10px 10px 10px;
    margin: 4px 0px;
}

/* ConfiguraÃ§Ãµes para Celular (Mobile) */ 
@media (max-width: 761px) {

	.br1-login-modal {
		max-width: unset;
		width: 100%;		
		padding: 0px 10px 0px 10px;
		margin: 0px 5px 0px 5px;
	
	}

	.login-area-comercial {
		margin-top: 25px;
		margin-right: 0px;
	}

	.br1-login-modal form {
		margin: 30px 0px 20px 0px;
	}

	.br1-login-modal .br1-login-modal-content {
		margin: 0px 10px 0px 10px;
	}

	.page-scroll.br1-user-login {
		display: none;
	}		
		
	.hide-on-mobile {
		display: none !important;
	}

	.br1-login-modal-basico .br1-login-modal-content {
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
	}

	.login-area-comercial {
		grid-row: 2;
	}

	.br1-user-buttons {
		right: -25px;
		bottom: -2px;
	}

	.br1-user-buttons.br1-logged-in {
		top: 50%;
		margin-top: -16px;
		bottom: unset;
	}

	.br1-user-login, 
	.td-header-style-7 .td-header-top-menu-full .br1-user-login {
		margin: 1px 5px;;
	}


}
</pre></body></html>