/*Menu*/
#nav-menu{
    background-color: #45B39D;
}

.navbar a {
    font-size: 20px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
    font-weight: bold;
}
.navbar .nav-link.active{
    color: #198754;
 
}
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar {
    justify-content: center;
}
.navbar-collapse {
    justify-content: center;
}

.carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30%;
    left: 35%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 30%;
    height: 30%;
}
.banner-text {
    font-size: 2rem;
    margin: 0;
}


/* ABOUT */
.about-title{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;

    font-size: 40px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
    font-weight: bold;

}
.about-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
}
.about-section {
    padding: 60px 0;
}
.about-section img {
    max-width: 100%;
    height: 400px;
    width: 500px;
}
.about-section .btn {
    padding: 10px 20px;
    font-size: 1rem;
}
.about-title::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 4px; /* Ajusta el grosor del subrayado aquí */
    background-color: #45B39D;
    left: 30%;
    bottom: -10px; /* Ajusta la distancia del subrayado al texto aquí */
    border-radius: 2px; /* Ajusta el radio de borde si quieres bordes redondeados */
}



/* OUR-ACTIVITY */
.our-activity-title {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 40px;
    color: #213343;
    font-family: sans-serif;
    font-weight: bold;
}
.our-activity-title::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 4px; /* Ajusta el grosor del subrayado aquí */
    background-color: #45B39D;
    left: 30%;
    bottom: -10px; /* Ajusta la distancia del subrayado al texto aquí */
    border-radius: 2px; /* Ajusta el radio de borde si quieres bordes redondeados */
}
.activities-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}
.activities-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #213343;
}
.activities-section .section-description {
    font-size: 18px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
    margin-bottom: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
}
.activity-item {
    margin-bottom: 30px;
}
.activity-icon {
    font-size: 3rem;
    color: #45B39D;
    margin-bottom: 10px;
}
.activity-item h3 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 10px;
}




/* OUR-MISSION */
.our-mission{
    margin-top: 50px;
    margin-bottom: 50px;
}
.our-mission-title{
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
    font-weight: bold;
}
.our-mission-title::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 4px;
    background-color: #45B39D;
    left: 30%;
    bottom: -10px;
    border-radius: 2px; 
}
.our-mission p {
    font-size: 18px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
}
.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gallery-item img {
    width: 100%;
    height: 300px;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.1);
}


/* SUSTAINABILITY */
.sustainability{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sustainability-title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}
.sustainability-title::after {
    content: '';
    position: absolute;
    width: 40%;
    height: 4px;
    background-color: #45B39D;
    left: 30%;
    bottom: -10px;
    border-radius: 2px;
}

.sustainability p{
    font-size: 18px;
    line-height: 1.7;
    color: #213343;
    font-family: sans-serif;
} 

.about-section img {
    max-width: 100%;
}

.footer{
    background: #192733;
    color: white;
}

footer {
    color: white;
}

footer h5{
    color: #198754;
}

footer a {
    color: #198754;
    text-decoration: none;
}

footer a:hover {
    color: #198754;
    text-decoration: none;
}

footer .btn-floating {
    color: #ffffff;
}

footer .btn-floating:hover {
    color: #45B39D;
}


@media (max-width: 1024px) {
    .carousel-caption {
        padding: 15px;
        font-size: 1.2rem;
    }

    .banner-text {
        font-size: 1.2rem;
    }

    .about-title{
        margin-left: 100px;
    }

    .sustainability-title{
        margin-left: 100px;
    }

}

@media (max-width: 768px) {

    .carousel-caption {
        padding: 20px;
        font-size: 1rem;
        left: 20%;
        width: 60%;
        height: 40%;
    }
    .banner-text {
        font-size: 1rem;
    }

    .activity-item h3 {
        font-size: 1.2rem;
    }

    .activity-icon {
        font-size: 2.5rem;
    }
    .d-block{
        height: 400px;
    }

    .about-title{
        margin-left: 100px;
    }

    .sustainability-title{
        margin-left: 100px;
    }
}

@media (max-width: 576px) {

    .carousel-caption {
        margin-top: 50px;
        padding: 20px;
        font-size: 1rem;
        left: 20%;
        width: 60%;
        height: 25%;
    }
    .banner-text {
        font-size: 1rem;
    }

    .activity-item h3 {
        font-size: 1.2rem;
    }

    .activity-icon {
        font-size: 2.5rem;
    }
    .d-block{
        height: 400px;
    }

    .about-title{
        margin-left: 100px;
    }

    .sustainability-title{
        margin-left: 50px;
    }
}
