#sou-corretor.login {
    background: url(../../images/bg-corretor.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sou-corretor.login:before {
    content: '';
    background: rgba(29,31,33,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#sou-corretor.login .box-centered {
    width: 442px;
    z-index: 10;
}
#sou-corretor.login.cadastrar .box-centered {width: 840px;}

#sou-corretor.login .box-formulario {
    background: rgba(0,0,0, 0.6);
    border-radius: 10px;
}

#sou-corretor.login .box-formulario .card-content {
    padding: 30px;
}

#sou-corretor.login .box-formulario .logo {
    text-align: center;
    margin: 5px 15px 35px;
}

#sou-corretor.login .box-formulario form input {
    height: 55px;
    padding: 5px 20px 5px 60px;
    font-weight: 300;
    color: #a3a3a3;
    border-radius: 5px;
    background: #ececec;
}

#sou-corretor.login.cadastrar .box-formulario form input {padding-left: 20px;}

#sou-corretor.login .box-formulario form .form-group {margin-bottom: 8px;}
#sou-corretor.login .box-formulario form .form-group-email {position: relative;}
#sou-corretor.login .box-formulario form .form-group-email:before {
    content: '';
    position: absolute;
    background: url(../../images/icon_news_email.png) no-repeat;
    top: 18px;
    left: 20px;
    display: block;
    width: 24px;
    height: 20px;
    z-index: 5;
}
#sou-corretor.login .box-formulario form .form-group-senha {position: relative;}
#sou-corretor.login .box-formulario form .form-group-senha:before {
    content: '';
    position: absolute;
    background: url(../../images/icon_senha.png) no-repeat;
    top: 15px;
    left: 22px;
    display: block;
    width: 20px;
    height: 24px;
    z-index: 5;
}

#sou-corretor.login .box-formulario form button {
    background: #5c46c9;
    text-align: left;
    height: 55px;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 25px;
    position: relative;
    margin-bottom: 10px;
}
#sou-corretor.login .box-formulario form button i {
    top: 16px;
}

#sou-corretor.login .box-formulario .links a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
#sou-corretor.login .box-formulario .links a.link-esqueceu {float: left;}
#sou-corretor.login .box-formulario .links a.link-cadastrar {float: right; font-weight: 700;}

#sou-corretor.login .box-centered p.copyright {
    font-size: 12px;
    font-weight: 300;
    color: #afaeae;
    text-align: center;
    margin-top: 20px;
}

#sou-corretor.login.cadastrar .card-header {
    display: flex;
    padding: 30px;
    border-bottom: 1px solid #0a6297;
    align-items: center;
}
#sou-corretor.login.cadastrar .card-header .titulo {
    flex: 1;   
}
#sou-corretor.login.cadastrar .card-header .titulo h1 {
    font-weight: 700;
    font-size: 25px;
    color: #ef7d00;
    margin-bottom: 10px;
}

#sou-corretor.login.cadastrar .card-header .titulo p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

#sou-corretor.login.cadastrar .card-header .logo {
    margin: 0;
    flex-basis: 130px;
}

#sou-corretor.login.cadastrar .card-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

#sou-corretor.login.cadastrar .card-content .row {
    margin-left: -10px;
    margin-right: -10px;
}
#sou-corretor.login.cadastrar .card-content .row [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
#sou-corretor.login.cadastrar .links {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 10px;
}
#sou-corretor.login.cadastrar .links a {
    font-size: 14px;
    color: #ef7d00;
    font-weight: 700;
}
#sou-corretor.login.cadastrar .links a.link-voltar {
    display: block;
    margin-top: 10px;
    color: #fff;
}

#corretor.edicao #form-corretor .form-group.error input, 
#corretor.edicao #form-corretor .form-group.error select {
    border: 1px solid #dc3545;
}

#sou-corretor .form-group.error input, 
#sou-corretor .form-group.error select {
    border: 1px solid #dc3545;
}

#corretor.edicao h1 {
    font-size: 18px;
    color: #5c46c9;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
}

#corretor.edicao #form-corretor .dados_pessoais {
    background: #efeeee;
    padding-top: 45px;
    padding-bottom: 60px;
}
#corretor.edicao #form-corretor .dados_pessoais p {
    color: #a3a3a3;
    font-weight: 300;
    font-size: 13px;
    margin-top: 10px;
}

#corretor.edicao #form-corretor .row {
    margin-left: -20px;
    margin-right: -20px;
}
#corretor.edicao #form-corretor .row [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}

#corretor.edicao #form-corretor h4 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}
#corretor.edicao #form-corretor h4:first-child {margin-top: 0;}

#corretor.edicao #form-corretor .form-group {
    margin-bottom: 8px;
}

#corretor.edicao #form-corretor input,
#corretor.edicao #form-corretor textarea,
#corretor.edicao #form-corretor select {
    height: 55px;
    padding: 15px 20px;
    font-weight: 300;
    color: #a3a3a3;
    border-radius: 5px;
    font-size: 13px;
    color: #a3a3a3;
    border: 0;
}
#corretor.edicao #form-corretor textarea {height: 245px;}

#corretor.edicao #form-corretor .dados_landingpage {
    background: #d8e2e8;
    padding: 50px 0;
}

#corretor.edicao #form-corretor .dados_landingpage p {
    color: #00456d;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
#corretor.edicao #form-corretor .dados_landingpage p strong {
    color: #ef7d00;
    font-weight: 700;
}
#corretor.edicao #form-corretor .dados_landingpage small {
    color: #6c899b;
    font-weight: 300;
    font-size: 13px;
    display: block;
}
#corretor.edicao #form-corretor .dados_landingpage a.visualizar {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
}
#corretor.edicao #form-corretor .dados_landingpage a.visualizar > strong {
    color: #ef7d00;
}
#corretor.edicao #form-corretor .dados_contato {
    padding: 70px 0;
}
#corretor.edicao #form-corretor .dados_contato input,
#corretor.edicao #form-corretor .dados_contato select {
    border: 1px solid #d3d2d2;
}
#corretor.edicao #form-corretor .dados_contato p {
    color: #6c899b;
    font-weight: 300;
    font-size: 13px;
}
#corretor .dados_imoveis {
    padding: 70px 0;
    background: #efeeee;
}
#corretor.edicao #form-corretor .dados_imoveis h4 {
    text-align: center;
    margin-bottom: 50px;
}
#corretor .dados_imoveis .lista-empreendimentos {
    padding-left: 30px;
    padding-right: 30px;
}
#corretor .dados_imoveis .lista-empreendimentos .item {text-align: center; margin-bottom: 40px;}

#corretor .dados_imoveis .lista-empreendimentos .item .in,
#corretor.edicao #form-corretor .dados_imoveis .lista-empreendimentos .item label {
    background: #fff;
    border-radius: 10px;
    width: 136px;
    height: 136px;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
#corretor.edicao #form-corretor .dados_imoveis .lista-empreendimentos .item label:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    background-image: url(../../images/check.png);
    background-repeat: no-repeat;
    background-position: top left;
}
#corretor.edicao #form-corretor .dados_imoveis .lista-empreendimentos .item label.checked:after {
    background-position: top right;
}
#corretor .dados_imoveis .lista-empreendimentos .item img {
    max-width: 96px;
    max-height: 96px;
}
#corretor.edicao #form-corretor .botao {
    padding: 70px 0;
    text-align: center;
}
#corretor.edicao #form-corretor .botao p {
    color: #5c6062;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
#corretor.edicao #form-corretor .botao #btn-salvar {
    min-width: inherit;
    max-width: 100%;
    min-height: inherit;
    width: 375px;
    border-radius: 5px;
    height: 56px;
    padding: 15px 21px 15px 24px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
}
#corretor.edicao #form-corretor .botao #btn-salvar:hover {
    min-width: inherit;
}
#corretor.edicao #form-corretor .botao #btn-salvar i.arrow-white {top: 15px;}

#corretor.edicao #form-corretor .image-wrap .campo-fake {
    position: relative;
}

#corretor.edicao #form-corretor .image-wrap .campo-fake input[type="text"] {
    padding-right: 125px;
}

#corretor.edicao #form-corretor .image-wrap .campo-fake .btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #00456d;
    background: #d8e2e8;
    font-size: 13px;
    font-weight: 700;
    border: 0;
    height: 35px;
    min-width: 105px;
    margin: 0;
    line-height: 23px;
}

#corretor.edicao #form-corretor select {
    background: #fff url('../../images/corretores/select_arrow_56.png') no-repeat right center;
}

#corretor.edicao #form-corretor .image-wrap .campo-fake input[type="file"] {display: none;}

#corretor.edicao #form-corretor .image-wrap .thumb {
    margin-top: 10px;
}
#corretor.edicao #form-corretor .image-wrap .thumb img {vertical-align: middle;}
#corretor.edicao #form-corretor .image-wrap .thumb .btn-remover {
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: url('../../images/corretores/icone_remover.png') no-repeat;
    cursor: pointer;
    margin-left: 5px;
}

#corretor.edicao label {
    font-size: 13px;
    color: #a3a3a3;
    font-weight: 700;
    margin-bottom: 10px;
}
#corretor.edicao .input-description {
    font-size: 12px;
    color: #a1b6c3;
    display: block;
    margin-top: 8px;
}



#corretor.perfil .header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #fff;
}
#corretor.perfil .header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202528;
    opacity: 0.5;
}
#corretor.perfil .header .row {
    height: 510px;
    position: relative;
    z-index: 10;
    text-align: center;
}

#corretor.perfil .header h2 {
    font-size: 14px;
    color: #f5821f;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#corretor.perfil .header h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

#corretor.perfil .header p.creci {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

#corretor.perfil .header .foto {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 50%);
    left: 50%;
    z-index: 10;
}

#corretor.perfil .header .foto img {
    border-radius: 50%;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.15); 
}

#corretor.perfil .dados {
    background: #efeeee;
    padding: 125px 0;
}

#corretor.perfil .dados h3 {
    color: #00456d;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

#corretor.perfil .dados .biografia,
#corretor.perfil .dados .contato {
    width: 480px;
    margin: 0 auto;
}

#corretor.perfil .dados .entry-text {
    font-size: 13px;
    color: #5c6062;
    font-weight: 300;
    line-height: 1.5;
}

#corretor.perfil .dados .compartilhe {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}

#corretor.perfil .dados .compartilhe:before {
    content: '';
    background: #f5821f;
    width: 115px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

#corretor.perfil .dados .compartilhe span {
    color: #00456d;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}

#corretor.perfil .dados .compartilhe ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
#corretor.perfil .dados .compartilhe ul li a {
    color: #f5821f;
    padding: 3px;
}

#corretor.perfil .dados .telefones {
    display: flex;
    margin-bottom: 10px;
}

#corretor.perfil .dados .telefones > div {
    background: #fff;
    height: 50px;
    padding: 9px 10px 9px 45px;
    flex: 1;
    position: relative;
}
#corretor.perfil .dados .telefones > div a {color: #f58220;}
#corretor.perfil .dados .telefones > div a:hover {color: #00456e;}

#corretor.perfil .dados .telefones .whatsapp:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../images/icon_whatsapp_grey.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 7px;
}

#corretor.perfil .dados .telefones .telefone:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../images/icon_telefone_grey.png) no-repeat;
    position: absolute;
    top: 9px;
    left: 7px;
}

#corretor.perfil .dados .telefones > div + div {margin-left: 10px;}
#corretor.perfil .dados .telefones > div span {
    font-size: 13px;
    color: #5c6062;
    font-weight: 300;
    display: block;
    line-height: 1;
}

#corretor.perfil .dados .telefones > div strong {
    font-size: 14px;
    font-weight: 700;
    color: #f58220;
    line-height: 1;
}

#corretor.perfil .dados .email {
    font-size: 13px;
    color: #5c6062;
    background: #fff;
    height: 50px;
    padding: 16px 10px 15px 45px;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
}

#corretor.perfil .dados .email:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(../../images/icon_mail_grey.png) no-repeat;
    position: absolute;
    top: 9px;
    left: 7px;
}

#corretor.perfil .dados #btn-atendimento {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    padding: 12px 15px;
    height: 50px;
    min-height: inherit;
    margin-bottom: 18px;
    border: 0;
    border-radius: 0;
}

#corretor.perfil .dados .redes_sociais span {
    color: #00456d;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

#corretor.perfil .dados .redes_sociais ul {
    display: flex;
}
#corretor.perfil .dados .redes_sociais ul li + li {
    margin-left: 4px;
}
#corretor.perfil .dados .redes_sociais ul li a {
   border: 2px solid #f5821f;
   color: #f5821f;
   width: 32px;
   height: 32px;
   text-align: center;
   font-size: 22px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: 0.2s;
}
#corretor.perfil .dados .redes_sociais ul li a:hover {
    background: #f5821f;
    color: #fff; 
}

#corretor.perfil .imobiliaria {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}
#corretor.perfil .imobiliaria .titulo {
    flex: 1;
    text-align: right;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #5c6062;
}
#corretor.perfil .imobiliaria .logo-imobiliaria {
    flex: 1;
    text-align: left;
}
#corretor.perfil .imobiliaria .logo-imobiliaria img {
    max-height: 100px;
}

#corretor.perfil .empreendimentos {
    padding: 75px 0;
}

#corretor.perfil .empreendimentos .titulo_empreendimentos {
    text-align: center;
    margin-bottom: 48px;
}
#corretor.perfil .empreendimentos .titulo_empreendimentos h3 {
    color: #00456e;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 12px;
}
#corretor.perfil .empreendimentos .titulo_empreendimentos h3 strong {font-weight: 700;}

#corretor.perfil .empreendimentos .titulo_empreendimentos p {
    color: #5c6062;
    font-size: 16px;
    font-weight: 300;
}

#corretor.perfil .empreendimentos .lista-empreendimentos {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

#corretor.perfil .empreendimentos .lista-empreendimentos .imovel {
    padding: 17px;
    background: #f5f5f5;
    display: flex;
    margin-bottom: 22px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .imagem {
    flex-basis: 320px;
    height: 265px;
    position: relative;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .imagem .logo {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    left: 12px;
    top: 12px;
    padding: 12px;
    text-align: center;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .imagem .logo > img {
    max-width: 55px;
    max-height: 55px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .detalhes {
    flex: 1;
    padding-left: 25px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .detalhes .topo {
    display: flex;
    align-items: center;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .categorias {
    margin-right: 15px;
    width: auto;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .categorias > a {
    padding: 7px 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .categorias > a.red {
    background: #ea4945;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .categorias > a.blue {
    background: #1782b4;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .categorias > a.green {
    background: #73b175;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .endereco {
    position: relative;
    padding-left: 20px;
    padding-right: 12px;
    line-height: 20px;
    font-size: 13px;
    color: #5c6062;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .endereco:before {
    content: '';
    background: url(../../images/icon_marker_orange.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 16px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .num-registro {
    font-size: 13px;
    color: #5c6062;
    padding-left: 12px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .endereco + .num-registro {
    border-left: 1px solid #dddddb;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .title {
    padding: 15px 0;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .title h4 {
    font-size: 28px;
    font-weight: bold;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .title h4 > a {
    color: #0a3f63;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .title h4 > a:hover {
    color: #f58220;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bloco-infos {
    display: flex;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bloco-infos .item {
    flex-basis: 145px;
    border: 1px solid #dadfe1;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bloco-infos .item + .item {
    margin-left: -1px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bloco-infos .item .titulo {
    font-size: 13px;
    display: block;
    color: #5c6062;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bloco-infos .item .valor {
    color: #0a3f63;
    font-size: 14px;
    font-weight: bold;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .entry-text {
    padding: 18px 0;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .entry-text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #5c6062;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom {
    display: flex;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .dt-entrega {
    border-top: 1px solid #dadfe1;
    padding-top: 10px;
    flex-basis: 210px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .dt-entrega .titulo {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #5c6062;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .dt-entrega .valor {
    color: #0a3f63;
    font-weight: bold;
    font-size: 14px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.fale-corretor {
    background: #425866;
    color: #fff;
    width: 142px;
    height: 45px;
    font-size: 11px;
    line-height: 13px;
    display: block;
    text-transform: uppercase;
    padding: 10px 20px 10px 50px;
    position: relative;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.fale-corretor > strong {
    display: block;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.fale-corretor i.icon-mail {
    width: 25px;
    height: 19px;
    background: url(../../images/icon_mail.png) no-repeat left top;
    position: absolute;
    left: 15px;
    top: 14px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.btn-detalhes {
    width: 124px;
    min-width: auto;
    line-height: 45px;
    min-height: inherit;
    padding: inherit;
    padding-left: 15px;
    height: 45px;
    margin-left: 6px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.btn-detalhes:hover {
    width: 144px;
}
#corretor.perfil .empreendimentos .lista-empreendimentos .imovel .bottom .links a.btn-detalhes i.arrow-white {
    right: 10px;
    top: 14px;
    height: 16px;
    background-size: contain;
}

#corretor.perfil .stand_virtual {
    border-top: 1px solid #eeeeee;
    padding: 80px 0;
    text-align: center;
}

#corretor.perfil .stand_virtual h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0a3f63;
    margin: 20px 0 30px;
}

#corretor.perfil .stand_virtual p {
    color: #5c6062;
    font-size: 15px;
}

#corretor.perfil .stand_virtual .btn {
    border-radius: 5px;
    text-align: center;
    padding: 12px 15px;
    min-height: 54px;
    text-transform: uppercase;
    font-weight: 700;
    width: 378px;
    max-width: 100%;
    margin-top: 35px;
    line-height: 30px;
    border: 0;
}

#corretor.perfil .footer {
    background: #dadfe1;
}

#corretor.perfil .footer .observacoes {
    border-bottom: 1px solid #bbc6cb;
    padding: 50px 0;
    text-align: center;
}
#corretor.perfil .footer .observacoes .inside {
    max-width: 900px;
    margin: 0 auto;
}

#corretor.perfil .footer .observacoes p {
    color: #5c6062;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}

#corretor.perfil .footer .oferecimento {
    text-align: center;
    padding: 50px 0;
}

#corretor.perfil .footer .oferecimento p {
    color: #5c6062;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

#corretor.perfil .footer .oferecimento .logo {
    width: 85px;
    margin-top: 10px;
}

#corretor.perfil .footer .box-assign {
    margin: 0 50px;
    padding: 25px 0;
    border-top: 1px solid #bbc6cb;
    font-size: 12px;
    color: #5c6062;
    font-weight: 300;
}
#corretor.perfil .footer .box-assign .criacao {text-align: right;}

#corretor.perfil .atendimento-flutuante {
    position: fixed;
    right: 48px;
    bottom: 48px;
    z-index: 999;
}
#corretor.perfil .atendimento-flutuante .box-mensagem {
    position: absolute;
    width: 240px;
    right: 0;
    background: #fff;
    bottom: 100%;
    margin-bottom: 20px;
    padding: 18px 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}
#corretor.perfil .atendimento-flutuante .box-mensagem h4 {
    font-weight: bold;
    font-size: 13px;
    color: #5c6062;
    margin-bottom: 5px;
}
#corretor.perfil .atendimento-flutuante .box-mensagem p {
    font-size: 12px;
    font-weight: 300;
}
#corretor.perfil .atendimento-flutuante .box-mensagem a.btn-fechar {
    position: absolute;
    top: -35px;
    right: 0;
    width: 21px;
    height: 21px;
    background: url(../../images/corretores/icone_close.png) no-repeat center center;
}

#corretor.perfil .atendimento-flutuante .botoes a {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    padding-top: 15px;
}

#corretor.perfil .atendimento-flutuante .botoes a + a {margin-left: 3px;}
#corretor.perfil .atendimento-flutuante .botoes a.link_chat {background: #5c46c9;}
#corretor.perfil .atendimento-flutuante .botoes a.link_whatsapp {background: #25d266;}

section#corretor .box-intro {padding: 45px 0;}
section#corretor .box-intro .titulo_pagina {margin-bottom: 40px;}
section#corretor.unecmo .box-intro .titulo_pagina {margin-bottom: 20px;}
section#corretor .box-intro .titulo_pagina h1 {
    color: #5c46c9;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

section#corretor .box-intro .titulo_pagina h1 strong {font-weight: 700; color: #8700bc;}

section#corretor ul.lista_categorias {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

section#corretor ul.lista_categorias li a {
    background: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    font-size: 13px;
    color: #5c46c9;
    font-weight: 300;
    display: inline-block;
    padding: 8px 15px;
}

section#corretor ul.lista_categorias li + li {margin-left: 10px;}

section#corretor .half_l {
    flex-basis: 50%;
    max-width: 50%;
    margin-right: 50px;
}
section#corretor .half_l + * {flex: 1;}
section#corretor .materiais_beneficios .beneficios > .alert {display: none;}
section#corretor .materiais_beneficios .beneficios.bloqueado > .alert {display: block;}

section#corretor.unecmo .conteudo .destaque .video {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

section#corretor .destaque .item-unecmo-video h4 {
    font-size: 18px;
}
section#corretor .item-unecmo-video h4 a {color: #333;}

section#corretor.unecmo .conteudo .destaque .lista .item .texto .entry-text p {
    font-size: 14px;
    line-height: 1.4;
}
section#corretor.dashboard .conteudo .destaques,
section#corretor.unecmo .conteudo .destaques {flex: 1;}

section#corretor.unecmo .conteudo .destaques .inside {
    background: #fff;
    border-radius: 10px;
    padding: 20px 28px;
}

section#corretor.unecmo .conteudo .destaques h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
section#corretor.unecmo .item-unecmo-video-mini {
    margin-bottom: 0; 
    display: flex;
}
section#corretor.unecmo .item-unecmo-video-mini .imagem {
    max-width: 188px;
    margin-right: 20px;
}
section#corretor.unecmo .item-unecmo-video-mini .entry-text p {margin: 0;}
section#corretor.unecmo .item-unecmo-video-mini + .item-unecmo-video-mini {margin-top: 20px;}
section#corretor.unecmo .item-unecmo-materiais-mini + .item-unecmo-materiais-mini {margin-top: 18px;}

section#corretor .item-unecmo-video .imagem a.video {
    background: #000;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
section#corretor .item-unecmo-video .imagem a.video span {
    display: block;
    background-position: center;
    background-size: cover;
    opacity: .7;
}
section#corretor .item-unecmo-video .imagem a.video:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url(../../images/corretores/icone_video.png) no-repeat center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section#corretor .item-unecmo-video .imagem a.video img {
    display: block;
}

section#corretor.unecmo .item-unecmo-video-mini .texto {
    padding-right: 0;
    flex: 1;
}
section#corretor .item-unecmo-video .meta {margin-bottom: 10px;}
section#corretor .item-unecmo-video .meta > span + span {margin-left: 6px;}
section#corretor .item-unecmo-video .meta .duracao {
    background: #5c46c9;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
}
section#corretor .item-unecmo-video .meta .novo {
    background: #2ccd95;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
}
section#corretor .item-unecmo-video .meta .assistido {
    background: #f0f0f0;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
}

section#corretor .item-unecmo-video h4 {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

section#corretor .item-unecmo-video .entry-text p {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}

section#corretor .item-unecmo-video {margin-bottom: 40px;}
section#corretor.unecmo .listagem-unecmo .lista-materiais .item {margin-bottom: 20px;}
section#corretor .item-unecmo-video .imagem {margin-bottom: 16px;}

section#corretor.unecmo .listagem-unecmo {
    padding: 42px 0 72px;
}

section#corretor.unecmo .listagem-unecmo .titulo-principal {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

section#corretor.unecmo .listagem-unecmo .titulo-principal h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}
section#corretor.unecmo .listagem-unecmo .titulo-principal h3 img {
    vertical-align: middle;
    margin-right: 5px;
}
section#corretor.unecmo .listagem-unecmo .titulo-principal .filtro {
    margin-left: auto;
}

section#corretor.unecmo .listagem-unecmo .titulo-principal .filtro label {
    font-size: 11px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-right: 5px;
}

section#corretor .filtro select {
    border: 1px solid #d3d2d2;
    border-radius: 5px;
    background: #fff url('../../images/corretores/select_arrow_34.png') no-repeat right center;
    padding: 5px 34px 5px 5px;
    font-size: 13px;
    color: #a3a3a3;
    height: 34px;
    font-weight: 300;
    min-width: 150px;
}

section#corretor.unecmo .destaque .slider {
    margin-bottom: 20px;
}

section#corretor.dashboard .conteudo .destaque .slider .owl-stage-outer,
section#corretor.unecmo .destaque .slider .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}

section#corretor.dashboard .conteudo .destaque .slider .owl-dots,
section#corretor.unecmo .destaque .slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
section#corretor.dashboard .conteudo .destaque .slider .owl-dots .owl-dot,
section#corretor.unecmo .destaque .slider .owl-dots .owl-dot {
    display: inline-block;
    background: #b5b5b5;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 50%;
    opacity: 1;
}
section#corretor.dashboard .conteudo .destaque .slider .owl-dots .owl-dot.active,
section#corretor.unecmo .destaque .slider .owl-dots .owl-dot.active {
    background: #5c46c9;
}

section#corretor .lista-materiais .item {
    display: flex;
}

section#corretor .lista-materiais .item .imagem {
    margin-right: 4px;
    flex-basis: 98px;
    min-width: 98px;
}
section#corretor.unecmo .listagem-unecmo .lista-materiais .item .imagem {margin-bottom: 0;}
section#corretor .lista-materiais .item .imagem a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
section#corretor .lista-materiais .item .imagem a img {
    display: block;
}

section#corretor .lista-materiais .item .texto {
    border-radius: 10px;
    background: #efeeee;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex: 1;
}
section#corretor .lista-materiais .item .texto .descricao {
    flex: 1;
}
section#corretor .lista-materiais .item .texto .descricao h4 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 700;
}
section#corretor .lista-materiais .item .texto .descricao h4 a {color: #333;}
section#corretor .lista-materiais .item .texto .descricao h4 a:hover {color: #5c46c9;}

section#corretor .lista-materiais .item .texto .descricao .entry-text p {
    font-size: 13px;
}

section#corretor .lista-materiais .item .texto .tamanho,
section#corretor .lista-materiais .item .texto .download,
section#corretor .lista-materiais .item .texto .link {
    padding: 0 15px;
}
section#corretor .lista-materiais .item .texto .download,
section#corretor .lista-materiais .item .texto .link {padding-right: 0;}

section#corretor .lista-materiais .item .texto .tamanho {
    color: #9ca09f;
    font-size: 12px;
    min-width: 90px;
    text-align: center;
}
section#corretor .lista-materiais .item .texto .download a {
    color: #3bcf9c;
}
section#corretor .lista-materiais .item .texto .link a {
    background: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    font-size: 13px;
    color: #3bcf9c;
    font-weight: 400;
    display: inline-block;
    padding: 8px 15px;
}

section#corretor.unecmo #paginacao {margin-top: 50px;}

section#corretor .box-intro .conteudo {
    display: flex;
}
section#corretor .box-intro .page_descricao .texto {
    flex-basis: 50%;
    padding-right: 50px;
}
section#corretor .box-intro .page_descricao .texto h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
}
section#corretor .box-intro .page_descricao .texto p {
    font-size: 14px;
    font-weight: 300;
    color: #5c6062;
    line-height: 22px;
    margin-bottom: 30px;
}
section#corretor .box-intro .page_descricao .status {
    flex-basis: 50%;
}
section#corretor .box-intro .page_descricao .status .box-etapas {
    width: 370px;
    padding: 20px;
    background: #fff;
    border-radius: 9px;
    float: right;
}
section#corretor .box-intro .page_descricao .status .box-etapas .title-status h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333333;
}
section#corretor .box-intro .page_descricao .status .box-etapas .lista {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
section#corretor .box-intro .page_descricao .status .box-etapas .lista .item {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
section#corretor .box-intro .page_descricao .status .box-etapas .lista .item:before {
    content: '';
    background: url(../../images/corretores/check-pendente.png) no-repeat left center;
    width: 19px;
    height: 19px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
}
section#corretor .box-intro .page_descricao .status .box-etapas .lista .item.concluido:before {
    background: url(../../images/corretores/check-concluido.png) no-repeat left center;
}
section#corretor .box-intro .page_descricao .status .box-etapas .notificacao {
    font-size: 13px;
    color: #686868;
    font-weight: 100;
}
section#corretor .box-aplicativos {
    padding: 75px 0;
}
section#corretor .box-aplicativos .lista-aplicativos {
    display: flex;
    flex-wrap: wrap;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo {
    border: 2px solid #e2e2e2;
    padding: 45px 75px;
    margin-right: 25px;
    margin-left: 0;
    margin-bottom: 80px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
section#corretor .box-aplicativos .lista-aplicativos .row > div:nth-child(2n+2) .item-aplicativo {
    margin-right: 0;
    margin-left: 25px;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .imagem {
    margin-bottom: 25px;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .imagem img {
    max-height: 55px;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .titulo h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .descricao {
    margin-bottom: 30px;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .descricao p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 100;
    color: #5c6062;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .termos .form-check label {
 position: relative;
 padding-left: 30px;
 text-align: left;
 font-size: 14px;
 margin-bottom: 20px;
 cursor: pointer;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .termos .form-check label:before {
  content: '';
  background: url(../../images/corretores/check-pendente.png) no-repeat left center;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .termos .form-check input[type="checkbox"]:checked + label:after {
    content: '';
    background: url(../../images/corretores/check-concluido.png) no-repeat left center;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .termos .form-group input {
  border: 1px solid #d3d2d2;
  height: 55px;
  padding: 15px 20px;
  font-weight: 300;
  color: #a3a3a3;
  border-radius: 5px;
  font-size: 13px;
  color: #a3a3a3;
}


section#corretor .box-aplicativos .lista-aplicativos .item-aplicativo .detalhes .link {
    margin: 0 40px;
}

section#corretor .box-intro .status .box-etapas .lista.lista-status {
    display: flex;
    flex-wrap: wrap;
}
section#corretor .box-intro .status .box-etapas .lista.lista-status .item + .item {
    margin-left: 20px;
}
section#corretor .box-intro .status .box-etapas .notificacao strong {
    text-transform: uppercase;
    font-weight: bold;
}
section#corretor .configuracoes-chat {
    padding: 60px 0 80px;
}
section#corretor .configuracoes-chat .titulo {
    text-align: center;
    margin-bottom: 40px;
}
section#corretor .configuracoes-chat .titulo h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
section#corretor .configuracoes-chat .titulo .abas {
    display: flex;
    justify-content: center;
}
section#corretor .configuracoes-chat .titulo .abas .form-group + .form-group {
    margin-left: 14px;
}
section#corretor .configuracoes-chat .titulo .abas .form-group label {
    padding: 8px 15px;
    border: 2px solid #e2e2e2;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 300;
    color: #5c6062;
    cursor: pointer;
    transition: 0.4s;
}
section#corretor .configuracoes-chat .titulo .abas .form-group label:hover,
section#corretor .configuracoes-chat .titulo .abas .form-group input:checked + label {
    transition: 0.4s;
    background: #5c46c9;
    color: #fff;
}
section#corretor .configuracoes-chat .perguntas .chamada {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #5c6062;
    margin-bottom: 20px;
}
section#corretor .configuracoes-chat .bloco-tipo {
    display: flex;
    flex-direction: column;
}
section#corretor .configuracoes-chat .bloco-tipo > li {
    background: #efeeee;
    border-radius: 9px;
    margin-bottom: 2px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap {
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
    min-height: 56px;
    display: flex;
    align-items: center;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap span.titulo {
    position: relative;
    padding-left: 28px;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap span.titulo:before {
    content: '';
    background: #efeeee url(../../images/corretores/check-pendente.png) no-repeat left center;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
section#corretor .configuracoes-chat .bloco-tipo > li.selecionado .titulo-wrap span.titulo:before {
    content: '';
    background: #efeeee url(../../images/corretores/check-concluido.png) no-repeat left center;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap span.titulo {
    text-align: left;
    margin-bottom: 0;
}
section#corretor .configuracoes-chat .bloco-tipo.bloco-tipo-personalizado > li .titulo-wrap span.titulo {
    cursor: pointer;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap span.ver-mais {
    font-weight: 300;
    flex-basis: 100px;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-left: auto;
}
section#corretor .configuracoes-chat .bloco-tipo > li .titulo-wrap span.ver-mais:after {
    content: '';
    background: url(../../images/corretores/seta_roxa.png) no-repeat right center;
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    transform: rotate(180deg);
}
section#corretor .configuracoes-chat .bloco-tipo > li.aberto .titulo-wrap span.ver-mais:after {
    transform: rotate(0deg);
}
section#corretor .configuracoes-chat .bloco-tipo li .alternativas {
    margin: 0 0 15px;
}
section#corretor .configuracoes-chat .bloco-tipo li .alternativas ul li span {
    padding: 10px 15px;
    border: 2px solid #e2e2e2;
    border-radius: 9px;
    background: #fff;
    font-size: 13px;
    font-weight: 300;
    color: #5c46c9;
    margin-bottom: 5px;
    display: block;
    min-height: inherit;
}
section#corretor .configuracoes-chat .lista-selecionados {
    padding: 16px;
    border: 2px solid #e2e2e2;
    border-radius: 9px;
}
section#corretor .configuracoes-chat .lista-selecionados > p {font-size: 12px; font-weight: 300;}

section#corretor .configuracoes-chat .lista-selecionados .bloco-tipo li .remover {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../../images/corretores/icone_remover.png) no-repeat center center;
    margin-left: auto;
    cursor: pointer;
}
section#corretor .configuracoes-chat .botao {
    padding: 70px 0;
    text-align: center;
}
section#corretor .configuracoes-chat .botao p {
    color: #5c6062;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 15px;
}
section#corretor .configuracoes-chat .botao #btn-salvar {
    min-width: inherit;
    max-width: 100%;
    min-height: inherit;
    width: 375px;
    border-radius: 5px;
    height: 56px;
    padding: 15px 21px 15px 24px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
}
section#corretor .configuracoes-chat .botao #btn-salvar i {
    top: 17px;
}
section#corretor #chat-padrao.perguntas {
    width: 610px;
    max-width: 100%;
    margin: 0 auto;
}

section#corretor ul.oferecimento {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
section#corretor ul.oferecimento li {
    flex: 1;
    text-align: center;
}

section#corretor.dashboard .box-intro {
    padding-bottom: 90px;
}
section#corretor.dashboard .conteudo .destaques-chat {
    background: #5c46c9;
    border-radius: 10px;
    padding: 25px 30px;
    color: #fff;
}
section#corretor.dashboard .conteudo .destaques-chat p.bloqueado {font-weight: normal; font-size: 12px;}

section#corretor.dashboard .conteudo .destaques-chat h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

section#corretor.dashboard .conteudo .destaques-chat h2 img {
    vertical-align: middle;
    margin-right: 5px;
}

section#corretor .lista-chats .item a {
    background: #fff;
    display: flex;
    border-radius: 10px;
    padding: 10px 22px;
    min-height: 56px;
    align-items: center;
}
section#corretor .lista-chats .item + .item {margin-top: 2px;}
section#corretor.dashboard .conteudo .destaques-chat .lista-chats .item a,
section#corretor .lista-chats .item.ativo a {background: #d7d2f1;}
section#corretor.dashboard .conteudo .destaques-chat .lista-chats .item.novo a {background: #e7e5e5;}

section#corretor .lista-chats .item a > div {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
}
section#corretor .lista-chats .item a > div.input-checkbox {
  position: relative;
  margin-right: 30px;
}

section#corretor .lista-chats .item a > div.nome {font-weight: 700; flex: 1;}
section#corretor .lista-chats .item a > div.data {flex-basis: 110px; margin-left: 20px;}
section#corretor .lista-chats .item a > div.respostas {flex-basis: 110px; margin-left: 20px;}
section#corretor .lista-chats .item a > div.visualizacao {margin-left: 20px;}

section#corretor.dashboard .conteudo .destaques-chat .botao {
    margin-top: 20px;
    text-align: center;
}

.btn {
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    font-weight: 300;
    font-size: 13px;
}

.btn-outline-white {
    background: none;
    border-color: #fff;
    color: #fff;
}
.btn-outline-white:hover {background: #fff; color: #5c46c9;}

.btn-outline-gray {
    background: #fff;
    border-color: #e2e2e2;
    color: #5c46c9;
}
.btn-outline-gray:hover {border-color: #5c46c9; background: #5c46c9; color: #fff;}

.icone_view {
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url(../../images/corretores/icone_view.png) no-repeat;
}
.icone_view.green {
    background: url(../../images/corretores/icone_view_novo.png) no-repeat;
}

section#corretor.dashboard .unecmo .inside {
    border-bottom: 1px solid #e2e2e2;
    padding: 45px 0;
    margin-bottom: 45px;
}

section#corretor.dashboard .titulo_secao {
    margin-bottom: 30px;
}
section#corretor.dashboard .titulo_secao h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
section#corretor.dashboard .titulo_secao h2 img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

section#corretor.dashboard .unecmo .slider-wrap {
    padding: 0 56px;
}
section#corretor.dashboard .unecmo .slider-wrap .owl-nav .owl-prev,
section#corretor.dashboard .unecmo .slider-wrap .owl-nav .owl-next {
    display: block;
    width: 35px;
    height: 35px;
    background: #efeeee url(../../images/corretores/arrow_purple.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 32%;

}
section#corretor.dashboard .unecmo .slider-wrap .owl-nav .owl-next {
    transform: rotate(180deg);
}
section#corretor.dashboard .unecmo .slider-wrap .owl-nav .owl-prev {left: -55px;}
section#corretor.dashboard .unecmo .slider-wrap .owl-nav .owl-next {right: -55px;}

section#corretor.dashboard .materiais_beneficios {
    margin-bottom: 50px;
}

section#corretor.dashboard .materiais_beneficios .inside {
    display: flex;
}

section#corretor.dashboard .materiais_beneficios .lista-materiais .item-unecmo-materiais + .item-unecmo-materiais {margin-top: 2px;}

section#corretor.dashboard .materiais_beneficios .lista-materiais .item-unecmo-materiais .texto {
    padding: 15px 20px;
}
section#corretor.dashboard .materiais_beneficios .lista-materiais .item-unecmo-materiais h4 {margin: 0;}

section#corretor.dashboard .materiais_beneficios .botao {
    margin-top: auto;
    padding-top: 25px;
}

section#corretor.dashboard .beneficios.bloqueado .lista,
section#corretor.dashboard .beneficios.bloqueado .botao {opacity: 0.5;}
section#corretor.dashboard .beneficios.bloqueado .lista *,
section#corretor.dashboard .beneficios.bloqueado .botao * {cursor: not-allowed !important;}

section#corretor .item-beneficios {
    padding: 0 25px 25px;
}
section#corretor .item-beneficios .imagem {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

section#corretor .item-beneficios .imagem a {display: block;}
section#corretor .item-beneficios .imagem a img {display: block; width: 100%;}

section#corretor .item-beneficios .texto h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

section#corretor .item-beneficios .texto h4 a {color: #333333;}

section#corretor .item-beneficios .texto .chamada,
section#corretor .item-beneficios .texto .valor {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 1.3;
}
section#corretor .item-beneficios .texto .chamada p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section#corretor .item-beneficios .texto .valor {margin-top: 3px;}
section#corretor .item-beneficios .texto .valor p strong {color: #5c46c9; font-size: 14px;}

section#corretor.dashboard .blog .titulo_secao,
section#corretor.dashboard .dados_imoveis .titulo_secao {
    text-align: center;
}
section#corretor.dashboard .blog .titulo_secao img,
section#corretor.dashboard .dados_imoveis .titulo_secao img {margin-bottom: 8px;}

section#corretor.dashboard .blog {
    padding: 70px 0;
}

section#corretor.dashboard .blog .botao,
section#corretor.dashboard .dados_imoveis .botao {text-align: center;}

section#corretor.dashboard .blog .lista {padding: 0 56px; margin-bottom: 35px;}

section#corretor.dashboard .blog .item .imagem {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
section#corretor.dashboard .blog .item .imagem a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section#corretor.dashboard .blog .item .imagem a img {display: block;}

section#corretor.dashboard .blog .item .texto h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
section#corretor.dashboard .blog .item .texto h4 a {color: #333;}

section#corretor.dashboard .blog .item .texto .chamada {
    font-size: 13px;
    color: #6f6f6f;
}

section#corretor.beneficios .lista-beneficios {
    padding: 45px 0 65px;
}

section#corretor.beneficios .lista-beneficios .filtro label {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-bottom: 20px;   
}

section#corretor.beneficios .lista-beneficios .lista .categoria + .categoria {margin-top: 40px;}

section#corretor.beneficios .lista-beneficios .lista .categoria h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

#chat-bot {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}
#chat-bot .box-conversa {
    border-radius: 9px;
    width: 350px;
    max-width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
#chat-bot .box-conversa .top-chat {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #5c46c9;
}
#chat-bot .box-conversa .top-chat .foto {
    border-radius: 50%;
    overflow: hidden;
}
#chat-bot .box-conversa .top-chat .foto img {
    max-width: 57px;
}
#chat-bot .box-conversa .top-chat .dados {
    padding: 0 10px;
    background: transparent;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
#chat-bot .box-conversa .top-chat .dados h5.nome {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
}
#chat-bot .box-conversa .top-chat .dados span.creci {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
#chat-bot .box-conversa .top-chat a.btn-close-chat {
    width: 21px;
    height: 21px;
    background: url(../../images/corretores/icone_close_white.png) no-repeat center center;
    display: block;

}
#chat-bot .box-conversa .body-chat {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-height: 420px;
    overflow-y: auto;
}
#chat-bot .box-conversa .body-chat .linha {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}
#chat-bot .box-conversa .body-chat .linha.call-bot {
    justify-content: flex-start;
}
#chat-bot .box-conversa .body-chat .linha .msg {
    background: #5c46c9;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
    max-width: 80%;
}
#chat-bot .box-conversa .body-chat .linha.call-bot .msg {
    background: #efeeee;
}
#chat-bot .box-conversa .body-chat .linha .msg p {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 18px;
}
#chat-bot .box-conversa .body-chat .linha.call-bot .msg p {
    color: #333333;
}
#chat-bot .box-conversa .body-chat .linha .msg.box-opcoes {
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 0;
    max-width: 100%;
}
#chat-bot .box-conversa .body-chat .linha .msg.box-opcoes a.item-opcao {
    padding: 10px 15px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 300;
    color: #5c46c9;
    align-self: flex-end;
    border: 2px solid #e2e2e2;
}
#chat-bot .box-conversa .body-chat .linha .msg.box-opcoes a.item-opcao + a.item-opcao {
    margin-top: 10px;
}
#chat-bot .box-conversa .body-chat .linha .msg.box-opcoes a.item-opcao:hover {
    color: #fff;
    background: #5c46c9;
}
#chat-bot .box-conversa .form-send {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
#chat-bot .box-conversa .form-send input {
    background: #efeeee;
    height: 40px;
    width: 100%;
    border: 1px solid #d3d2d2;
    padding: 0 50px 0 16px;
    border-radius: 4px;
    font-size: 13px;
    color: #7c7b7b;
}
#chat-bot .box-conversa .form-send input::placeholder {
    color: #7c7b7b;
    font-size: 13px;
    font-weight: 300;
}
#chat-bot .box-conversa .form-send button.btn-send-msg {
    position: absolute;
    background: url(../../images/corretores/icon_direct.png) no-repeat center center;
    width: 28px;
    height: 22px;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.modal_beneficios {
    display: flex;
}
.modal_beneficios .imagem {
    flex-basis: 380px;
    min-width: 380px;
    margin-right: 40px;
}
.modal_beneficios .imagem img {border-radius: 10px;}

.modal_beneficios .texto {
    flex: 1;
    padding: 20px 0;
}

.modal_beneficios .texto h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.modal_beneficios .texto .valor {
    font-size: 16px;
    font-weight: 700;
    color: #5c46c9;
    margin-top: 20px;
}

.modal .observacoes {
    margin-top: 25px;
    font-size: 14px;
    color: #5c6062;
}

.modal .observacoes h5 {
    color: #333;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.modal_unecmo_videos {
    display: flex;
}
.modal_unecmo_videos .texto {
    flex: 1;
    padding: 20px 0;
}
section#corretor .modal_unecmo_videos .half_l {
    flex-basis: 64%;
    min-width: 64%;
    margin-right: 30px;
}

.modal_unecmo_videos .video {
    border-radius: 10px;
    overflow: hidden;
}

section#corretor.chats .box-intro {border-top: 1px solid #efeeee;}
section#corretor .modal_unecmo_videos.item-unecmo-video h4 {font-size: 18px;}
section#corretor .modal_unecmo_videos.item-unecmo-video .texto .entry-text p {font-size: 14px;}

section#corretor.chats .box-intro .inside {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
section#corretor.chats .box-intro .inside .titulo_pagina {margin-bottom: 0;}

section#corretor.chats .box-intro .inside .filtro {margin-left: auto;}

section#corretor.chats .box-intro .inside .filtro label {
    color: #333333;
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
}
section#corretor.chats .box-intro .inside .filtro select {min-width: 110px;}
section#corretor.chats .box-intro .inside .filtro .btn {
    border: 1px solid #d3d2d2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 34px;
    min-width: 110px;
    display: inline-block;
    vertical-align: baseline;
}
section#corretor.chats .box-intro .inside .filtro .btn:hover {border-color: #5c46c9;}

section#corretor.chats .filtro_aplicado {
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 30px;
}
section#corretor.chats .filtro_aplicado .row {align-items: center;}
section#corretor.chats .filtro_aplicado .download {text-align: right;}
section#corretor.chats .filtro_aplicado .download .btn {color: #2ccd95; font-weight: 700;}
section#corretor.chats .filtro_aplicado .download .btn:hover {background: #2ccd95; border-color: #2ccd95; color: #fff;}

section#corretor.chats .chats-wrap {
    border-radius: 10px;
    padding: 40px;
    display: flex;
}
section#corretor.chats .chats-wrap .left {
    flex-basis: 560px;
    min-width: 560px;
    margin-right: 30px;
}
section#corretor.chats .chats-wrap .left form {
    margin-bottom: 18px;
    margin-right: 20px;
}
section#corretor.chats .chats-wrap .left form input {
    height: 34px;
    border: 1px solid #d3d2d2;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    color: #a3a3a3;
    padding: 5px 15px;
}

section#corretor.chats .chats-wrap .left .lista-chats {height: 580px;}
section#corretor.chats .chats-wrap .mCSB_inside > .mCSB_container {margin-right: 20px;}
section#corretor.chats .chats-wrap .mCSB_scrollTools .mCSB_draggerRail {
    background: #f5f5f5;
    width: 10px;
    border-radius: 0;
}

section#corretor.chats .chats-wrap .mCSB_scrollTools {
    width: 10px;
}
section#corretor.chats .chats-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
    background: #d5d4dc;
    width: 10px;
}
section#corretor.chats .chats-wrap .left .lista-chats .check-all {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
section#corretor.chats .chats-wrap .left .lista-chats .check-all .input-checkbox {
    flex: 1;
    display: flex;
    align-items: center;
}
section#corretor.chats .chats-wrap .left .lista-chats input {
    display: none;
}
section#corretor.chats .chats-wrap .left .lista-chats label {
    cursor: pointer;
}
section#corretor.chats .chats-wrap .left .lista-chats .check-all .input-checkbox label {
    color: #5c46c9;
    font-size: 13px;
    padding-left: 22px;
    position: relative;
    cursor: pointer;
}
section#corretor.chats .chats-wrap .left .lista-chats label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #5c46c9;
}
section#corretor.chats .chats-wrap .left .lista-chats input:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #5c46c9;
  background: #5c46c9;
  padding: 2px;
}
section#corretor.chats .chats-wrap .left .lista-chats .check-all a#excluir-chats {
    border: 2px solid #5c46c9;
    padding: 0 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    height: 34px;
    color: #5c46c9;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#corretor.chats .chats-wrap .left .lista-chats .check-all a#excluir-chats:hover {
    background: #5c46c9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#corretor.chats .chats-wrap .right {flex: 1;}

section#corretor.chats .chats-wrap .visualizar-chat .header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333333;
}

section#corretor.chats .chats-wrap .visualizar-chat .header h5 {
    font-size: 12px;
    font-weight: 700;
}

section#corretor.chats .chats-wrap .visualizar-chat .header .data {
    margin-left: auto;
    font-size: 11px;
    font-weight: 300;
}

section#corretor.chats .chats-wrap .visualizar-chat .chat {
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
section#corretor.chats .chats-wrap .visualizar-chat .chat .scrollbar {
    height: 584px;
}
section#corretor.chats .chats-wrap .visualizar-chat .chat .mCSB_container {
    padding: 32px 0 32px 32px;
}

section#corretor.chats .chats-wrap .visualizar-chat .chat .item {
}

section#corretor.chats .chats-wrap .visualizar-chat .chat .item + .item {margin-top: 20px;}

section#corretor.chats .chats-wrap .visualizar-chat .chat .item .in {
    border-radius: 5px;
    background: #efeeee;
    padding: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #333333;
    display: inline-block;
    text-align: left;
}

section#corretor.chats .chats-wrap .visualizar-chat .chat .item.resposta {text-align: right;}
section#corretor.chats .chats-wrap .visualizar-chat .chat .item.resposta .in {
    color: #fff;
    background: #5c46c9;
}

.cookies_lgpd {
    position: fixed;
    bottom: 30px;
    left: 35px;
    z-index: 9999999;
}

.cookies_lgpd .in {
    background: #fff;
    border: 2px solid #d9dbdd;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #5c6062;
    box-shadow: 0px 0px 21px 0px rgba(25, 24, 28, 0.3);
    width: 304px;
}

.cookies_lgpd .in a {
    font-weight: 700;
    color: #f58220;
    display: block;
}
.cookies_lgpd .in .texto {
    margin-bottom: 10px;
}
.cookies_lgpd .in .btn {
    text-align: center;
    color: #fff;
    background: #f58220;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    height: 34px;
    padding: 0 30px;
}