/* INICIO LINKS CONTACTO */

.contenedorLinksContacto {
	display:flex;
	top: 75px;
	position:absolute;
	right:0;
	flex-direction: row;
	align-items:center;
	justify-content:space-evenly;
	width:120px;
	height:40px;
	background:rgba(0,0,0,.7);
	backdrop-filter: blur(1.5px);
	z-index:800;
}

.linkContacto img {
	width:20px;
}

.linkContacto {
	transition:transform ease-in-out .1s;
}

.linkContacto:hover {
	transform:scale(1.2);
}
.whatsapp{
    width: 80px;
    background-color: #25d366;
    height: 80px;
    border-radius: 50%;
    color: white;
    font-size: 3.6rem;
    margin:auto;
    transform: scale(0.6);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 2%;
    right: 5px;
    z-index: 99;
}
.whatsapp a {
	font-size: 100%;
	color: white !important;
	margin-left: 14px;
}
@media screen and (min-width:992px) {
	.contenedorLinksContacto {
		width: 150px;
		height: 50px;
		padding-top: 2px;
	}

	.linkContacto img {
		width:30px;
	}
}

@media screen and (min-width:1680px) {
	.contenedorLinksContacto  {
		flex-direction:column;
		top:calc(var(--alturaBarraNavegacion) + 12px);
		width:58px;
		height:200px;
		padding-top:0;
	}
}

/* FINAL LINKS CONTACTO */
