/*
Theme Name: UC Urantiacos
Theme URI: https://urantiacos.cl
Author: Urantiacos
Author URI: https://urantiacos.cl/
Description: Theme creado por Urantiacos para desarrollo de sitios de la Pontificia Universidad Católica de Chile.
Version: 3.0
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uc-urantiacos
*/

/* Global */
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth !important;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    z-index: 20;
}

img.alignleft,
img.alignright {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

img.alignright {
    float: right;
}

.p-empty p:empty {
    display: none;
}

.empty-hidden:empty {
    display: none;
}

.bg-cover {
    background-size: cover;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain !important;
}

.object-position-center {
    object-position: center !important;
}

.object-position-top {
    object-position: top !important;
}

@media(max-width: 768px) {
    .wp-block-image>figure {
        float: none !important;
        margin: 0 auto 1rem auto !important;
    }
}

/* Bootstrap classes missing */
.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-light {
    color: rgb(248, 249, 250);
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.top-center {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.bottom-center {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-italic,
.fst-italic {
    font-style: italic;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media(min-width: 1200px) {
    .ml-xl-auto {
        margin-left: auto !important;
    }
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

@media(min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

@media(min-width: 992px) {
    .ml-lg-60 {
        margin-left: 60px !important;
    }
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.w-100 {
    width: 100% !important;
}

@media(min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media(min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

.h-100 {
    height: 100% !important;
}

@media(min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media(min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.lh-base {
    line-height: 1.2;
}

.overflow-y {
    overflow-y: auto;
}

.overflow-x {
    overflow-x: auto;
}

.overflow {
    overflow: auto;
}

/* UC kit Extenders */
.mb-160 {
    margin-bottom: 160px;
}

@media(min-width: 576px) {
    .mb-sm-160 {
        margin-bottom: 160px !important;
    }
}

@media(min-width: 768px) {
    .mb-md-160 {
        margin-bottom: 160px !important;
    }
}

@media(min-width: 992px) {
    .mb-lg-160 {
        margin-bottom: 160px !important;
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* UC Utilities */
.uc-card.card-type--event .card-type--date {
    z-index: 10;
}

.uc-card-picture-bg {
    position: absolute;
    top: -15%;
    left: 0;
    height: 130%;
    width: 65%;
    max-width: 380px;
    z-index: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 4px;
}

.uc-card-picture-bg.right {
    right: 0;
    left: initial;
}

.uc-bg-gradient:before {
    background-image: linear-gradient(-180deg, transparent, #08275c 96%);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.uc-gray-bg,
.uc-grey-bg,
.uc-bg-gray,
.uc-bg-grey {
    background-color: #F5F5F5 !important;
}

.uc-green-bg {
    background-color: #1C6E20 !important;
}

.uc-green-color {
    color: #1C6E20 !important;
}

.uc-blue-bg {
    background-color: #0176de !important;
}

.uc-blue-color {
    color: #0176de !important;
}

.uc-yellow-bg {
    background-color: #fec60d !important;
}

.uc-yellow-color {
    color: #fec60d !important;
}

/* navbar arrow in menu fix */
.uc-navbar_arrow:before {
    background-color: transparent;
}

/* Top menu and external */
.uc-top-menu {
    width: 100%;
}

.uc-top-menu>li:first-child {
    margin-right: auto;
}

.uc-navbar_mobile-list {
    z-index: 10;
}

.uc-navbar_mobile-list .external:after {
    content: none;
}

/* Logo */
.custom-logo-link img {
    max-width: 100%;
    width: 220px;
    height: auto;
    object-fit: contain;
    /* For Safari */
}

.custom-logo-brand {
    width: 260px;
    height: 75px;
}

@media(min-width: 992px) {
    .custom-logo-brand {
        width: 300px;
        height: 80px;
    }
}

/* Main menu */
.uc-navbar {
    position: relative;
    z-index: 10;
}

.uc-navbar .nav-search {
    position: initial !important;
}

.uc-navbar .nav-search .uc-icon {
    cursor: pointer;
}

.uc-navbar.navbar-dark .nav-search .uc-icon {
    color: #FFF;
}

.uc-navbar .uc-nav-search.opened {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}

.uc-navbar.navbar-dark .uc-nav-search.opened {
    background-color: #0176de;
}

.uc-navbar .nav-search .uc-nav-search input {
    width: 0;
    opacity: 0;
    display: inline-block;
    height: initial;
    min-width: 0;
    padding: 0;
    transition: .3s ease;
}

.uc-navbar .uc-nav-search.opened input {
    opacity: 1;
    width: calc(100% - 36px);
    margin-right: 12px;
    padding: 12px 16px;
}

.uc-navbar .nav-item.external:after {
    color: #173f8a;
    vertical-align: middle;
}

/* Navbar dark dropdown items fix for new menu */
.uc-navbar.navbar-dark .uc-navbar_nav .nav-item .uc-navbar-dropdown_menu .uc-btn {
    color: #173f8a;
}

.uc-navbar.navbar-dark .uc-navbar_nav .nav-item.uc-navbar-dropdown>a .uc-icon {
    color: #FFF !important;
}

/* Used for social icons in simple header */
.uc-navbar .uc-footer {
    background-color: transparent;
}

.uc-navbar:not(.navbar-dark) .uc-footer li img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(59%) saturate(7001%) hue-rotate(193deg) brightness(93%) contrast(99%);
}

/* Top menu mobile direct */
.uc-navbar_mobile-content .uc-navbar_mobile-direct {
    padding: 16px;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill {
    margin: 0 6px 12px 0;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill.uc-pill-social .uc-btn {
    vertical-align: middle;
}

.uc-navbar_mobile-content .uc-navbar_mobile-direct .uc-pill.uc-pill-social img {
    filter: brightness(0.5);
    max-width: 18px;
    max-height: 18px;
    margin-right: 5px;
}

/* Footer */
.uc-footer .uc-footer_list-title.footer-collapse-title a {
    text-decoration: none;
}

/* Header */
.uc-page-header {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.uc-page-header:after {
    content: '';
    background-image: linear-gradient(-180deg, rgba(8, 39, 92, 0.00) 10%, #08275C 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.uc-page-header-bar {
    background-color: #FFF;
    height: 40px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 10;
    position: relative;
}

/* Taxonomy wrap for multiple taxonomies in cards */
.uc-card_tags {
    display: flex;
    flex-direction: column;
    font-size: 0;
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: -16px;
}

.uc-card_tags a {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #0176de;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px;
    align-self: flex-start;
    z-index: 10;
    transition: background-color .2s ease;
    color: #FFF;
    text-decoration: none;
}

.uc-card_tags a:hover {
    color: #FFF;
    text-decoration: none;
}

.uc-card_tags a:empty {
    display: none;
}

/* Card list */
.uc-card .uc-card_body ul {
    list-style: none;
    padding-left: 0;
}

/* Img height */
img.height-fixed,
img.height-fixed-medium,
img.height-fixed-large {
    height: 190px;
    object-fit: cover;
    object-position: center;
}

img.height-fixed-medium {
    height: 280px;
}

img.height-fixed-large {
    height: 380px;
}

/* Empty p in card body */
.uc-card_body p:empty {
    display: none;
}

/* Pagination */
.uc-pagination {
    width: 100%;
}

.uc-pagination:not(nav) {
    margin: 32px 0 32px 0;
}

.uc-pagination .nav-links {
    display: flex;
}

.uc-pagination .page-numbers {
    color: #000;
    margin: 0 2px;
    font-weight: 500;
    padding: 3px 2px;
    min-width: 24px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
}

.uc-pagination .page-numbers:not(.dots):hover,
.uc-pagination .page-numbers.current {
    box-shadow: 0 0 8px 0 rgb(136 136 136 / 18%);
    color: #0176de;
    border: 1px solid #0176de;
}

/* Search input 404 & search*/
.uc-input-style.w-icon.search {
    padding-right: 48px;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    height: 100%;
    width: 48px;
}

.search-form .search-submit:focus {
    outline: none;
}

/* Search */
.uc-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uc-search a {
    font-size: 0;
    line-height: 1;
    display: flex;
}

@media(min-width: 992px) {
    .uc-search a {
        line-height: 0;
        margin-top: 4px;
    }
}

.uc-search a:hover {
    border: 0 !important;
}

.uc-search a:before {
    content: 'search';
    font-family: 'Material Icons';
    font-size: 1.5rem;
    text-transform: none;
    word-wrap: normal;
}

.uc-search form {
    position: relative;
    margin-top: -5px;
}

@media(min-width: 992px) {
    .uc-search form {
        margin-top: 0;
    }
}

.uc-search input {
    display: none;
    padding: 2px 30px 2px 10px;
    border: 2px solid #0176de;
    border-radius: 4px;
    font-size: 0.875rem;
}

.uc-search input:focus,
.uc-search input:focus-visible {
    outline: none;
}

.uc-search.open a:before {
    font-size: 0;
}

.uc-search .uc-search-input-submit {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 3px;
    font-size: 1.3125rem;
}

/* Lists */
.uc-table-list-notitle {
    border-top: 0 !important;
    padding-left: 0 !important;
}

.uc-table-list a[href=""] {
    display: none;
}

@media(max-width: 576px) {
    .uc-table-list .uc-table-list_title {
        min-width: 50% !important;
    }
}

.uc-list,
.uc-list-none,
.uc-list ul,
.uc-list-none ul {
    list-style: none;
    padding-left: 0;
}

.uc-list li,
.uc-list-none li {
    position: relative;
    padding-left: 36px;
}

.uc-list-none li i {
    position: absolute;
    top: 0;
    left: 0;
}

.uc-list li:before {
    content: '';
    display: block;
    background-color: #fec60d;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* Table */
.uc-table-overflow .textwidget {
    overflow: auto;
}

@media(min-width: 768px) {
    .uc-table-fixed-layout {
        table-layout: fixed;
        width: 100%;
        word-break: break-word;
    }
}

/* Card taxonomy empty */
.uc-tag:empty {
    visibility: hidden;
    margin-bottom: -8px;
}

/* Title */
.uc-heading-decoration.green {
    background-color: #1C6E20;
}

.uc-heading-decoration.blue {
    background-color: #0176de;
}

.uc-heading-decoration.none {
    background-color: transparent;
}

.uc-title:not(.panel-widget-style):after {
    content: '';
    display: inline-block;
    margin-left: 24px;
    width: 36px;
    height: 4px;
    background-color: #fec60d;
    vertical-align: middle;
}

.uc-title:not(.panel-widget-style).decoration-down:after {
    display: block;
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.uc-title.decoration-green:not(.panel-widget-style):after {
    background-color: #1C6E20;
}

.uc-title.decoration-blue:not(.panel-widget-style):after {
    background-color: #0176de;
}


.uc-title.decoration-none:not(.panel-widget-style):after {
    background-color: transparent;
}

.uc-title-more:not(.panel-widget-style):after {
    content: 'add';
    font-family: 'Material Icons';
    color: #173f8a;
    background-color: #fec60d;
    margin-left: 12px;
    background-color: #0176de;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 16px;
    font-size: 1rem;
    width: initial;
    height: initial;
    display: inline;
    vertical-align: top;
    transition: .2s ease;
    word-wrap: normal;
}

.uc-title-more:not(.panel-widget-style):hover:after {
    background-color: #fec60d;
    color: #173f8a;
}

/* Title Siteorigin editor deprecated */
.uc-title.panel-widget-style .textwidget h1:after,
.uc-title.panel-widget-style .textwidget h2:after,
.uc-title.panel-widget-style .textwidget h3:after,
.uc-title.panel-widget-style .textwidget h4:after,
.uc-title.panel-widget-style .textwidget h5:after,
.uc-title.panel-widget-style .textwidget h6:after {
    content: '';
    display: inline-block;
    margin-left: 24px;
    width: 36px;
    height: 4px;
    background-color: #fec60d;
    vertical-align: middle;
}

.uc-title.panel-widget-style.more .textwidget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.uc-title.panel-widget-style.more .textwidget>p:nth-child(2) {
    margin-left: auto;
    font-size: 1rem;
    font-weight: 400;
    display: none;
    margin-bottom: 0;
}

@media(min-width: 992px) {
    .uc-title.panel-widget-style.more .textwidget>p:nth-child(2) {
        display: inline-flex;
    }
}

.uc-title.panel-widget-style.more .textwidget>p:nth-child(2) a,
.uc-title.panel-widget-style-more .textwidget p a {
    text-decoration: none;
}

.uc-title.panel-widget-style.more .textwidget>p:nth-child(2) a:after,
.uc-title-more.panel-widget-style .textwidget p a:after {
    content: 'add';
    font-family: 'Material Icons';
    color: #173f8a;
    background-color: #fec60d;
    margin-left: 12px;
    background-color: #0176de;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    font-size: 16px;
    font-size: 1rem;
    width: initial;
    height: initial;
    display: inline;
    vertical-align: top;
    transition: .2s ease;
    word-wrap: normal;
}

.uc-title.panel-widget-style.more .textwidget>p:nth-child(2) a:hover:after,
.uc-title-more.panel-widget-style .textwidget p a:hover:after {
    background-color: #fec60d;
    color: #173f8a;
}

.uc-title-more.panel-widget-style .textwidget p {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media(min-width: 992px) {
    .uc-title-more.panel-widget-style .textwidget p {
        display: none;
    }
}

/* Smart Slider 3 */
.n2-ss-slider .n2-ss-slide {
    background-image: linear-gradient(-180deg, rgba(8, 39, 92, 0.00) 10%, #08275C 100%);
}

.uc-slider-button .n2-ss-button-container a div {
    letter-spacing: 1px;
}

.uc-slider-button .n2-ss-button-container a>div>div:after {
    content: 'arrow_forward';
    background-color: #0176de;
    border-radius: 50%;
    padding: 4px 4px 4px 5px;
    font-size: 16px;
    font-family: 'Material Icons';
    line-height: 1;
    margin-left: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    transition: .2s ease;
    word-wrap: normal;
}

.uc-slider-button .n2-ss-button-container a>div>div:hover:after {
    color: #173f8a;
    background-color: #fec60d;
}

/* Accordion */
.uc-accordion ul {
    list-style: none;
    padding-left: 0;
}

.uc-accordion ul:not(.no-list-decoration) li {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.uc-accordion ul:not(.no-list-decoration) li:before {
    content: '';
    display: block;
    background-color: #fec60d;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* Contact Form 7 */
.wpcf7-form .uc-form-group label {
    width: 100%;
}

.uc-input-style.text-right {
    flex-direction: row-reverse;
}

.uc-input-style[type=submit] {
    width: fit-content;
}

.wpcf7-response-output {
    border: 1px solid !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 7px 16px !important;
    margin: 12px 0 !important;
    border-color: #0a0 !important;
    background-color: rgba(0, 170, 0, .1);
}

.wpcf7-form.invalid .wpcf7-response-output {
    background-color: rgba(242, 79, 79, .1);
    border-color: #f24f4f !important;
}

.wpcf7-response-output:before {
    content: 'check_circle';
    font-family: 'Material Icons';
    color: #0a0;
    line-height: 1.1;
    margin-right: 8px;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
    content: 'cancel';
    color: #f24f4f;
}

/*.wpcf7-response-output:after{
    content: 'close';
    font-family: 'Material Icons';
    color: #707070;
    margin-left: auto;
    line-height: 1.1;
}*/

.wpcf7-not-valid-tip {
    color: #f24f4f;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

/* Page headers */
.uc-pageheader {
    min-height: 400px;
    position: relative;
}

.uc-pageheader:before {
    content: '';
    background-image: linear-gradient(-180deg, rgba(8, 39, 92, 0.00) 10%, #08275C 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.uc-pageheader-title .textwidget {
    display: flex;
    flex-direction: column;
    min-height: 480px;
    position: relative;
}

.uc-pageheader-title h1,
.uc-pageheader-title h2,
.uc-pageheader-title h3,
.uc-pageheader-title h4,
.uc-pageheader-title h5,
.uc-pageheader-title h6 {
    color: #FFF;
    margin-top: auto;
    margin-bottom: 50px;
    text-shadow: -1px 1px 10px #000;
}

.uc-pageheader-title p {
    color: #FFF;
    margin-bottom: 50px;
    margin-top: -25px;
}

/* Anchors */

.uc-anchor p {
    margin: 0;
}

.uc-anchor li {
    border-bottom: 1px solid #F5F5F5;
    padding: 7px 0;
}

.uc-anchor ul>li:last-child {
    border-bottom-color: transparent;
}

.uc-anchor li a {
    color: #0176DE;
    text-decoration: none;
    font-size: 0.875rem;
}

.uc-pageheader-anchor {
    margin-top: auto;
    margin-bottom: -50px;
}

.uc-pageheader-anchor li a {
    color: #757575;
}

/* Posts */
.wp-caption {
    max-width: 100% !important;
}

.uc-post-image .widget-title,
.wp-caption-text {
    color: #757575;
    font-size: 0.875rem;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-top: 8px !important;
    margin-bottom: 16px;
    font-weight: 400;
}

.uc-post-image .widget-title i,
.wp-caption-text i {
    margin-right: 4px;
}

.single-post .post-content p,
.single-post .post-content ul {
    font-size: 1.125rem;
}

.single-post .post-excerpt p {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: .6px;
}

@media(min-width: 992px) {
    .single-post .post-excerpt p {
        font-size: 1.5rem;
        line-height: 1.6;
        letter-spacing: .18px;
    }

    .uc-post-sidebar {
        margin-top: 180px;
    }
}

.uc-post-sidebar p:empty {
    display: none;
}

/* Events */
@media(min-width: 992px) {
    .uc-events-featured-image img {
        height: 380px !important;
    }
}

/* Buttons */
.uc-btn.btn-cta.btn-cta-blue {
    background-color: #0176de;
    color: #FFF;
}

.uc-btn.btn-cta.btn-cta-blue:hover {
    background-color: #173f8a;
}

.uc-btn.btn-cta.btn-cta-blue .uc-icon {
    color: #FFF;
}

.uc-btn.btn-listed.btn-listed-blue {
    color: #007bff !important;
}

.uc-btn.uc-btn-bluebg {
    background-color: #0176de !important;
    color: #FFF !important;
}

.uc-btn.uc-btn-bluebg:hover {
    background-color: #173f8a !important;
}

.uc-btn.uc-btn-bluebg .uc-icon {
    background-color: transparent;
    color: #FFF;
}

.uc-btn.uc-btn-bluebg .uc-icon.icon-shape--rounded {
    background-color: #FFF;
    color: #0176de;
}

/* Steps */
.uc-step-content>div:not(.active) {
    display: none;
}

.uc-step_count {
    cursor: pointer;
}

/* Yarpp */
.yarpp-related h3 {
    font-size: 1.25rem !important;
    padding: 0 !important;
}

@media(min-width: 992px) {
    .yarpp-related h3 {
        font-size: 1.5rem !important;
    }
}

/* Events Manager */
.em-pagination {
    width: 100%;
    margin: 2rem 0;
}

.em-pagination strong {
    display: flex;
}

/* Loading */
.lds-spinner {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 60px auto;
    display: block;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #0176de;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.external:after,
.uc-external:after {
    vertical-align: top !important;
    display: inline-block !important;
    margin-left: 4px;
}

.flag-es:after {
    content: "(ES)";
    color: #fec60d;
    font-size: 11px;
    margin-left: 5px;
    text-decoration: none;
    font-family: sans-serif;
    vertical-align: text-bottom;
    font-size: 9px;
    margin-left: 3px;
    vertical-align: super;
}

li.dropdown_item--heading.external {
    display: flex;
    gap: 0.25rem;
}

button.tangible-paginator-button {
    border: 0;
    font-weight: 500;
    padding: 0px 6px;
    border-radius: 4px;
    margin-right: 8px;
}

button.tangible-paginator-button.active {
    background: #fff;
    color: #0176de;
    border: 1px solid #0176de !important;
}

button.tangible-paginator-button:hover {
    border: 1px solid #0176de !important;
    color: #0176de;
}

button.tangible-paginator-button,
.tangible-paginator-button[disabled] {
    border: 0 !important;
    font-weight: 500;
    padding: 0px 6px;
    border-radius: 4px;
    margin-right: 8px;
    color: #000000 !important;
}

button.tangible-paginator-button.active {
    background: #fff;
    color: #0176de !important;
    border: 1px solid #0176de !important;
}

button.tangible-paginator-button:hover {
    border: 1px solid #0176de !important;
    color: #0176de;
}

.dropdown_item--footer {
    border-radius: 0 0 4px 4px;
}

li.nav-col-2 ul.uc-navbar-dropdown_menu {
    column-count: 2 !important;
}

li.nav-col-3 ul.uc-navbar-dropdown_menu {
    column-count: 3 !important;
}

@media (min-width: 992px) {
    .absolute-title {
        margin-top: -55px;
        position: relative;
        z-index: 5;
    }


}

@media (max-width: 992px) {
    .mb-lg-32 {
        margin-bottom: 32px !important;
    }

}

.image-top-overlay {
    background-image: linear-gradient(0deg, rgba(43, 76, 137, 0) 30%, rgba(0, 0, 0, .7) 90%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.absolute-title>.container {
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -15px 15px 0 rgba(0, 0, 0, .03);
}

@media (min-width: 768px) {

    .side-menu-container {
        height: -moz-fit-content;
        height: fit-content;
        position: sticky !important;
        top: 56px;
        width: -moz-fit-content;
        width: fit-content;
    }

    .px-md-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

li.uc-navbar-dropdown_item.external {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}


.uc-collapse_body[data-open="true"] {
    height: auto !important;
}

.uc-collapse_body[data-open="false"] {
    height: 0;
}

.orcid-works ul {
    list-style: none;
    padding: 0;
}

.orcid-works ul li {
    margin-bottom: 8px;
}

.uc-card_body ul li {
    margin-bottom: 1rem;
}

.uc-table table thead tr th {
    background-color: #0176de;
    color: #fff;
    padding: 14px 16px;
}

.uc-table table tbody tr:nth-child(odd) {
    background-color: #f6f6f6;
}

figcaption.wp-element-caption {
    text-align: center;
    margin-top: 12px;
    color: #9C9C9C;
}

.wp-block-table thead {
    border-bottom: none;
}

.wp-block-table td,
.wp-block-table th {
    border: none;
}

li.nav-col-2 ul.uc-navbar-dropdown_menu {
    column-count: 2 !important;
    width: 150% !important;
}

li.nav-col-3 ul.uc-navbar-dropdown_menu {
    column-count: 3 !important;
}

.card-persona_container {
    padding-top: 64px;
}

.card-personas {
    overflow: visible !important;
}

.card-personas .avatar {
    height: 128px;
    width: 128px;
    border: 2px solid #EAEAEA;
}

.card-personas .card-body {
    padding: 32px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-personas .card-body.pt-avatar {
    padding: 90px 32px 32px 32px;

}

.card-personas .card-footer {
    padding: 32px;
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
}

.top-0 {
    top: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}