
#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;
	align-items: center;
	justify-content: center;
	background-color: red;
}
#section-doble-sticky>div>p
{
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 6px;
	width: 100%;

}
#section-doble-sticky .drp-phone
{
	padding: 20px 0;
	flex:1;
	z-index: 4;
}

#section-doble-sticky .svg-logo
{
	transform: translateX(28px);	
}

#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-rigth>button
{
	border: none;
	background-color: #009900;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px;
}

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



