
.nv-navbar, .footer-content-wrap.footer-second-section {
	background-color: #076442;
	border-bottom: none;
}

.site-logo a, .footer-content-wrap.footer-second-section, .footer-content-wrap.footer-second-section a {
	color: #fff;
}

#nv-primary-navigation li a:hover {
	text-decoration: underline;
}

/*Dropdown menu anchor color*/
#nv-primary-navigation .sub-menu li {
	background-color: #076442;
}

.site-logo a:hover, .footer-content-wrap.footer-second-section a:hover {
	text-decoration: underline;
	color: #fff;
}

.elementor-2 .elementor-element.elementor-element-d39c790 .obfx-grid .entry-title.obfx-grid-title a:hover {
	color: #404248;
	transition: 0.3s;
}

.footer-content-wrap {
	border-top: none;
}

footer #menu-main {
	display: flex;
}

footer #menu-main a {
	padding: 15px;
}

footer .ci-socials-ignited {
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	footer .ci-socials-ignited {
	text-align: center;
		padding: 30px 0 0 0;
}
}

.menu-item-nav-search {
display: none;
}

/*Footer: ajuste del logo para mobile*/
@media screen and (min-width: 601px) {
  .footer-logo-mobile {
    display: none !important;
  }
	.footer-logo-desktop {
		width: 60% !important;
	}
}

@media screen and (max-width: 600px) {
  .footer-logo-desktop {
    display: none !important;
  }
	.footer-logo-mobile {
		width: 50% !important;
	}
}


/*Header: nav: ajuste de menu en mobile*/
.header-menu-sidebar-bg {
	background: black !important;
}


/*Industria: tipos de industria*/

.boton-industrias {
  font-size: 1.2em !important;
  text-transform: none !important;
}

.boton-industrias .wp-block-button__link {
	background: white;
	color: #262626;
	font-size: 1em;
	text-transform: none;
	text-align: left;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	border-radius: 300px;
	padding: 8px 18px 8px 18px;
	width: max-content !important;
}

.boton-industrias .wp-block-button__link:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.3) !important;
}

.boton-industrias .wp-block-button {
	margin-right: 8px !important;
	margin-left: 0 !important;
}

.boton-industrias .fas {
  color: #ec8029 !important;
}


/*Scroll smooth para anchor links*/

html {
	scroll-behavior: smooth;
}