.no-copy {
    user-drag: none;
    /* Deshabilitar arrastre */
    user-select: none;
    /* Deshabilitar selección */
    -webkit-user-drag: none;
    /* Soporte para navegadores WebKit */
    -webkit-user-select: none;
    -ms-user-select: none;
    /* Soporte para IE/Edge */
}

.modal-backdrop+.modal-backdrop {
    z-index: 1060;
}

.modal.show {
    z-index: 1070;
}

.header-unia {
    background:
        url('/img/lineas-negro.png'),
        linear-gradient(to right, #058D1E, #022E55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-unia {
    background:
        url('/img/lineas-negro.png'),
        linear-gradient(to right, #058D1E, #022E55);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-rubick {
    font-family: 'Rubik', sans-serif;
}

.circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.circle-img-2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.text-blue {
    color: #023351;
}

.text-yellow {
    color: #FDB200;
}

.btn-yellow {
    background-color: #FDB200;
}

.btn-portal i {
    color: inherit !important;
}

.btn-portal {
    border: 2px solid !important;
    background-color: #FDB200;
    color: white;
    border-start-end-radius: 20px !important;
    border-end-end-radius: 20px !important;
}

.btn-portal:hover {
    border: 2px solid #FDB200 !important;
    color: #FDB200;
    border-start-end-radius: 20px !important;
    border-end-end-radius: 20px !important;
}

.btn-yellow:hover {
    background-color: rgba(253, 178, 0, 0.7);
}

.btn-yellow:active {
    background-color: rgba(253, 178, 0, 0.9) !important;
}

.text-green {
    color: #056A26;
}

.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.card {
    height: 100%;
}

.ponente-img {
    width: 100%;
    height: 300px;
    /* o el alto que prefieras */
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.text-justify {
    text-align: justify;
}

.nav-link:hover{
    color: #0869be !important;
}