.Footer__footerBg  { 
  	display:none;
}
.Header__name{
	display:none;
}
/*header*/
.Header__navbar{
	padding-bottom: 0px!important;
}
.btn-header{
    background: #24AE5B;
    padding: 9px 30px;
    border-radius: 3px;
    border: 0;
  	color:#fff;
  	max-width:100%;
}
.Header__tabsTab{
	max-width:100%;
}
.btn-header:hover{
    background-color: #22a757;
    border: 0;
}
.Header__tabsTab.Header__active{
  border-bottom-color:#fff;
  max-width:100%;
}
.Header__globalSearchAlt{
    width: 50%;
    margin-left: 17%;
}
.Header__tabsTab.Header__active#portal_tabHome{
	border-bottom-color:#F8F8F8;
}
.AppContainer__breadCrumbsBox.commonStyle__w100per.commonStyle__overHidden li{
  color:#fff;
}

/*hero-search*/
.Header__searchTitle{
	margin-bottom:0;
}
.Header__description{
	margin-top:0;
  	margin-bottom:30px;
}
.SearchContainer__searchIcon.commonStyle__positionRel.commonStyle__cursor.commonStyle__zt3BrandBg{
  	background-color:#2E6DD6;
}
/*card-footer*/
.card#card-footer{
    display: flex; 
    flex-flow: column; 
    align-content: center; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    width: 80%; 
    margin-bottom: 70px; 
    margin-left: auto; 
    margin-right: auto; 
    height: 297px; 
    background-image: url(https://lets.events/l/wp-content/uploads/2023/03/BG-suporte.png); 
    background-size: cover; 
    border-radius: 50px; 
    border: 0
}

#card-footer .card-title{
    color:#FFF; 
    margin-bottom:5px;
    font-style: normal; 
    font-weight: 600; 
    font-size: 30px; 
    line-height: 35px;
}

#card-footer .card-text{
    color:#FFF; 
    margin-bottom:30px; 
    font-weight: 500; 
    font-size: 20px; 
    line-height: 30px;
}

#card-footer .btn{
    font-weight: 500; 
    font-size: 16px; 
    line-height: 19px;
    color: #1E2023; 
    padding: 9px 40px; 
    background: rgb(255, 255, 255); 
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15); 
    border-radius: 5px
}

/*responsive css*/
@media (max-width: 700px){
	.cards{
  		display: flex;
    	justify-content: center;
    	flex-direction: column;
    	flex-wrap: nowrap;
    	align-content: center;
    	align-items: center;
  	}
  	.card{
  		width:90%!important;
  	}
  	.card#card-footer{
        height: 421px;
        background-image: url(https://letsevents.com/pages/wp-content/uploads/2022/10/BG-3.png);
        padding:40px 20px;
  	}
  .Header__container{
    	padding:10px;
  	}
}

/*zoho-css*/
.AppContainer__breadCrumbs.commonStyle__zt3breadCrumbBg{
    background: #0042B2;
}

.Icon__icon.commonStyle__positionRel.commonStyle__verticalMiddle.Icon__small.Icon__brand{
    color:#0042B2;
}

.KbSubCategoryContainer__contentList{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 20px;
  	padding-top: 20px;
}
.Icon__icon.commonStyle__positionRel.commonStyle__verticalMiddle.Icon__XxLarge.Icon__textGreyShade35{
    display:none;
}

.ListHeader__description{
    display:none;
}

.ArticleList__articleListLeftContainer.commonStyle__positionRel{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 20px 25px;
}

.ArticleListRightContainer__rightPanelDetail.commonStyle__rightPanelDetail{
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 20px 25px;
  /* Muda a cor de todos os links nos artigos para azul */
.kb-article-content a {
    color: #0000FF !important;
    text-decoration: underline;
}

/* Muda a cor quando o mouse passa por cima (opcional) */
.kb-article-content a:hover {
    color: #00008B !important;
}

