.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.bg-leftcard {
    background-color: #efefef;
}

.bg-primary-gradient {
    background-color: var(--primary);
    background-image: linear-gradient(150deg, var(--primary-dark-1) 0%, var(--primary) 61%, var(--primary-light-1) 81%);
}

.bg-light-gradient {
    background-color: var(--primary);
    background-image: linear-gradient(180deg, var(--primary) 10%, #e4e4e4 10%, #f3f3f5 25%, #ffffff 81%);
}

.fa-youtube-play {
    background: #e21a20;
    color: white;
}

.social-icon {
    border-radius: 50px;
    transition: 0.5s;
}

.a-fixed:visited {
    color: #fff;
    color: var(--color-theme);
}

.a-fixed:hover,
.a-fixed:active {
    color: #fff;
    color: var(--color-theme);
}

.a-fixed {
    color: #fff;
    color: var(--color-theme);
}

/* Add a hover effect if you want */
.social-icon:hover,
.social-icon:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.39) !important;
}

.form-control {
    text-transform: none !important;
}

.text-color-fixed {
    color: var(--color-theme);
}

.popover {
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}

.shadow-strong {
    font-family: 'Poppins', sans-serif !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.tooltip {
    font-family: 'Poppins', sans-serif !important;
}

.popover-header {
    color: var(--color-theme) !important;/* arreglar con color-theme */
    background-color: var(--primary) !important;
    border-bottom: 1px solid #ebebeb !important;
}

.card-body {
    padding: 1rem !important;
}

.acciones {
    font-size: 15px;
}

.btn-link {
    text-decoration: none !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
}

.app-size {
    width: 85px;
    height: 90px;
}

button:focus {
    outline: 5px auto var(--primary);
}

.a-fixed-2:visited {
    color: #000000 !important;
}

.a-fixed-2:hover,
.a-fixed-2:active {
    color: #000000 !important;
}

.a-fixed-2 {
    color: #000000 !important;
}

.p-2-5 {
    padding: 0.8rem !important;
}

.fondo-escudos {
    background-image: url("../img/backgroud-logos.png");
    background-size: contain;
    padding: 1.49rem;
    margin-bottom: 1rem;
}

.fondo-logo-academico {
    background-image: url("../img/backgroud-logos.png");
    background-size: contain;
    padding: 1.8rem;
    margin-bottom: 1rem;
}

@media (min-width: 900px) {
    .bg-light-gradient {
        background-color: var(--primary) !important;
        background-image: linear-gradient(180deg, var(--primary) 13.7%, #e4e4e4 13.7%, #f3f3f5 25%, #ffffff 81%) !important;
    }
}
