
#section-doble-sticky
{
	display: flex;
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6;
    flex-wrap: wrap;
    font-family: 'VodafoneRegular', arial, sans-serif;
}

#section-doble-sticky.disabled
{
	display: none;
}

#section-doble-sticky>div
{
	width: 50%;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding:12px;
}
#section-doble-sticky>div>p
{
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#section-doble-sticky .sticky-dark
{
	background-color: #333;
	color: #fff;
}

#section-doble-sticky .sticky-green
{
	background-color: #009900;
}
#section-doble-sticky .sticky-dark a
{
	color: #fff;
}

.sticky-left
{
	
}
.sticky-rigth>button
{
	border: none;
	background-color: #009900;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer.paddingGrow
{
	padding-bottom: 10rem;
}



