html {
    scroll-behavior: smooth;
        }
        .navbar-nav .nav-link.active {
    color: #f8b400; 
    position: relative;
}

.logo-img {
    max-height: 130px;
    width: auto; 
}

@media (max-width: 768px) {
    .logo-img {
        max-height: 60px; 
    }
}

.img-fluid {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-section p {
    color: #666;
  font-weight: 200;
        }

#Transfondo p, #Contacto li {
  font-weight: 200;
        }

@media (max-width: 768px) {
    .transforming-lives {
        font-size: 1.5rem; 
        padding: 0 15px; 
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

.navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f8b400; 
    position: absolute;
    bottom: -5px;
    left: 0;
}

        .image-grid {
            padding: 0;
        }

        .image-grid .col {
            padding: 0;
        }

        .image-grid img {
            width: 100%;
            height: auto;
        }

        .transforming-lives {
        font-size: 2.5rem; 
        font-weight: bold;
        margin: 0 auto;
        letter-spacing: 0.05em;
    }

    @media (max-width: 768px) {
        .transforming-lives {
            font-size: 2rem; 
        }
    }

    @media (max-width: 576px) {
        .transforming-lives {
            font-size: 1.5rem; 
            padding: 0 15px; 
        }
    }
        .logo-section .col-4 {
            text-align: center;
            padding: 20px;
        }

        .logo-section img {
            width: 50%;
            margin-bottom: 20px;
        }

        .logo-section p {
            text-align: justify;
        }
        .footer {
    background-color: #f8f9fa; 
}

.text-orange {
    color: #f8b400; 
    font-weight: bold;
}

.text-blue {
    color: #007bff; 
    font-weight: bold;
}

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

.footer img {
    width: 120px; 
}

.footer h4 {
    margin-bottom: 20px;
}

.footer ul li {
    margin-bottom: 10px;
    color: #666; 
}

@media (max-width: 768px) {
    .footer h4 {
        font-size: 1.5rem;
    }
}
.icon-img {
    width: 70%; 
    max-width: 120px; 
    height: auto; 
}

@media (max-width: 768px) {
    .icon-img {
        width: 50%; 
        max-width: 100px; 
    }
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-section .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.icon-img {
    width: 50%; 
    max-width: 100px;
    height: auto;
}

h3 {
    margin-top: 20px; 
    min-height: 60px; 
}

.description {
    flex-grow: 1; 
    align-items: center;
    justify-content: center;
    text-align: justify;
    padding: 0 15px;
}

.logo-section .col-md-4 {
    min-height: 100%; 
}

.icon-downloads img {
    max-width: 150px;
}

.icon-downloads h4 a{
    color: #fff;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .icon-img {
        width: 40%;
        max-width: 80px;
    }

    h3 {
        font-size: 1.2rem;
        min-height: auto;
    }

    .description {
        padding: 0 10px;
    }

    .logo-section .col-md-4 {
        min-height: auto;
    }
}
.footer a {
    color: inherit; 
    text-decoration: none; 
}

.footer a:hover {
    color: #f8b400; 
    text-decoration: underline; 
}