.abaSemestre .elementor-toggle-title {
    font-size: 20px;
}
.abaSemestre .botoes {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.abaSemestre .botoes a {
    display: inline-block;
    background: #001489;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 25px;
    width: 240px;
    text-align: center;
    line-height: 19px;
    font-size: 15px;	
    margin: 0px 15px;	
    transition: background 1s;
}
.abaSemestre .botoes a:hover {
    background: #00A0E6;
}

.single-produtos .product-nav{ overflow:hidden !important; }
.single-produtos .product-nav .slick-track {
    display: flex;
}
.single-produtos .slider.slider-product {
    overflow: hidden !important;
}

.empresa-menu { display: none; width: 100%; height: 100vh; padding: 20px 100px; transition: all 0.5s; background-color: #FFF; }
.empresa-menu .horizontal-item { width: 110px; padding: 0px 20px; }
.empresa-menu a { font-family: 'LibelSuitRg'; font-size: 25px; color: #001489; text-transform: uppercase; font-style: italic; letter-spacing: 1x; }
.empresa-menu .menu-item { cursor: pointer; text-align: left; border-bottom: 2px solid #efefef; width: 100%; padding: 15px 0; margin: 0 20px; }

.empresa-menu div#close-menu-empresa {
    position: absolute;
    right: 186px;
    width: fit-content;
    margin-top: 35px;
}
.empresa-menu nav{ 
    display: block; width:50%; }


.elementor-element-8987540 article img,.tax-categoria_produtos .elementor-posts article img,.slider .slider-item .category-image img{
    mix-blend-mode: darken !important;
}


/* FOOTER */
.selosRodape .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline;
}
.selosRodape .elementor-widget-wrap .elementor-element {
    width: fit-content;
}
.selosRodape .elementor-widget-wrap .elementor-element:first-child {
    margin-right: 60px;
}

/* MOBILE */
@media (max-width: 767px) {	
.abaSemestre .botoes {
    flex-direction: column;
    align-items: center;
}
.abaSemestre .botoes a {
    padding: 8px 10px;
    border-radius: 22px;
    width: 220px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px 5px;
}	
	
	.lang-item img {
    width: 16px !important;
    height: 11px !important;
    transform: none !important;
}
}