@import"https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700";


.chat-box {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

.chat-box article,
.chat-box aside,
.chat-box details,
.chat-box figcaption,
.chat-box figure,
.chat-box footer,
.chat-box header,
.chat-box main,
.chat-box menu,
.chat-box nav,
.chat-box section,
.chat-box summary {
	display: block
}

.chat-box audio,
.chat-box canvas,
.chat-box progress,
.chat-box video {
	display: inline-block
}

.chat-box audio:not([controls]) {
	display: none;
	height: 0
}

.chat-box progress {
	vertical-align: baseline
}

.chat-box template,
.chat-box [hidden] {
	display: none
}

.chat-box a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

.chat-box a:active,
.chat-box a:hover {
	outline-width: 0
}

.chat-box abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

.chat-box b,
.chat-box strong {
	font-weight: inherit
}

.chat-box b,
.chat-box strong {
	font-weight: bolder
}

.chat-box dfn {
	font-style: italic
}

.chat-box mark {
	background-color: #ff0;
	color: #000
}

.chat-box small {
	font-size: 80%
}

.chat-box sub,
.chat-box sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.chat-box sub {
	bottom: -.25em
}

.chat-box sup {
	top: -.5em
}

.chat-box img {
	border-style: none
}

.chat-box svg:not(:root) {
	overflow: hidden
}

.chat-box code,
.chat-box kbd,
.chat-box pre,
.chat-box samp {
	font-family: monospace, monospace;
	font-size: 1em
}

.chat-box figure {
	margin: 1em 40px;
}

.chat-box hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

.chat-box button,
.chat-box input,
.chat-box select,
.chat-box textarea {
	margin: 0 !important;
	font: inherit !important;
	visibility: visible !important;
}

.chat-box optgroup {
	font-weight: 700
}

.chat-box button,
.chat-box input {
	overflow: visible
}

.chat-box button,
.chat-box select {
	text-transform: none
}

.chat-box button,
.chat-box html [type=button],
.chat-box [type=reset],
.chat-box [type=submit] {
	-webkit-appearance: button
}

.chat-box button::-moz-focus-inner,
.chat-box [type=button]::-moz-focus-inner,
.chat-box [type=reset]::-moz-focus-inner,
.chat-box [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

.chat-box button:-moz-focusring,
.chat-box [type=button]:-moz-focusring,
.chat-box [type=reset]:-moz-focusring,
.chat-box [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

.chat-box fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

.chat-box legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

.chat-box textarea {
	overflow: auto
}

.chat-box [type=checkbox],
.chat-box [type=radio] {
	box-sizing: border-box;
	padding: 0
}

.chat-box [type=number]::-webkit-inner-spin-button,
.chat-box [type=number]::-webkit-outer-spin-button {
	height: auto
}

.chat-box [type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

.chat-box [type=search]::-webkit-search-cancel-button,
.chat-box [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

.chat-box ::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

.chat-box ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

.chat-box {
	z-index: 99999;
	font-size: 10px;
	font-family: Source Sans Pro;
	background-color: #fff;
	width: 300px;
	position: fixed;
	right: 20px;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	border-radius: 10px 10px 0 0
}

.chat-box.position-left {
	right: auto;
	margin-left: 20px;
}

.chat-box .chat-content {
	padding-bottom: 1px;
	display: none
}

.chat-box .chat-asesor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.chat-box .chat-asesor figure {
	width: auto !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	box-sizing: border-box !important;
}

.chat-box .chat-asesor figure img {
	width: 62px !important;
	height: 62px !important;
}

.chat-box .chat-asesor h2 {
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.1em;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	padding-top: 20px;
	font-family: "Source Sans Pro";
	color: black;
	text-align: left;
}

.chat-box .chat-asesor h2 span {
	color: #5b5b77;
	font-size: .9em;
	font-weight: 400;
	display: block
}

.chat-box .chat-asesor>img {
	margin: 15px 15px 0 0 !important;
	width: auto !important;
}

.chat-box .chat-text {
	width: 90%;
	margin: auto;
	margin-top: 5px;
	border-top: solid 2px #ecebeb;
	padding: 10px 20px 0 0;
	max-height: 245px;
	overflow: auto;
	box-sizing: border-box
}

.chat-box .chat-text::after {
	content: '';
	display: block;
	clear: both
}

.chat-box span[class*=-text] {
	padding: 10px;
	font-size: 1.4em;
	max-width: 275px;
	margin-bottom: 10px;
	clear: both
}

.chat-box .asesor-text {
	border: solid 1px #dbdbdb;
	float: left;
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400 !important;
	color: #333 !important;
}

.chat-box .user-text {
	background-color: #e9eaf3;
	float: right
}

.chat-box .chat-input {
	width: 90%;
	margin: 10px auto 5px;
	border: solid 1px #55b2c5;
	border-radius: 10px;
	font-size: 1.4em;
	padding: 10px;
	box-sizing: border-box;
	transition: 300ms;
	-webkit-transition: 300ms;
	font-weight: 500!important;
	line-height: auto !important;
}

.chat-box .chat-input:hover {
	box-shadow: 0 0 10px #55b2c5
}

.chat-box .chat-input textarea {
	color: #333 !important;
	padding: 2px !important;
	overflow: hidden !important;
	resize: none !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	font-size: 1em !important;
	min-height: 40px !important;
}

.chat-box .close {
	display: block !important;
	text-align: center !important;
	font-size: 1.3em !important;
	padding-bottom: 5px !important;
	letter-spacing: 2px !important;
	color: #b5bab8 !important;
	text-decoration: none !important;
}

.chat-box .close:hover {
	text-decoration: underline
}


/* FACU MODIFICADO (ERA H1) POR COMPATIBILIDAD */

.chat-box span.chat-title {
	font-size: 2em;
	margin: .67em 0
}

.chat-box .chat-header span.chat-title {
	font-weight: 600;
	line-height: 45px;
	color: #fff;
	margin: 0;
	display: inline-block;
	padding-left: 25px;
	font-size: 1.7em;
	transition: 300ms;
	-webkit-transition: 300ms
}

.chat-box .chat-header {
	background-color: #42a933;
	height: 45px;
	position: relative;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	overflow: hidden
}

.chat-box .chat-header span.chat-arrow {
	background-color: #235b1b;
	display: inline-block;
	width: 45px;
	line-height: 55px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0
}

@media(max-width:420px) {
	.chat-box {
		width: 70%;
		right: 20px;
		font-size: 11px
	}
	.chat-box.position-left {
		right: auto;
		margin-left: 20px;
	}
	/** FACU QUITADO .chat-box.responsive{width:100vw;height:100%;box-sizing:border-box;padding-bottom:30px; } **/
	.chat-box.responsive {
		width: 76vw;
		height: 78%;
		box-sizing: border-box;
		padding-bottom: 1px;
	}
	.chat-box.responsive .close {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto
	}
	.chat-box .chat-asesor h2 {
		width: 20%
	}
	.chat-box .chat-text {
		max-height: none;
		height: 50%
	}
	.chat-box .chat-input {
		height: 25%;
		margin-top: 15px;
		position: relative;
		z-index: 5;
		background-color: #fff
	}
	.chat-box .chat-content {
		height: -webkit-calc(100% - 45px);
		height: calc(100% - 45px);
		overflow-y: scroll !important
	}
}

.chat-box div[class*=is-typing-text] {
	padding: 7px 0px 0px 0px;
	font-size: 1.2em;
	max-width: 275px;
	margin-bottom: 10px;
	clear: both;
}

.chat-box .is-typing-text {
	color: #BBB;
	float: left;
}

.is-typing-text {
	color: #BBB;
	float: left;
}

.chat-header span.chat-arrow img {
	width: auto !important;
}


.chat-box .chat-godixital-link-div{
	text-align: center;
}

.chat-box .chat-godixital-link-div a{
	font-size: 11px;
    font-weight: 600;
    color: #555;
}


.chat-box #__custom_question_select__ option {
    color: #333 !important;
}