/*
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 h1{
	line-height: 58px
}
.theme-bioxnet-child h2{
	line-height: 50px
}
.theme-bioxnet-child h3{
	line-height: 44px
}
.theme-bioxnet-child h4{
	line-height: 38px
}
.theme-bioxnet-child h5{
	line-height: 34px
}
.theme-bioxnet-child h6{
	line-height: 32px
}

@media (min-width: 959px) {
    .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: #000;
		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: 22px 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 h1{
		font-size:44px;
		line-height: 48px;
		word-break: keep-all;    
        line-break: strict;
	}
	.theme-bioxnet-child h2{
		font-size:40px;
		line-height: 44px;
		word-break: keep-all;    
        line-break: strict;
	}
	.theme-bioxnet-child h3{
		font-size: 36px;
		line-height: 40px;
		word-break: keep-all;    
        line-break: strict;
	}
	.theme-bioxnet-child h4{
		font-size: 32px;
		line-height: 36px;
		word-break: keep-all;    
        line-break: strict;
	}
	.theme-bioxnet-child h5{
		font-size: 28px;
		line-height: 32px;
		word-break: keep-all;    
        line-break: strict;
	}
	.theme-bioxnet-child h6{
		font-size: 24px;
		line-height: 28px;
		word-break: keep-all;    
        line-break: strict;
	}
}
@media screen and (max-width: 682px) {
	.theme-bioxnet-child h1.titulo-nivel{
		font-size: 32px;
        line-height: 36px;
        padding: 14px 10px 14px 10px !important;
	}
}


