a:hover,button:hover{
    transition: all .3s ease;
}

.modal_login .div2 h4{
    font-weight: 900;
    text-align: center;
    margin-bottom:20px;
}

.modal_login .div2 .form-group label,
.modal_login .div2 .form-group input,
.modal_login .div2 p,
.modal_login .div2 .form-check label,
.modal_login .div2 .form-check input,
.modal_login .div2 .checke-olvid a{
     font-size: 14px;
}

.modal_login .div2 p{
    margin-bottom: 20px;
    text-align: center;
}

.modal_login .div2 .form-group label{
    font-size: 14px;
    margin-bottom: 0.3rem;
}

.modal_login .div2 button{
    margin-top: 20px !important;
    font-size: 17px !important;
    padding-left:0px !important;
}

.modal_login .div2 .redes_sociales button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 40px;
    margin-top: 10px !IMPORTANT;
}
.modal_login .div2 .redes_sociales button img{
    margin-right: 5px !important;
    position: initial !important;
    top: auto !important;
    transform: initial !important;
    left: auto !important;
}

.modal_login .div2 .checke-olvid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal_login .div2 .redes_sociales button{
    cursor:pointer;
}
.modal_login .redes_sociales button:hover{
    background: #d0d0d0 !important;
}

.pc.flex{
    display:flex;
}

.pc.flex img{
    width:60% !important;
    margin:auto;
}

.div1 .politicas{
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    background: white;
    border-radius: 7px;
    padding: 20px;
    padding-left: 0px;
}

.div1 .politicas p{
    font-family: 'montserrat' !important;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;

}

.div1 .politicas a{
     color: #0075ff;
}

.div1 .politicas p span{
     padding: 3px;
     padding-left: 20px;
}

.cont_menu_footer{
    margin-left:0px;
}
.logo_desarr{
    /*max-width:200px;
    min-width:200px;*/
    background-color: transparent;
}

.icons_redes{
    margin-left:0px;
}

.li_bell svg path,.carrito-box svg path{
    fill:white;
}



header.active .li_bell svg path, header.active .carrito-box svg path{
    fill:black;
}

header.active_full .li_bell svg path, header.active_full .carrito-box svg path{
    fill:black !important;
}

@media (max-width:1320px){
    .li-bolsa{
        width:121px;
        display:flex;
        justify-content:center;
        align-content:center;
    }
}

@media(min-width: 992px) and (max-width: 1260px) {

    .menu>ul>li>a {
        font-size: 13px !important;
        padding: 10px 11px;
    }
}

@media (max-width:1120px){
    .content_footer{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .items_footer{
        padding-bottom: 20px;
        display: inline-flex;
        flex-direction: column;
    }
    .items_footer:nth-child(1){
        width: fit-content;
    }
}

@media (max-width:1060px){
    .kt-header__topbar-user p{
        display:none;
    }
}

@media (max-width:633px){
    .content_footer{
        flex-direction: column;
        flex-wrap: wrap;
        justify-content:center;
        align-content:center;
        /*margin-left: 40px;*/
    }
}



.btn_certifi{
      /* background: #0059b2; */
    margin-top: 20px;
    margin-left: 0px;
    max-width: 180px;
    /* background: #ffffff; */
    padding: 10px 25px 11px;
    border-radius: 8px;
    margin-top: 24px;
    color: #1f44a7;
    font-weight: 800;
    font-size: 16px;
    border: 2px solid;
    background:none;
    text-align: center;
}

.fotterFijo p, .fotterFijo label, .fotterFijo a{
    color:white;
}

/*MODAL INDEX*/

.modal_index .modal-dialog{
    /*max-width: 774px;*/
    max-width: 69vw;
    width: calc(100% - 50px);
    margin: 1.75rem auto !important;
}

.modal_index .padre_modal_index{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
/*.modal a.close.close_modal{
    position: absolute;
    top: -7px;
    right: -7px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    background: white;
    border-radius: 50%;
    opacity:1 !important;
}*/
.modal a.close.close_modal::before,.modal a.close::after{
    content: '';
    position: absolute;
    top: 13px;
    width: 14px;
    height: 3px;
    background-color: #DD3B3B;
}
.modal a.close.close_modal::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.modal a.close.close_modal::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.botonClose{
   position: absolute;
   cursor:pointer;
    z-index: 99;
    width: 30px;
    top: 7px;
    right: 6px;
}

.modal_index .div_int{
    position:relative;
}

.modal_index .div_int:hover .content_boton{
    opacity: 1;
}


.modal_index .div_int:nth-child(1){
    /*margin-right:10px;*/
    /*margin-bottom:10px;*/
    margin-right: 1vw;
    margin-bottom: 0px;
}

.div_int img{
    max-width: 33vw !important;
    min-width: 33vw !important;
}

/*.modal_index .div_int:nth-child(3){
    margin-right:10px;
}*/

.content_boton {
    background-color: rgba(255, 255, 255, 0.81);
    width: 100%;
    height: 100%;
    padding: 40px;
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s ease;
}

.link_pop {
    text-decoration: none;
    color: inherit;
}

.boton_pop {
    text-align: center;
    font-size: 1em;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.block_pop_up {
    display: block;
    background-color: #DD3B3B;
    color: white;
    border-radius: 12px;
    padding: 9px 25px;
    margin: 0 auto;
    max-width: 250px;
}

/*PROMPT FIREBASE*/

.html_prompt{
      width: 100%;
      position: fixed;
      top: 0;
      z-index: 99999999999;
 }

 .body_prompt{
      width: 500px;
      position: relative;
      top: 0;
      background: white;
      display: flex;
      padding: 20px;
      margin: auto;
      padding-right: 50px;
      z-index: 9999999999999;
      flex-direction: column;
      border-radius: 4px;
 }

 .body_prompt .icon_left{
      width: 120px;
      margin-right: 20px;

 }

 .body_prompt .icon_left img{
     max-width: 100%;
 }

 .botons_prompt{
      width: fit-content;
      margin-left: 200px;
 }

 .botons_prompt button{
    border: 0px;
    font-family: 'Source Sans Pro';
    cursor: pointer;
 }

 .botons_prompt button:nth-child(1){
      padding: 10px;
      color: #1165F1;
      font-weight: 600;
      margin-right: 17px;
 }

 .botons_prompt button:nth-child(2){
      background: #1165F1;
      padding: 10px 20px;
      color: white;
      border-radius: 4px;
 }

 @media (max-width:500px){
      .body_prompt{
           width:100%;
      }

      .botons_prompt{
           margin-left: 30%;
      }

      .html_prompt{
          top: auto;
          bottom: 0;
      }
 }
/*@media only screen and (min-width: 555px) and (max-width: 768px){
    .div_int img{
        max-width: 31vw !important;
        min-width: 31vw !important;
    }
    .modal_index .padre_modal_index{
        justify-content: space-around;
    }
}*/
@media only screen and (min-width: 825px) and (max-width: 1718px){
    .div_int img{
        max-width: 31vw !important;
        min-width: 31vw !important;
    }
    /*.modal_index .padre_modal_index{
        justify-content: space-between;
    }*/
}

@media only screen and (min-width: 500px) and (max-width: 825px){

    .div_int img{
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .modal_index .padre_modal_index{
        justify-content: center;
    }
}

/*MODAL CHANGE ALUMN*/

.login_change .modal-dialog{
    max-width: 774px;
    width: calc(100% - 50px);
    margin: 1.75rem auto !important;
}

.login_change h4{
    font-weight: 900;
    padding: 20px;
    text-align: center;
}

.login_change form{
    display: flex;
    flex-direction: column;
}

.login_change button{
    max-width: 500px;
    width: inherit;
    margin: auto;
}

.login_change p{
    color: red;
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

.login_change form{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

/*HEADER*/

.menu ul li{
    padding:10px;
}

.menu ul li a:hover{
    background: #ffffffa6 !important;
    color: #1e76f9 !important;
        border-radius: 6px;
}

li.li-notifer{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
}

li.li-notifer a:hover{
    background: #ffffffa6 !important;
    transition: all 0.3s;
    border-radius: 6px;
}

li.li-notifer.li_bell a:hover{
    background:none !important;
}

li.li-notifer:hover ,
body header .menu > ul li a:hover{
    /*text-decoration:underline !important;*/
    color: #1e76f9 !important;

}

.dropdown-menu.programas label{
    color:black;
}
li.li-notifer::marker,a.notice-inner.dropdown-toggle::after{
    content: '';
    display:none;
}

li.li-notifer .dropdown-menu.show{
    left: -1%;
    top: 9px !important;
}
li.li-notifer .dropdown-menu.show h5{
    margin-bottom:10px;
}

.kt-header__topbar-user{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}
.kt-header__topbar-user:after{
    border-top: .3em solid white;
}

header.active .kt-header__topbar-user:after{
   border-top: .3em solid black;
}
.content-notific .li.liculebra a{
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px;
    color:#646c9a !important;
}

/*.dropdown-aula .content-notific .li.liculebra a:hover{*/
/*    background: #c3fcff !IMPORTANT;*/
/*}*/

body header .menu > ul{
    justify-content:center;
    align-items:center;
    height: 100%;
}

body header .menu > ul li{
    margin-left: 0px !important;
}

.dropdown-aula .content-notific .li.liculebra a:hover svg path{
    fill:#005BAC !important;
}

.content-notific .li.liculebra a svg{
    margin-right:10px;
}

.content-notific .li.liculebra a svg path{
    fill:#c5cbe3;
}


.kt-header__topbar-user p{
    font-size: 14px !important;
    color: white !important;
}

.kt-header__topbar-user .avatar2{
    position: relative;
    overflow: hidden;
    height: 45px;
    width: 45px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 100%;
    margin: 0 auto;
    cursor: pointer;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin-left: 8px;
}

.li-notifer .dropdown-aula .li.liculebra{
    /*margin-top:10px;*/
        /*padding: 6px 0px;*/
}

.dropdown-aula a:hover, header.active .dropdown-aula a:hover{
    color:#070071 !important;
    text-decoration: underline !important;
}




.banner_img_shadow {
    bottom: -153px;
}

.sin_leer, .li.vr_todo {
    margin-bottom: 15px;
}
.kt-notification__item, .li.sin_leer a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.kt-notification__item-details div,.li.vr_todo a, .li.sin_leer .items_texts {
    font-family: 'Montserrat' !important;
}

.btn_sin_leer{
    top: 31px;
    right: -8px;
}

.kt-header__topbar-user:hover{
    background:none !important;
}

.kt-header__topbar-user:hover p,.kt-header__topbar-user:hover span{
    cursor:pointer;
}

.kt-notification__item-icon img,.kt-notification__item-icon svg, .li.sin_leer a img{
    width:50px;
}
.kt-notification__item-details .txt_notif, .li.sin_leer .items_texts {
    font-size: 12px;
}
.kt-notification__item-details .tile_notif,.li.sin_leer .items_texts .titles_notif{
    font-weight: 900;
}
.kt-notification__item-details .kt-notification__item-time, .li.vr_todo a{
    font-size: 10px;
}
.box_notif_ {
    padding-left: 12px !important;
}

.li.vr_todo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.li.vr_todo a{
    color: #797979;
}

header .dropdown-menu li:hover a{
    color:#797979;
}

.li.vr_todo a:hover{
    color:black;
}

.sin_leer .kt-notification__item-details div{
    color:#0057ba !important;
}
.leida .kt-notification__item-details div{
    color: #a0a0a0 !important;
}

.con_notificationes_v2 a:hover .kt-notification__item-details .kt-notification__item-title, .con_notificationes_v2 a:hover .kt-notification__item-details .kt-notification__item-time{
    text-decoration:underline;
}

.search-box{
    display:none;
}

.dropdown-menu.programas a{
    display: flex;
    align-items: center;
    cursor:pointer !important;
}

.dropdown-menu.programas a:hover path{
    fill:#2A50E8;
}

.dropdown-menu.programas a:hover label{
    color:#2A50E8 !important;
    cursor:pointer !important;
    text-decoration: underline;
}

.dropdown-menu.programas label{
    margin-bottom: 0px;
    margin-left: 5px;
}

.dropdown-menu.programas svg{
    width: 30px;
    min-width: 30px;
}

.dropdown-menu.programas svg path{
    fill:black;
}

header .header_inner.d-new-a{
    width:100%;
}

/**/

body #login-modal .modal-dialog .modal-content .modal-body .div1 .pc{
    display:flex;
    flex-direction:column;
}

body #login-modal .modal-dialog .modal-content .modal-body .div1 .pc .descr{
    position: relative;
    bottom: auto;
}

/**/
@media(max-width: 990px) {
    header .search-box{
        display:none;
    }

    header li.li-notifer,.notice-outer a{
        width: 100%;
        position: relative;
    }
    header li.li-notifer a div img:nth-child(1){
        display:none;
    }
    header li.li-notifer a div img:nth-child(2){
        display:block;
            filter: none;
    }
    header li.li-notifer .dropdown-menu.show{
        width: calc(100%);
        left: 0px !important;
        overflow: auto;
        max-height: 60vh;
        top: 70px !important;
        padding: 5px !important;
        background: #eae7e7;
        transform: none !important;
    }
    header ul.dropdown-menu img{
        display:block;
    }
    header .kt-notification a{
        justify-content: end !important;
        padding-left: 6px;
        width: 100%;
        height: 100%;
        border: none;
        background: white;
        border-radius: 5px;
    }
    header .kt-notification > div{
        padding:8px !important;
    }
    header .kt-notification__item-details div, header .kt-notification div{
        padding:0px;
    }
    header li.li-notifer .dropdown-menu.show img{
        display:block;
        filter: none;
    }
    header .sin_leer, .li.vr_todo {
        margin-bottom:6px;
    }
    header .menu ul li:nth-child(1){
        width:100%;
    }
    header .menu li:nth-child(2) {
        margin-left: 0px;
        margin-right:10px;
    }
    header .header_btn{
        border: 1px solid #607cee;
        padding: 20px 0px;
        border-radius: 6px;
    }
    header .kt-header__topbar-user p,header .kt-header__topbar-user span{
        color: #2A50E8 !important;
        font-weight: 900;
    }
    body header .menu > ul li a{
        color: #2A50E8 !important;
    }

    .dropdown-menu.programas li{
        margin-left:0px;
    }

}

.a-register:hover{
    text-decoration:none !important;
}

.modal_login .div2 p.login_p_politicas{
    text-align: left;
    font-size: 12px;
}

.abcRioButtonContentWrapper{
    border-radius: 60px;
    width: 100%;
    display: block;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abcRioButton.abcRioButtonLightBlue{
    width: 100% !important;
    height: 56px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ea4335;
    border-radius: 60px;
    margin-top: 10px;
}

.abcRioButtonContents span:nth-child(1){
    font-size: 17px;
    font-weight: bold;
    font-family: "Montserrat";
    color: #ea4335;
    display: block;
    line-height: 17px;
}

.course_body.body_nw .download a.added{
    color: #adadad !important;
    cursor: context-menu;
}

.carrito-box a{
    position:relative;
}

.carrito-box a span{
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c53c3c;
    color: white !important;
    border-radius: 100%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -8px;
}

.carrito-box a svg{
    width: 26px;
    margin-left: 20px;
    height: 26px;
}


.carrito-box .dropdown-menu{
    margin: 0px;
    padding: 0px;
    padding-left: 0px !important;
    left: -1% !important;
    top: 9px !important;
    border-radius: 6px;
}
.carrito-box .h_dw_carrito{
    background: #5877f3;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
}

.h_dw_carrito.empty{
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_dw_carrito.empty svg{
   background: #ced4ea;
    padding: 6px;
    width: 32px !important;
    height: 32px !important;
    margin-right: 10px;
    border-radius: 100%;
}

.carrito-box .h_dw_carrito h2{
    font-size: 18px;
    font-weight: 600;
    color: white !important;
    margin-bottom: 6px;
}

.carrito-box .h_dw_carrito p{
    color: white !important;
    font-size: 15px;
}

.carrito-box .f_dw_carrito{
    display: flex;
    flex-direction: column;
}

.carrito-box .f_dw_carrito .sb_total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
}

.carrito-box .f_dw_carrito .sb_total label{
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 18px;
}
.carrito-box .f_dw_carrito .sb_total span{
    background: #2a50e8;
    color: white !important;
    padding: 20px;
}

.carrito-box .f_dw_carrito button{
    width: auto;
    margin: auto;
    margin-bottom: 20px;
    background: #2a50e8;
    color: white !important;
    border-radius: 1000px;
    border: 0px;
    padding: 7px 32px;
    margin-top: 6px;
}

.b_dw_carrito{
    padding: 10px;
    background: #e2e2e2;
}

.b_dw_carrito .prodct-carrito{
    position: relative;
    padding: 5px;
    border: 1px solid #909090;
    border-radius: 6px;
    display: flex;
    align-items: center;
    background:white;
    margin-bottom: 5px;
}

.b_dw_carrito .prodct-carrito button.btn-borrar{
    position: absolute;
    top: 0px;
    right: 8px;
    margin: 0;
    padding: 0;
    border: 0px;
    cursor: pointer;
}

.b_dw_carrito .prodct-carrito button.btn-borrar svg{
    width:12px;
    height:12px;
}

button.btn-borrar svg path{
    fill:black;
}

.b_dw_carrito .prodct-carrito img{
    width: 25%;
    height: 100%;
}
.b_dw_carrito .prodct-carrito .explit{
    margin-left: 10px;
}
.b_dw_carrito .prodct-carrito .explit p{
    font-size: 14px;
    line-height: 1.2;
    max-width: 157px;
    margin-top: 6px;
    font-weight: 400;
}
.b_dw_carrito .prodct-carrito .explit label{
    margin-top: 6px;
    font-weight: 600;
}