/* Créditos Metabiblioteca */

.myCredits {
    background-color: var(--color01);
    text-align: center;
    color: #fff;
}

.myCredits a {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
}

.myCredits img {
    width: 45px;
}

.myCredits {
    padding: 7px;
}

.mountains-1 {
    z-index: 3;
    background-image: url(https://umanizales.edu.co/themes/custom/classy_umanizales/dist/img/mountain-1.svg);
    background-position: 60% 1px;
    -moz-background-size: 155% auto;
    background-size: 155% auto;
}

.mountains-2 {
    z-index: 2;
    max-width: 575px;
    background-image: url(https://umanizales.edu.co/themes/custom/classy_umanizales/dist/img/mountain-2.svg);
    background-position: 40% -10%;
    -moz-background-size: 200% auto;
    background-size: 200% auto;
}

.mountains-3 {
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 825px;
    background-image: url(https://umanizales.edu.co/themes/custom/classy_umanizales/dist/img/mountain-3.svg);
    background-position: 50% -20%;
    -moz-background-size: 140% auto;
    background-size: 140% auto;
}

.mountains {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.mountains-collecion {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 130px;
}

.footer-umanizales {
    background-color: #013333;
    color: #ffffff;
    font-family: Poppins, sans-serif;
}

.footer-logo {
    max-width: 120px !important;
    height: auto;
}

.footer-subtitle {
    color: #ffd700;
    font-size: 0.95rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.social-icons {
    display: flex;
    gap: 12px;
}

footer.footer-umanizales {
    padding-left: 50px;
    padding-right: 50px;
}

footer#footer {
    margin-top: 50px;
}

footer.footer-umanizales a {
    font-size: 14px !important;
}

footer.footer-umanizales h5 {
    font-size: 16px !important;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #ffffff;
    color: #013333;
    transform: translateY(-3px);
}

.footer-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #ffd700;
    padding-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-umanizales .col-md-6 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-logo {
        max-width: 150px;
    }
}