/** Header styles */


/** ======== HEADER ============ **/
 /** hamburger aside */
.hamburger.hamburger--aside {
    position: absolute;
    left: 89px;
    top: 34px;
}


.header-conatiner {
    width: 100%;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
	max-width: 100%;
    top: 0;
    padding: 24px;
	position:relative;
	background-position: center;
}

.header-menu__content {
    display: flex;
    justify-content: flex-end;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
	max-width: 140px;
}

.custom-logo.lazy.loaded {
    max-width: 200px;
    position: relative;
}

.text-menu__span{
    color: var(--wp--preset--color--white);
	font-weight: 600;
    font-size: 21px;
}

.menu-activated .text-menu__span{
    color: var(--ast-global-color-5);
    transition: 0.35s;
}


.header-conatiner::before{
	content:'';
	position:absolute;
	background-color: var(--ast-global-color-0);
	opacity:0.85;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.header-menu {
    position: relative;
}


.logo__imagen.lazy {
    max-width: 150px;
}

/** Menui click */

.full-menu {
    left: -110%;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.35s;
}

.full-menu__grid {
    display: grid;
    grid-template-columns: 25% 75%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.full-menu__column {
    position: relative;
    left: -10px;
	height:100%;
	background: #ffffffdb;
}

.menu-activated .full-menu__column{
	left: 0px;
}

.menu-activated .full-menu{
    left: 0%;
}

.full-menu .full-menu--show{
    left: -100%;
}

.full-menu__content {
    height: 100%;
    position: fixed;
    width: 100vw;
}



.full-menu__left {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--ast-global-color-0);
}

.mi-menu-content{
	width:100%;
}

.mi-menu-content a {
    color: var(--ast-global-color-5);
    font-size: 16px;
    position: relative;
    left: 16%;
}

#menu-menu-secundario {
    display: grid;
    grid-template-columns: 35% 25% 16% 23%;
    grid-row-gap: 11px;
}

.secund-menu {
    padding: 39px 0px 49px 49px;
}

.secund-menu a {
    font-size: 15px;
    color: var(--ast-global-color-5);
    position: relative;
}

.secund-menu a::before{
    display: none;
}

.secund-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    left: -20px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--ast-global-color-5);
    clear: both;
    background-color: transparent;
    transform: rotate(-92deg);
}

.secund-menu {
    padding: 39px 0px 49px 49px;
    background-color: var(--ast-global-color-1);
}


/** Main menu details */

.menu-item-has-children>.menu-link::before {
    content: '';
    width: 10px;
    height: 2px;
    background: var(--ast-global-color-6);
    position: absolute;
    top: 50%;
    left: -19px;
    transition: 0.35s;
}

.menu-item-has-children>.menu-link::after {
    content: '';
    width: 10px;
    height: 2px;
    background: var(--ast-global-color-6);
    position: absolute;
    top: 50%;
    left: -19px;
    transform: rotate(90deg);
    transition: 0.35s;
}

.show-sub-menu{
	position:relative;
}

.show-sub-menu::before {
    content: '';
    background: var(--ast-global-color-4);
    width: 100%;
    height: 31px;
    position: absolute;
}



.show-sub-menu.menu-item-has-children>.menu-link::after{
	 transform: rotate(0deg);
}

.sub-menu {
    max-height: 0px;
    overflow: hidden;
    transition: 0.35s;
}

.show-sub-menu>.sub-menu{
    max-height: 1000px;
	overflow: hidden;
}

.show-sub-menu .show-sub-menu {
    background: var(--ast-global-color-3) !important;
	max-height: 1000px;
}

.show-sub-menu .show-sub-menu::before{
	background-color: var(--ast-global-color-0);
}

.sub-menu .menu-item-has-children>.menu-link::after,
.sub-menu .menu-item-has-children>.menu-link::before{
	background: var(--wp--preset--color--custom-page-color);
}
