/* AGENDA PLUGIN */
:root {
    --agenda-blau: #5D6990;
    --agenda-taronja: #BE5240;
    --agenda-verd: #6E7A44;
    --agenda-regular: 'Pretendard-Regular';
    --agenda-bold: 'Pretendard-Black';
    --agenda-semi: 'Pretendard-SemiBold';
    --agenda-medium: 'Pretendard-Medium';
    --agenda-light: 'Pretendard-Light';
}

body.is-agenda-page .breadcrum {
    width: 100%;
    float: left;
    padding: 40px 0 25px 0;
}

body.is-agenda-page .breadcrum ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

body.is-agenda-page .breadcrum ul li {
    flex: 0 1 auto;
    font-size: 14px;
    letter-spacing: -0.16px;
    font-family: var(--agenda-regular);
    position: relative;
    margin-right: 10px;
    padding-right: 14px;
    color: #000;
}

body.is-agenda-page .breadcrum ul li::after {
    position: absolute;
    display: block;
    content: "|";
    color: #000;
    top: 0;
    right: 0;
    font-size: 11px;
}

body.is-agenda-page .breadcrum ul li:last-child::after {
    display: none;
}


body.is-agenda-page .breadcrum ul li a {
    font-family: var(--agenda-light);
    ;
    transition: all 0.4s ease;
    color: #000;
}

body.is-agenda-page section.inner-ban-sec {
    float: left;
    width: 100%;
}

body.is-agenda-page .inner-cap {
    position: relative;
    top: unset;
    transform: none;
    text-align: left;
    left: unset;
    right: unset;
}

body.is-agenda-page .inner-cap h1.calendar-title {
    float: left;
    width: 100%;
    font-family: var(--agenda-bold);
    font-size: 75px;
    line-height: 75px;
    letter-spacing: -2.54px;
    color: #000000;
    margin-bottom: 40px;
}

.search-b0x-list.search-bar {
    float: left;
    width: 100%;
    position: relative;
}

.filter-btns {
    float: left;
    width: 100%;
}

.filter-btns ul.cer-filter-lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.filter-btns .custom-select {
    position: relative;
    width: 100%;
    border-radius: 25px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    list-style: none;
    overflow: hidden;
}

.filter-btns .custom-select .select-header {
    padding: 5px 20px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.07px;
    color: #163833;
    font-family: var(--agenda-regular);
    display: flex;
    align-items: center;
}

.filter-btns .custom-select .select-option {
    padding: 8px 20px;
    border-top: 2px solid rgb(22 56 51 / 18%);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.07px;
    font-family: var(--agenda-regular);
    display: none;
    color: rgb(22 56 51 / 60%);
    transition: all 0.5s ease-out allow-discrete;
}

.filter-btns .custom-select::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 16px;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    border-right: 3px solid rgba(0, 0, 0, 0.3);
    transform: rotate(45deg);
    pointer-events: none;
    transition: all 0.5s ease-out allow-discrete;
}

.search-b0x-list input[type='search'] {
    border: 2px solid rgba(33, 33, 33, 0.20);
}

.search-b0x-list input[type="search"] {
    font-family: var(--agenda-regular);
}

.agenda-main-rgt.agenda-main-out {
    float: left;
    width: calc(100% - 350px);
    padding-left: 50px;
}


.agenda-main-lft #container {
    width: 100%;
    margin-bottom: 10px;
}

.filt-lat .calendar {
    float: left;
    width: 100%;
    border: 2px solid rgba(33, 33, 33, 0.2);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.filt-lat .calendar h2 {
    float: left;
    text-align: left;
    margin-bottom: 15px;
    width: auto;
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    background: transparent;
    border-radius: 17px;
    padding: 0px;
    font-family: var(--agenda-bold);
}

.agenda-main-lft .filt-lat thead td {
    font-size: 14px;
    font-weight: normal;
    color: #9F9F9F;
    line-height: 21px;
    font-family: var(--agenda-medium);
    letter-spacing: -0.29px;
}

.agenda-main-lft .filt-lat tbody td .day {
    color: #2E1647;
    position: relative;
    font-family: var(--agenda-regular) !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

.agenda-main-lft .filt-lat tbody td {
    position: relative;
    padding: 10px 0;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: normal;
    color: #545454;
    font-family: var(--agenda-regular);
    font-weight: 700;
}

.agenda-main-lft .filt-lat tbody td .day.today {
    width: auto;
    height: auto;
    color: #fff;
    line-height: normal;
}

.agenda-main-lft .filt-lat tbody td .day:not(.wrong-month).has-event {
    border-radius: 50%;
    color: #fff;
}

.list-item.inner-agenda-list {
    float: left;
    width: 100%;
}

.list-item.inner-agenda-list ul.filt-lat {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 50px;
}

.list-item.inner-agenda-list ul.filt-lat li {
    flex: 0 1 48.5%;
}

.list-item.inner-agenda-list ul.filt-lat li .menjar-main {
    float: left;
    width: 100%;
}

.list-item.inner-agenda-list ul.filt-lat li .menjar-main .inner-agenda-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.list-item.inner-agenda-list ul.filt-lat li .menjar-main .inner-agenda-img img.org-img {
    float: left;
    width: 100%;
    transition: all 0.5s ease;
}

.select-tag {
    padding-bottom: 0;
}

.fav-icon.wishlist {
    display: none;
}

ul.filt-lat .inner-agenda-cnt {
    width: 100%;
    float: left;
    padding-right: 50px;
    position: relative;
}

ul.filt-lat .inner-agenda-cnt h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 36px;
    font-family: var(--agenda-semi);
    color: #000;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

ul.filt-lat .inner-agenda-cnt p {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 20px;
}

.filter-btns .custom-select.open .select-option {
    display: block !important;
    border: 1px solid rgba(68, 68, 68, 0.11);
}

.filter-btns .custom-select.open .select-option {
    display: block;
    opacity: 1;
    pointer-events: auto;
    flex: 0 1 100%;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.23px;
    color: #000;
    padding: 10px 30px;
    text-align: left;
    border-bottom: 1px solid rgba(68, 68, 68, 0.11);
    transition: all 0.2s;
}

.filter-btns .custom-select {
    clear: both;
    float: left;
}

ul.cer-filter-lst li {
    position: relative;
}

.filter-btns .custom-select .select-header {
    border: 2px solid rgba(33, 33, 33, 0.20);
}

span.tag {
    clear: both;
    position: absolute;
    bottom: 0;
    background: var(--agenda-taronja);
    padding: 12px 15px;
    color: #fff;
    left: 0;
}

ul.filt-lat .inner-agenda-cnt h4 {
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-left: 28px;
    position: relative;
    padding-bottom: 20px;
}

ul.filt-lat .inner-agenda-cnt h4::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    background: url(../../resources/v1/images/clock.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
}



.events6-calendar-actions {
    width: 100%;
}

.events6-calendar-actions a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: url(../../resources/v1/images/btn-bg-agenda.svg) no-repeat 0 0;
    background-size: cover;
    border-radius: 43px;
    font-family: 'Pretendard-Bold';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 10px 35px;
}

.events6-calendar-actions a,
.events6-calendar-actions .events6-btn-gcal {
    flex: 0 1 auto;
    border: none;
    color: #fff;
}

.events6-calendar-actions a:hover,
.events6-calendar-actions .events6-btn-gcal:hover {
    background: url(../../resources/v1/images/btn-bg-agenda.svg) no-repeat 0 0;
    background-size: cover;
    opacity: 0.7;
}

.agenda-main-rgt .agenda-section-title.pasados {
    margin-top: 50px;
    float: left;
}

.list-item.inner-agenda-list ul.filt-lat li .menjar-main .inner-agenda-img img.org-img {
    aspect-ratio: 1.5;
    object-fit: cover;
}


/* RESPONSIVE */
@media screen and (max-width:767px) {}