.content-footer{
	width:100%;
	max-width:none;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	background-color:#222;
}
.site-footer{
	color:#BFBFBF
}
.contenedor-logo-footer{
	max-width:1400px;
	margin:0 auto;
}
.widget-area{
	background-color:#222;
}
.widget-area.enlaces-footer{
grid-template-columns: repeat(4, 1fr)!important;
	max-width:1400px;
}
.enlaces-footer ul li, .enlaces-footer ul li a{
	color:#BFBFBF!important;
	text-decoration:none;
}
.enlaces-footer ul li a:hover{
	color:#ffffff!important;
}
.enlaces-footer ul li{
	padding-bottom:24px;
	font-size:16px;
}
.enlaces-footer ul li:first-child, .widget-area.enlaces-footer h2{
	color:#ffffff!important;
	font-size:18px;
	letter-spacing: 0.32px;
}
.enlaces-footer h2{
color:#808080;
font-size:18px;
letter-spacing: 0.32px;
text-transform:uppercase;}
.widget-area.enlaces-footer .footer-navigation-wrapper li .svg-icon {
    vertical-align: middle;
    fill: #BFBFBF;
}
.widget-area.enlaces-footer .footer-navigation-wrapper li .svg-icon:hover{
	color:#ffffff!important;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{
	background-color:transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{
	background-color:transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
	background-color:transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{
	background-color:transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{
	background-color:transparent;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
	background-color:transparent;
}
.wp-block-social-links .wp-social-link svg {
    width: 1.5em;
    height: 1.5em;
}
.logo-footer{
	padding-top:40px;
	margin-bottom:-20px;
}
footer.site-footer .site-info{
	display:none;
}
.btn-app{
	opacity:0.8;
}
.btn-app:hover{
	opacity:1;
}
.group-btn{
	display:flex;
}
.politicas, .politicas a{
	color:#BFBFBF!important;
	text-decoration:none!important;
	font-size:14px;
}
.politicas a:hover{
	text-decoration:underline;
}
@media (min-width:320px) and (max-width:425px){
	.logo-footer{
	padding-top:40px;
	margin-bottom:0;
	}
}