/* Estilos chat GOAD */
.frame {
	position:fixed;
    bottom: 5px;
    right:10px;
    z-index:9999;
    width:300px; /*cambio*/
}

.frame .panel {
	margin-bottom:0;
}

.frame .panel-primary, .panel-primary>.panel-heading {
	background-color:#37a8ec;
	border-color:#37a8ec;
	padding: 2px 10px;
	border-radius: 0;/*cambio*/
    border-top-left-radius: 5px;/*cambio*/
    border-top-right-radius: 5px;/*cambio*/
}

.caja-frame{
    height:86%;
	background:#fff;
	border: 1px solid #eee;
}
.caja-frame > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;background: #fff;
}

.frame-chat { height:235px;}/*cambio*/
#chat-movil {display:none;}
#btn-chat-movil { display:none; }

@media only screen and (max-width:768px) {
    .frame {width:100%; position:fixed; top:0; right:0;height:100%;overflow: hidden;}
	.caja-frame {overflow:hidden;background:#fff url(http://www.goad.cl/informes/chats/crlosheroes/bg-pat4.png) repeat;}
	.frame .panel {
	height: 11%;
    background: #eee;
    color: #555;
    font-size: 19px;
    line-height: 22px;
    padding: 15px 6% 0;
    -webkit-box-sizing:unset;
    box-sizing:unset;
    font-family: 'Poppins', sans-serif;
	}
	.panel-heading2 span {display:block;font-size: 16px;line-height:16px; font-weight:300; color:#777; font-family:'Poppins', sans-serif;}
	.frame .caja-frame2 { height: 465px;}
	.frame .caja-frame .frame-chat {height:100%;overflow: hidden;}
	#btn-chat-movil {display:block; width: 70px; height:70px; position:fixed; bottom: 20px; right:20px; background:#37a8ec url(http://www.goad.cl/informes/chats/crlosheroes/chat.png) no-repeat center center;background-size:60%; border-radius:50%;}
	#iframe-chat {overflow: hidden; height:100%;}
	.cont-frame-e { display:none;}
}

/** Fin estilos chat **/
