.logo img {
    height: 80px !important;
}
#sp-header {
    height: 100px !important;
}
#sp-header .logo {
    height: 100px;
}
@media (max-width: 991px) {
#sp-header .logo {
    height: 80px;
}
#sp-header {
    height: 100px !important;
}
}
.body-innerwrapper {
    overflow: hidden !important;
}
#sp-header {
    background: transparent !important;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    box-shadow: none !important;
    animation: none !important;
}

#sp-header.header-sticky {
    /*background: rgba(27,35,97,.85) !important;*/
    background: rgba(255,255,255,.9) !important;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    backdrop-filter: blur(10px);
}
#sp-main-body {
    margin-top: -80px !important;
}



.burger-icon>span {
    background-color: #8dc541 !important;
}
.header-sticky .burger-icon>span {
    /*background-color: #252525 !important;*/
}


.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    font-weight: bold !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 5px !important;
}


.offcanvas-menu {
    background-color:  #1c2c40 !important;
    color: #8dc541 !important;
    border-left: 25px solid #8dc541 !important;
}
.offcanvas-menu a {
    color: #FFFFFF !important;
}
.offcanvas-menu .logo-image {
    filter: unset !important;
}
.offcanvas-active .close-offcanvas .burger-icon>span {
    /*background-color: #252525 !important;*/
}


.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid #1CAEFF !important;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
    padding: 15px 0px 15px 0px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 24px !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
}


.offcanvas-menu .logo-image {
    margin-top: 40px !important;
}

.grecaptcha-badge {
    display: none !important;
}

.article-intro-image {
    display: none !important;
}
.article-header h2 {
    font-size: 52px !important;
}
.article-header h2 a:hover {
    color: #C6C6C6 !important;
}
.article-info {
    border-top: 1px solid #EBEBEB !important;
    padding-top: 10px !important;
    border-bottom: 1px solid #EBEBEB !important;
    padding-bottom: 10px !important;
}
.article-list .article {
    border: none !important;
}
.article-list .article .readmore {
    /*font-size: 20px !important;
    font-weight: 800 !important;
    background: #f6f602 !important;
    padding: 5px 15px 5px 15px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;*/
    margin-top: 35px !important;
}
.article-list .article .readmore a:hover {
    background: #252525 !important;
    color: #f6f602 !important;
}
.article-list .article .readmore a {
    font-size: 20px !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background: #f6f602 !important;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px !important;
    margin-top: 35px !important;
    cursor: pointer !important;
}
.article-header h1 {
    font-size: 52px !important;
}
.article-ratings-social-share {
    display: none !important;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li:hover>a {
    color: #1c2c40 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #1c2c40 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

/* EFEITO DE ITEM DE MENU */

.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > span:before {
 content:"" !important;
 position: absolute !important;
 bottom: 12px !important;
 width: 0 !important;
 height: 2px !important;
 background: #8dc541 !important;
 transition: .3s ease-in-out !important;
}
.sp-megamenu-parent > li:hover > a::before {
  width: 50% !important;
  background: #8dc541 !important;
}
.sp-megamenu-parent > li.active > a::before {
  /*width: 40px !important;
  background: #8dc541 !important;*/
}

/* EFEITO DE ITEM DE MENU */

.bt-oculto {
   display: none !important;
}


.wc_whatsapp {
    width: 60px !important;
    height: 60px !important;
}
.wc_whatsapp::before {
    height: 50px !important;
}

#sp-cookie-consent.position-bottom_left,
#sp-cookie-consent.position-bottom_right {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

#sp-cookie-consent.position-bottom {
	left: 10% !important;
	width: 80% !important;
	margin: auto !important;
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%) !important;
    border-radius: 5px !important;
    margin-bottom: 20px !important;
}