 .container-header-sac {
	 max-width: 75rem;
	 height: auto;
	 margin: 0 auto;
	 padding: 0 1.25rem;
}
 .brand-header-sac {
	 font-family: inherit;
	 font-size: 1.4rem;
	 font-weight: 500;
	 line-height: 1.25;
	 letter-spacing: -1px;
	 text-transform: uppercase;
	 color: #6C55F9;
	 align-self:center;
}
 .header-header-sac {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: auto;
	 z-index: 100;
	 margin: 0 auto;
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	 background-color: #fafafa;
}
 .wrapper-header-sac {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 column-gap: 1rem;
	 row-gap: 2rem;
	 width: 100%;
	 height: 4.5rem;
	 margin: 0 auto;
}
 @media screen and (max-width: 1040px) {
	 .navbar-header-sac {
		 position: fixed;
		 top: 0;
		 left: -100%;
		 width: 75%;
		 height: 100%;
		 z-index: 10;
		 opacity: 0;
		 overflow-y: auto;
		 visibility: hidden;
		 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
		 background-color: #fafafa;
		 transition: all 0.5s ease;
	}
	 .navbar-header-sac.active {
		 left: 0rem;
		 opacity: 1;
		 visibility: visible;
	}
}
 .menu-item-header-sac {
	 position: relative;
	 display: inline-block;
	 margin-left: 1rem;
}
 .menu-link-header-sac {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 column-gap: 0.25rem;
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: inherit;
	 cursor: pointer;
	 color: #000;
	 transition: all 0.3s ease-in-out;
}

 .menu-link-header-sac:hover {
	 outline: none;
     font-weight:bold;
}
 @media only screen and (min-width: 993px) {
	 .menu-dropdown-header-sac:hover > .submenu-header-sac {
		 display: block;
		 opacity: 1;
		 visibility: visible;
		 transform: translateY(0);
	}
}
 @media only screen and (max-width: 1040px) {
	 .menu-header-sac {
		 width: 100%;
		 height: auto;
		 padding: 1rem 0;
	}
	 .menu-item-header-sac {
		 display: block;
		 margin: 0 auto;
	}
	 .menu-link-header-sac {
		 justify-content: space-between;
		 padding: 0.5rem 1.25rem;
	}
}
 .submenu-header-sac {
	 position: absolute;
	 top: 2.35rem;
	 min-width: 13rem;
	 height: auto;
	 padding: 0 1rem 1rem;
	 opacity: 0;
	 visibility: hidden;
	 transform: translateY(1rem);
	 border-radius: 0 0 0.25rem 0.25rem;
	 border-top: 2px solid #6C55F9;
	 box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	 background-color: #fafafa;
	 transition: all 0.3s ease-in-out;
}
 .submenu-item-header-sac {
	 display: block;
	 margin-top: 0.75rem;
}
 .submenu-link-header-sac {
	 font-family: inherit;
	 font-size: 1rem;
	 font-weight: 500;
	 line-height: inherit;
	 cursor: pointer;
	 color: #000;
	 transition: all 0.35s ease;
}
 .submenu-link-header-sac:hover {
	 outline: none;
	 color: #6C55F9;
}
 @media only screen and (max-width: 1040px) {
	 .submenu-header-sac {
		 position: relative;
		 top: -0.5rem;
		 padding-left: 2.5rem !important;
		 width: 100%;
		 max-height: 0;
		 padding: 0px;
		 border: none;
		 outline: none;
		 opacity: 1;
		 overflow: hidden;
		 visibility: visible;
		 transform: translateY(0px);
		 box-shadow: none;
		 background: transparent;
	}
}
 .burger-header-sac {
	 position: relative;
	 display: none;
	 cursor: pointer;
	 user-select: none;
	 width: 1.75rem;
	 height: 1rem;
	 opacity: 0;
	 visibility: hidden;
	 background: transparent;
}
 .burger-line-header-sac {
	 position: absolute;
	 display: block;
	 left: 0;
	 width: 100%;
	 height: 2px;
	 opacity: 1;
	 border: none;
	 outline: none;
	 background: #000;
}
 .burger-line-header-sac:nth-child(1) {
	 top: 0px;
}
 .burger-line-header-sac:nth-child(2) {
	 top: 0.5rem;
}
 .burger-line-header-sac:nth-child(3) {
	 top: 1rem;
}
 @media only screen and (max-width: 1040px) {
	 .burger-header-sac {
		 display: block;
		 opacity: 1;
		 visibility: visible;
	}
}
 .overlay-header-sac {
	 position: fixed;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 z-index: 9;
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.35s ease-in-out;
	 background-color: rgba(0, 0, 0, 0.65);
}
 @media only screen and (max-width: 1040px) {
	 .overlay-header-sac.active {
		 display: block;
		 opacity: 1;
		 visibility: visible;
	}
	.flecha-abajo-menu {
	    display:none;
	}
}

.logo-header-sac{
    width:235px;
    height:27px;
    vertical-align:middle;
}

ul.submenu-header-sac {
    margin: 0 !important;
}
ul#menu-header-sac {
    margin: 0 !important;
}