/** DISTRIBUIDORAS **/
.de-mar-part.de-mar-part-more {
    place-self: anchor-center;
    margin-bottom: 50px;
}

.busques-list .loader.active {
    display: inline-block;
}

.busques-list ul li.mix {
    display: block;
}

.busques-list:has(.loader) {
    text-align-last: center;
}

.loader {
    --color-1: #fff;
    --color-2: #fec900;
    --size: 1px;

    display: none;
    width: calc(48 * var(--size));
    height: calc(48 * var(--size));
    border: calc(5 * var(--size)) solid var(--color-1);
    border-bottom-color: var(--color-2);
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.resp-tabs-list li {
    margin: 0 0px 0 0;
}

/** SINGLE PATRIMONIO **/
.polit-rgt .video-section img {
    width: 100%;
    height: 100%;
}

/** HOME **/
.patri-section .owl-item .item {
    width: 500px;
    height: 500px;
}

.patri-section .owl-item .item .perdis-img-txt>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patri-section .owl-item .item .perdis-img-txt {
    width: 100%;
    height: 100%;
}