﻿.proyectos {
    color: #333;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

    .section-title::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 50px;
        height: 3px;
        background: #fb9a7e;
    }

.section-description {
    line-height: 1.6;
    margin-bottom: 30px;
}

.project-item {
    margin-bottom: 40px;
}

.project-title {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}



.project-item p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

        .custom-list li::before {
            content: "\2022";
            position: absolute;
            left: 0;
            top: 0;
            color: #fb9a7e;
        }

.parallax-separator {
    background-image: url('../images/media/fondo-cafe-1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .parallax-separator .overlay {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.separator-title {
    color: #fff;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    font-weight:700;
}



.sociales-section {
    background: #f7f7f7;
    padding: 40px 20px;
}

.resumen-tabla {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: 'Satoshi';
    letter-spacing: -0.16px;
    line-height: 22px;
    font-size: 18px;
    line-height: 1.7em;
}

    .resumen-tabla th,
    .resumen-tabla td {
        padding: 12px;
    }

    .resumen-tabla tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }

    .resumen-tabla tbody tr:hover {
        background-color: #e2f0eb;
    }

    .resumen-tabla tfoot td {
        font-size: 1rem;
        color: #333;
    }

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}
