.cont-preproyecto .btn-gcc {
    min-width: 250px;
    max-width: 400px;
}

.cont-preproyecto .titulo h4 {
    padding: 0.4rem;
    margin: auto;
    text-align: center;
    color: #243848;
}

.cont-preproyecto .titulo {
    margin: auto;
    max-width: 750px;
    width: 80%;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont-preproyecto .intro {
    width: 90%;
    margin: auto;
}

.cont-preproyecto .titulo2 h5 {
    color: #243848;
}

/*
    details summary { list-style-type: none; }   
    .cont-preproyecto details summary::-webkit-details-marker { display: none; }
    .cont-preproyecto details summary::marker { display: none; } */

.cont-preproyecto .card-header {
    background-color: #243848;
    color: white;
}

.cont-preproyecto {

    width: 94%;
    max-width: 98%;
    margin: 20px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-template-areas: "widget-1"
}

.cont-preproyecto>div {
    background: #fff;
    border-radius: 4px;
}

.cont-preproyecto .widget-1 {
    background: white;
    color: black;
    text-align: justify;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    width: 100%;
}

.cont-preproyecto .cuerpo {
    max-width: 96%;
    margin: auto;
}
@media screen and (max-width:425px) {
    .cont-preproyecto .cuerpo {
        max-width: 98%;
    }
    .cont-preproyecto .intro {
        width: 100%;
    }
}

.cont-preproyecto .widget-1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cont-preproyecto .widget-1 {
    grid-area: widget-1;
}

@media screen and (max-width:992px) {
    .cont-preproyecto {
        grid-template-areas: "widget-1";
    }

    .cont-preproyecto .widget-1 {
        min-width: 280px;
    }
}

/* ---------- grid / cuerpo / toggle / overflow 480px ------------ */
.parent {
    display: grid;
    place-items: center;
}

.parent {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.parent .card-prod {
    display: block;
    height: auto;
    min-width: 220px;
    max-width: 280px;
    min-height: 300px;
    max-height: 300px;
    width: auto;
    box-sizing: border-box;
    border: solid #e7e7e7 1px;
    background-color: white;
    border-radius: 4px;
    text-align: center;
    object-fit: cover;
}

.parent .card-header {
    background-color: #243848;
    border-radius: 0px;
}

.parent .card-prod {
    overflow: hidden;
}

.parent .card-prod:hover {
    box-shadow: 0px 0px 14.85px .15px rgba(0, 0, 0, 0.32);
}

.parent .card-prod {
    text-decoration: none;
}

.gcc-proj .card .card-header i {
    color: white;
}

.gcc-proj .card .btn-gcc {
    border: #243848;
    background-color: #243848;
    vertical-align: middle;
}

.gcc-proj .card .btn-gcc span {
    margin-left: 0px;
}