/***** Resets *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent }body { line-height:1 }ol, ul { list-style:none }blockquote, q { quotes:none }blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }:focus { outline:0 }ins { text-decoration:none }del { text-decoration:line-through } input, select, textarea, button {-webkit-appearance: none;-moz-appearance: none;}

/***** PADROES *****/


html, body {
	height: 100%;
	min-width: 320px;
}

* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #5e5f60;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	overflow-x: hidden; 
}

::selection {
	background: #425866;
	color: #ffffff;
}

h1 { font-size: 32px;}
h2 { font-size: 28px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}

a {
	color: #00456e;
	transition: 0.2s all;
	-o-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	text-decoration: none;
}
a:hover, 
a:active, 
a:focus {
	color: #f5821f;
	text-decoration: none;
}

button,
input[type=button] {
	border: none;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	color: #fff;
}

.no-relative {position: inherit;}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=color],
form input[type=time],
form input[type=number],
form input[type=file],
form input[type=checkbox],
form select,
form textarea {
	border: none;
	padding: 0;
}
form textarea {min-height: 100px;}
.btn.focus, .btn:focus {box-shadow: none;}

form .input {
	position: relative;
}
form .input.erro > input,
form .input.erro > textarea,
form .input.erro > select {
	border: 1px solid #d71921 !important;
}
form .input.input-select > label {position: relative;}
form .input.input-select > label:after {
	content: '';
	width: 13px;
	height: 6px;
	position: absolute;
	right: 20px;
	top: 45px;
	background: url(../../images/arrow_select.png) no-repeat top left;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}   
form .input.input-select > label.ativo:after {
	transform: rotate(180deg);
}
.msg-retorno {
	margin-top: 14px;
	margin-left: 0;
	float: left;
	display: block;
	width: 100%;
}
.msg-retorno-news {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: -20px;
}
.msg-retorno .erro {
	color: #fff;
	font-size: 14px;
}
.msg-retorno .sucesso {
	color: #fff;
	font-size: 14px;
}
.msg-retorno-news .erro {
	color: #cf3833;
}
.msg-retorno-news .sucesso {
	color: #3fb10d;
}
table {
	border-collapse: collapse;
}
.input-checkbox input {-webkit-appearance:checkbox;-moz-appearance: checkbox;}

::-webkit-input-placeholder {color: #5c6062; font-size: 13px; opacity: 1;}
::-moz-placeholder {color: #5c6062; font-size: 13px; opacity: 1;}
:-ms-input-placeholder {color: #5c6062; font-size: 13px; opacity: 1;}
:-moz-placeholder {color: #5c6062; font-size: 13px; opacity: 1;}

:focus::-webkit-input-placeholder {opacity: .5;}
:focus::-moz-placeholder {opacity: .5;}
:focus:-ms-input-placeholder {opacity: .5;}
:focus:-moz-placeholder {opacity: .5;}

.no-padding {padding: 0;}

.container-fluid {padding: 0 50px;}
.container {max-width: 1330px;}

h1,h2,h3,h4,h5,h6,p {margin:0;}

.bg-gray {background: #efeeee;}

.btn-padrao {
	background: #5c46c9;
	width: 100%;
	min-height: 55px;
	border-radius: 5px;
	color: #fff;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-padrao:hover {
	background: #4e3ba8;
	color: #fff;
}

.btn-default {
	border-radius: 0;
	min-width: 225px;
	min-height: 65px;
	font-size: 16px;
	line-height: 22px;
	padding: 21px 21px 21px 24px;
	font-weight: normal;
	border: none;
	text-align: left;
	text-transform: inherit;
	position: relative;
	color: #fff;
	background: #f58220;
	transition: 0.5s;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	color: #fff;
	min-width: 250px;
	transition: 0.5s;
}
.btn-default.blue {
	background: #3f537a;
}
.btn-default.purple {
	background: #5c46c9;
}
i.arrow-white {
	width: 14px;
	height: 24px;
	background: url(../../images/arrow_white.png) no-repeat left top;
	position: absolute;
	right: 21px;
	top: 20px;
}
i.arrow-gray {
	width: 14px;
	height: 24px;
	background: url(../../images/arrow_gray.png) no-repeat left top;
	position: absolute;
	right: 21px;
	top: 20px;
}
.entry-text a {
	color: #f68a2d;
}
.entry-text p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 20px;
	color: #5c6062;
}
.entry-text > *:last-child {margin-bottom: 0;}

.entry-text h1 {font-size: 26px; font-weight: 700; margin-bottom: 20px;}
.entry-text h2 {font-size: 23px; font-weight: 700; margin-bottom: 20px;}
.entry-text h3 {font-size: 20px; font-weight: 700; margin-bottom: 20px;}
.entry-text h4 {font-size: 18px; font-weight: 700; margin-bottom: 20px;}
.entry-text h5 {font-size: 16px; font-weight: 700; margin-bottom: 20px;}
.entry-text h6 {font-size: 14px; font-weight: 700; margin-bottom: 20px;}

.scale-up {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: inline-block;
	-webkit-transform-origin: right 0px;
	-ms-transform-origin: right 0px;
	transform-origin: right 0px;
}

.show > .scale-up {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: right 0px;
	-ms-transform-origin: right 0px;
	transform-origin: right 0px;
}

.row16 {
	margin-left: -8px;
	margin-right: -8px;
}

.row16 [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;	
}

.row40 {
	margin-left: -20px;
	margin-right: -20px;
}

.row40 [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;	
}

.modal-backdrop.show {opacity: .7;}
.modal-content {
	border: 0;
	border-radius: 0;
}

.modal-body {padding: 30px;}

.modal .close {
	background: url(../../images/corretores/icone_remover.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
}

.site-wrapper {
	position: relative;
	transition: all 0.3s ease-in;
	right: 0;
}

.menu_aberto .site-wrapper {right: 300px;}

#menuCompleto {
	width: 300px;
	min-height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	background: #425866;
	z-index: 999;
	transition: all 0.3s ease-in;
	padding: 20px;
	overflow: hidden;
}
.menu_aberto #menuCompleto {right: 0;}
#menuCompleto .logo {margin-bottom: 10px;}
#menuCompleto .menu li {margin-bottom: 10px;}
#menuCompleto .menu li:last-child {margin-bottom: 25px;}
#menuCompleto .menu li a {color: #fff;}
#menuCompleto .busca #form-busca {position: relative; margin-bottom: 15px;}
#menuCompleto .menu-categorias {padding: 25px 0; border-top: 1px solid #fff;}
#menuCompleto .menu-categorias h4 {color: #f68c31; font-size: 12px; text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
#menuCompleto .menu-categorias li {margin-bottom: 10px;}
#menuCompleto .menu-categorias li a {color: #fff;}
#menuCompleto .busca input {
	width: 100%;
	height: 45px;
	padding: 0 10px;
	border-radius: 4px;
}
#menuCompleto .logo .close {
	width: 23px;
	height: 23px;
	position: absolute;
	right: 30px;
	top: 30px;
	opacity: 1;
}
#menuCompleto .logo .close:before,
#menuCompleto .logo .close:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 1.5px;
	background: #fff;
	top: 10px;
	right: -4px;
	transform: rotate(-45deg);
}
#menuCompleto .logo .close:after{transform: rotate(45deg);}

#menuCompleto .busca .btn-busca {
	position: absolute;
	right: 16px;
	top: 12px;
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	background: url(../../images/icon_lupa.png) no-repeat center center;
	cursor: pointer;
}

.badge-purple {background: #8700bc; color: #fff;}


#header-painel {
	min-height: 94px;
	background: #000000;
}
#header-painel .topo {
	display: flex;
	align-items: center;
}
#header-painel .topo .logo {
	padding: 18px 0;
	display: flex;
	align-items: center;
}

#header-painel .topo .logo .alerta {
	font-size: 12px;
	color: #868686;
	margin-left: 30px;
}
#header-painel .topo .logo .alerta strong {
	color: #436fd1;
}

.icone_tooltip {
	position: relative;
}

.icone_tooltip img {
	vertical-align: middle;
	position: relative;
	margin-left: 5px;
	top: -1px;
}
.icone_tooltip .msg {
	background: #efeeee;
	border-radius: 10px;
	width: 202px;
	padding: 5px 12px;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	display: block;
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	color: #727272;
}
.icone_tooltip .msg:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -9px;
	background: url('../../images/corretores/tooltip_arrow.png') no-repeat;
	width: 13px;
	height: 17px;
	display: block;
}
.icone_tooltip:hover .msg {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

#header-painel .topo .menus {
	margin-left: auto;
}

#header-painel .topo .menus > ul {
	display: flex;
}

#header-painel .topo .menus > ul > li {
	min-height: 94px;
	display: flex;
	align-items: center;
	padding: 18px 0;
	position: relative;
}
#header-painel .menus ul li.menu-mobile {
	display: none;
}
#header-painel .menus ul li.menu-mobile button {
    border: 2px solid #d7d2f1;
    padding: 10px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#header-painel .menus ul li.menu-mobile button span.bar {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background: #d7d2f1;
}
#header-painel .menus ul li.menu-mobile button span.bar:last-child {
	margin-bottom: 0;
}

#header-painel .topo .menus > ul > li + li {margin-left: 42px;}

#header-painel .topo .menus > ul > li > a {
	font-size: 13px;
	color: #efeeee;
	text-transform: uppercase;
	display: block;
	line-height: 16px;
}
#header-painel .topo .menus > ul > li.bloqueado > a:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../../images/corretores/icone_cadeado.png) no-repeat;
	display: inline-block;
	margin-right: 5px;
}

#header-painel .topo .menus > ul > li.dropdown > a {
	position: relative;
	padding-right: 20px;
}
#header-painel .topo .menus > ul > li.dropdown > a:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#header-painel .topo .menus > ul > li.menu-beneficios img {vertical-align: text-bottom; position: relative; top: -2px;}

#header-painel .topo .menus > ul > li.menu-chat a {position: relative;}
#header-painel .topo .menus > ul > li.menu-chat a .badge {
	border-radius: 50%;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	right: -19px;
	top: -11px;
	color: #efeeee;
}
#header-painel .topo .menus > ul > li.menu-chat.bloqueado a .badge {display: none;}
#header-painel .topo .menus > ul > li.dropdown-perfil a img.profile-pic {
	width: 57px;
	border-radius: 50%;
}

#header-painel .topo .menus ul.submenu {
	font-size: 12px;
	background: #5c46c9;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 140px;
	padding: 10px 0;
	z-index: 99;
}
#header-painel .topo .menus ul.submenu.submenu-right {
	right: 0;
	left: inherit;
}

#header-painel .topo .menus ul.submenu li a {
	color: #efeeee; 
	white-space: nowrap;
	padding: 5px 22px;
	display: block;
	line-height: 16px;
}
#header-painel .topo .menus ul.submenu li a:hover {background-color: rgba(0,0,0,0.2);}

#header-painel .topo .menus ul.submenu li a img {
	vertical-align: text-bottom;
	margin-right: 8px;
}

#header-painel .topo .menus ul.submenu li.submenu_titulo {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #efeeee;
	padding: 5px 22px 10px;
}

.completar_cadastro {
	background: #fff;
}
.completar_cadastro .inside {
	display: flex;
	align-items: center;
	padding: 18px 0;
}

.completar_cadastro .inside .chamada {
	font-size: 12px;
	color: #868686;
}
.completar_cadastro .inside .chamada strong {
	color: #5c46c9;
}

.completar_cadastro .inside .chamada .icone {
	position: relative;
}

.completar_cadastro .inside .chamada .icone img {
	vertical-align: middle;
	position: relative;
	margin-left: 5px;
	top: -1px;
}
.completar_cadastro .inside .chamada .icone .msg {
	background: #efeeee;
	border-radius: 10px;
	width: 202px;
	padding: 5px 12px;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	display: block;
	position: absolute;
	left: 36px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	color: #727272;
}
.completar_cadastro .inside .chamada .icone .msg:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -9px;
	background: url('../../images/corretores/tooltip_arrow.png') no-repeat;
	width: 13px;
	height: 17px;
	display: block;
}
.completar_cadastro .inside .chamada .icone:hover .msg {
	visibility: visible;
	opacity: 1;
}

.completar_cadastro .inside ul {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #868686;
	margin-left: 15px;
}

.completar_cadastro .inside ul li a {
	background: url('../../images/corretores/arrow_gray.png') no-repeat left center;
	font-size: 12px;
	color: #868686;
	display: flex;
	align-items: center;
	padding-left: 28px;
	padding-right: 15px;
}
.completar_cadastro .inside ul li.completo a {
	color: #2ccd95;
}

.completar_cadastro .inside ul li a .icone {
	width: 24px;
	height: 24px;
	background: url('../../images/check.png') no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 8px;
}
.completar_cadastro .inside ul li.completo a .icone {background-position: top right;}

#footer {
    background: #dadfe1;
}
#footer .oferecimento {
    text-align: center;
    padding: 50px 0;
}
#footer .oferecimento p {
    color: #5c6062;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}
#footer .oferecimento .logo {
    width: 85px;
    margin-top: 40px;
}
#footer .copyright {
    margin: 0 50px;
    padding: 25px 0;
    border-top: 1px solid #bbc6cb;
    font-size: 12px;
    color: #5c6062;
    font-weight: 300;
}
#footer .copyright .criacao {text-align: right;}

#paginacao ul {
    display: flex;
    justify-content: center;
}
#paginacao ul li + li {
    margin-left: 1px;
}
#paginacao ul li a {
    background: #edecec;
    color: #00456e;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    display: block;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
}
#paginacao ul li a:hover {
    background: #e0e0e0;
}
#paginacao ul li a.active {
    color: #fff;
    background: #00456e;
}
#paginacao ul li a[rel="prev"],
#paginacao ul li a[rel="next"] {
    font-weight: 300;
}