html body{
	background-color:#D7DBD6; 
}  
::selection {
	background: red;
	color: white;
}

/* Para Firefox */
::-moz-selection {
	background: red;
	color: white;
}
.imgFlotante{
	z-index: 199;
	position: fixed;
	bottom:  7px;
	right: 7px;
}                    
.imgFlotante:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);transform:scale(1.05);
}
.closeIcon{
	z-index: 199;
	position: fixed;
	bottom: 100px;
	right: 5px;
	cursor: pointer;
}
.irArriba{
	display: none;
	padding: 16px;
	font-size: 20px;
	color: #fff;
	position: fixed;
	left: 5px;
	z-index: 20;
	cursor: pointer;
	border-radius: 8px;
}
.footer-classic {
	padding: 30px 0;
	background: #404044;
	color: #aab2b9;
	font-size: 16px;
	border-top: 2px solid #D30C06;
}
.fadeInLeft {
	animation-name: fadeInLeft;
}

.row-30 > * {
	margin-bottom: 30px;
}
.footer-classic-title {
	color: #D30C06;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 16px;
	letter-spacing: .15em;
	font-weight: bold;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.accent-link {
	color: #ffffff;
}
.d-inline-block {
	display: inline-block !important;
}
.social-links {
	display: flex;
	margin-left: -15px;
}

ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-classic-aside {
	padding-top: 20px;
	border-top: 2px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-classic-nav-list a {
	color: inherit;
}
.footer-classic-nav-list a:hover {
	color: #D30C06;
	cursor: pointer;
	text-decoration: none;font-weight: bold;
}
.fa {
	color: white;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 20px;
}
.corr:hover{
	color: #D30C06;
}
.espacio{
	margin-left: 30px;
}
.textoDescripcion{
	font-size: 25px;
	font-family: bold;
	color: #aab2b9;
}
.textoDescripcion2{
	font-size: 27px;
	font-family: bold;
	color: #aab2b9;
	text-shadow: -2px 0px 2px #000;
}
#cuerpoPagina{
	width: 87.3%;
	height: 200px;
	background-color: white; 
	border-radius: 3px;
	box-shadow: 0px 5px 20px;
}
#EncabezadoCuerpo{
	width: 100%;
	background-color: #EEEEEE;
	border-bottom: 1px solid rgba(48,38,38,.8);
}
#cuerpo{
	background-image: url('WhatsApp.jpg');
	background-repeat: repeat-x;
	overflow-y: none;
	overflow-x: none;
}			
#PieCuerpo{
	width: 100%;
	background-color: #EEEEEE;
	border-top: 1px solid rgba(48,38,38,.8);;
}
/*#cuerpo::-webkit-scrollbar-track
{
	background-color: rgba(0,0,0,0);
}

#cuerpo::-webkit-scrollbar
{
	width: 12px;
	background-color: rgba(0,0,0,0);
}

#cuerpo::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #B2ABA6;
	}*/
	#Contenido{
		width: 50%;
		max-width: 400px;
		overflow-y: auto;
		overflow-x: none;
		height: auto;
		background-color: rgba(48,38,38,.2);
	}
	#Contenido::-webkit-scrollbar-track
	{
		background-color: rgba(0,0,0,0);
	}

	#Contenido::-webkit-scrollbar
	{
		width: 15px;
		background-color: rgba(0,0,0,0);
	}

	#Contenido::-webkit-scrollbar-thumb
	{
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.8);
		background-color: #EEEEEE;
	}
	.cajaTexto{
		width: 100%;
		background-color: red;
		text-align: left;
	}
	/*------------Propio---------------------*/
	.mensajePropio{
		text-overflow: ellipsis;
		position: relative;
		margin-top: 10px;
		background-color: #DCF8C6;
		font-size: 15px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		-moz-box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		display: inline-grid;
		max-width: 80%;
		margin-right: 20px;
	}
	.mensajePropio:before,
	.mensajePropio:after{
		content: '';
		position: absolute;
		top: 2px;
		left: 100%;
		margin-left: -4px;
		border-top: 5px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 18px solid rgba(0,0,0,0.1);
	}
	.mensajePropio:after{
		border-left: .5px solid rgba(0,0,0,.2);
		border-left: 18px solid #DCF8C6;
	}
	.mensajePropio2{
		text-overflow: ellipsis;
		margin-top: 2px;
		background-color: #DCF8C6;
		font-size: 15px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		-moz-box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		box-shadow: -1px 1px 9px 1px rgba(150,143,136,.8);
		display: inline-grid;
		max-width: 80%;
		margin-right: 20px;
	}
	/*------------Propio---------------------*/

	/*------------Otro---------------------*/
	.mensajeOtro{
		text-overflow: ellipsis;
		position: relative;
		margin-top: 10px;
		background-color: #EEEEEE;
		font-size: 15px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		-moz-box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		display: inline-flex;
		display: inline-grid;
		max-width: 80%;
		margin-left: 20px;
		text-align: right;
	}
	.mensajeOtro:before,
	.mensajeOtro:after{
		content: '';
		position: absolute;
		top: 2px;
		left: 0px;
		margin-left: -15px;
		border-top: 5px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 18px solid rgba(0,0,0,0.1);
	}
	.mensajeOtro:after{
		border-right: 18px solid #EEEEEE;
	}
	.mensajeOtro2{
		text-overflow: ellipsis;
		margin-top: 2px;
		background-color: #EEEEEE;
		font-size: 15px;
		border-radius: 7px 7px 7px 7px;
		-webkit-box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		-moz-box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		box-shadow: 2px 1px 9px 1px rgba(150,143,136,.8);
		display: inline-grid;
		max-width: 80%;
		margin-left: 20px;
		text-align: right;
	}
	/*------------Otro---------------------*/
	.margenTexto{
		font-size: 17px;
		text-align: left;
		margin: 7px 20px 12px 20px;
		font-weight: bold;
		color: #505050;
	}
	.margenTextoRepetido{
		font-size: 17px;
		text-align: left;
		margin: -7px 20px 12px 20px;
		font-weight: bold;
		color: #505050;
		;
	}
	.divisorLineasPropio{

		width: 100%;
		height: auto;
		text-align: right;
	}
	b{
		color: #000000;
	}
	.divisorLineasOtro{
		width: 100%;
		height: auto;
		text-align: left;
	}
	.ultimoMensaje{
		padding-bottom: 10px;
	}
	.iconos{
		font-size: 20px; 
		padding-left: 5px;
	}
	.iconos:hover{
		color: gray;
		cursor: pointer;
	}
	.iconoMicrofono{
		font-size: 25px; 
		margin-left: 5px;
		margin-right: 10px;
		color: black;
		background-color: white;
		border-radius: 100%;
		border-color: white;
		border-width: 5px;
		border-style: solid;
	}
	.iconoMicrofono:hover{
		cursor: pointer;
	}
	.alinearVertical{
		display: flex;
		align-items: center;
	}
	.alinearTodo{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	hora{
		color:#8A8A8A;
		font-size: 12px;
		position: relative;
		margin-left:4px; 
		margin-top: -17px;
		margin-right:4px;
	}
	.separarAlto{
		margin-top: 12px;
		margin-bottom: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#OpcionesUpload{
		background-color: white;
		position: fixed;
		border-radius: 6px;
		z-index: 5;

		left: 50%;
		transform: translateX(-50%);
	}
	#duracion{
		display: flex;
		align-items: center;
		color:black;
		font-size: 20px; 
		padding-left: 5px;
	}
	#cancelar{
		display: flex;
		align-items: center;
		font-weight: bold;
		color:red;
		font-size: 18px; 
		padding-left: 5px;
	}
	@media screen and (max-width:1024px) {
		#Contenido::-webkit-scrollbar
		{
			width: 5px;
			background-color: rgba(0,0,0,0);
		}
		#Contenido::-webkit-scrollbar-thumb
		{
			border-radius: 15px;
			-webkit-box-shadow: inset 0 0 6px rgba(218,218,218,.8);
			background-color: #EEEEEE;
		}

	}

	/*----------------------------------------------------------------------*/

h6.first{
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
textarea {
    /*resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;*/
}