/* whatsapp */
	.btn__ws{
		background: none;
		width: 150px;
		height: 50px;
		display: flex;
	 	filter: drop-shadow(0px 0px 5px green);
		position: fixed;
		bottom: 80px;
	}
	.btn__ws--cuadro{
		width: 0.5rem;
		height: 50px;
		background: green;

	}
	.btn__ws a{
		border: 5px solid green;
		border-radius: 0px 20px 20px 0px;
		display: flex;
		justify-content: left;
		align-items: center;
		text-decoration: none;
		font-size: 1.2rem;
		font-family: arial;
		width: 15rem;
/*		height: 60px;*/
/*		padding: 0px 0px 0px 10px;*/
		background: white;

	}
	.btn__ws img{
		height: 2rem;
		margin: 0.5rem;
		filter: drop-shadow(0px 0px 3px black);

	}
/*contactos*/
.contac__container{

}
.contac__container h2,h3{
	color: white;
	text-align: center;
	margin-bottom: 20px;
}
.contac__vendedor{
	background-color: rgba(200, 200, 200, .3);
	color: white;
	width:300px;
/*	height: 50px;*/
	border-radius: 20px;
/*	border: 2px solid green;*/
/*	display: flex;*/
	align-items: center;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
}
.contac__vendedor a{
	display: flex;
	color: white;
}
.contac__vendedor img{
	margin-left: 10px;
}
.contac__datos{
	margin: auto;
	text-align: center;
}

/*verical*/
	@media screen and (height <= 500px){
		.contac__container{
			margin-bottom: 80px;
		}

	}