body
{
	padding-top: 20px;
	background-color: #242526;
}
footer
{
	background: #242526;
--	position: fixed;
	bottom: 0;
	width: 100%;
	height: 400px;
}
header
{
	background: #242526;
	position: absolute;
--	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 999;
	overflow: hidden;
	background-image:url('../images/logo_fondo.webp');
}
.columna
{
	width:50%;
	float:left;
}
.btn
{
	background-color: #dde59f;
	width:120px;
	--bs-btn-hover-border-color: #dde59f;
}
.fontawesome::before
{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	color:black;
	font-size: 18px;
}
.social-icon::before
{
    margin-right: 15px;
    font-family: "Font Awesome 5 Brands";
}
.facebook::before
{
    content: "\f09a";
}
.instagram::before
{
    content: "\f16d";
}
.linkedin::before
{
    content: "\f08c";
}
.youtube::before
{
    content: "\f167";
}
.whatsapp::before
{
    content: "\f232";
}
.store::before
{
    content: "\f42a";
	font-size: 16px;
}

