.search-bar {
    display: flex;
}

.search-bar>* {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    height: 60px;
    color: var(--grey-menu);
    background-color: var(--grey-menu-light);
    border: none;
    padding: calc(var(--space-standard) * 2.5) calc(var(--space-standard) * 3.75);
}

.search-bar>input {
    flex: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search-bar>input:focus,
.search-bar>input:focus-visible {
    border: none;
    outline: none;
}

.search-bar>button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

.tag-label {
    font-size: 16px;
    line-height: 20px;
    background-color: var(--grey-menu-light);
    border: none;
    border-radius: 20px;
    padding: 10px 36px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ***** */
/* CARDS */
/* ***** */
.card {
    height: 100%;
    text-align: center;
    border-radius: 40px;
    padding: calc(var(--space-standard) * 4) calc(var(--space-standard) * 4) calc(var(--space-standard) * 5.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 158px 63px rgba(2, 1, 50, 0.01), 0px 89px 53px rgba(2, 1, 50, 0.05), 0px 39px 39px rgba(2, 1, 50, 0.09), 0px 10px 22px rgba(2, 1, 50, 0.1), 0px 0px 0px rgba(2, 1, 50, 0.1);
}

.card .card-ill {
    margin-top: calc(var(--space-standard) * 3.75);
    margin-bottom: calc(var(--space-standard) * 3.75);
}

.card h4 {
    font-weight: 400;
    margin-bottom: auto;
}

.card .card-content {
    margin-top: auto;
}

.card .btn {
    margin-top: calc(var(--space-standard) * 1.75);
}

@media (min-width: 768px) {
    .component-cards .col {
        width: calc(100% / 3);
    }
}

@media (max-width: 767.98px) {
    .glt-archive-rassegne .card,
    .glt-archive-newsletter-glt  .card,
    .glt-archive-podcast .card {
        padding: calc(var(--space-standard) * 6);
    }

    .glt-archive-podcast .podcast-card-img,
    .glt-archive-newsletter-glt .podcast-cards .podcast-card-img,
    .glt-archive-podcast .podcast-cards .podcast-card-img {
        margin-top: calc(0px - var(--space-standard) * 6);
        margin-left: calc(0px - var(--space-standard) * 6);
        margin-right: calc(0px - var(--space-standard) * 6);
        width: calc(100% + var(--space-standard) * 12);
    }
    .glt-archive-rassegne .intro-part-1,
    .glt-archive-newsletter-glt  .intro-part-1,
    .glt-archive-podcast .intro-part-1 {
        padding-bottom: 0;
    }

}

/* ********* */
/* CARDS end */
/* ********* */

/* ********** */
/* EVENTS BOX */
/* ********** */
.event-box {
    height: 100%;
    background-color: var(--white);
    border-radius: 20px;
    padding: calc(var(--space-standard) * 4.5) calc(var(--space-standard) * 4) calc(var(--space-standard) * 6.25);
    display: flex;
    flex-direction: column;
    box-shadow: 0px 158px 63px rgba(2, 1, 50, 0.01), 0px 89px 53px rgba(2, 1, 50, 0.05), 0px 39px 39px rgba(2, 1, 50, 0.09), 0px 10px 22px rgba(2, 1, 50, 0.1), 0px 0px 0px rgba(2, 1, 50, 0.1);
}

.event-box>.row:last-child {
    margin-top: auto;
}

.event-box p {
    flex: 1;
}

@media (max-width: 1023.98px) {
    .component-events-box .col {
        width: 100%;
        flex: 0 0 auto;
    }

}

/* ************** */
/* EVENTS BOX end */
/* ************** */

/* ******* */
/* APP BOX */
/* ******* */
.app-box {
    background: url("../images/bg-app.png") no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    padding: calc(var(--space-standard) * 9) calc(var(--space-standard) * 7) calc(var(--space-standard) * 8) calc(var(--space-standard) * 8.5);
}

.app-box .app-box-title {
    flex: 1;
}

.app-box .app-box-limit-width {
    max-width: 380px;
}

.app-box .app-box-limit-width img+img {
    margin-left: calc(var(--space-standard) * 2);
}

/* *********** */
/* APP BOX end */
/* *********** */

/* ************** */
/* SUPPORT US BOX */
/* ************** */
.support-box {
    background: url("../images/bg-sostienici.png") no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    padding: calc(var(--space-standard) * 9) calc(var(--space-standard) * 7) calc(var(--space-standard) * 8) calc(var(--space-standard) * 8.5);
}

.support-box .support-box-title {
    flex: 1;
}

.support-box .support-box-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.support-box .support-box-cta> :first-child {
    margin-right: calc(var(--space-standard) * 2);
}

/* ****************** */
/* SUPPORT US BOX end */
/* ****************** */

/* **************** */
/* INTRO INNER PAGE */
/* **************** */
.intro-inner-page div.el-rounded {
    padding: calc(var(--space-standard) * 7.5) calc(var(--space-standard) * 10) calc(var(--space-standard) * 4.75);
    display: flex;
    flex-direction: column;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(var(--space-standard) * 4.5);
}

.breadcrumbs li,
.breadcrumbs li a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.breadcrumbs li+li::before {
    content: "/";
    display: inline-block;
    margin-left: calc(var(--space-standard) * 1);
    margin-right: calc(var(--space-standard) * 1);
}

.share-box {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
}

.share-box>*+* {
    margin-left: calc(var(--space-standard) * 5);
}

.share-box ul {
    display: flex;
    margin-top: calc(var(--space-standard) * 1);
}

.share-box ul li+li {
    margin-left: calc(var(--space-standard) * 8);
}

.share-box>span {
    font-size: 17px;
    line-height: 21px;
    margin-top: calc(var(--space-standard) * 1);
}

.custom-content {
    max-width: 1440px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-left: auto;
    margin-right: auto;
}

.custom-content img {
    display: block;
}

.custom-content .col-auto {
    display: flex;
    flex-direction: column;
}

.custom-content .content-wrapper {
    font-size: 16px;
    line-height: 24px;
}

.intro-inner-page .custom-content .content-wrapper {
    justify-content: center;
}

.custom-content .custom-content-descr {
    position: relative;
}

.custom-content .content-wrapper ol, 
.custom-content .content-wrapper ul{
    margin-left: 30px;
}
.custom-content .content-wrapper ol {
    list-style-type: decimal;
} 
.custom-content .content-wrapper ul{
    list-style-type: square;
}

.custom-content .custom-content-descr>div {
    width: 100%;
    height: 100%;
    color: var(--white);
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    padding: calc(var(--space-standard) * 6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    transition: all .3s ease-in;
}

.custom-content .custom-content-descr>div:hover {
    background-color: rgba(0, 0, 0, 0);
}

.custom-content .custom-content-descr>div:hover :not(.btn) {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-content .custom-content-descr>div :not(.btn) {
    color: var(--white);
    transition: all .3s ease-in;
}

.custom-content .custom-content-descr>div .btn {
    display: none;
    margin-top: auto;
}

.custom-content .custom-content-descr>div:hover .btn {
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-iteration-count: 1;
    display: block;
}

.accordion-wrapper .accordion-title {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-wrapper .accordion-title .is-svg {
    transition: all .3s ease-in;
}

.accordion-wrapper .accordion-title.active .is-svg {
    transform: rotate(180deg);
}

.accordion-wrapper .accordion-body+.accordion-title {
    margin-top: calc(var(--space-standard) * 6);
}

.accordion-wrapper .accordion-title .is-svg {
    margin-left: calc(var(--space-standard) * 3);
    flex: 0 0 auto;
}

.accordion-wrapper .accordion-title>* {
    margin-top: calc(var(--space-standard) * 2);
    margin-bottom: calc(var(--space-standard) * 2);
}

.accordion-wrapper .accordion-body {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in;
}

.accordion-wrapper .accordion-content {
    padding-top: calc(var(--space-standard) * 7);
    padding-bottom: calc(var(--space-standard) * 7);
}

@media (max-width: 767.98px) {
    .custom-content {
        width: calc(var(--container-size) + var(--gutter) * 2);
    }

    .intro-inner-page {
        text-align: center;
    }

    .intro-inner-page .custom-content .content-wrapper {
        margin-top: calc(var(--space-standard) * 4);
        margin-bottom: calc(var(--space-standard) * 4);
    }

    .custom-content .custom-content-descr {
        width: calc(100% - var(--gutter) * 2);
        transform: translateX(0) !important;
        padding: 0;
        margin-left: var(--gutter);
        margin-right: var(--gutter);
    }

    .accordion-wrapper .accordion-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .custom-content .custom-content-descr>div .btn {
        margin-bottom: auto;
    }

    .breadcrumbs {
        justify-content: center;
    }

    .share-box>ul {
        margin: 25px calc(var(--space-standard) * 5) 0;
    }

    .share-box>span {
        margin: 25px 0 0;
    }

    .share-box .addtoany_list {
        display: flex !important;
    }

    .accordion-wrapper .accordion-title .is-svg {
        width: 35px;
    }
}

@media (min-width: 768px) {
    .custom-content .img-wrapper {
        width: 50%;
        flex: 0 0 auto;
        padding: 0;
    }

    .custom-content .content-wrapper {
        width: calc(var(--container-size) / 2);
    }

    .intro-inner-page .custom-content .content-wrapper {
        font-size: 20px;
        line-height: 25px;
    }

    .custom-content.left .content-wrapper {
        padding-left: calc(var(--space-standard) * 8);
    }

    .custom-content.right .content-wrapper {
        padding-right: calc(var(--space-standard) * 8);
    }

    .custom-content.right .row {
        justify-content: flex-end;
    }

    .custom-content.right .col-auto:first-child {
        order: 2;
    }

    .custom-content.right .col-auto:last-child {
        order: 1;
    }

    .custom-content.left .col-auto img,
    .custom-content .custom-content-descr:first-child {
        transform: translateX(-16px);
    }

    .custom-content.right .col-auto img,
    .custom-content .custom-content-descr:last-child {
        transform: translateX(16px);
    }

    .share-box {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 1471.98px) {

    .custom-content.right .el-rounded,
    .custom-content .custom-content-descr:last-child .el-rounded {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .custom-content.left .el-rounded,
    .custom-content .custom-content-descr:first-child .el-rounded {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 1439.98px) {
    .intro-inner-page {
        padding-top: calc(var(--space-standard) * 2);
        padding-bottom: calc(var(--space-standard) * 2);
    }

    .page-template-page-app .intro-inner-page,
    .page-template-page-donate .intro-inner-page,
    .intro-inner-page.glt-top-space {
        padding-top: calc(var(--space-standard) * 6);
    }

    .intro-inner-page.glt-top-space {
        padding-bottom: calc(var(--space-standard) * 6);
    }

}

@media (min-width: 1440px) {
    .intro-inner-page {
        padding-top: calc(var(--space-standard) * 6);
        /*margin-top: calc(0px - (var(--nav-height) + var(--space-standard) * 1.5));*/
    }

    .intro-inner-page.glt-top-space {
        padding-top: calc(var(--nav-height) + var(--space-standard) * 1.5 + var(--space-standard) * 6);
        margin-top: calc(0px - (var(--nav-height) + var(--space-standard) * 1.5));
        padding-bottom: calc(var(--space-standard) * 6);
    }

    .custom-content .custom-content-descr>div {
        padding: calc(var(--space-standard) * 11 - 43px);
    }
}

/* ******************** */
/* INTRO INNER PAGE end */
/* ******************** */

/* ******** */
/* CARD CTA */
/* ******** */
.card-cta {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    padding: calc(var(--space-standard) * 16.75) calc(var(--space-standard) * 12);
    position: relative;
}

.card-cta::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.card-cta-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ************ */
/* CARD CTA end */
/* ************ */

/* ******** */
/* SCROLLER */
/* ******** */
.scroller-bounds {
    height: 476px;
    overflow: hidden;
}

.scroller .content-trigger {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    padding: 0 0 18px;
}

.scroller .content-trigger::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--black);
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: opacity .3s ease-in;
}

.scroller .content-trigger.active::before {
    opacity: 1;
}

.scroller .swiper-scrollbar.swiper-scrollbar-vertical, .scroller .swiper-vertical>.swiper-scrollbar {
    width: 1px;
    background-color: black;
    transform: translateX(-3px);
}

.scroller .swiper-scrollbar-drag {
    width: 14px;
    background-color: var(--green);
    border-radius: 20px;
    margin-left: -7px;
}

.scroller-wrapper .arg {
    max-width: 395px;
    display: none;
}

.scroller-wrapper .arg.visible {
    display: block;
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-iteration-count: 1;
}

@media (max-width: 767.98px) {
    .section-scroller .accordion-wrapper .accordion-title {
        text-align: left;
        flex-direction: row;
        justify-content: space-between;
    }

    .section-scroller .col-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .scroller-ill {
        max-width: 240px;
        margin-top: calc(var(--space-standard) * 11);
        margin-bottom: calc(var(--space-standard) * 11);
    }
}

@media (min-width: 768px) {
    .scroller-ill {
        max-width: 35vw;
        margin-top: -270px;
    }
}

/* ************ */
/* SCROLLER end */
/* ************ */

/* ***** */
/* QUOTE */
/* ***** */
.quote {
    max-width: 614px;
    font-size: 18px;
    font-style: italic;
    line-height: 23px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 32px;
    padding-left: 39px;
    margin-top: calc(var(--space-standard) * 4);
}

.quote .quote-bar {
    width: 8px;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .quote {
        font-size: 24px;
        line-height: 30px;
    }
}

/* ********* */
/* QUOTE end */
/* ********* */

/* ********* */
/* MACRO BOX */
/* ********* */
.macro-box .col-auto>* {
    margin-bottom: calc(var(--space-standard) * 5);
}

.macro-box .col-auto> :last-child {
    margin-bottom: 0;
}

.macro-box .col-auto>.btn {
    margin-top: auto;
    align-self: flex-start;
}

@media (max-width: 767.98px) {
    .macro-box .col-auto {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .macro-box .col-auto {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
}

/* ************* */
/* MACRO BOX end */
/* ************* */

/* ******** */
/* CALENDAR */
/* ******** */
.filter-wrapper .nav-to {
    display: none;
}

.filter-wrapper .nav-to.cal-section-active {
    display: flex;
    animation: fadeIn .2s ease-in 0s 1;
}

.clndr .clndr-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: calc(var(--space-standard) * 5);
    border-bottom: 3px solid var(--grey);
}

.clndr .clndr-next-button,
.clndr .clndr-previous-button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.clndr-next-button.inactive, 
.clndr-previous-button.inactive{
    visibility: hidden;
}

.clndr .clndr-next-button .is-svg,
.clndr .clndr-previous-button .is-svg {
    color: var(--grey-menu);
}

.clndr .clndr-previous-button .is-svg {
    transform: rotate(180deg);
}

.clndr .clndr-controls .current-month {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: var(--grey-menu);
}

.clndr .days-of-the-week {
    display: flex;
    align-items: center;
}

.clndr .days-of-the-week .header-day {
    width: calc(100% / 7);
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: var(--grey-menu);
    padding-top: calc(var(--space-standard) * 4.5);
    padding-bottom: calc(var(--space-standard) * 4.5);
}

.clndr .days {
    display: flex;
    flex-wrap: wrap;
}

.clndr .days .day {
    width: calc(100% / 7);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: calc(var(--space-standard) * 1.25);
}

.clndr .days .day::before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: transparent;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.calendar-container .clndr-grid .days .day.eventype-0::before {
    background-color: var(--azure);
}

.calendar-container .clndr-grid .days .day.eventype-1::before {
    background-color: var(--green);
}

.clndr .days .day .day-number {
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index:50;
}

.calendar-container .clndr-grid .days .day.adjacent-month {
    visibility: hidden;
}

.section-filters .filter {
    font-size: 14px;
    line-height: 18px;
    border-radius: 20px;
    padding: 7px 20px;
    align-self: flex-start;
    transition: all .2s ease-in;
}

.section-filters #calendar .d-flex .filter-calendar /*.filter*/ {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.section-filters #calendar .d-flex .filter-calendar .filter {
    width: 150px;/*100px;*/
}
@media (max-width: 1023px) {
    .section-filters #calendar  .d-flex .filter-calendar {
        flex-direction: row;
    }
}

.section-filters .filter.off {
    background-color: var(--grey) !important;
}


@media (max-width: 767.98px) {
    .clndr .clndr-next-button .is-svg, .clndr .clndr-previous-button .is-svg {
        width: 18px;
    }
}

@media (max-width: 1023.98px) {
    .clndr {
        margin-top: 44px;
    }

    .calendar-wrapper>.col {
        flex: 0 0 auto;
    }

    .calendar-wrapper>.col:first-child {
        order: 2;
    }

    .calendar-wrapper>.col:last-child {
        order: 1;
    }
}

@media (min-width: 768px) {
    .clndr .clndr-controls .current-month {
        font-size: 20px;
        line-height: 25px;
    }

    .clndr .days-of-the-week .header-day {
        font-size: 18px;
        line-height: 23px;
    }

    .clndr .days .day .day-number {
        font-size: 18px;
        line-height: 23px;
        z-index:50;
    }
}

@media (min-width: 1024px) {
    .filter-calendar {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
    }
}

/* ************ */
/* CALENDAR end */
/* ************ */

/* ******* */
/* FILTERS */
/* ******* */
.filter-wrapper {
    padding: calc(var(--space-standard) * 7.5) calc(var(--space-standard) * 6.875) calc(var(--space-standard) * 9.5);
    position: relative;
}

.filter-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .2s ease-in;
}

.filter-nav.show-filters {
    margin-top: calc(var(--space-standard) * 10);
}

.filter-nav.show-filters>.filter-nav-trigger {
    display: none;
}

.filter-nav .filter-nav-trigger {
    margin-right: 25px;
}

.filter-nav .field-style>* {
    background-color: var(--grey-menu-light);
    box-shadow: none;
}

#calendar-filter-list {
    width: 100%;
}

#calendar-filter-list>.calendar-go-to {
    position: absolute;
    top: 0;
    right: 0;
}

#calendar-filter-list>.row {
    width: 100%;
}

#calendar-filter-list .col *,
#calendar-filter-list .col-auto * {
    margin: calc(var(--space-standard) * 1) calc(var(--space-standard) * 1);
}

#calendar-filter-list .d-flex {
    flex-wrap: wrap;
}

.filter-nav-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-nav-submit>* {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-no-result {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding-top: calc(var(--space-standard) * 20);
    padding-bottom: calc(var(--space-standard) * 15);
    display: none;
}

.filter-result .el-rounded {
    padding: calc(var(--space-standard) * 6.5) calc(var(--space-standard) * 4.5);
}

.filter-result-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-result-type>div {
    line-height: 20px;
    display: flex;
    align-items: center;
    flex: 1;
}

.filter-result-type .is-svg {
    margin-right: 18px;
    flex: 0 0 auto;
}

.event-img img {
    border-radius: 20px;
}

.filter-result-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 23px;
}

.filter-result-descr {
    margin-top: 50px;
}

.event-info {
    display: flex;
}

.event-info .is-svg {
    display: block;
}

.event-info .event-date-wrapper,
.event-info .event-hour-wrapper {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.event-info .event-date-wrapper>div:not(:first-child),
.event-info .event-hour-wrapper>div:not(:first-child) {
    padding-left: 10px;
    padding-right: 10px;
}

.event-wrapper {
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.event-wrapper .event {
    position: relative;
    z-index: 1;
}

.event-form {
    height: 0;
    transition: all .2s ease-in;
    margin-top: -40px;
}

.event-form.show {
    margin-bottom: -40px;
}

.event-form>form {
    transform: translateY(-100%);
    visibility: hidden;
    transition: all .2s ease-in;
}

.event-form.show>form {
    transform: translateY(0);
    visibility: visible;
}

.filter-result .event-form .el-rounded {
    padding-top: 66px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event-form .form-download-file {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.event-form .form-download-file .is-svg {
    flex: 0 0 auto;
    margin-right: 16px;
}

.event-form .form-dismiss .is-svg {
    transform: rotate(-90deg);
}

.btn-load-more .is-svg,
.btn-load-more-calendar .is-svg,
.btn-load-more-month .is-svg {
    width: 60px;
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    #calendar-filter-list .is-svg {
        width: 20px;
    }

    #calendar-filter-list>.calendar-go-to {
        margin-top: 32px;
    }

    #calendar-filter-list h5 {
        width: 100%;
    }

    #calendar-filter-list .d-flex>* {
        margin-top: 20px;
    }

    .filter-result .el-rounded {
        border-radius: 20px;
    }

    .event-form .form-download-file {
        justify-content: center;
    }

    .filter-result-type div {
        font-size: 14px;
    }

    .filter-result-type .is-svg {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .filter-nav.show-filters {
        margin-top: calc(var(--space-standard) * 5);
    }

    .filter-result .event-form .el-rounded {
        padding-top: 88px;
    }
}

@media (max-width: 1439.98px) {
    .section-filters .field-style>* {
        height: 42px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .filter-nav .filter-nav-trigger {
        order: 2;
        margin-top: 45px;
    }

    .filter-nav .filter-nav-trigger .is-svg {
        width: 32px;
    }

    .filter-nav-submit {
        margin-top: 50px;
        flex: 1;
        order: 2;
    }

    .filter-nav-submit .btn {
        margin-left: auto;
    }

    .filter-nav-submit .remove-filters {
        display: none;
    }

    .filter-nav.show-filters .filter-nav-submit .remove-filters {
        display: block;
    }

    .filter-nav .field-control {
        width: 100%;
        order: 1;
    }

    .filter-nav .btn-large {
        font-size: 13px;
        line-height: 16px;
        min-width: 124px;
        min-height: 37px;
    }

    #calendar-filter-list {
        order: 3;
    }

    .filter-result-title {
        text-align: center;
    }

    .filter-result-intro {
        flex-wrap: nowrap;
        margin-top: 40px;
    }

    .filter-result-intro>.col {
        flex: 1;
    }

    .filter-result-type {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-result-type .is-svg {
        width: 30px;
    }

    .filter-result-type div {
        font-size: 12px;
        line-height: 18px; /*13px*/
        width: 100%;
    }

    .filter-result-type div+div {
        margin-top: 30px;
    }

    .filter-result .filter {
        display: inline-block;
    }

    .filter-result .tag {
        margin-top: 40px;
    }

    .event-info {
        margin-top: 44px;
    }

    .event-info>div {
        width: 50%;
        text-align: center;
    }

    .event-info .event-date-wrapper,
    .event-info .event-hour-wrapper {
        flex-direction: column;
    }

    .event-info .event-date-wrapper>div+div,
    .event-info .event-hour-wrapper>div+div {
        margin-top: 30px;
    }
}

@media (min-width: 1440px) {
    .filter-nav .filter-nav-trigger {
        margin-right: 50px;
    }

    .filter-nav .btn {
        margin-left: 42px;
    }

    .filter-nav .field-control {
        flex: 1;
    }

    .filter-nav.show-filters {
        margin-top: calc(var(--space-standard) * 2);
    }

    #calendar-filter-list>.calendar-go-to {
        top: calc(var(--space-standard) * 2.5);
    }

    .filter-result .el-rounded {
        padding: calc(var(--space-standard) * 6) calc(var(--space-standard) * 12);
    }

    .filter-result-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin-top: 54px;
    }

    .event-img {
        padding-right: 0;
        margin-top: calc(0px - var(--space-standard) * 6);
        margin-right: calc(0px - var(--space-standard) * 12);
    }

    .event-img img {
        border-radius: 34px;
    }

    .event-info {
        flex-direction: column;
        margin-top: 50px;
    }

    .event-info>div {
        width: 100%;
        margin-bottom: 18px;
    }

    .event-info .event-date-wrapper .event-date,
    .event-info .event-hour-wrapper .event-hour {
        min-width: 40px;
    }

    .event-info .event-date-wrapper>div:not(:first-child),
    .event-info .event-hour-wrapper>div:not(:first-child) {
        width: 112px;
    }
}

/* *********** */
/* FILTERS end */
/* *********** */

/* ***** */
/* MODAL */
/* ***** */
.modal {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
}

.modal.visible {
    /* animation: fadeIn .2s ease-in 0s 1; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.fade-in {
    animation: fadeIn .2s ease-in 0s 1;
}

.modal.fade-out {
    animation: fadeIn .2s ease-in 0s 1 reverse;
}

.modal .modal-body {
    max-height: calc(100% - var(--space-standard) * 4);
    width: 90%;
    max-width: 872px;
    border-radius: 25px;
    padding: 55px 35px;
    position: relative;
    overflow: auto;
}

.modal-body .modal-dismiss {
    position: absolute;
    top: 21px;
    right: 15px;
}

.modal-body .modal-ill {
    max-width: 60%;
}

.modal-body .modal-box-bg {
    font-weight: 700 !important;
    border-radius: 10px;
    padding: 15px 20px;
}

.modal-body .modal-msg {
    font-size: 10px;
    line-height: 13px;
    margin-top: 8px;
}

@media (max-width: 767.98px) {
    .modal-body .modal-dismiss {
        width: 28px;
    }
}

@media (min-width: 768px) {
    .modal .modal-body {
        border-radius: 50px;
        /* padding: 110px 180px; */
    }

    .modal-body .modal-dismiss {
        top: 47px;
        right: 65px;
    }

    .modal-body .modal-box-bg {
        border-radius: 20px;
        padding: 30px 40px;
    }

    .modal-body .modal-msg {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }
}

/* ********* */
/* MODAL end */
/* ********* */

/* ******** */
/* PAGE APP */
/* ******** */
.page-app.page-wrapper {
    padding-top: 0;
}

.page-app .page-app-bg {
    background-image: url("../images/bg-app-long.png");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: calc(var(--nav-height) + var(--space-standard) * 1.5);
}

.app-cta-wrapper {
    display: flex;
    flex-direction: column;
}

.common-container {
    padding: calc(var(--space-standard) * 6.875) 10px;
}

@media (max-width: 767.98px) {
    .app-cta-wrapper>.row:first-child {
        order: 2;
    }

    .app-cta-wrapper>.row:last-child {
        order: 1;
    }

    .app-cta-wrapper>.row:first-child> :last-child {
        order: 1;
    }

    .app-cta-wrapper>.row:first-child> :first-child {
        order: 2;
    }
}

@media (min-width: 768px) {
    .common-container {
        padding: calc(var(--space-standard) * 6.875) calc(var(--space-standard) * 11.75);
    }
}

/* ************ */
/* PAGE APP end */
/* ************ */

/* ****** */
/* SLIDER */
/* ****** */
.common-slider {
    --num-el: 1;
}

.common-slider .swiper-slide {
    width: calc(100% / var(--num-el));
}

.common-slider.video-slider {
    margin-left: calc(0px - var(--space-standard));
    margin-right: calc(0px - var(--space-standard));
}

.common-slider.video-slider .swiper-slide {
    padding-left: calc(var(--space-standard));
    padding-right: calc(var(--space-standard));
}

.common-slider .swiper-button-next,
.common-slider .swiper-button-prev {
    width: auto;
    height: auto;
    padding: calc(var(--space-standard) * 2);
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
}

.common-slider .swiper-button-next::after, .common-slider .swiper-rtl .swiper-button-prev::after,
.common-slider .swiper-button-prev::after, .common-slider .swiper-rtl .swiper-button-next::after {
    width: 32px;
    height: 32px;
    content: "";
    background-image: url("../images/arrow-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.common-slider .swiper-button-next.swiper-button-next-indigo::after, .common-slider .swiper-rtl .swiper-button-prev.swiper-button-prev-indigo::after,
.common-slider .swiper-button-prev.swiper-button-prev-indigo::after, .common-slider .swiper-rtl .swiper-button-next.swiper-button-next-indigo::after {
    /*background-image: url("../images/arrow-btn-indigo.svg")!important;*/
    background-image: url("../images/arrow-btn-indigo.png")!important;
}

.common-slider .swiper-button-prev::after, .common-slider .swiper-rtl .swiper-button-next::after {
    transform: rotate(180deg);
}

@media (min-width: 768px) {

    .common-slider .swiper-button-next::after, .common-slider .swiper-rtl .swiper-button-prev::after,
    .common-slider .swiper-button-prev::after, .common-slider .swiper-rtl .swiper-button-next::after {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 1024px) {
    .common-slider.video-slider {
        --num-el: 2;
    }

    .common-slider.video-slider.single-element {
        --num-el: 1;
    }

    .common-slider.video-slider .swiper-wrapper {
        justify-content: center;
    }
}

/* ********** */
/* SLIDER end */
/* ********** */

/* **** */
/* MISC */
/* **** */
.video-sizer {
    height: 0;
    position: relative;
    padding-bottom: calc(9 / 16 * 100%);
}

.video-sizer>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.calculator .table {
    width: 100%;
    margin-bottom: calc(var(--space-standard) * 6);
}

.calculator .table th,
.calculator .table td {
    text-align: center;
    background-color: var(--grey-menu-light);
}

.calculator .table td {
    border-top: 1px solid var(--grey-menu);
}

.calculator .table tr:first-child>th:first-child {
    border-top-left-radius: 10px;
}

.calculator .table tr:first-child>th:last-child {
    border-top-right-radius: 10px;
}

.calculator h4+.table tr:first-child>th:first-child,
.calculator h4+.table tr:first-child>td:first-child,
.calculator h4+.table tr:first-child>th:last-child,
.calculator h4+.table tr:first-child>td:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.calculator .table tr:last-child>td:first-child {
    border-bottom-left-radius: 10px;
}

.calculator .table tr:last-child>td:last-child {
    border-bottom-right-radius: 10px;
}

.calculator h4 {
    color: var(--white);
    background-color: var(--GLT-green);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
}

.calculator .table th,
.calculator .table td,
.calculator h4 {
    padding: calc(var(--space-standard) * 1) calc(var(--space-standard) * 2);
}

.calculator button[type="submit"]:hover {
    color: var(--white);
}

.calculator .voice {
    color: var(--GLT-red);
}

/* NEW */
.past-calendar .component-cards .card {
    text-align: left;
}

.past-calendar .card-title {
    line-height: 20px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-bottom: calc(var(--space-standard) * 2);
}

.past-calendar .card-title .is-svg {
    margin-right: 18px;
}

.past-calendar .card-content-dates {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px;
}

.past-calendar .card-dates {
    color: red;
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    background: #fbebe8;
    border-radius: 10px;
}

.podcast-cards .podcast-card-img {
    width: calc(100% + var(--space-standard) * 8);
    margin-top: calc(0px - var(--space-standard) * 4);
    margin-left: calc(0px - var(--space-standard) * 4);
    margin-right: calc(0px - var(--space-standard) * 4);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
}

.podcast-cards .podcast-card-img .card-ill {
    width: 100%;
    margin-top: 0;
}

.podcast-cards .card {
    align-items: flex-start;
}

.podcast-cards .card .btn {
    align-self: center;
}

.podcast-cards h4 {
    margin: calc(var(--space-standard) * 1) 0;
}

.play-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.play-list li {
    margin: calc(var(--space-standard) * 1);
}

.ico-rassegna {
    background-color: var(--GLT-red);
    padding: calc(var(--space-standard) * 2);
    position: absolute;
}

.ico-rassegna .is-svg {
    color: var(--white);
}

.component-cards.podcast-cards .card .card-content {
    margin-top: 10px;
    margin-bottom: auto;
}

.single-video {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation.pagination .nav-links>* {
    margin-left: 6px;
    margin-right: 6px;
}

.navigation.pagination .prev,
.navigation.pagination .next {
    --arrow-size: 30px;
    width: var(--arrow-size);
    height: var(--arrow-size);
    color: transparent !important;
    display: block;
    position: relative;
}

.navigation.pagination .prev::before,
.navigation.pagination .next::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/arrow-btn.svg");
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.navigation.pagination .prev {
    transform: rotate(180deg);
}

.navigation.pagination .page-numbers {
    font-size: 18px;
    line-height: 1.25;
    text-decoration: none;
    color: var(--grey-menu);
}

.navigation.pagination .page-numbers.current {
    font-weight: 700;
    color: var(--black);
}

.past-link {
    text-decoration: none;
    padding: calc(var(--space-standard));
}

.past-link:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .ico-rassegna {
        top: 0;
        right: 0;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    .past-calendar .component-cards .col {
        width: calc(100% / 2);
        flex: 0 0 auto;
    }

    .ico-rassegna {
        top: calc(var(--space-standard) * 7.5);
        left: 0;
        transform: translateX(-50%);
    }
}

@media (min-width: 1440px) {
    .past-calendar .component-cards .col {
        width: calc(100% / 3);
    }
}

/* ******** */
/* MISC end */
/* ******** */

/* *********** */
/* NEW & FIXES */
/* *********** */
.custom-content .col-auto.img-wrapper {
    position: relative;
}

.custom-content .col-auto img.is-logo {
    max-width: 58%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-slider.popup-slider {
    --num-el: 2;
    padding-left: calc(32px + var(--space-standard) * 2 + 16px);
    padding-right: calc(32px + var(--space-standard) * 2 + 16px);
}

.common-slider.popup-slider .swiper-slide {
    padding-left: calc(var(--space-standard) * 1);
    padding-right: calc(var(--space-standard) * 3);
}

.modal-long-text {
    max-height: 50vh;
    overflow: auto;
}

.modal.slider-popup-modal .modal-body {
    padding: 0 30px 30px;
}

.slider-popup-modal-title {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(var(--space-standard) * 2);
}

.slider-popup-modal-title> :last-child {
    margin-bottom: 0;
}

.popup-slider-post {
    position: relative;
}

.popup-slider-post * {
    transition: all .2s ease-in;
}

.popup-slider-post:hover * {
    color: var(--GLT-red);
}

.popup-slider-post button.modal-trigger::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.common-slider.popup-slider .swiper-button-next::after, .common-slider.popup-slider .swiper-rtl .swiper-button-prev::after, .common-slider.popup-slider .swiper-button-prev::after, .common-slider.popup-slider .swiper-rtl .swiper-button-next::after {
    background-color: var(--white);
    border-radius: 50%;
}

.list-popup {
    display: flex;
    flex-direction: column;
}

.list-popup li+li {
    border-top: 2px solid var(--GLT-green);
}

.list-popup .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-popup .list-item>button {
    width: 300px;
    max-width: 80%;
    padding: 0;
    transition: all .2s ease-in;
}

.list-popup .list-item>button:hover {
    opacity: .5;
}

.list-popup .list-item .list-content {
    padding-top: calc(var(--space-standard) * 2);
    padding-bottom: calc(var(--space-standard) * 2);
    flex: 1;
}

.form-modal .field-control {
    padding: 0 20px 20px;
}

.form-modal .field-style>*, .form-modal .check-style>input[type="checkbox"]+label::before {
    box-shadow: 0px 10px 10px rgba(2, 1, 50, 0.01), 0px 10px 10px rgba(2, 1, 50, 0.05), 0px 20px 20px rgba(2, 1, 50, 0.09), 0px 10px 22px rgba(2, 1, 50, 0.1), 0px 0px 0px rgba(2, 1, 50, 0.1);
}

.form-modal form {
    margin-top: 40px;
}

.banners-grid .custom-content img {
    height: 100%;
    object-fit: cover;
}

.content-video-scuola>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.clndr-grid .days .day.today::before {
    /** background-color: transparent !important; **/
    outline: 2px solid var(--black);
    outline-offset: -2px;
}


.clndr-grid .days .day.selected::before {
    outline: 4px solid #ffd222;
    outline-offset: -2px;
}

.clndr-grid .days .day.event.disabled::before {
    background-color: transparent !important;
}

.clndr-grid .days .day.event.format_course.green::before {
    background-color: var(--green);
}
.clndr-grid .days .day.event.format_edufin.raspberry::before,
.clndr-grid .days .day.event.format_edufin.raspberry::after {
    background-color: var(--raspberry);
}
.clndr-grid .days .day.event.format_event.azure::before,
.clndr-grid .days .day.event.format_event.azure::after {
    background-color: var(--azure);
}
.clndr-grid .days .day.event.format_ldv.violet::before,
.clndr-grid .days .day.event.format_ldv.violet::after {
    background-color: var(--violet);
}
/*
.clndr-grid .days .day.event.Corso.green::before {
    background-color: var(--green);
}
.clndr-grid .days .day.event.Edufin.raspberry::before,
.clndr-grid .days .day.event.Edufin.raspberry::after {
    background-color: var(--raspberry);
}
.clndr-grid .days .day.event.Evento.azure::before,
.clndr-grid .days .day.event.Evento.azure::after {
    background-color: var(--azure);
}
.clndr-grid .days .day.event.Libere.violet::before,
.clndr-grid .days .day.event.Libere.violet::after {
    background-color: var(--violet);
}*/

.clndr-grid .days .day.event.green::before {
    background-color: var(--green);
}
.clndr-grid .days .day.event.green::after {
    background-color: var(--green);
}
.clndr-grid .days .day.event.azure::before {
    background-color: var(--azure);
}
.clndr-grid .days .day.event.azure::after {
    background-color: var(--azure);
}
.clndr-grid .days .day.event.violet::before {
    background-color: var(--violet);
}
.clndr-grid .days .day.event.violet::after {
    background-color: var(--violet);
}


/*.clndr-grid .days .day.event.Corso.Evento.azure::before {
    background-color: var(--azure);
}
.clndr-grid .days .day.event.Corso.Edufin::before,
.clndr-grid .days .day.event.Evento.Edufin::before {
    background-color: var(--raspberry);
}*/

/*
.clndr-grid .days .day.event.educazione-finanziaria::before {
    background-color: var(--raspberry);
    z-index:30;
}

.clndr-grid .days .day.event.educazione-finanziaria.green::before {
    background-color: var(--green);
    z-index:40;
}
*/

.filter-wrapper {
    /* padding-top: calc(var(--space-standard) * 5); */
    margin-bottom: calc(var(--space-standard) * 5);
}

.calendar-item .form-download-file {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.calendar-item .form-download-file .is-svg {
    flex: 0 0 auto;
    margin-right: 16px;
}

.navigation.pagination {
    margin-bottom: calc(var(--space-standard) * 7);
}

.glt-rassegne .podcast-cards .podcast-card-img .card-ill {
    height: 250px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .macro-box {
        justify-content: center;
    }

    .calendar-item .row.filter-result-intro {
        flex-direction: column;
    }

    .calendar-item .row.filter-result-intro .col.event-img {
        text-align: center;
    }

    .calendar-item .calendar-item-img {
        max-width: 100%;
    }

    .calendar-item .filter-result-type>div {
        font-size: inherit;
    }
}

@media (min-width: 768px) {
    .common-slider.popup-slider {
        --num-el: 3;
        padding-left: calc(45px + var(--space-standard) * 2 + 16px);
        padding-right: calc(45px + var(--space-standard) * 2 + 16px);
    }

    .slider-popup-modal-title {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .list-popup .list-item {
        flex-direction: row;
    }

    .list-popup .list-item>button {
        max-width: 40%;
    }

    .list-popup .list-item .list-content {
        padding-left: calc(var(--space-standard) * 2);
    }
}

@media (min-width: 1024px) {
    .component-events-box .event-box img.el-rounded {
       height: 225px; 
        object-fit: cover;
    }

    .event-box>.row.align-items-center {
        height: 106px;
    }
}

@media (max-width: 1439.98px) {
    .calendar-item .row.filter-result-intro .event-img {
        margin-bottom: calc(var(--space-standard) * 2);
    }

    .clndr .clndr-next-button, .clndr .clndr-previous-button {
        padding: calc(var(--space-standard) * 2);
    }

    .menu .submenu {
        padding-bottom: 60px;
    }
}

@media (min-width: 1440px) {
    .common-slider.popup-slider {
        --num-el: 4;
    }
}

.component-events-box .event-box .card-img-wrapper {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}
.component-events-box .event-box .card-img-wrapper img.el-rounded {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    background-position: center center;
}
@media (max-width: 1023.98px) {
    .component-events-box .event-box .card-img-wrapper {
        display: block;
        margin: auto;
        float: none;
        margin-bottom: 40px;
    }
}
 @media (max-width: 767.98px) {
    .component-events-box .event-box .card-img-wrapper {
        width: 80%;
        padding-bottom: 80%;
    }
}

/* *************** */
/* NEW & FIXES end */
/* *************** */

/********************/
/* CARDS HERO LIST  */
/********************/
.component-events-box .event-box > .row:last-child {
    margin-top: unset;
}
.component-events-box .event-box .card-hero-img-wrapper {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.component-events-box .event-box .card-hero-img-wrapper img.el-rounded {
    /*
    width: 100%;
    object-fit: cover;*/
    height: 100%;
    border-radius: 0;
    position: absolute;
    background-position: center center;
}
.list-event-box-content { overflow-x: hidden;overflow-y: auto;height: 520px;}


@media (max-width: 1023.98px) {
    .component-events-box .event-box .card-hero-img-wrapper {
        display: block;
        margin: auto 2% auto 0;
        /*margin: auto;
        float: none;*/
    }
    
}
 @media (max-width: 767.98px) {
    .component-events-box .event-box .card-hero-img-wrapper {
        /*width: 80%;
        padding-bottom: 80%;*/
        width: 60%;
        padding-bottom: 60%;
        margin: 2% auto;
        float: none;
    }
    .list-event-box-content {
        /*max-height: 520px!important;*/
        height: auto!important;
    }
}


.event-hero-info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.event-hero-info>div {
    width: 100%;
    margin-bottom: 10px;
}

.event-hero-info .is-svg {
    display: block;
    max-width: 70%;
    min-width: 25px;
}

.event-hero-info .event-date-wrapper,
.event-hero-info .event-hour-wrapper {
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.event-hero-info .event-date-wrapper>div:not(:first-child),
.event-hero-info .event-hour-wrapper>div:not(:first-child) {
    padding-left: 5px;
    padding-right: 10px;
}



.event-hero-wrapper {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.event-hero-wrapper .event {
    position: relative;
    z-index: 1;
}

@media (min-width: 1440px) {
    .event-hero-wrapper h5 {
      font-size: 18px;
      line-height: 22px;
    }
}
@media (min-width: 768px) {
    .event-hero-wrapper h5 {
      font-size: 15px;
      line-height: 20px;
    }
}

@media (min-width: 1440px) {
    .calendario-template-default.single.single-calendario:not(.logged-in) .section-filters.container {
        margin-top: 40px;
    }
}