﻿body {
    background: #fff;
}
.featurette-heading {
    color: #006cb7;
    margin-bottom: 0;
}

article {
    margin-top: 48px;
    margin-bottom: 48px;
}
/* Modal */

.modal-body h6::before {
    font-family: "FontAwesome";
    content: "\f0da";
    padding-right: 4px;
}

.modal-body h6 {
    color: #034d80;
}

.modal-header {
    padding: 20px 40px;
}

.modal-body {
    padding: 20px 40px;
}

/* Color */
.azul {
    color: #006fb3;
    font-weight: inherit;
}

.white {
    color: #fff;
}

/* FX */
.iconos {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
}

.box-shadow {
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

article li {
    margin-top: 1rem;
    list-style: disc;
}

    article li::marker {
        color: red;
    }

.featurette .img-fluid {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.destaca {
    color: #575757;
    font-size: 12px;
}
p.tramite-proceso {
    margin-bottom: 0;
}

    p.tramite-proceso i {
        position: absolute;
        margin-left: -26px;
        font-size: 22px;
        color: #7e7e7e;
    }
.tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}
/*card*/
.custom-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #006fb3;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-bottom-left-radius: 14px;
}

    .custom-corner img {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 24px;
    }

.card-header {
    text-align: center;
}

    .card-header h5 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .card-header p {
        font-size: 14px;
        margin-bottom: 10px;
    }

.card.border-blue1 {
    border: 2px solid #006fb3;
}

.card.border-blue {
    border: 1px solid #006fb3;
    background: #f8f8f8;
}

.ini-fin {
    background: #006fb3;
    color: #fff;
}

    .ini-fin h6 {
        color: #fff;
        margin-bottom: 0;
    }

.arrow-r, .arrow-n {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

    .arrow-r:before {
        font-family: "FontAwesome";
        content: "\f0da";
        position: absolute;
        left: 0;
        top: 30%;
        color: #006db7;
        font-size: 22px;
    }

p.card-text {
    font-size: 14px;
}

.card-body, .alert-secondary {
    padding: 1.5rem;
}

.procesos .card-body {
    text-align: center;
}

.alert.alert-secondary {
    background: #f5f5f5;
}

.connector-circle {
    position: absolute;
    left: calc(50% - 6px);
    bottom: -16px;
    width: 0px;
    height: 0px;
    background-color: #ccc;
    border-radius: 50%;
    z-index: 0;
}

    .connector-circle::after {
        font-family: "FontAwesome";
        content: "\f0da";
        position: absolute;
        top: -14px;
        color: #cccccc;
        font-size: 24px;
        transform: rotate(90deg);
    }

    .connector-circle::before {
        content: '';
        position: absolute;
        left: 6px;
        top: -16px;
        width: 1px;
        height: 44px;
        background-color: #ccc;
        z-index: 1;
    }

.card-icon {
    height: 12px;
    position: relative;
    bottom: 30px;
}

.icon-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #006fb3;
}

.card-icon .fa-solid, .card-icon .fa-regular {
    display: block;
    font-size: 22px;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    margin: auto;
}

    .card-icon .fa-solid::before, .card-icon .fa-regular::before {
        color: #006fb3;
    }

.card-icon .fa-file-lines::before {
    margin-left: 4px;
}

.card-icon .fa-folder-closed::before {
    margin-left: 1px;
}

.btn-pasos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16;
    margin: auto;
    width: 130px;
}

.proceso_interno {
    margin-top: 44px;
}

    .proceso_interno p {
        font-size: 14px;
    }

    .proceso_interno h5.azul {
        margin-bottom: 0;
    }

.proceso1, .proceso6 {
    margin-top: 44px;
}

.proceso2, .proceso4 {
    margin-top: 32px;
}

.proceso2 {
    margin-bottom: 32px;
    /*margin-top: 72px;*/
}

.proceso4 {
    margin-bottom: 12px;
}

.proceso3, .proceso5 {
    margin-top: 44px;
}

/*scroll*/
.modal-body::-webkit-scrollbar {
    width: 12px;
}

.modal-body::-webkit-scrollbar-track {
    background: #ced4da;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 10px;
}

    .modal-body::-webkit-scrollbar-thumb:hover {
        background: #6c757d;
    }


footer {
    margin-top: 0px;
}

.connector-circle-position1, .connector-circle-position2 {
    bottom: -16px;
}

.btn.btn-danger.mb-2 {
    
}

/* 786 */
@media only screen and (max-width: 768px) {


    .btn.btn-danger.mb-2 {
        text-align: center;
        width: 90% !important;
        margin-bottom: 22px !important;
        margin-left: 12px;
    }

    .card-text:last-child {
        text-align: center;
        margin: auto !important;
    }

    .card.border-blue {
        margin-bottom: 42px;
    }

        .card.border-blue.caja2 {
            margin-bottom: 12px;
        }

    .proceso1, .proceso6 {
        margin-top: 44px;
    }

    .proceso2, .proceso4 {
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .proceso3, .proceso5 {
        margin-top: 0px;
    }

    .connector-circle-position1, .connector-circle-position2 {
        bottom: -16px;
    }

    .arrow-r {
        padding-top: 52px;
    }

    .arrow-r, .arrow-n {
        padding-left: 0px;
        padding-right: 0px;
    }

        .arrow-r:before {
            left: calc(50% - 6px);
            top: 0;
            transform: rotate(90deg);
        }

    .proceso_interno {
        margin-bottom: 44px;
    }

    .card-icon {
        display: none;
    }

    hr {
        margin-bottom: 32px;
        margin-top: 32px;
    }

}
