/* Minification failed. Returning unminified contents.
(255,22): run-time error CSS1039: Token not allowed after unary operator: '-height-content'
(596,22): run-time error CSS1039: Token not allowed after unary operator: '-height-sub-content'
(1113,35): run-time error CSS1046: Expect comma, found '81'
(1113,42): run-time error CSS1046: Expect comma, found '/'
(1376,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1377,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1378,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1379,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1380,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1786,41): run-time error CSS1046: Expect comma, found '123'
(1786,48): run-time error CSS1046: Expect comma, found ')'
(1790,41): run-time error CSS1046: Expect comma, found '123'
(1790,48): run-time error CSS1046: Expect comma, found ')'
 */
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";




.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #04387f;*/
    /*background: #f2f4f4;*/
    /*color: #fff;*/
    border: 2px solid rgb(98, 67, 154);
    color: #50193C;
    transition: all 0.3s;
    font-size: 13px;
    border-radius: 0px 0px 7px 7px;
}
@media (max-width: 768px) {
    #sidebar {
        width: 100px;
        font-size: 10px;
    }
}
    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        /*background: #04387f;*/
        background: #f2f4f4;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
        /*background: #e4e4e4;*/
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #fff;
            /*background: #0092c8;*/
            background: #736EAF;
        }

    #sidebar ul li.active > a,
    #sidebar ul li a[aria-expanded="true"] {
        /*color: #fff;*/
        /*background: #0092c8;*/
        /*background: #736EAF;*/
        border-left: #736EAF;
        border-left-width: 5px;
        border-left-style: solid;
    }

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /*background:  #04387f;*/
    /*background: #e4e4e4;*/
}





ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse span {
        display: none;
    }
}*/
.navbar-collapse {
    padding-left:10px;
}
@media (max-width: 768px) {
    .navbar-collapse {
        padding-left: 10px;
    }

}

.sidebar-header {
    /*content: url('../../image/logo-RL-Siderbar.png');*/
    display: block;
    visibility: visible;
    width: 140px;
    position: relative;
    top: -2px;
    padding: 0px !important;
    left: 51px;
}

.multi-carousel {
    opacity: 0;
    padding: 0 25px;
    max-width: 1300px;
    width: 100%;
}

    .multi-carousel .carousel-control-next,
    .multi-carousel .carousel-control-prev {
        width: 25px;
        background: gray;
    }

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
/*Nuevo estilo**/
#sidebar ul li.active > a, #sidebar ul li a[aria-expanded="true"] { 
    border-left: #4d44b7;
}

#sidebar ul li a:hover {
    background: #4d44b7;
}
body {
    background-color: #f7f7f0;
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

    a.download {
        background: #fff;
        color: #7386D5;
    }

    a.article,
    a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    /*width: calc(100% - 250px);*/
    width: 100% ;
    /*padding: 0px 80px;*/
    min-height: var(--height-content);
    /*min-height: 100vh;*/
    transition: all 0.3s;
    position: absolute;
    /*top: 120px;*/
    right: 0;
}


    #content.active {
        width: 100%;
    }

.dashboard-section-btn-assistant {
    width: 10px !important;
}

    .dashboard-section-btn-assistant > a {
        background-color: transparent;
        padding-left: 0px !important;
        font-size: 18px;
        margin: 0px 4px;
        color: #5d97be;
    }

.dashboard-section-btn-action {
    width: 80px !important;
}

    .dashboard-section-btn-action > a {
        background-color: transparent;
        padding-left: 0px !important;
    }

        .dashboard-section-btn-action > a > svg {
            font-size: 19px;
            margin: 0px 4px;
            color: #6F3F64;
        }

.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
    color: white;
}

#portada {
    /*background: url(../../image/index.jpg) no-repeat fixed center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    text-align: center;
    padding-bottom: -53px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.btn-menu-home {
    /*background: #C8EBF0;*/
    background: #cedcec;
    width: 100%;
    font-size: 20px;
    color: #50193C;
    /*font-weight: bold;*/
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0px;
    border-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    border: none;
    color: #641E4B;
}

.img-menu-primero {
    background: url(../../image/imagen-generica.png) no-repeat center;
    /*background-image: url('../Content/image/Not_found.png');*/
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 13px;
    width: 220px;
    height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.index-landing {
}

.btn-portada {
    border-radius: 2.3rem;
    color: #fff;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background-color: #645596;
    border-color: #FFF;
    margin: 0px 5px;
    font-size: 14px;
    float: left;
}

    .btn-portada:hover {
        background-color: #736EAF;
        /*background-color: #0092c8;*/
        color: white;
    }

    .btn-portada:focus {
        color: #fff;
        background-color: #645596;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
    }

    .btn-portada:active {
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
        color: white;
    }

.index-carousel p {
    color: #645596;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.index-carousel > hr {
    border-top-width: 2px;
    border-top-color: #645596;
    margin-top: 0px;
    width: 30%;
}




.img-carrete-video {
    background: url(../../image/imagen-generica.png);
    border-radius: 5px 5px 0px 0px;
    border: 0px solid #999;
    width: 190px;
    height: 180px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 0px white);
    background-size: cover;
    background-repeat: round;
}

.img-carrete-texto p {
    font-weight: 100;
    font-size: 11px;
}

.carouselItemWeb:hover .img-carrete-video
.carouselItemVideo:hover .img-carrete-video {
    /*display:none;*/
    filter: drop-shadow(2px 4px 6px black)
}

.carouselItemWeb:hover .img-carrete-video {
}

.img-carrete-texto {
    background-color: white;
    height: 90px;
    width: 190px;
}

.page-item.active .page-link {
    background-color: #645596;
    border-color: #645596;
}

.page-link {
    color: #645596;
}

    .page-link:hover {
        z-index: 2;
        color: white;
        background-color: #736EAF;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31)
    }

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
    border-color: #736EAF;
    border-color: #736EAF;
}

.form-white {
    background: #FFF;
    border: 1px solid #DDD;
    padding: 30px 20px;
    margin: 0 0 10px 0;
    position: relative;
    margin-top: 42px;
}

.form-avatar {
    position: absolute;
    top: -56px;
    right: -71px;
    z-index: 1;
    top: -47px;
    right: 50%;
    margin-right: -42px;
}

#alumnos .row {
    padding-bottom: 10px;
}

.btn-student-delete {
    border-radius: 3em;
    padding: .5em 1em;
    font-size: 16px;
    margin-top: 24px !important;
}

ol.breadcrumb {
    background-color: transparent;
}

    ol.breadcrumb a {
        color: white;
    }

    ol.breadcrumb > .active {
        color: #c7bbef;
    }


.tox-notifications-container {
    display: none !important;
}

.index-landing {
    min-width: 260px;
    min-height: 260px;
    border-radius: 5px;
    border: 0px;
    padding: 0px;
    margin: 10px auto;
    top: -54px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    max-width: 260px;
}

    .index-landing .landing-title {
        min-height: 44px;
        background: #c1c1c18c;
        padding: 10px;
        border-radius: 6px 6px 0px 0px;
    }



    .index-landing:hover .landing-title {
        background: #6F3F64 !important;
        border: 1px solid #6e3f64;
    }

        .index-landing:hover .landing-title p {
            color: #FFF !important;
        }

.index-presentacion-footer {
    margin-top: 30px;
}

.alliance-image > div > div {
    cursor: pointer;
    border: 0px;
    margin: 10px auto;
    top: -70px;
    background-size: 70% 70%;
    position: relative;
    padding: 10px;
    border-radius: 0px;
    background-color: white;
    border-bottom: 0px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    border: 1px solid #dedede;
    border-right: 0px;
}

.alliance-image > :last-child > div {
    border-right: 1px solid #dedede;
}

.alliance-image > :first-child > div {
    border-radius: 6px 0px 0px 0px;
}

.alliance-image > :last-child > div {
    border-radius: 0px 6px 0px 0px;
}

.breadcrumb-item +
.breadcrumb-item::before {
    content: ">";
}

.dataTables_length {
    color: #62439A;
}

    .dataTables_length > label > select {
        color: #62439A;
    }

table {
    background-color: #EAEEF5;
    font-size: 13px;
}

    table > tbody {
        background-color: #fff;
    }

#subcontent {
    min-height: var(--height-sub-content);
}

    #subcontent > div > div {
        padding: 0px 0px 0px 0px;
    }

@media (max-width: 768px) {
    #subcontent > div > div {
        padding: 0px 10px;
    }
}


.index-style img {
    max-width: 100%;
    height: auto;
}



.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
}

    .play-btn:hover {
        cursor: pointer;
    }

    .play-btn:focus {
        outline: 0;
    }

.modal-header {
    color: #62439A;
    border-bottom: 0px;
}

    .modal-header span {
        font-size: 35px;
        font-weight: 300;
        color: #62439A;
    }

.modal-footer {
    border-top: 0px;
}

.landing-body {
    background-color: white;
    min-height: 140px;
}

.carouselItemWeb .img-carrete-texto,
.carouselItemVideo .img-carrete-texto,
.landing-body {
    padding: 10px;
}

.carouselItemWeb:hover {
    /*background-color: rebeccapurple;*/
}


/*Index General - Inicia*/

.index-section {
    width: 100vw;
    max-width: 1000px;
}

.index-section-white {
    background: white
}

.index-presentacion-titulo p {
    font-size: 27px;
    color: #6e3e63;
    font-weight: 600;
}

.portada-body p {
    font-size: 14px;
}

.top-moving-bar {
    width: 100%;
    position: fixed;
    display: block;
    background: #FFFFFF;
    top: 0;
    left: 0;
    padding: 0px 0;
    transform: translateY(-100%);
    transition: all 0.75s ease;
    box-shadow: 0 0 0 transparent;
    z-index: 1040;
}

    .top-moving-bar.visible {
        transform: translateY(0);
        box-shadow: 0 14px 20px -12px rgba(0,0,0,0.2);
    }

.Related_links p {
    color: #4d44b7;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.Related_links hr {
    margin-top: 0rem;
    border-top: 4px solid #4d44b7;
    width: 50%;
}
.Related_interact hr {
    margin-top: 0rem;
    border-top: 4px solid #dfe2e6;
    width: 50%;
}
/*Tablas con jquery en los CRUDs inicio*/
.dataTables_length {
    color: #62439A;
}

    .dataTables_length > label > select {
        color: #62439A;
    }

table {
    background-color: #EAEEF5;
    font-size: 13px;
    width: 100% !important;
}

    table > tbody {
        background-color: #fff;
    }

.page-item.active .page-link {
    background-color: #645596;
    border-color: #645596;
}

.page-link {
    color: #645596;
}

    .page-link:hover {
        z-index: 2;
        color: white;
        background-color: #736EAF;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31)
    }

.dashboard-section-btn-assistant {
    width: 10px !important;
}

    .dashboard-section-btn-assistant > a {
        background-color: transparent;
        padding-left: 0px !important;
        font-size: 18px;
        margin: 0px 4px;
        color: #5d97be;
    }

.dashboard-section-btn-action {
    width: 80px !important;
}

    .dashboard-section-btn-action > a {
        background-color: transparent;
        padding-left: 0px !important;
    }

        .dashboard-section-btn-action > a > svg {
            font-size: 19px;
            margin: 0px 4px;
            color: #6F3F64;
        }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    /*top: 11px;*/
    /*left: 6px;*/
    height: 15px;
    width: 15px;
    /*color: white;
    content: '+';*/
    background-color: #645596;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-left: -5px;
    margin-right: auto;
}

.dataTables_info {
    font-size: 0.8em;
}
@media (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_info {
        white-space: break-spaces;
    }
}

/*Tablas con jquery en los CRUDs fin*/

/*Nuevo estilo**/
.index-landing .landing-title {
 
    background-color: #ccdbfc !important;

}
.index-landing:hover .landing-title {
    background: #911c53 !important;
    border: 1px solid #911c53;
}


.custom-color-1 {
    color: #4B46B4 !important;
}
.colaboradorFicha {
    padding: 10px;
    border: 1px solid #e6c8fa;
    box-shadow: 0px 0px 4px #bebebe;
    border-bottom: 2px solid PaleVioletRed;
}
.colaboradorFicha > .avatar {
    border-radius: 50%;
    width: 90px;
    object-fit: cover;
    object-position: center;
    box-shadow: 1px 2px 2px PaleVioletRed;
}
.navbar {
    background-color: transparent;
}

#myNavbar > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

#btn-standard {
    float: right !important;
}



#topbar {
    /*position: fixed;*/
    z-index: 1030;
    right: 0px;
    width: calc(100%);
    transition: all 0.3s;
}

    #topbar.active {
        width: calc(100% - 150px);
    }


.top-content {
    border-bottom: #eaeef5;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    height: 65px;
    width: 100%;
    background: #FFF !important;
}

.top-line {
    background-color: #62439A !important;
    min-height: 40px;
    width: 100%;
    height: 40px;
    border-bottom-width: 0px;
}

.top-message {
    background-color: #9ec8d9 !important;
    min-height: 40px;
    width: 100%;
    height: 30px;
    border-bottom-width: 0px;
}

.top-menu .collapse .nav-item > a,
.top-menu .collapse .dropdown-item a {
    font-size: 13px;
    padding-left: 0.7em;
    padding-right: 0.7em;
    color: gray;
}

.top-menu a.navbar-brand::before {
    content: url('/Content/image/logo-RL.svg');
    display: block;
    visibility: visible;
    width: 270px;
    position: relative;
    top: -2px;
}

@media (max-width:500px) {


    .top-menu a.navbar-brand::before {
        width: 170px;
    }
}

@media (max-width:370px) {

    .top-menu a.navbar-brand::before {
        display: none;
    }
}

.nav-pills .show .nav-link {
    color: #7b3d64 !important;
    font-weight: 700 !important;
    background-color: transparent;
}

.nav-pills .dropdown-item:hover {
    background-color: #af9dd1;
}

.nav-pills .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #62439A;
}

.top-line p {
    color: #FFF;
}

@media (max-width: 992px) {
    li button.btn-standard {
        width: 100%;
        margin: 5px;
    }

    a.navbar-brand::before {
        display: none;
    }
}


.brand_logo {
    width: 100px;
    height: 100px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 60px;
}

#loginModal .modal-header {
    border: 0;
    padding: 0 16px;
}

#loginModal .modal-body {
    padding-right: 1rem;
    /*padding-bottom:3rem;*/
    padding-top: 0;
    padding-left: 1rem;
}

#loginModal .input-group-text {
    background: transparent;
    border: 0;
}


#loginModal .logError {
    /*padding-left: 3rem;*/
    color: #641E4B;
}

#MenuMovingCollapse,
#MenuCollapse {
    position: absolute;
    background: white;
    text-align-last: left;
    width: 199px;
    right: 3px;
    top: 100%;
    color: #949494;
    border-radius: 5px 0px 0px 5px;
    padding-left: 0px;
}

    #MenuMovingCollapse > li,
    #MenuCollapse > li {
        min-width: 100px;
    }

    #MenuMovingCollapse div,
    #MenuCollapse div {
        position: relative;
    }

    #MenuMovingCollapse .dropdown-toggle::after,
    #MenuCollapse .dropdown-toggle::after {
        margin-left: .755em;
    }

    #MenuMovingCollapse .dropdown-menu,
    #MenuCollapse .dropdown-menu {
        border: none;
        padding: 0px;
    }

    #MenuMovingCollapse .dropdown-menu {
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    #MenuMovingCollapse li a:hover,
    #MenuCollapse li a:hover {
        background-color: #FFF;
        color: #6F3F64;
    }

    #MenuMovingCollapse .dropdown.show > a,
    #MenuCollapse .dropdown.show > a {
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: #6F3F64;
        color: #6F3F64;
    }

    #MenuMovingCollapse .dropdown-menu .dropdown-item,
    #MenuCollapse .dropdown-menu .dropdown-item {
        margin-left: 15PX;
        font-size: 13px;
    }

@media (max-width:400px) {
    #MenuMovingCollapse a,
    #MenuCollapse a {
        font-size: 13px;
    }
}

@media (max-width:360px) {
    #MenuMovingCollapse,
    #MenuCollapse {
        width: 160px;
    }

        #MenuMovingCollapse a,
        #MenuCollapse a {
            font-size: 11px;
        }

        #MenuMovingCollapse > li > a,
        #MenuCollapse > li > a {
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }

    .navbar-header a {
        display: none;
    }
}


/*Nuevo estilo**/
.top-line {
    background-color: #4d44b7 !important;
    min-height: 44px;
}

.top-message {
    background-color: #ccdbfc !important;
    min-height: 32px;
    height: 32px;
}

    .top-message p {
        font-size: 13px;
        padding-top: 6px;
        padding-left: 10px;
        color: #4d44b7 !important;
        white-space: nowrap;
        margin-bottom: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .top-message.news {
        background-color: rgb(143 81 169 / 31%) !important;
    }

.top-menu {
    height: 58px;
}

.nav-pills .show .nav-link {
    color: #7c2253 !important;
    font-weight: 600 !important;
}

.nav-pills .dropdown-item:hover {
    background-color: #7c2253;
    color: #FFF;
}

/*footer*/
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    color: #4b46b4;
    background-color: #ccdbfc;
    padding: 10px 0px 5px 0px;
}

    footer .container a {
        color: #4b46b3;
    }

    footer .container div{
        margin: 10px auto;
    }

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

            .footer_ul_amrc li a:hover {
                color: #fff;
                text-decoration: none;
            }

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

    .foote_bottom_ul_amrc li {
        display: inline;
        text-align: center;
    }

        .foote_bottom_ul_amrc li a {
            margin: 0 12px;
        }

@media (max-width: 767px) {
    .foote_bottom_ul_amrc li {
        display: block;
    }
}

.social_footer_ul {
    display: table;
    margin: 0px auto 0px auto;
    list-style-type: none;
    padding: 0px;
}

    .social_footer_ul li {
        padding-left: 10px;
        padding-right: 10px;
        float: left;
    }

        .social_footer_ul li a {
            padding: 8px;
            border-radius: 50%;
        }

        .social_footer_ul li i {
            width: 20px;
            height: 20px;
            text-align: center;
        }

.multi-carousel {
    opacity: 0;
    padding: 0 25px;
    max-width: 100%;
}

    .multi-carousel .carousel-control-next,
    .multi-carousel .carousel-control-prev {
        width: 25px;
        background: gray;
    }

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.carousel-control-prev-icon ,
    .carousel-control-next-icon {
    height: 100px;
    
    background-image: none;
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23645596 ' width='12' height='12' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/
}
/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23645596' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}*/
.multi-carousel .carousel-control-next, .multi-carousel .carousel-control-prev {
    width: 25px;
    background: transparent;
}
.carousel-control-next-icon:after {
    content: '>';
    font-size: 60px;
    color: #645596;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 60px;
    color: #645596;
}
.carousel-indicators {
    right: auto;
    bottom: -45px;
    left: 36px;
     margin-right: 0; 
     margin-left: 0; 
}
    .carousel-indicators li {
        background-color: #6f3f64;
    }

.carrete-texto p {
    max-height: 92px;
    color: white;
    background: #0000005c;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding-left: 4px;
    width: 100%;
}
@media (max-width: 767px) {
    #carouselVideoteca .carousel-inner, #carouselInteres .carousel-inner, #carouselNoticias .carousel-inner {
        width: 220px;
    }

    #carouselVideoteca,
    #carouselInteres,
    #carouselNoticias {
        width: 270px;
    }
}

        @media (min-width: 768px) {
            #carouselVideoteca .carousel-inner,
            #carouselInteres .carousel-inner,
            #carouselNoticias .carousel-inner {
                width: 660px;
            }

            #carouselVideoteca,
            #carouselInteres,
            #carouselNoticias {
                width: 710px;
            }
        }

        @media (min-width: 992px) {
            #carouselVideoteca .carousel-inner,
            #carouselInteres .carousel-inner,
            #carouselNoticias .carousel-inner {
                width: 880px;
            }

            #carouselVideoteca,
            #carouselInteres,
            #carouselNoticias {
                width: 930px;
            }
        }

.tooltip-carrete {
    border-color: #4d44b7;
    border: solid;
    color: white;
    border-width: 0.5px;
    width: min-content;
    padding: 0px 6px;
    border-radius: 10px;
    font-size: 11px;
}

:root {
    --height-content: calc(100vh - 134px);
    --height-sub-content: calc(100vh - 260px);
    --height-sub-content-not-links: calc(100vh - 417px);
    --height-sub-content-admin: calc(100vh - 112px);
    --height-sub-content-admin-not-bottom: calc(100vh - 92px);
}



/*Botones personlizados*/
.btn-standard {
    color: #fff;
    background-color: #645596;
    border-color: #6c757d;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-standard:hover {
        background-color: #736EAF;
        color: white;
    }

    .btn-standard:focus {
        color: #fff;
        background-color: #645596;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem #1004a14f;
    }

    .btn-standard:active {
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
        color: white;
    }

.btn-standard-inverse {
    color: #645596;
    background-color: #fff;
    border-color: #6c757d;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-standard-inverse:hover {
        background-color: #fff;
        color: #736EAF;
    }

    .btn-standard-inverse:focus {
        color: #645596;
        background-color: #fff;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
    }

    .btn-standard-inverse:active {
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
        color: #645596;
    }

.btn-cancel {
    color: #645596;
    BACKGROUND-COLOR: #FFFFFF;
    border-color: #6c757d;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-cancel:hover {
        background-color: #ebebeb;
        color: #645596;
    }

    .btn-cancel:focus {
        color: #645596;
        background-color: #ebebeb;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
    }

    .btn-cancel:active {
        box-shadow: 0 0 0 0.2rem rgba(143, 81, 169, 0.31);
        color: #645596;
    }


.btn-new {
    color: #fff;
    background-color: #6F3F64;
    border-color: #6c757d;
    margin: 10px 5px;
    font-size: 12PX;
}

    .btn-new:hover {
        background-color: #8b4e7c;
        color: white;
    }

    .btn-new:focus {
        color: #fff;
        background-color: #6F3F64;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(111, 62, 100, 0.5411764705882353)
    }


.btn-new-inverse {
    color: #6F3F64;
    background-color: #FFF;
    border-color: #6F3F64;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-new-inverse:hover {
        color: #fff !important;
        background-color: #6F3F64;
    }

    .btn-new-inverse:focus {
        color: #fff !important;
        background-color: #6F3F64;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(111, 62, 100, 0.5411764705882353)
    }

.btn-save {
    color: #fff;
    background-color: #74b797;
    border-color: #6c757d;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-save:hover {
        background-color: #4b9974;
        color: white;
    }

    .btn-save:focus {
        color: #fff;
        background-color: #4b9974;
        border-color: #736EAF;
        box-shadow: 0 -4px 0 #518e71 inset;
    }

.btn-payment {
    color: #FFF;
    BACKGROUND-COLOR: #f7a93d;
    border-color: #6c757d;
    margin: 0px 5px;
    font-size: 10PX;
    border-radius: 2px;
    height: 32px;
}

    .btn-payment:hover {
        background-color: #ffb959;
        color: #FFF !important;
    }

    .btn-payment:focus {
        color: #FFF !important;
        background-color: #f7a93d;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(219, 164, 41, 0.31)
    }

    .btn-payment:active {
        box-shadow: 0 0 0 0.2rem rgba(219, 164, 41, 0.31);
        color: #FFF !important;
    }


.btn-aux {
    color: #FFF !important;
    BACKGROUND-COLOR: #9ec8d9;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-aux:hover {
        background-color: #7ab0c6;
        color: #FFF !important;
    }

    .btn-aux:focus {
        color: #FFF !important;
        background-color: #7ab0c6;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(52, 147, 184, 0.31);
    }

    .btn-aux:active {
        box-shadow: 0 0 0 0.2rem rgba(52, 147, 184, 0.31);
        color: #FFF !important;
    }

.btn-carrete {
    font-size: 16px;
    color: white;
    background: #bf69ea;
    border-radius: 25px;
    width: 30px;
    height: 30px;
}

.btn-in-shows {
    color: #4B46B4 !important;
    background-color: #FFF !important;
    border-color: #4B46B4 !important;
    margin: 0px 5px;
    font-size: 12PX;
}

    .btn-in-shows:hover,
    .btn-in-shows.active {
        color: #fff !important;
        background-color: #4B46B4 !important;
    }

    .btn-in-shows:focus {
        color: #fff !important;
        background-color: #4B46B4 !important;
        border-color: #736EAF;
        box-shadow: 0 0 0 0.2rem rgba(111, 62, 100, 0.5411764705882353)
    }
.btn-in-show-block {
    border: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-width: 0px !important;
}

/*Boton de toogle (checkbox)*/
.btn-toogle {
    color: #fff;
    background-color: #645596;
    border-color: #6c757d;
}

.toggle .btn {
    font-size: 0.75rem;
}

.toggle.btn {
    min-width: 3rem;
    min-height: 1rem;
}

.btn-toogle:hover {
    color: #fff;
    background-color: #736EAF;
}

.carouselItemWeb .img-carrete-video div {
    display: none;
}

.carouselItemEducation .img-carrete-video div .btn-carrete {
    background: #CCDBFC;
    color: #4B46B4;
    width: auto !important;
    position: absolute;
    z-index: 666;
    top: 7%;
    left: 0%;
    transform: translate(0%, 0%);
    border: 0;
    border-radius: 0px 25px 25px 0px;
}

.carouselItemVideo:hover .img-carrete-video div,
.carouselItemWeb:hover .img-carrete-video div,
.carouselItemEducation:hover .img-carrete-video div {
    display: block;
    background-color: #19131345;
    width: 100%;
    height: 100%;
}

.carouselItemVideo:hover .img-carrete-video,
.carouselItemWeb:hover .img-carrete-video {
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #fff;
}

.selectize-input > input,
.selectize-dropdown-content > .option {
    color: #62439A !important;
}

.selectize-dropdown, .selectize-input {
    color: #62439A !important;
}

path .ytp-large-play-button-bg {
    fill: #645596 !important;
}

select option::selection {
    background-color: red;
}

.showpsw {
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 4;
    color: #09387e;
    cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 200px;
}

.swal2-actions .btn-standard,
.swal2-actions .btn-cancel {
    font-size: 17px;
    padding: 6px 20px;
}

.custom-file-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 35px;
}
.custom-file-button {
    content: "x";
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 500;
    color: #fff;
    background-color: #4d44b7;
    border-color: #6c757d;
    border-radius: 2em;
    padding: 0.25em 0.75em;
    font-size: 12px;
}

    .custom-file-button:hover {
        background-color: #1004a1;
    }
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-left: 23px;
    padding-right: 0.75rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    left: 0.5em;
    right:auto;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: 1em;
    right: auto;
}
.table-plugin th {
    text-align:center;
}

.general-title {
    color: #4d44b7;
    font-weight: 600;
    font-size: 3em;
}

@media (max-width: 768px) {
    .general-title {
      
        font-size: 2.5em;
    }
}
@media (max-width: 575px) {
    .general-title {
        font-size: 2em;
    }
}

.custom-file-label::after {
    content: "Explorar";
}
.progress-bar-standard {
    background-color: #4d44b7;
}
/*Nuevo estilo**/
.btn-dictionary {
    border-radius: 2px;
    background-color: #f5f7fc;
    color: #4d44b7 !important;
    margin: 0px 5px;
    font-size: 10px;
}

    .btn-dictionary:hover {
        background-color: #ffffff;
    }

    .btn-dictionary:focus {
        background-color: #ffffff;
        box-shadow: 0 0 0 0.2rem rgb(95 123 134);
    }

    .btn-dictionary:active {
        box-shadow: 0 0 0 0.2rem rgb(95 123 134);
    }

.btn-standard {
    background-color: #4d44b7;
}

    .btn-standard:hover {
        background-color: #1004a1;
        color: white;
    }

    .btn-standard:focus {
        background-color: #1004a1;
    }

.btn-toogle {
    background-color: #4d44b7;
}

    .btn-toogle:hover {
        background-color: #1004a1;
    }

.overlay-center-content {
    position: relative;
}

    .overlay-center-content .overlay-center-download {
        left: 90%;
        top: 98%;
        position: absolute;
        z-index: 777;
        transform: translate(-50%, -50%);
        border: 0;
        background-color: #4B46B4;
        color: white
    }

        .overlay-center-content .overlay-center-download:hover {
            background-color: #CCDBFC;
            color: #4B46B4;
        }

    .overlay-center-content .overlay-center-icon {
        opacity: 0;
        left: 50%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(75, 70, 180, 0.6);
        z-index: 666;
        transform: translate(-50%, -50%);
        border: 0;
    }

        .overlay-center-content .overlay-center-icon:hover {
            opacity: 1;
        }

.general-title-payment {
    color: #000000;
    font-weight: 300;
    font-size: 1.5em;
}


