.mainbar-wrap {
    background: #771784;
}
.main-nav .link-txt .txt {
    color: #fff;
}
#main-header-collapse{
    background-color: #771784;
}
.cards {
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-center {
    text-align: center!important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.divUno {
    border: linen 0.9px #DEDEDE !important;
    /* float: left; */
    /* margin-top: 20px; */
    box-shadow: 0px 0px 5px 0px rgba(34, 52,125,1);
}

.divUno:hover{

    box-shadow: 0px 0px 4px 0px rgba(216, 11, 105, 1);

}

#centradorB {
    border: 1px solid #CCCCCC;
    margin: 10px auto;
    padding: 20px;
    /*width: 535px;*/
}

.titulo5 {
    color: #642676;
    /*font-family: "Raleway",Helvetica,sans-serif;*/
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.reloj {
    color: #22347d;
    /*font-family: "Raleway",Helvetica,sans-serif;*/
    font-size: 25px;
    font-weight: 200;
    text-align: center;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    /*background: #c850c0;
    background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
    background: -o-linear-gradient(45deg, #4158d0, #c850c0);
    background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
    background: linear-gradient(45deg, #4158d0, #c850c0);*/

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1170px;
}

#ofertaeduc {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#ofertaeduc * {
    position: relative;
}
#ofertaeduc td, #ofertaeduc th {
    padding-left: 8px;
}
#ofertaeduc thead tr {
    height: 40px;
    background: #36304a;
}
#ofertaeduc tbody tr {
    height: 50px;
}
#ofertaeduc tbody tr:last-child {
    border: 0;
}
#ofertaeduc td, #ofertaeduc th {
    text-align: left;
}
#ofertaeduc td.l, #ofertaeduc th.l {
    text-align: right;
}
#ofertaeduc td.c, #ofertaeduc th.c {
    text-align: center;
}
#ofertaeduc td.r, #ofertaeduc th.r {
    text-align: center;
}


.table100-head th{

    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
}

#ofertaeduc tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

#ofertaeduc tbody tr {

    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

#ofertaeduc tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.column1 {
    width: 260px;
    /*padding-left: 40px;*/
}

.column2 {
    width: 160px;
}

.column3 {
    width: 245px;
}

.column4 {
    width: 110px;
    /*text-align: right;*/
}

.column5 {
    width: 170px;
    /*text-align: right;*/
}

.column6 {
    width: 222px;
    /*text-align: right;*/
    padding-right: 62px;
}


@media screen and (max-width: 992px) {
    #ofertaeduc {
        display: block;
    }
    #ofertaeduc > *, #ofertaeduc tr, #ofertaeduc td, #ofertaeduc th {
        display: block;
    }
    #ofertaeduc thead {
        display: none;
    }
    #ofertaeduc tbody tr {
        height: auto;
        padding: 37px 0;
    }
    #ofertaeduc tbody tr td {
        padding-left: 35% !important;
        margin-bottom: 5px;
    }
    #ofertaeduc tbody tr td:last-child {
        margin-bottom: 0;
    }
    #ofertaeduc tbody tr td:before {

        font-size: 14px;
        color: #555;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    #ofertaeduc tbody tr td:nth-child(1):before {
        content: "Subsistema";
    }
    #ofertaeduc tbody tr td:nth-child(2):before {
        content: "Municipio";
    }
    #ofertaeduc tbody tr td:nth-child(3):before {
        content: "Plantel";
    }
    #ofertaeduc tbody tr td:nth-child(4):before {
        content: "Especialidad";
    }
    #ofertaeduc tbody tr td:nth-child(5):before {
        content: "Dirección";
    }
    #ofertaeduc tbody tr td:nth-child(6):before {
        content: "Contacto";
    }

    .column4,
    .column5,
    .column6 {
        text-align: left;
    }

    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }

    #ofertaeduc tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

a.link {
    color: #771784;
}

.btn-clean{
    background:#285fdc;
    color: #fff;
    border: 1px solid #285fdc;
}

.btn-clean:hover { 
    border-color: transparent; 
    background-color: #285fdc; 
    color: #fff; 
    -webkit-transform: translateY(-1px); 
    transform: translateY(-1px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05); 
}
