.project-card .widget-1 .btn-desarr {
    background-color: white;
}
.project-card .widget-1 .btn-desarr:hover {
    background-color: white;
    color: #198754 !important;
    text-decoration: underline;
}
#app1 .card-header h6 {
    margin: 0;
    padding: 0;
}
#app1 .card-header {
    border: 0;
    border-radius: 0;
}

.nav18 .elem-30 form button {
    background-color: var(--verde-success);
}

@media (min-width:768px) {
    .nav18 .elem-32 {
        background-color: var(--verde-success);
    }
}

.project-card {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "widget-1 widget-1 widget-1"
        "widget-2 widget-2 widget-2";
}

.project-card .widget-1,
.project-card .widget-2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: white;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.project-card .widget-1 {
    grid-area: widget-1;
}

.project-card .widget-2 {
    grid-area: widget-2;
}

@media screen and (max-width:992px) {
    .project-card {
        grid-template-areas: "widget-1 widget-1 widget-1"
            "widget-2 widget-2 widget-2";
    }

    .project-card .widget-1,
    .project-card .widget-2 {
        min-width: 280px;
    }
}

.project-card #app1 #boton-acepto {
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.project-card #app1 #boton-acepto .btn {
    background-color: var(--nav-cadetblue) !important;
    border: none;
}

.project-card #app1 #boton-acepto .btn:hover {
    background-color: chocolate !important;
}

@media screen and (max-width:541px) {
    .project-card #app1 #boton-acepto .btn {
        font-size: 0.9rem;
    }
}

.proj-card-title h5 {
    width: 90%;
    margin: auto;
}

.project-card .card-proj {
    width: 100%;
    margin: auto;
    border: 0px;
}

.project-card .codigo-proj {
    background-color: var(--nav-cadetblue);
    color: white;
}

.project-card .titulo,
.project-card .description-breve {
    width: 96%;
    text-align: center;
    margin: auto;
}

.project-card .datos-proyecto00,
.project-card .posibilidades,
.project-card .datos-precio {
    width: 98%;
    text-align: left;
    margin: auto;
}

.project-card .nota span {
    font-size: 0.95rem;
}

.project-card #app1 .card-header {
    background-color: var(--nav-cadetblue) !important;
}

.project-card #app1 .card-body h5 {
    color: var(--verde-success) !important;
}

.project-card .oper-titulo {
    width: 96%;
    text-align: left;
    margin: auto;
}

.project-card .oper-text {
    text-align: center;
    background-color: var(--verde-success);
    width: 90%;
    margin: auto;
}

.project-card .oper-text span {
    font-size: 0.95rem;
    width: 96%;
    color: white;
    margin: 25px;
}

.project-card #app1 #aviso p {
    font-size: 0.95rem;
    text-indent: 10px;
}

.project-card .proj-bchain span {
    font-size: 0.95rem;
}

.project-card .card-footer {
    background-color: cadetblue;
}

.project-card .card-footer span {
    font-size: 0.95rem;
    color: white;
}

@media screen and (max-width:541px) {
    .proj-card-title h5 {
        width: 70%;
        margin: auto;
    }

    .project-card .codigo-proj h5 {
        font-size: 0.9rem;
    }

    .project-card .description-breve span {
        width: 94%;
        font-size: 0.95rem;
    }

    .project-card .datos-proyecto00 span,
    .project-card .posibilidades span,
    .project-card .datos-precio span {
        width: 99%;
        font-size: 0.95rem;
    }

    .project-card .nota span {
        font-size: 0.9rem;
    }

    .project-card #app1 .card-header h5 {
        font-size: 0.95rem;
    }

    .project-card #app1 .card-body h5 {
        font-size: 1.2rem;
    }

    .project-card #app1 #aviso p {
        font-size: 0.9rem;
    }

    .project-card .proj-bchain span {
        font-size: 0.9rem;
    }

    .project-card .card-footer span {
        font-size: 0.9rem;
    }

    .project-card .datos-proyecto00 h5,
    .project-card .posibilidades h5,
    .project-card .datos-precio h5,
    .project-card .oper-titulo h5 {
        font-size: 1.2rem;
    }

    #tabl-bch01Ach {
        font-size: 0.9rem;
    }

}

@media screen and (max-width:367px) {
    .proj-card-title h5 {
        width: 80%;
        margin: auto;
    }
}

.project-card .widget-1 a,
.project-card .widget-2 a {
    background-color: cadetblue;
    color: white;
    border: 0;
    border-radius: 1px;
    min-width: 230px;
    text-decoration: none;
    padding: 8px;
}

.project-card .widget-1 a:hover,
.project-card .widget-2 a:hover {
    background-color: chocolate;
}

#app1 {
    max-width: 94%;
    margin: auto;
}

#app1 #aviso {
    font-family: 'Segoe UI';
}

#app1 #sumaInversionApp1 {
    font-size: 18px;
    color: #0D6EFD !important;
}

#app1 #aviso a {
    color: #0D6EFD;
    background: none;
}

#app1 #boton-acepto .btn {
    background-color: cadetblue;
    color: white;
    width: 200px;
}

#app1 #sumaInversionApp {
    font-size: large;
}

#tabl-bch01Ach {
    font-size: 0.9rem;
}