.modal-dialog.simulacion{
    color: #000;
    max-width: 600px;
}

.modal-dialog .modal-header{
    border-bottom: none;
}
.modal-dialog .modal-footer{
    border-top: none;
    justify-content: center;
}

.modal-dialog.simulacion .modal-body{
    font-size: 20px;
    padding: 0 2.5rem 2.5rem 2.5rem;
}

.fc-s h4{
    font-size: 25px;
    color: #1c3993;
    font-weight: 700;
}
.form-control{
    font-size: 16px;
}

.btn.btn-primary.g{
    background-color: #1b3254;
    font-size: 20px;
    border-radius: 5px;
    border-color: #1b3254;
}

.fc-s{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.fc-s h2{
    /* text-align: center; */
    font-weight: 600;
    color: #1b3254;
}

.p-c p{
    margin: 0;
    padding: 0;
    color: #1c3993;
}

.pc-c p::before{
    padding-right: 30px;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../assets/flchas.svg);
    background-repeat: no-repeat;
    background-size: 2.2rem;
}

.p-c p span{
    color: #6f7075;
}

.cronograma h3{
    text-align: center;
    color: #1c3993;
    font-size: 20px;
    font-weight: 600;
}

.cronograma .tb-cronograma{
    width: 100%;
    border: 1px solid #ffc000;
    border-radius: 10px;
}

.cronograma .tb-cronograma .tb-cabecera{
    text-align: center;
    background-color: #ffef06;
}

.cronograma .tb-cronograma .tb-cuerpo, .tb-pie{
    font-size: 16px;
    text-align: center;
    color: #6f7075;
}