.body{
	background: none;
}

.chat {
    z-index: 1999999;
    background-color: transparent;
    border: none;
    width: 125px;
   /* max-width: 360px;*/
    max-width: 400px;
    position: fixed;
    right: 3px;
    bottom: 102px;
    width: 100%;
    transition: width 10s;
    transition: all 300ms ease-out;
}


.chat2 {
    z-index: 1999999;
    background-color: transparent;
    border: none;
    width: 125px;
   /* max-width: 360px;*/
    max-width: 70%;
    position: fixed;
    right: 3px;
    bottom: 102px;
    width: 100%;
    transition: width 2s, height 4s;
   /* height: 45%;*/
    transition: all 300ms ease-out;
}

.img-chat {
    z-index: 1999999;
    background-color: transparent;
    border: none;
    width: 125px;
    max-width: 360px;
    position: fixed;
    right: 3px;
    bottom: 0px;
}

#texto-cerrado{
    text-align: center;
    color: #1E395C;
    background-color: #fff;
    border: 2px solid #1E395C;
    width: 157px;
    font-size: 15px;
    border-radius: 11px;
    position: fixed;
    right: 3px;
    bottom: 80px;
    cursor: pointer;
}

.tittle_chat{
	padding: 4px 0px 4px 0px;
    background: #1E395C;
    border-top-left-radius: 10px;
}

.tittle_chat1{
	padding: 4px 0px 4px 0px;
    background: #1E395C;
    border-top-right-radius: 10px;
}

.tittle_form{
    padding: 4px 0px 4px 0px;
    background: #1f59a5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.btn-form{
    background: #1f59a5;
    color: white;
}

.radius{
	border-radius: 10px;
}

.cursor{
	cursor: pointer;
}

.btn-fir{
	background: #1E395C;
	color: white;
}

.msg_bot{
	background: #013963;
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    max-width: 95%;
}

.msg_user{
	background: #3677a7;
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 95%;
}

.msg_hr{
	font-size: 9px;
	width: 100%;
	text-align: right;
}

.div_cont{
    height: -webkit-fill-available;
    max-height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.img_chat{
	width: 136px;
}

