/*
Theme Name:  Bioxnet Theme Child
Description: Child theme for Bioxnet Theme
Template:   bioxnet
Text Domain: bioxnet-child
Version: 1.0
*/
header.is-sticky{
 background-color: rgba(255, 255, 255, 0.8);
}
ul.wp-block-list {
  list-style: disc;
  margin-left: 16px !important;
}

.menu-top.wp-block-navigation .menu-top li a{
	color: inherit;
}
.menu-top.wp-block-navigation .menu-top li a:hover{
	color: var(--wp--preset--color--custom-color-1);
}

.theme-bioxnet-child .navigation-item-logo a img {
    max-width: 120px;
    height: auto;
}
.theme-bioxnet-child  .menu-close{
	background-color: var(--wp--preset--color--custom-color-2);
	color:  var(--wp--preset--color--custom-color-1)
}

.theme-bioxnet-child .has-small-font-size{
	line-height: 18px
}
.theme-bioxnet-child .has-medium-font-size{
	line-height: 28px
}
.theme-bioxnet-child .has-large-font-size{
	line-height: 50px
}
.theme-bioxnet-child .has-x-large-font-size{
	line-height: 58px
}

@media (min-width: 959px) {
	.theme-bioxnet-child.header-absoluto header .menu-desktop li a:hover{
		 color: var(--wp--preset--color--custom-color-2);
	}
    .theme-bioxnet-child .menu-desktop li a {
        text-transform: none;
    }
	 .theme-bioxnet-child .menu-desktop li a:hover {
        color: var(--wp--preset--color--custom-color-2);
    }
	.theme-bioxnet-child .menu-desktop li a .wp-block-navigation-item__label{
		position:relative
	}
	.theme-bioxnet-child .menu-desktop li a .wp-block-navigation-item__label:after{
		content: "";
		width: 0;
		height: 2px;
		position: absolute;
		background-color: var(--wp--preset--color--custom-color-2);
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.theme-bioxnet-child .menu-desktop li ul li a .wp-block-navigation-item__label:after{
		display: none !important
	}
	.theme-bioxnet-child .menu-desktop li a:hover .wp-block-navigation-item__label:after{
		width: 100%;
	}
	 .theme-bioxnet-child .menu-desktop li ul {
        min-width: 228px;
    }
}
@media (max-width: 958px) {
	.wp-block-group.menu-top{
		display:none;
	}
	.wp-block-bioxnet-boton.btn-discovery-top{
		display:none;
	}
	.theme-bioxnet-child .menu-toggle {
	    margin: 0 0 0 0;
	}
	.theme-bioxnet-child .menu-toggle span, .theme-bioxnet-child .menu-toggle span:before, .theme-bioxnet-child .menu-toggle span:after{
		height: 2px;
	}
	.theme-bioxnet-child .menu-toggle.menu-toggle-bg span{
		top: 20px;
	}
	.theme-bioxnet-child .menu-toggle.menu-toggle-bg span::before {
        margin-top: -8px;
    }
	.theme-bioxnet-child  .menu-toggle.menu-toggle-bg span:after {
        margin-top: 8px;
    }
	.theme-bioxnet-child .has-small-font-size{
		line-height: 18px;
		font-size:13px !important
	}
	.theme-bioxnet-child .has-medium-font-size{
		line-height: 24px;
		font-size:20px !important
	}
	.theme-bioxnet-child .has-large-font-size{
		line-height: 40px;
		font-size:36px !important
	}
	.theme-bioxnet-child .has-x-large-font-size{
		line-height: 46px;
		font-size:40px !important
	}
}
@media screen and (max-width: 682px) {
	.theme-bioxnet-child h1.titulo-nivel{
		font-size: 32px;
        line-height: 36px;
        padding: 14px 10px 14px 10px !important;
	}
}