.image-logotipo {
	margin-top: 0;
	width: 122px;
	height: 90px;
	object-fit: cover;
}
.menu {
	height: auto;
	padding: 0;
	height: 105px;
	position: fixed;
	z-index: 9;
	width: 100%;
	background: #fff;
	box-shadow: none;
	top: 0;
}
.nav-menu {
	background: #009016;
	padding: 10px 25px;
	box-shadow: 1px 1px 1px #737373;
}
.nav-menu .nav-link {
	color: #fff;
	text-decoration: none;
	transition: 0.5s ease;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.nav-menu .nav-link.active {
	color: #fff;
}
.menu .navbar-toggler {
	max-height: 45px;
}
.menu button.navbar-toggler:focus {
	box-shadow: none;
}
.menu .header {
	width: 100%;
}
/* Banner */
.breadcrumbs-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.breadcrumbs-title{
	font-size: 34px;
  font-weight: 800;
  color: #a9ca19;
}
.breadcrumbs-custom {
	display: flex;
}
.breadcrumbs-custom li{
	list-style: none;
}
.breadcrumbs-link {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
.breadcrumbs-custom .active {
	color: #fff;
	text-decoration: underline;
}
/* Banner */

/* .active{
	border-bottom: 1px solid #000;
	border-width: 10px;
	width: 1px;

	transition: width 2s;
}
.active:hover{
	border-bottom: 1px solid #000;
	border-width: 10px;
	width: 70px;
} */
@media(min-width: 768px) {
	
	.menu {
			padding: 10px 100px;
			height: 105px;
			position: fixed;
			z-index: 9;
			width: 100%;
			background: #fff;
			box-shadow: 1px 1px 5px #cfcece;
			top: 0;
 }
	.menu .header {
			width: auto;
 }
	.nav-menu {
			background: #fff;
			gap: 40px;
			box-shadow: none;

 }
	.nav-menu .nav-link {
			color: #000;
 }
	.nav-menu .nav-link.active {
			color: #000;
 }
 .nav-link.active {
	border-bottom: 4px solid #009016;
}
	.image-logotipo {
			margin-top: 15px;
			width: auto;
			height: 110px;
 }
 .breadcrumbs-title{
		font-size: 40px;
	}
	.nav-link{
		display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
		position: relative;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	}
	.nav-link:hover{
		/* width: 100%; */
	}
	.nav-link:hover .text-menu::before{
		width: 100%;
	}
	.nav-link .text-menu::before{
		content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 2px;
    background: #009016;
    transition: all 0.4s ease-in-out;
	}

}
