/* Sticky footer */

.sticky-footer{
	font-family: "Poppins",sans-serif;
	position: fixed;
	bottom: 0;
	padding: 10px 0 !important;
    margin-right: auto;
    margin-left: auto;	
    background-color: #161616;
    z-index: 50;
}

.sticky-footer .container{
	padding: 0 !important;
}

.sticky-footer a{
	text-align: center;
	width: 100%;
	display: inline-block;
}

/* Botón redondeado */

.sticky-footer a.sticky-footer-button{
	font-family: "Poppins", sans-serif;
	padding: 0.5rem 0;
	box-shadow: none;
	border-radius: 6rem;
	opacity: 1 !important;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	text-align: center;
}

	@media only screen and (min-width: 500px) {
		.sticky-footer a.sticky-footer-button{
			width: auto;
			padding: 0.5rem 1rem;
		}
	}

.sticky-footer a.sticky-footer-button span{
	margin: 3px 0;
	display: inline-block;
}

.sticky-footer img{
	max-height: 24px;
	max-width: 30px;
	margin: 0 3px;
}


.sticky-footer p{
	margin-bottom: 0;
}

/* Botón cuadrado */
.sticky-footer a.sticky-footer-button img{
	height: 20px;
	max-height: 20px;
	max-width: 26px;
	margin: 0 3px;
}

.sticky-footer a.sticky-footer-button.boton-footer {
	border-radius: unset;
	height: 30px;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.sticky-footer a.sticky-footer-button.boton-footer:hover {
    text-decoration: none;
}

.sticky-footer a.sticky-footer-button.boton-footer span{
    font-size: 14px;
	margin: 0;
	position: relative;
	top: -2px;
}


.bg-dark a{
	color: #fff;
}

.bg-white a{
	color: #000;
}

/* Margin Footer Prosegur */
@media only screen and (max-width: 768px) {
	footer.footer {
		margin-bottom: 64px !important;
	}
}


