.sessio-editor iframe {
    min-height: 250px;
}

.dropdown.profile-element {
    display: flex;
}

.dropdown.profile-element>img {
    margin-right: 10px;
}

.ibox-title ol.breadcrumb {
    margin-top: 10px;
}

.ibox-title ol.breadcrumb li:not(.active) {
    color: #4171b3;
}

.navbar-top-links .widget {
    padding: 0;
    margin: 0;
}

.navbar-top-links .widget.widget_sistems_language_switcher_widget {
    padding-top: 10px;
}

.navbar-top-links .widget .select-lang {
    border: none;
}

.navbar-top-links li .select-lang a {
    min-height: unset !important;
}

.navbar-top-links .widget .sbToggle {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-top-links .widget .sbSelector {
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 17px !important;
}

.navbar-top-links .widget .sbOptions li {
    display: block;
}

.ibox-categories a {
    color: #333;
}

.ibox-categories a:hover>h3 {
    color: #4171b3;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

/* CATALEG */
.catalegs-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.catalegs-list-item {
    /* define the container type */
    container-type: inline-size;
    /* name the container (optional) */
    container-name: catalegs-list-item;
    flex: 1 1 30%;
    border: 1px solid #e7eaec;
    padding: 20px;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
}

.catalegs-list-item-cont .estrella.cataleg {
    font-size: 30px;
    color: #e6e6e6;
    cursor: pointer;
    transition: color 0.3s ease;
    position: absolute;
    top: 8%;
    left: 100%;
    transform: translate(-50%, -50%);
}

.estrella.cataleg.active,
.estrella.cataleg:hover,
.estrella:hover,
.estrella.active {
    color: #0aa277;
}

@media screen and (max-width: 1400px) {
    .catalegs-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1000px) {
    .catalegs-list {
        grid-template-columns: 1fr;
    }
}

.catalegs-list-item-img {
    width: 20%;
    display: inline-flex;
    height: 150px;
    align-items: center;
}

.catalegs-list-item-cont {
    width: 70%;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.catalegs-list-item-img>img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.catalegs-list-item-cont h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
}

.catalegs-list-item-cont h3 span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.catalegs-list .catalegs-list-item-cont ul {
    display: flex;
    gap: 10px;
    padding-left: 0px !important;
    column-count: 2;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 10px;
}

.catalegs-list .catalegs-list-item-cont ul li {
    list-style: none;
    border: 1px #e6e6e6 solid;
    padding: 3px 10px;
    border-radius: 13px;
    background: #e6e6e6;
}

.catalegs-list-item-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.catalegs-list-item-btn a.view {
    color: var(--primary-color);
    font-weight: 600;
}

.catalegs-list-item-btn a.download {
    color: var(--sidebar-color-active);
    font-weight: 600;
}

.catalegs-list-item-btn a:is(.view, .download):hover {
    text-decoration: underline;
}

/* end CATALEG */

/* VIDEO */
.videos-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.videos-list-item {
    /* define the container type */
    container-type: inline-size;
    /* name the container (optional) */
    container-name: videos-list-item;
    border: 1px solid #e7eaec;
    display: block;
    flex-flow: wrap;
    max-height: none;
}

@media screen and (max-width: 1200px) {
    .videos-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 800px) {
    .videos-list {
        grid-template-columns: 1fr;
    }

    .videos-list-item {
        height: fit-content;
    }
}

.videos-list-item-img {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.videos-list-item-img a img.play-video {
    position: absolute;
    top: 50%;
    width: 64px;
    left: 50%;
    height: 60px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(1%) saturate(2524%) hue-rotate(356deg) brightness(97%) contrast(84%);
    transform: translate(-50%, -50%);
}

.videos-list-item-cont {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    margin-top: 15px;
    display: grid;
    grid-auto-rows: min-content;
    min-height: 45%;
    padding: 20px;
}

.videos-list-item-img>img {
    width: 100%;
    object-fit: scale-down;
}

.videos-list-item-cont h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: bold;
}

.videos-list-item-cont h3 span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.videos-list-item-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.videos-list-item-btn a.view {
    color: var(--primary-color);
    font-weight: 600;
}

.videos-list-item-btn a.download {
    color: var(--sidebar-color-active);
    font-weight: 600;
}

.videos-list-item-btn a:is(.view, .download):hover {
    text-decoration: underline;
}

.videos-list-item-cont ul {
    display: flex;
    gap: 10px;
    padding-left: 0px !important;
    column-count: 2;
    flex-wrap: wrap;
    width: 70%;
}

.videos-list-item-cont ul li {
    list-style: none;
    border: 1px #e6e6e6 solid;
    padding: 3px 10px;
    border-radius: 13px;
    background: #e6e6e6;
}

.videos-list-item-cont h4 {
    color: #050505;
    font-size: 16px;
    margin-bottom: 45px;
}

.estrella {
    font-size: 30px;
    color: #e6e6e6;
    cursor: pointer;
    transition: color 0.3s ease;
    position: absolute;
    top: 3%;
    right: 0%;
    transform: translate(-50%, -50%);
}

.estrella.verde {
    color: #00ab84;
}

iframe.videoIframe.js-videoIframe {
    height: 216px;
    width: 100%;
    background-color: transparent;
}

.video-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-img {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 27.45px;
}

.videoWrapper.videoWrapper169.js-videoWrapper.fadeInUp.wow {
    height: 0;
    height: 100%;
    position: relative;
}

.videoPlayButton.js-videoPlayButton {
    content: '';
    position: absolute;
    top: 34%;
    width: 64px;
    left: 11%;
    height: 64px;
    background: url(images/video-play.svg) no-repeat scroll center center;
    background-size: cover;
    bottom: 43px;
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.3s ease;
    filter: brightness(0) saturate(100%) invert(56%) sepia(1%) saturate(2524%) hue-rotate(356deg) brightness(97%) contrast(84%);
}

.videoPoster {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    width: 101%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    transition: opacity 800ms, height 0s;
    transition-delay: 0s, 0s;
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .videoPoster {
        left: -1px;
        width: 101%;
    }

    iframe.videoIframe.js-videoIframe {
        width: 100%;
    }

    .videoPlayButton.js-videoPlayButton {
        left: 140px;
    }

    .videos-list-item {
        height: fit-content;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .videoPoster {
        left: -5px;
        width: 105%;
    }

    .videoPlayButton.js-videoPlayButton {
        left: 120px;
        top: 78px;
    }

    iframe.videoIframe.js-videoIframe {
        height: 215px;
        width: 100%;
        background-color: transparent;
    }



    .videos-list-item {
        height: fit-content;
    }
}

@media screen and (max-width: 374px) {
    .videoPoster {
        left: -5px;
        width: 105%;
    }

    iframe.videoIframe.js-videoIframe {
        width: 100%;
        height: 190px;
    }

    .videoPlayButton.js-videoPlayButton {
        left: 90px;
        top: 65px;
    }

    .videos-list-item {
        height: fit-content;
    }
}

.videoWrapperActive .videoPlayButton {
    display: none;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.fancybox-overlay-fixed {
    z-index: 99999;
}

/* end VIDEO */

/* JIRA PUJ-44 */
.nav-second-level li,
.nav-third-level li {
    background: #62259f;
}

/* end JIRA PUJ-44 */