footer#colophon h2 {
	color:var(--global-footer-font-color);
}

.footer-site-logo {
	width:auto;
	height:auto;
	max-height:100%;
}

.footer-site-logo a:hover{
	opacity:.75;
}

.no-widgets .site-footer {
	margin-top	:0;
}

.site-name {
	text-transform:uppercase;
	font-weight:var(--global-font-weight-extra-bold);
	background-color: var(--global-color-footer-background);
}

.footer-logo-link {
	display:inline-block;
}

#footer-widgets{
	margin-top:0;
	width:100%;
	max-width:none;    
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer-widgets section h2:first-of-type {
	font-size:24px;
	font-weight:bold;
}

#footer-widgets section h2:first-of-type {
    margin-top: 2.1rem;
    line-height: var(--global-font-size-lg);
}

#footer-widgets .container{
	margin-top:0;
	width:100%;  
	grid-template-columns: 33% 67%;
	display:grid;
	column-gap: var(--global-padding-thirdy-width);
	padding:var(--global-padding-thirdy-height) 0;
}

#footer-widgets a{
	color:var(--global-color-yellow-dark);
	text-decoration:none;
	font-weight:var(--global-font-weight-bold);
	font-size:var(--global-font-size-x);
}

.widget_nav_menu {
	margin:0 !important;
}

#footer-widgets .footer-whatsapp {
	margin:0 0 10px 0 !important;
}

#menu-footer-menu {}

#menu-footer-menu li {
	display:block;
	width:100%;
	line-height:20px;
}

#footer-widgets .footer-whatsapp::before{
	content:'';
	background-image:url(assets/images/ico_wa.png);
	display:inline-block;
	background-size:cover;
	width:17px;
	height:17px;
	margin-right: 5px;
	margin-bottom: -3px;
}

#footer-widgets .wp-block-image{
	text-align:left;
}

#footer-widgets .third .wp-block-group__inner-container > p:not(.footer-whatsapp) {
	display:none;
}

#footer-widgets .footer-local-contacts h3 {
	text-transform: uppercase;
	font-size:var(--global-font-size-base);
	line-height:var(--global-font-size-sm);
	font-weight:bold;
	color:black;
}

#footer-widgets .footer-local-contacts p {
	font-size:var(--global-font-size-x);
	line-height:var(--global-font-size-sm);
	color:black;
}

#footer-widgets .signature-reference {
	font-size:var(--global-font-size-base);
	line-height:var(--global-font-size-lg);
}

#footer-widgets .signature-reference a {
	font-size:var(--global-font-size-sm);
	width:100%;
	display:inline-block;
}

#footer-widgets .signature-reference a:hover {
	color: var(--global-footer-font-color);
	font-family: var(--footer--font-family);
	opacity:.75;
}

footer#colophon{
	background:var(--global-color-footer-background);
	color: var(--global-footer-font-color);
	font-size: var(--footer--font-size);
	line-height: var(--footer--line-height);
	width:100%;
	min-height: 20vh;
	max-width:none;
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	padding:0;
	position: relative;
}

.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

footer#colophon .widget-area {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding-bottom: calc(var(--global--spacing-vertical) / 3);
}


footer#colophon a:hover {
	color:var(--global-font-light-color-hover);
}

footer#colophon a.sitename {
	text-align:left;
}

footer#colophon .powered-by a {
	text-align:right;
	font:var(--global-primary-font);
	color:var(--global-font-light-color);
	width:100%;
}

footer#colophon .powered-by a:hover {
	color:var(--global-font-light-color-hover);
}

footer#colophon .site-footer{
	width:100%;
	height:100%;
	min-height: 20vh;
	max-width:var(--global-primary-width);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
	padding: var(--global-padding-primary-height) var(--global-padding-primary-width);
	padding-right:0;
}

footer#colophon > .site-info-container {
	background: var(--global-color-second-gray);
	padding: var(--global-padding-thirdy-height) var(--global-padding-primary-width);
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
}

footer#colophon > .site-info-container > .site-info {
	max-width:var(--global-primary-width);
	width: 100%;
	margin: 0;
	border: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: var(--global-padding-thirdy-height) var(--global-padding-primary-width);
}

footer#colophon > .site-info-container > .site-info .copyright {
	text-align:left;
	color:var(--global-font-light-color);
	font:var(--global-font-footer);
}

footer#colophon > .site-info-container > .site-info > .copyright a{
	display:inline-block;
	width:100%;
}

footer#colophon .wp-block-group.linkedin .wp-block-group__inner-container{
	display:flex;
	flex-direction:row;
	gap: var(--global-padding-thirdy-width);
	align-items: center;
	justify-content: start;
}

footer#colophon .wp-block-group.linkedin .wp-block-group__inner-container > * {
	margin:0;
	display: inline-block;
	line-height: var(--global-font-size-sm);
	font-size: var(--global-font-size-sm);
	color:var(--global-footer-font-color);
}

footer#colophon .wp-block-group.linkedin .wp-block-group__inner-container > *:hover {
	opacity:.75;
}

body.contacto .contacto-footer{
	background-color:#d4d4d4;
	padding:var(--global-padding-primary-width);
}

body.contacto .contacto-footer .alignfull {
	max-width:var(--global-thirdy-width);
	padding:var(--global-padding-primary-width);
}

body.contacto .contacto-footer .wp-block-columns.alignfull .wp-block-column p,
body.contacto .contacto-footer .wp-block-columns.alignfull .wp-block-column h5:not(.has-background){
	margin:0;
	padding:0;
	margin-bottom:5px;
}

body.contacto .contacto-footer .wp-block-columns.alignfull .wp-block-column .column-1 figure{
	margin-top:10px;
}

body.contacto .contacto-footer .wp-block-columns.alignfull .wp-block-column p.wa {
	padding-left:20px;
	background-image:url('assets/images/ico_wa_gris.png');
	background-position:left bottom;
	background-size:auto 14px;
	background-repeat:no-repeat;
	display:inline-block;
}

body.contacto .contacto-footer .wp-block-columns.alignfull .wp-block-column h5:not(.has-background){
	text-transform:uppercase;
	font-weight:var(--global-font-weight-bold);
}

#nqv-back-to-top-button-container {
	position:absolute;
	z-index:998;
	bottom:100px;
	right:40px;
	width:40px;
	height:40px;
	text-align: center;
	background-color: var(--global-primary-color);
	line-height: 35px;
	display: inline-block;
	position:fixed;
	opacity:.5;
}

#nqv-back-to-top-button-container:hover {
	opacity:1;
	cursor:pointer;
}

#nqv-back-to-top-button {
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#nqv-back-to-top-button-container.hidden {
	display:none;
}

#nqv-back-to-top-button-container.absolute {
	position:absolute;
}

#nqv-back-to-top-button .dashicons {
	vertical-align: middle;
}