.btn-box {
    background-color: #9db4c6;
    padding: 30px;
}

.title h4 {
    font-weight: 700;
    padding: 10px;
}

.section-title {
    font-weight: 700;
    padding: 10px;
}

.btn-continuar {
    margin: 20px;
    padding: 10px 30px 10px 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;
}

@media (min-width: 375px) and (max-width: 1199px) {
    .citas-box .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .btn-box, .selection-box {
        margin: 0 auto 20px;
        max-width: 500px;
    }

    .btn-box {
        margin-top: 20px;
    }
}

/* ------------------------------------------------------------------------------------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;
    /*text-align: left;*/
}


/* --------------------------------------------------------------------------------------MODAL-------------------------------------------------------------------------------------- */

.modal .modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto;
}

@media (max-width: 768px) {
    .modal .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.modal .modal-content {
    border-radius: 0;
    border: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .modal .modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.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;
}

/* --------------------------------------------------------------------------------------MODAL PASO 5-------------------------------------------------------------------------------------- */

.modal-paso5 .modal-content {
    border-radius: 0.75rem;
}

.modal-paso5 .modal-header-clean {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
}

.modal-paso5 .modal-title-custom {
    color: #003764;
}

.modal-paso5 .modal-body-custom {
    padding: 1rem 1.5rem 1.5rem;
}

.modal-paso5 .modal-text-muted {
    font-size: 1.05rem;
    line-height: 1.6;
}

.modal-paso5 .list-group-custom {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.modal-paso5 .list-icon {
    color: #003764;
}

.modal-paso5 .alert-custom-info {
    border-radius: 0.5rem;
}

.modal-paso5 .alert-custom-info .alert-icon {
    color: #6c757d;
}

.modal-paso5 .alert-custom-info .alert-text {
    font-size: 0.95rem;
}

.modal-paso5 .alert-custom-warning {
    border-radius: 0.5rem;
}

.modal-paso5 .alert-custom-warning .alert-icon {
    color: #ffc107;
}

.modal-paso5 .alert-custom-warning .alert-text {
    font-size: 0.95rem;
}

.modal-paso5 .modal-footer-clean {
    border-top: 0;
    padding: 0 1.5rem 1.5rem;
    justify-content: center;
}

.modal-paso5 .btn-modal-continuar {
    border-radius: 2rem;
    font-weight: 500;
    text-decoration: none;
}

.modal-paso5 .alert-custom-info .alert-icon,
.modal-paso5 .alert-custom-warning .alert-icon {
    font-size: 1.5rem;
}

.modal-paso5 .alert {
    align-items: flex-start !important;
}
