/* anuncio-mobile contact */

:root {
  --whatsapp: #4ee45e;
  --rosa-corp: #F39;
}

/* var(--); */

.mob-contact{
	position: fixed;
	bottom:0px;
	left: 0px;
	right: 0px;
	padding: 10px 5px;
	background-color: white;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	width: 100%;
	display: none;
}

@media (max-width: 768px){
	.mob-contact{
		display: block;
	}
	.sticky-wrapper.is-sticky{
		opacity: 0;
		pointer-events: none;
	}
}

	.mob-contact .box{
		width: 100%;
		display: flex; 
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-between;
		
	}
		.mob-contact .box >a{
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			align-content: center;
			flex-direction: row;
			color: white;
			font-size: 13px;
			padding: 10px 10px 8px 10px;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 1px;
			margin: 0px 5px;
		}
		
		.mob-contact .box >a .fa{
			margin-right: 8px;
		}
		
		.mob-contact .box >a.whatsapp{
			background-color: var(--whatsapp);
		}
		
		.mob-contact .box >a.llamar{
			background-color: var(--rosa-corp);
		}



.back-to-top {
    bottom: 70px;
}

footer.bg-footer {
    padding: 40px 0 80px 0;
}




.anuncio__mainBlock .bg-gris .anuncio__info .anuncio__zona > a{
	font-size: 14px;
}