@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {

    --typography-editorial-title-size: 50px;
    --typography-editorial-title-weight: 700;
    --typography-editorial-title-line-height: 60px;
    /* --lumx-app-width: 100% !important;   */
    --lumx-app-background: #f1f1f1 !important;
    --lumx-typography-custom-title1: "Plus Jakarta Sans", sans-serif;

    /* BUTTONS */
    --lumx-button-border-radius: 30px !important;

    /* TAGS */
    --lumx-tag-list-separator:' ';
    --lumx-tag-border-radius: 15px;
    --lumx-tag-state-default-border-width: 0px;
    --lumx-tag-state-active-border-width: 1px;
    --lumx-tag-state-default-theme-light-color: var(--lumx-color-dark-L2);
    
    /* FORMS */
    --lumx-text-field-input-border-radius: 30px !important;

}


.block-page-preview--theme-light .block-page-preview__tags>span>span {
    border-color: var(--lumx-color-dark-L2) !important;
    padding: 3px 5px !important;
    font-size: 11px !important;
}





/* Body style */
body {
    font-family: "IBM Plex Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;

} 

.instance-logo {
    height: 30px !important;
}

.header .searchbox {
    flex: 1 1;
    max-width: 200px !important;
    min-width: 200px !important;
}

.header--reworked-ui .header-top {
    border-top: 5px solid #911427 !important;
}


.header-main-nav .main-nav {
    box-shadow: none !important;	
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}


/* Widget title style */
.widget-title .widget-title__title {
    font-weight: var(--typography-editorial-title-weight);
    line-height: var(--typography-editorial-title-line-height);
}
.comma{
    display: none !important;
 }

.comma::after{
    /* content: " here's what's happening today!" !important; */
  }

/* Widget list horizontal / grid wo margin */
.widget-content-list--view-mode-horizontal .widget-content,
.widget-community-list--view-mode-grid .widget-content {
    margin: -24px;
}

.block-list {
    --block-list-gap: 5px !important;
    gap: 5px !important;
}

.yellow {
    display: inline;
    background-image: url(https://sites-us.lumapps.com/serve/AMIfv97wUYOvxBruEmE_DTElK2-Gz_1NaTFNMTpUjtoV4jL7PTElluD7UHNU5g2SCy9w0KZqT0MRwlwNE7RDIyubHRliw6gvVFjQIJRsZwVjnOgtqkdWqaEsebR30POIEpu2XFTyx7NayAPU20wM3zWf1bbUMRspnu_iIztnAG1YSRrIBeCwzeE3QB4huI2QnHgMbDu4BRvZ_U3tjekWfG0SVtfxpxYoHG0YQ29ZOssPNf7bmyx4ZTTg9YV0Z0lwuBDYpqOqHkiUApvAeXMQN6SRuWBgovqGIA/yellow-back.png);
    background-repeat: repeat-x;
    background-position: center center;
}

.block-title {
    font-size: 42px !important;
}
/* .widget--tips-title {
    font-size: 42px !important;
    line-height: 36px !important;

} */

 .widget--community-title .theme-lumapps .widget-title--in-community .widget-title__input, .theme-lumapps .widget-title--in-community .widget-title__title {
  font-size: 48px !important;
} 

/* HIDE TOP NAV ICONS */

[data-id="lumapps-resource-center"]  {display:none !important;}


/* NEW SPEAKERS CORNER */

.widget--speakers-new .lumx-slideshow-item-group {
    height: 450px !important;
}

.widget--speakers-new .block-slideshow--grouped .block-slideshow__item-wrapper, .block-slideshow--ungrouped .block-slideshow__item-wrapper {
    padding: 0 !important;
}
.widget--speakers-new .lumx-thumbnail__background {
	height: 450px !important;
	background-color: #000000 !important;
}

.widget--speakers-new .block-page-preview__content {
    bottom: 200px !important;
	padding: 0 15px;
}

.widget--speakers-new .lumx-thumbnail__image {
    opacity: 0.7 !important;
}

.widget--speakers-new .lumx-user-block__avatar {
    display: none !important;
}

.widget--speakers-new  .block-page-preview__title {
    word-break: break-word;
    line-height: 24px !important;
}

.widget--ama-title .block-title {
    font-size: 14px !important;
    font-weight: normal !important;

}

.widget--convenios .block-grid__item {
    border: 1px solid var(--lumx-color-dark-L5) !important;
    border-radius: 20px !important;
    padding: 15px !important;

}

.widget--convenios .lumx-thumbnail__image {
    background-size: contain !important;
    aspect-ratio: unset !important;
}

.widget--convenios  .lumx-thumbnail--aspect-ratio-horizontal:not(.lumx-thumbnail--fill-height) .lumx-thumbnail__image {
        aspect-ratio: unset !important;
}

.widget--convenios .block-grid__item {
    display: flex !important;
    align-items: center !important;
}

.widget--top .content-block--default-style.content-block--view-mode-block   {
        background-color:#FDCE93 !important;
        padding: 12px !important;
        border-radius: 0 20px 0 20px !important;
}