* {
  box-sizing: border-box;
}
.mywhatsapp{
    font-size:1.25em;
	margin-top:14px;
}
.iconchat {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 16px;
	right: 16px;
	background-color: #128c7e;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	z-index: 1000;
}
.iconfadeout{
	color:white;
}
.fa-paper-plane{
	margin:18px 5px 0 0;
}
#bubble
{
	width:64px;
	vertical-align:middle;
	margin-left:0.5em;
}
.c_h1 {
	font-size: 1.5em;
	text-align: center;
	color: white;
	padding-block-start: 0.5em;
}
span {
	font-size:16px;
}
.containerbot
 {
	display:none;
	background: linear-gradient(#128c7e,#FFFFFF);
	width:300px;
	height:300px;
	border-radius: 10px;
	position:fixed;
	bottom:4em;
	right:.8em;
	z-index:1000;
}
.chat {
	height:250px;
	width: 100%;	
	
} 
#send{
	width:16px;	
	position:absolute;
	left:270px;
	top:315px;
} 

#input { 
	width:100%;
	border:1px solid black; 
	padding: 1em;
	margin:0 0 1em 0;
	height:50px;
}
#input:focus {
	outline: none;
}
.messages {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: 100%;
	width: 300px;
	background-image: url("../img/fondo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
	padding:0.5em;
	border-top: 1px solid black; 
	border-left: 1px solid black; 
	border-right: 1px solid black; 

}
.messages::-webkit-scrollbar {
    display: none;
}
.messages{
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#bot {
	margin-left: auto;
}

.bot {
	font-family: Arial;
}

.avatar {
	height:20px;
	margin-right:0.5em;
}

.response {
	background-color:#dcf8c6;
	display: flex;
	border-radius: 10px;
	margin-block-end:1em;
	padding:0.5em;
}
.favDialog{
	width: 90%;
	max-width: 500px;
}
.registro,.registro:hover{
	height: 50px;
	width: 100%;
	background: #001833;
	color: white;
	border: #001833;
}
button:focus {
  outline: none;
}