.btn-box {
    background-color: #a4b8d0;
    padding: 30px;
}

.title h4 {
    font-weight: 700;
    padding: 10px;
}

.section-title {
    font-weight: 700;
    padding: 10px;
}

.btn-continuar {
    margin: 20px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #003764;
    color: #ffffff;
    font-weight: 700;
}

.btn-continuar:hover {
    background-color: #002849;
}

.selection-box {
    background-color: #ffffff;
    padding: 20px;
}

.selection-p {
    padding: 5px;
    text-align: left;
}


/* ------------------------------------------------------------------------------------REQUISITOS------------------------------------------------------------------------------------ */

.cantidad-pagar {
    background-color: #003764;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}

.documentos {
    background-color: #6687aa;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.documentos ol {
    margin-left: 30px;
}

.requisitos-text {
    padding: 20px;
}


/* --------------------------------------------------------------------------------------MODAL-------------------------------------------------------------------------------------- */

/*.modal .modal-dialog {*/
/*    max-width: 70%;*/
/*}*/

.modal .modal-content {
    border-radius: 0;
    border: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.datos-img {
    width: 50px;
    margin: 30px;
}

.datos-form {
    text-align: left;
}

.form-group .col-form-label {
    font-size: .85em;
}

.covid-img {
    width: 70px;
    margin: 20px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 1;
}

/*.activeDay {*/
/*    background-color: #007bff !important;*/
/*    color: #fff !important;*/
/*    border-radius: 5px;*/
/*}*/

.btn:hover {
    opacity: 0.9;
}

.card {
    border: none;
    border-radius: 15px;
}

.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}
