input[type="text"][required], 
textarea[required], 
input[type="mail"][required], 
input[type="number"][required], 
input[type="tel"][required], 
input[type="email"][required]{
	background-image: radial-gradient(red 15%, transparent 16%);
	background-size: 1.4em 1.4em;
	background-position: top left;
	background-repeat: no-repeat
}

.whatsapp {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 170px;
	bottom: 30px;
	background-image: url(../images/whatsapp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: none;
	z-index:99999;
}

.whatsapp_horario-atn {
	position: fixed;
	right: 232px;
	z-index: 1000;
	width: auto;
	bottom: 10px;
	background-color: #06bd1c;
	padding: 10px 20px;
	border-radius: .4em;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	color: white;
}

.whatsapp_horario-atn:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left-color: #45bc30;
	border-right: 0;
	margin-top: -14px;
	margin-right: -14px;
}

@media (max-width: 500px) {
 	.whatsapp {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 100px;
		bottom: 30px;
		background-image: url(../images/whatsapp.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: none;
		z-index:99999;
	}
	
	.whatsapp_horario-atn {
		position: fixed;
		right: 162px;
		z-index: 1000;
		width: auto;
		bottom: 10px;
		background-color: #06bd1c;
		padding: 10px 20px;
		border-radius: .4em;
		box-shadow: 0 0 10px rgba(0,0,0,.3);
		color: white;
	}
	
	.whatsapp_horario-atn:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		width: 0;
		height: 0;
		border: 14px solid transparent;
		border-left-color: #45bc30;
		border-right: 0;
		margin-top: -14px;
		margin-right: -14px;
	} 
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}