/* Minification failed. Returning unminified contents.
(201,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-white-rgb'
(201,42): run-time error CSS1039: Token not allowed after unary operator: '-bs-text-opacity'
 */
/* Validation */
.input-validation-error, .title-validation-error {
    box-shadow: 0 0 5px #fe4640;
    border: 1px solid #fe4640;
}

.title-validation-error {
    padding: .5rem;
}
/* Validation */
/* Loader */
.loader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100041;
    overflow: hidden;
    outline: 0px;
    display: none;
}

.loader-backdrop {
    z-index: 100041;
    background-color: #303030;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}

.loader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 100041;
    font-size: 14px;
}
/* Loader */
/*pnotify*/
.ui-pnotify {
    word-break: break-word;
}

ul.pnotify-errors {
    padding-left: 1.5em;
    margin-bottom: 0;
}

    ul.pnotify-errors li {
        list-style: none;
    }

        ul.pnotify-errors li:not(:last-child) {
            margin-bottom: 0.5em;
        }

.ui-pnotify-icon span {
    line-height: 1.5;
}
/*pnotify*/
/* JQueryUI Autocomplete */
.ui-front {
    z-index: 10000;
}

.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}

.ui-widget-content {
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.ui-menu-item-wrapper {
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
    font-size: 90%;
}

.ui-state-active {
    border-bottom: 1px solid rgba(0,0,0,0.075) !important;
    background-color: rgba(0,0,0,0.075) !important;
    width: auto !important;
    height: auto !important;
    border-radius: inherit !important;
    color: inherit !important;
    border: inherit !important;
}

.ui-menu-item-header {
}

.ui-menu-item-detail {
    font-size: 75%;
    font-weight: bold;
}
/* JQueryUI Autocomplete */
/*daterangepicker*/
.calendar-control input[type=text] {
    height: auto !important;
    padding: 0.575rem 36px 0.575rem 36px !important;
    font-size: .8rem;
}

.calendar-control .icon-calendar, .calendar-control .icon-clear {
    margin: .5rem 0 !important;
}
/*daterangepicker*/
/*bootstrap-tagsinput*/
.bootstrap-tagsinput {
    width: 100%;
    min-height: 40px;
}

.bootstrap-tagsinput .input-tag {
    background-color: #212529;
}

    .bootstrap-tagsinput .tag {
        font-weight: normal;
        text-transform: inherit;
        display: inline-block;
        margin-bottom: 0.25rem;
    }
/*bootstrap-tagsinput*/
/*bootstrap-tooltip*/
.tooltip-inner {
    font-size: 13px;
}
/*bootstrap-tooltip*/
.bd-links li.bd-links-noimg .btn:before {
    content: '';
}

.img-entrevista, .img-entrevista-categoria, .img-entrevista-busqueda, .img-entrevista-destacados {
    max-height: 30rem;
    display: block;
    overflow: hidden;
}

.img-entrevista-categoria {
    max-height: 20rem;
}

.img-entrevista-busqueda {
    max-height: 12rem;
}

.img-entrevista-destacados {
    max-height: 17.6rem;
}

.fs-inherit {
    font-size: inherit;
}

.carousel-control-next.banner-1, .carousel-control-prev.banner-1 {
    width: 5%;
}

.cover-primary {
    max-height: 530px
}

@media (min-width: 768px) {
    .pt-md-banner-categoria {
        padding-top: 1.3rem !important;
    }
}

@media (max-width: 576px) {
    .cover-primary, .cover-image {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .cover-primary, .cover-image {
        max-height: 530px
    }
}

.bg-dark a:hover {
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
}
