@font-face {
    font-family:'open_sans_condensedbold';
    src: url('../font/OpenSans-CondBold-webfont.eot');
    src: url('../font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-CondBold-webfont.woff') format('woff'),
         url('../font/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight:normal;
    font-style:normal;
}

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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea, button {
	border: 0;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	outline: none;
	padding: 0;
}
input:-webkit-autofill {
    background: transparent!important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
a {
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
iframe,
.tag_client {
    height: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    z-index: 0;
}

html.fancybox-lock {
	margin-left: 0!important;
}

.container {
	background: #f2f2f2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.18), 0 0 4px rgba(0, 0, 0, 0.24);
}
.header {
	background: url('../img/atendimento/header.png') no-repeat #545454;
	background-size: cover;
	box-shadow: 0 4px 8px 4px rgba(0,0,0,0.16), 0 1px 4px 1px rgba(0,0,0,0.24);
	position: relative;
	z-index: 20;
}
.header .box-logo {
	background: url('../img/atendimento/bg-logo.png') no-repeat right bottom;
	width: 158px;
}
.header .box-logo > img {
	height: 34px;
	margin: 12px;
}
.header .ico-close {
	background: url('../img/atendimento/finalizar.png') no-repeat;
	background-size: cover;
	height: 27px;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 27px;
}
.header .box-close {
	background: #efefef;
	border-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.14);
	opacity: 0;
	padding: 14px;
	position: absolute;
	right: 6px;
	top: 60px;
	visibility: hidden;

	transition: opacity 0.3s, top 0.3s, visibility 0s linear 0.3s;
}
.header .box-close.on {
	opacity: 1;
	top: 38px;
	visibility: visible;

	transition: opacity 0.3s ease 0.1s, top 0.3s ease 0.1s, visibility 0s linear 0s;
}
.box-close:before {
	border-bottom: 9px solid #efefef;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: '';
	position: absolute;
	right: 12px;
	top: -9px;
}
.box-close > p {
	color: #989898;
	font-size: 14px;
}
.box-close .wrap-button {
	display: inline-block;
	margin-top: 18px;
	width: 100%;
}
.box-close .wrap-button > a {
	border-radius: 13px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	width: 84px;
}
.box-close .wrap-button .bt-cancel {
	background: #c7c7c7;
	float: left;
}
.box-close .wrap-button .bt-close {
	background: #adce5b;
	float: right;
}
.content {
	background: #f2f2f2;
	margin: 0 auto;
	overflow-x: auto;
	position: relative;
	text-align: center;
	z-index: 10;
}
.content-chat {
	background: #f2f2f2;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 10;
}
.wrapper {
	display: inline-block;
	max-width: 420px;
	text-align: left;
	width: 100%;
}
.content.v-align {
	display: table;
	max-width: 420px;
	width: 100%;
}
.content.v-align .wrapper {
	display: table-cell;
	vertical-align: middle;
}
.content .wrapper > h1,
.rating-content h1 {
	color: #4d4d4d;
	font-size: 20px;
	margin: 18px 12px 0;
	text-align: center;
	text-transform: uppercase;
}
.content .wrapper > p,
.rating-content p {
	color: #808080;
	font-size: 16px;
	margin: 10px 12px 0;
	text-align: center;
}
.rating-content p {
	line-height: 1.2;
}
.rating-content p.error {
	color: #e84a4a;
}
.wrapper > .ico {
	background: no-repeat center center #adce5b;
	border-radius: 60px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.16);
	display: block;
	height: 120px;
	margin: 0 auto;
	width: 120px;
}
.divider {
    margin: 20px 12px 18px;
    position: relative;
    text-align: center;
}
.divider:before {
    background: #808080;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 1;
}
.divider > span {
    background: #f2f2f2;
    color: #808080;
    display: inline-block;
	font-size: 16px;
	padding: 0 12px;
    position: relative;
    z-index: 1;
}
.ico.queue {
	background-image: url('../img/atendimento/fila.png');
}
.ico.success {
	background-image: url('../img/atendimento/sucesso.png');
}
.ico.warning {
	background-image: url('../img/atendimento/simultaneo.png');
}
.line {
	background: #adce5b;
	top: -2px;
	height: 2px;
	left: 0;
	right: 84px;
	position: absolute;
	z-index: 15;
}
.footer {
	background: #3a3a3a;
	box-shadow: inset 0 8px 8px -2px rgba(0,0,0,0.28), inset 0 3px 4px -2px rgba(0,0,0,0.42);
	height: 34px;
	position: relative;
	z-index: 20;
}
.footer > img {
	height: 20px;
	position: absolute;
	right: 8px;
	top: 7px;
}
.block-products {
	margin: 0 12px;
	padding: 16px 0;
}
.block-products li {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}
.block-products li:first-child {
	margin-top: 0;
}
.block-products a {
	background: url('../img/atendimento/botao-seta.png') no-repeat 95% center #adadad;
	background-size: contain;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 46px;
	padding: 0 12px;
}
.block-form {
	margin: 0 12px;
	padding: 16px 0;
}
.box-input {
	position: relative;
}
.box-input > label {
	color: #5d5d5d;
	font-size: 14px;
}
.input-field {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.16);
	padding: 0 8px;
}
.input-field > input {
	background: transparent;
	color: #5d5d5d;
	display: inline-block;
	font-size: 14px;
    height: 42px;
	line-height: 42px;
	vertical-align: top;
	width: 100%;
}
.input-field + .input-field {
	margin-top: 16px;
}
.textarea-field {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.16);
	margin-top: 16px;
	padding: 0 8px;
}
.textarea-field > textarea {
	background: transparent;
	color: #5d5d5d;
	display: inline-block;
	font-size: 14px;
	height: 62px;
	line-height: 16px;
	padding: 10px 0;
	resize: none;
	vertical-align: top;
	width: 100%;
}
.input-field.error,
.textarea-field.error {
	box-shadow: 0 0 6px -1px #f00;
}
.block-button {
	margin-top: 16px;
}
.block-button > button,
.block-button > a {
	background: url('../img/atendimento/botao-seta.png') no-repeat 95% center #adce5b;
	background-size: contain;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.18);
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 42px;
	text-transform: uppercase;
	width: 100%
}
.block-button > a {
	line-height: 42px;
	text-align: center;
}
.wrapper > .block-button {
	margin: 16px 12px 0;
}
.block-button > a.btn-facebook {
	background: url('../img/atendimento/ico-facebook.png') no-repeat 98% center #3b5998;
    font-size: 14px;
}
.block-button > a.btn-linkedin {
	background: url('../img/atendimento/ico-linkedin.png') no-repeat 98% center #0077b5;
    font-size: 14px;
}
.box-queue {
	margin-top: 12px;
	text-align: center;
}
.box-queue > p {
	background: #adce5b;
	border-radius: 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	padding: 0 12px;
}

.block-broker {
	background: #ffffff;
	box-shadow: 0 4px 8px 4px rgba(0,0,0,0.16), 0 1px 4px 1px rgba(0,0,0,0.24);
	position: relative;
	z-index: 15;
}
.broker-info {
	height: 46px;
	padding: 8px 0 8px 64px;
}
.broker-info > img {
	border: 2px solid #4d4d4d;
	border-radius: 23px;
	height: 42px;
	left: 10px;
	position: absolute;
	top: 8px;
	width: 42px;
}
.broker-info > h1 {
	color: #505050;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.broker-info > p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 14px;
}
.broker-info > p > span {
	color: #5d5d5d;
}
.chat-screen {
	display: inline-block;
	width: 100%;
}
.chat-screen .ballon {
	margin: 16px 14px;
	position: relative;
	word-break: break-word;
}
.chat-screen .ballon > p {
	background: #dfdfdf;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.18);
	display: inline-block;
	font-size: 14px;
	padding: 8px 10px;
	position: relative;
}
.chat-screen .ballon p.photo {
	padding: 8px;
}
.chat-screen .ballon .photo > a {
	display: inline-block;
}
.chat-screen .ballon .photo > a > img {
	border-radius: 6px;
	display: block;
	max-height: 186px;
	max-width: 186px;
}
.chat-screen .ballon > p:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 10px;
	width: 0;
}
.chat-screen .ballon > p:after {
	background: url('../img/atendimento/sprite-status.png') no-repeat #ffffff;
	border-radius: 10px;
	content: '';
	height: 20px;
	position: absolute;
	top: 5px;
	width: 20px;
}
.chat-screen .ballon > p > span {
	color: #bdbdbd;
	font-size: 14px;
	position: absolute;
	text-align: left;
	top: 9px;
	width: 32px;
}
.chat-screen .ballon:last-child {
	margin-bottom: 32px;
}
.chat-screen .ballon.corretor {
	margin-right: 66px;
	padding: 4px 0 4px 48px;
	text-align: left;
}
.chat-screen .ballon.corretor > img {
	border: 2px solid #8d8d8d;
	border-radius: 22px;
	height: 38px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 38px;
	z-index: 1;
}
.chat-screen .ballon.corretor > p {
	background: #8d8d8d;
	color: #ffffff;
	padding-right: 16px;
}
.chat-screen .ballon.corretor > p:before {
	border-right: 8px solid #8d8d8d;
	left: -7px;
}
.chat-screen .ballon.corretor > p:after {
	right: -8px;
}
.chat-screen .ballon.corretor > p > span {
	right: -42px;
}
.chat-screen .ballon.corretor > p > a {
	color: #ffffff;
	text-decoration: underline;
}
.chat-screen .ballon.cliente {
	margin-left: 66px;
	text-align: right;
}
.chat-screen .ballon.cliente > p {
	background: #e0e0e0;
	color: #9e9e9e;
	padding-left: 16px;
}
.chat-screen .ballon.cliente > p > a {
	color: #9e9e9e;
    text-decoration: underline;
}
.chat-screen .ballon.cliente > p:before {
	border-left: 8px solid #e0e0e0;
	right: -7px;
}
.chat-screen .ballon.cliente > p:after {
	left: -8px;
}
.chat-screen .ballon.cliente > p > span {
	left: -42px;
}
.block-message {
	background: #ffffff;
	bottom: 0;
	box-shadow: 0 -4px 8px 2px rgba(0,0,0,0.08), 0 -1px 4px 1px rgba(0,0,0,0.12);
	left: 0;
	padding: 8px 0 10px;
	position: relative;
	z-index: 20;
}
.block-message > a {
	bottom: 8px;
	color: #adce5b;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 52px;
}
.block-message .broker-typing {
	color: #a8a8a8;
	font-size: 14px;
	height: 24px;
	left: 10px;
	line-height: 24px;
	position: absolute;
	top: -28px;
}
.box-message {
	background: #f0f0f0;
	border-radius: 4px;
	margin: 1px 70px 1px 10px;
	padding: 0 8px;
}
.box-message > textarea {
	background: transparent;
	box-sizing: border-box;
	color: #9e9e9e;
	font-size: 16px;
	height: 40px;
	line-height: 18px;
	padding: 10px 0;
	resize: none;
	vertical-align: top;
	width: 100%;
}
.container-chat {
	overflow: auto;

	transition: margin 0.3s;
}
.content-chat.split .container-chat {
	margin-right: 380px;
}
.container-video {
	display: none;
}

.rating-content {
    background: #f6f6f6;
    bottom: 0;
	left: 0;
	overflow: auto;
    position: absolute;
    right: 0;
    top: 58px;
}
.rating-table {
	display: table;
	height: 100%;
	margin: 0 auto;
	max-width: 480px;
	width: 100%
}
.rating-cell {
	display: table-cell;
	vertical-align: middle;
}
.rating-block {
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.18);
	display: flex;
	margin: 24px 12px 16px;
	overflow: hidden;
}
.rating-block.error {
	box-shadow: 0 4px 6px rgba(232,74,74,.12), 0 2px 4px rgba(232,74,74,.18), 0 0 1px #e84a4a;
}
.rating-box {
	height: 42px;
	position: relative;
	width: 100%;
}
.rating-box input[type="radio"] {
	opacity: 0;
	position: absolute;
	z-index: 0;
}
.rating-box .rating {
	background: #ffffff;
	border-left: 1px solid #e0e0e0;
	color: #4d4d4d;
	cursor: pointer;
	height: 100%;
	line-height: 42px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10;
}
.rating-box .rating:hover {
	background-color: #e8e8e8;
}
.rating-box:first-child .rating {
	border-left: none;
}
.rating-box input[type="radio"]:checked + .rating {
	background-color: #848484;
	color: #ffffff;
}
.rating-cell .textarea-field {
	margin: 16px 12px;
}
.rating-cell .textarea-field textarea {
	height: 70px;
}
.rating-cell .block-button {
	margin: 16px 12px 18px;
}

.modal-container {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}
.modal-container .modal-content {
	background: #f8f8f8;
	border-radius: 8px;
	margin: 0 20px;
	max-width: 380px;
	padding: 20px 10px 24px;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	z-index: 20;
}
.modal-content .close-modal {
	background: url('../img/atendimento/finalizar.png') no-repeat;
	background-size: cover;
	height: 27px;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 27px;
}
.modal-container .modal-bg {
	background: #000000;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.modal-form {
	background: #e0e0e0;
	border-radius: 6px;
	padding: 20px 10px 26px;
	position: relative;
}
.modal-form > h1 {
	background: #f8f8f8;
	border-radius: 8px;
	color: #4d4d4d;
	font-size: 14px;
	height: 24px;
	left: 12px;
	line-height: 24px;
	padding: 0 8px;
	position: absolute;
	text-transform: uppercase;
	top: -14px;
}
.modal-form .input-field > input {
    height: 34px;
	line-height: 34px;
}
.modal-form .input-field + .input-field {
	margin-top: 10px;
}
.modal-form .textarea-field {
	margin-top: 10px;
}
.modal-form > a {
	background: #4d4d4d;
	border-radius: 13px;
	bottom: -12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.16);
	color: #ffffff;
	font-size: 14px;
	height: 26px;
	left: 10px;
	line-height: 26px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
}
.modal-content .box-modal-text {
    color: #808080;
    font-size: 16px;
    margin: 30px 0 20px;
    text-align: center;
}
.modal-content .box-modal-text .ico {
	background-color: #adce5b;
    background-position: center;
	border-radius: 60px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.16);
	display: block;
	height: 120px;
	margin: 0 auto 30px;
	width: 120px;
}
.modal-form .card-broker {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
    margin-top: 10px;
    min-height: 80px;
    padding: 12px 12px 12px 104px;
    position: relative;
    transition: background .2s, box-shadow .2s;
}
.modal-form .card-broker:hover {
    background: #f6f6f6;
    box-shadow: 0 2px 5px rgba(0,0,0,.22);
}
.modal-form .card-broker.selected {
    background: #e6e6e6;
    box-shadow: 0 1px 3px rgba(0,0,0,.16);
}
.modal-form .card-broker:nth-child(2) {
    margin-top: 0;
}
.card-broker > img {
    border: 2px solid #4d4d4d;
    border-radius: 40px;
    height: 76px;
    left: 12px;
    position: absolute;
    top: 12px;
    width: 76px;
}
.card-broker .details-broker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}
.card-broker .details-broker > p {
    color: #4d4d4d;
    font-size: 16px;
    margin-left: 4px;
}
.card-broker .avg-avaliation {
    display: inline-block;
    margin-top: 4px;
}
.card-broker .avg-avaliation > i {
    color: #d0d0d0;
    float: left;
    width: 24px;
}
.card-broker .avg-avaliation > i.active {
    color: #adce5b;
}
.block-radio-field {
	text-align: center;
}
.block-radio-field > p {
	color: #565656;
	font-size: 14px;
	line-height: 16px;
}
.block-radio-field > p.radio-error {
	color: #e84a4a;
	display: none;
}
.radio-field {
	display: inline-block;
}
.radio-field > label {
	color: #797979;
	float: left;
	font-size: 14px;
	line-height: 32px;
	margin: 0 6px;
	padding-left: 18px;
	position: relative;
}
.radio-field > label > input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
.radio-field > label:first-child {
	margin-left: 0;
}
.radio-field > label:last-child {
	margin-right: 0;
}
.radio-field > label.checked {
	color: #4d4d4d;
}
.radio-field > label:before {
	background: #ffffff;
	border-radius: 7px;
	content: '';
	height: 14px;
	left: 0;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}
.radio-field > label.checked:after {
	background: #4d4d4d;
	border-radius: 4px;
	content: '';
	height: 8px;
	left: 3px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}
.checkbox-field {
	display: inline-block;
	margin-top: 16px;
	width: 100%;
}
.checkbox-field.margin {
    margin: 12px 16px;
}
.checkbox-field > label {
	color: #797979;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 0 6px;
	padding-left: 20px;
	position: relative;
}
.checkbox-field > label > input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
.checkbox-field > label > input[type="checkbox"]:checked + .checktramite {
	background: #4d4d4d;
	border-radius: 2px;
	height: 8px;
	left: 3px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}
.checkbox-field > label:first-child {
	margin-left: 0;
}
.checkbox-field > label:last-child {
	margin-right: 0;
}
.checkbox-field > label.checked {
	color: #4d4d4d;
}
.checkbox-field > label:before {
	background: #ffffff;
        border: 1px solid rgba(0,0,0,.16);
	border-radius: 4px;
        box-sizing: border-box;
	content: '';
	height: 14px;
	left: 0;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}
.checkbox-field > label.checked:after {
	background: #4d4d4d;
	border-radius: 2px;
	content: '';
	height: 8px;
	left: 3px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 8px;
}

.loader{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	z-index: 10001;
	padding: 25px;
	margin-top: -65px;
	margin-left: -65px;
}
.loader img{
	border-radius: 100px;
}

@media screen and (min-width: 420px) {

	.header .box-logo {
		width: 202px;
	}
	.header .box-logo > img {
		height: 43px;
	}
	.header .ico-close {
		height: 34px;
		right: 20px;
		top: 16px;
		width: 34px;
	}
	.header .box-close {
		right: 18px;
		top: 66px;
	}
	.header .box-close.on {
		top: 46px;
	}
	.box-close > p {
		font-size: 16px;
	}
	.broker-info {
		height: 54px;
		padding-left: 72px;
	}
	.broker-info > img {
		border-radius: 28px;
		height: 50px;
		width: 50px;
	}
	.broker-info > h1 {
		line-height: 20px;
	}
	.broker-info > p {
		line-height: 16px;
	}
	.chat-screen .ballon.broker {
		padding: 8px 0 8px 60px;
	}
	.chat-screen .ballon.broker > img {
		border-radius: 28px;
		height: 50px;
		top: -4px;
		width: 50px;
	}
	.container-video {
		background: #d0d0d0;
		box-shadow: none;
		display: block;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 0px;

		transition: box-shadow 0.3s, width 0.3s, visibility 0.01s 0.3s;
	}
	.content-chat.split .container-video {
		box-shadow: -4px 0 6px rgba(0, 0, 0, 0.18), -2px 0 3px rgba(0, 0, 0, 0.24);
		visibility: visible;
		width: 380px;

		transition: box-shadow 0.3s 0.1s, width 0.3s 0.1s, visibility 0.01s;
	}
	.content-chat .wrap-video {
		border: none;
		margin: 0;
		width: 0;
	}
	.content-chat.split .wrap-video {
		background: #d0d0d0;
		border: 3px solid #4d4d4d;
		border-radius: 4px;
		box-sizing: border-box;
		left: 0;
		margin: 0 10px;
		position: absolute;
		transform: translateY(-55%);
		top: 50%;
		width: 360px;
	}
	.wrap-video .box-close-video {
		background: #efefef;
		border-radius: 6px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.14);
		opacity: 0;
		padding: 14px;
		position: absolute;
		right: 1px;
		top: 60px;
		visibility: hidden;
		z-index: 10;

		transition: opacity 0.3s, top 0.3s, visibility 0s linear 0.3s;
	}
	.wrap-video .box-close-video.on {
		opacity: 1;
		top: 30px;
		visibility: visible;

		transition: opacity 0.3s ease 0.1s, top 0.3s ease 0.1s, visibility 0s linear 0s;
	}
	.box-close-video:before {
		border-bottom: 9px solid #efefef;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		content: '';
		position: absolute;
		right: 12px;
		top: -9px;
	}
	.box-close-video > p {
		color: #989898;
		font-size: 14px;
	}
	.box-close-video .wrap-button {
		display: inline-block;
		margin-top: 18px;
		width: 100%;
	}
	.box-close-video .wrap-button > a {
		border-radius: 13px;
		color: #ffffff;
		cursor: pointer;
		font-size: 13px;
		line-height: 26px;
		text-align: center;
		text-transform: uppercase;
		width: 84px;
	}
	.box-close-video .wrap-button .bt-cancel-video {
		background: #c7c7c7;
		float: left;
	}
	.box-close-video .wrap-button .bt-close-video {
		background: #adce5b;
		float: right;
	}
	.wrap-video > video {
		background: #d0d0d0;
		border-radius: 1px;
		width: 100%;
	}
	.wrap-video > a {
		background: url('../img/ico-close-video.png') no-repeat 0 0 #343434;
		border-radius: 12px;
		height: 23px;
		opacity: 0.6;
		position: absolute;
		right: 8px;
		top: 6px;
		width: 23px;
		z-index: 5;

		transition: opacity 0.3s;
	}
	.wrap-video > a:hover {
		opacity: 0.9;
	}
	.wrap-mini-video {
		border: 3px solid #4d4d4d;
		border-radius: 4px;
		bottom: 14px;
		height: 84px;
		position: absolute;
		right: 10px;
		width: 112px;
	}
	.wrap-mini-video > video {
		background: #d0d0d0;
		border-radius: 1px;
		left: 0;
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.modal-container .modal-content {
		left: 50%;
		margin: 0;
		transform: translateX(-50%) translateY(-50%);
	}

	.rating-content {
		top: 67px;
	}
}

/**
* @description
* carregamento com esta sem conectividade com a internet.
*/
#bg-loading-semconexao{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:10000;
	display:block;
	opacity:0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
}

.loader-semconexao {
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.24);
	height: 160px;
	left: 50%;
	position:fixed;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 320px;
	z-index: 10001;
}
.loader-semconexao > p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 160px;
	text-align: center;
}

/*rod*/

.chat__principal__card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.16), 0 2px 6px rgba(0,0,0,.12);
  margin-bottom: 8px;
  position: relative;
}

.chat__principal__card--image {
	background: #949494;
	background-position: center;
	background-size: cover;
	border-radius: 4px 0 0 4px;
	position: relative;
	width: 15%;
	min-height: 200px;
	float: left;
	position: absolute;
	height: 100%;
}

.chat__principal__card--info {
	padding: 10px;
	position: relative;
	text-align: left;
	color: #666;
	width: calc(85% - 20px);
	float: right;
	background: white;
	min-height: calc(200px - 20px);
}

.clear{ clear: both; }

button.btn-prod-card {
	display: block;
	padding: 10px;
	border-radius: 3px;
	margin: 10px auto 5px;
	background: #adce5b;
	color: #FFF;
	font-size: 14px;
	border-bottom: 3px solid #95af55;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

button.btn-prod-card:disabled {
	background: #e0e0e0;
	color: #9e9e9e;
	border-bottom: 0;
}

button.btn-prod-card:hover{
	background: #95af55;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

/*rod*/

/*
.chat__principal__card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.16), 0 2px 6px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  min-height: 126px;
  padding-left: 160px;
  position: relative;
}
.chat__principal__card--image {
    background: #949494;
    background-position: 50%;
    background-size: cover;
    border-radius: 4px 0 0 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 160px;
  }
.chat__principal__card--info {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      padding-left: 12px;
      position: relative;
      text-align: left;
  }
.chat__principal__card--title,
.chat__principal__card--description {
      color: #4d4d4d;
      font-size: 16px;
  }
.chat__principal__card--subtitle {
      color: #949494;
      font-size: 14px;
      margin-top: 4px;
  }
.chat__principal__card--description {
      margin-top: 16px;
  }
*/

.chat-screen .ballon > .product-card{
	background: #dfdfdf;
	border-radius: 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.18);
	display: inline-block;
	font-size: 14px;
	padding: 8px 10px;
	position: relative;
	width: 100%;
}
.chat-screen .ballon.corretor > .product-card{
	background: #8d8d8d;
	color: #ffffff;
	padding-right: 16px;
}
.chat-screen .ballon .product-card > a {
	display: inline-block;
}
.chat-screen .ballon .product-card > a > img {
	border-radius: 6px;
	display: block;
	max-height: 186px;
	max-width: 186px;
}
.chat-screen .ballon > .product-card:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	top: 10px;
	width: 0;
}
.chat-screen .ballon > .product-card:after {
	background: url('../img/atendimento/sprite-status.png') no-repeat #ffffff;
	border-radius: 10px;
	content: '';
	height: 20px;
	position: absolute;
	top: 5px;
	width: 20px;
}
.chat-screen .ballon > .product-card > span {
	color: #bdbdbd;
	font-size: 14px;
	position: absolute;
	text-align: left;
	top: 9px;
	width: 32px;
}

.chat-screen .ballon.corretor > .product-card:before {
	border-right: 8px solid #8d8d8d;
	left: -7px;
}
.chat-screen .ballon.corretor > .product-card:after {
	right: -8px;
}
.chat-screen .ballon.corretor > .product-card > span {
	right: -42px;
}
.chat-screen .ballon.corretor > .product-card > a {
	color: #ffffff;
	text-decoration: underline;
}
.chat-screen .ballon.cliente > .product-card {
	background: #e0e0e0;
	color: #9e9e9e;
	padding-left: 16px;
}
.chat-screen .ballon.cliente > .product-card > a {
	color: #9e9e9e;
    text-decoration: underline;
}
.chat-screen .ballon.cliente > .product-card:before {
	border-left: 8px solid #e0e0e0;
	right: -7px;
}
.chat-screen .ballon.cliente > .product-card:after {
	left: -8px;
}
.chat-screen .ballon.cliente > .product-card > span {
	left: -42px;
}

@media screen and (max-width: 600px) {
    .chat-screen .ballon.corretor > .product-card {
    		width: 100%;
		}

    .chat__principal__card--description {
		margin-top: 0;
	}
	.chat-screen .ballon > .product-card{
		max-width: 100%;
	}

	/*rod*/
	.chat__principal__card {
		background: #ffffff;
		border-radius: 4px;
		box-shadow: 0 1px 2px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.16), 0 2px 6px rgba(0,0,0,.12);
		margin-bottom: 8px;
		position: relative;
	}

	.chat__principal__card--image {
		width: 100%;
		min-height: 140px;
		float: initial;
		position: relative;
	}

	.chat__principal__card--info {
		width: calc(100% - 20px);
		float: initial;
		min-height: auto !important;
	}

	button.btn-prod-card {
		width: 100%;
	}

	/*rod*/

}

@media screen and (max-width: 320px) {

    .chat-screen .ballon > .product-card {
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.18);
    display: inline-block;
    font-size: 14px;
    padding: 8px 10px;
    position: relative;
    height:100%;
    }

    .chat__principal__card--image {
    background: #949494;
    background-position: 50%;
    background-size: cover;
    border-radius: 4px 0 0 4px;
    width: 100%;
}

    .chat__principal__card {}
	.chat__principal__card--title, .chat__principal__card--description {
		font-size: 10px;
	}
}

.text-consent {
	color: #808080;
	margin: 10px 0 0 0;
}

.consent-checkbox {
	margin: 2px 2px 0 0;
}

.see-more {
	text-align: center;
	color: blue !important;
	padding: 3px;
}

