
body header.active_full{
     position:relative !important;
     padding: 0px 15px;
     height: 56px;
     display: flex;
     justify-content: center;
}

.img_iso{
     width:auto !important;
}

.pre_alert{
     height: 72px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #ff0000;
     color: white;
     font-size: 18px;
     position:relative;
}
.pre_alert p{
      font-weight: 900;
}

.pre_alert svg{
     position: absolute;
     right: 30px;
     top: 0;
     bottom: 0;
     margin-bottom: auto;
     margin-top: auto;
     cursor:pointer;
}

.pre_alert svg:hover{
     background:red;
     border-radius:100%;
    -webkit-box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
    box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
    background: #00197d;
}

.logo{
         display: flex;
    justify-content: center;
    align-items: center;
}

.logo .logo_ccdg{
     max-height:50px;
     width: auto;
     margin-right: 2px;
}

.menu>ul>li>a{
     text-transform: capitalize;
}

header .menu .li-seminarios a{
     color:#FF0101 !important;
}

header .menu.menu_der{
     display:none;
}

.btn-white.login-modal{
     border: 2px solid #2A50E8;
    border-radius: 5px;
    /*background: #2A50E8;*/
    color: #2A50E8 !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    /*padding: 6px 30px 6px;*/
}

.programas.show{
     width: 890px !important;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
     background:white;
     /*left: auto;*/
     top: 60px;
}

.programas.show > li{
     width: 50%;
     min-width: 50%;
     margin-bottom: 0px;
     min-height: 68px;
     display: flex;
     position:relative;
     min-height: 92px;
     margin-bottom: 0px !important;
}

.programas.show > li:before{
     position:absolute;
     height:2px;
     width:calc(100% - 20px);
     content:'';
     background:#DDDDDD;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
     display:block;
     bottom: 0;
}

.programas.show > li.ver_mas{
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: auto;
}
.programas.show > li.ver_mas:before{
     display:none;
}

.programas.cursos.show > li.ver_mas a:before,.programas.diplomas.show > li.ver_mas a:before{
     display:none;
}

.programas.show > li.ver_mas a{
     color: #3859DC !important;
     font-weight: 400;
     text-decoration: underline !important;
     font-size: 14px;
     margin-top: 10px;
}

body header.active_full .menu ul.programas li a:hover{
     text-decoration:none !important;
}

body header.active_full .menu ul.programas li a:hover p.title{
     text-decoration:underline !important;
}

.programas.show > li a{
     font-size: 16px;
    font-weight: 900;
    align-items: baseline;
    flex-direction: column;
    margin-left: 34px;
    position:relative;
}

.programas.cursos.show > li a:before{
    position: absolute !important;
    content: '';
    display: block;
    left: -23px;
    top: 5px;
    width: 10px;
    height: 13px;
    background-image: url(/assets/v2/imgs/icon/black-book.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.programas.diplomas.show > li a:before{
    position: absolute !important;
    content: '';
    display: block;
    left: -23px;
    top: 5px;
    width: 15px;
    height: 13px;
    background-image: url(/assets/v2/imgs/icon/black-school.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.programas.show > li a:hover p.p_init span{
     text-decoration:none;
}

.programas.show > li a p.p_init span{
     color:#989898 !important;
     
}
.programas.show > li a p.title{
     text-transform:uppercase;
     font-weight:900;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
}

.programas.show > li a svg.icon_li{
     margin-top:10px;
}
.programas.show > li a svg.svg_live{
    height: 20px;
    width: auto;
    min-width: auto;
    margin-left: 10px;
    margin-bottom: 3px;
}

.programas.show > li a svg.svg_live path{
     fill:red;
}
.programas.show > li a svg.svg_live path#Trazado_5714{
     fill:white;
}

.seminarios.show svg{
    width: 14px !important;
    min-width: 14px !important;
    margin-left: 4px;
}
.seminarios.show svg.svg_live{
     width: auto !important;
    min-width: auto !important;
}

.seminarios.show .p_init span.fecha_semi{
     color:black !important;
     font-size:12px;
     margin-left:4px;
     display:inline-block;
}

.btns_responsive{
    display:none;
}

.seminario_live{
     top: 50px !important;
}

 body header.active_full .notice-outer > li.li-notifer.li_notif.li_bell a label{
      display:none;
 }
 
.search-box{
     display:block !important;
}
.search-input-box{
     width: 400px;
     top: 50px;
}

/*-----------*/

 #livesearch2, #livesearch{
      color:black;
      /*margin-top: 18px;*/
    border-top: 0px !important;
    background:white;
 }

.link_search{
    display: block !important;
    color: #2196F3;
    text-decoration: blink;
    padding: 0px !important;
    flex-direction: column;
}

/*.link_search:after{*/
/*   display:block;*/
/*   content:'';*/
/*   width:100%;*/
/*   height:1px;*/
/*   background:#b3b3b3;*/
/*}*/

.content_search:hover{
   background: #92f5ff;
}
.content_search p:hover:nth-last-child(-n){
    background:black;
}
.content_search{
  display: flex;
  align-items: center;
   padding: 7px;
   
}

.link_search:focus .content_search{
     background: #cacaca;
}



.content_search img{
  width:30px;
  margin-right:10px;
  cursor:pointer;
  position:relative;
  top:auto;
  left:auto;
}

.content_search label{
  text-transform:uppercase;
  cursor:pointer;
  font-weight:900;
  color:black !important;
}

.content_search p{
  margin:0px;
  padding:0px;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  color:black !important;
  font-family: 'Roboto' !important;
}

.content_search strong{
  font-weight:900;
}

.block_search{
     position: absolute;
     top: 18px;
     background: white;
     display: flex;
     flex-direction: column;
}

.tag_search{
     display: block;
     padding: 5px;
     font-size: 13px;
     color: #000000 !important;
     /*background: #9bcdf9;*/
     background:#062bb9;
     font-weight:900;
     margin-bottom: 0px;
     
}
/*.btns_responsive{
     display: none;
}*/
@media (max-width: 1460px) and (min-width: 990px){
     .menu.menu_izq ul li .programas.show.top{
          top:75px !important;
     }
     /*.menu.menu_izq ul li .programas.show.top{*/
          
     /*}*/
}


@media (max-width:1460px) and (min-width:990px){
     .menu.menu_izq ul li .programas.show{
          transform: none !important;
          /*top: 125px !important;*/
          top:auto !important;
          left: calc(calc(calc(100vw - 890px) / 2) + 0px) !important;
          position: fixed !important;
          /*position:absolute;*/
     }
}

@media (max-width:1170px){
     .li-inhouse{
          display:none;
     }
}

@media (max-width:1000px){
     .li-blog{
          display:none;
     }
}

@media screen and (max-width: 1100px) and (min-width: 990px) {
     .li-seminarios{
          display:none;
     }
}
@media (min-width: 992px) and (max-width: 1260px){
     .register,.btn-white.login-modal{
          font-size: 13px !important;
     }     
}

@media (min-width: 1200px) and (max-width: 1360px){
     .register,.btn-white.login-modal{
          font-size: 14px !important;
     } 
}
@media (min-width: 1361px) and (max-width: 1500px){
      .register,.btn-white.login-modal{
          font-size: 14px !important;
     } 
}

@media screen and (max-width: 1002px) and (min-width: 990px){
     .li-inhouse{
          display:none;
     }
}


@media (min-width: 990px) and (max-width: 1380px){
     .menu>ul>li>a{
          padding: 10px 0px !important;
     }
}

@media (max-width: 990px){
     .menu.menu_izq{
          display:none;
     }
     .menu.menu_der{
          display:block !important;
     }
     .btns_responsive{
          display:block;
          margin-top:20px;
     }
     .btns_responsive a{
          width: 100%;
          padding: 10px;
          font-weight: 900;
          display: flex;
          align-items: center;
          padding-left: 20px;
     }
     .btns_responsive a svg{
          max-width:25px;
     }
     .btns_responsive span{
          /*color: white !important;*/
          margin-left: 7px;
     }
     .header_right{
          width:90%;
          background:#000B2E;
          
     }
     header.active_full .header_right.d-align.active:after{
          position: fixed;
          width: 10%;
          left: 0px;
          height: 100vh;
          content: '';
          background: #000000;
          opacity: 0.4;
          display: block;
          top: 0;
     }
     
     body header.active_full .menu.menu_der > ul li{
          padding:0px;
          margin:0px;
     }
     
     body header.active_full .menu.menu_der > ul li a{
          border-color: #ffffff00;
          padding: 0px;
          text-align: left;
          font-size: 18px;
          color:white !important;
          display: inline-block;
          width: auto;
          padding: 15px;
     }
     body header.active_full .notice-outer > li.li-notifer.li_notif.li_bell a, .li-notifer .kt-header__topbar-user{
          border-color: #ffffff00;
          min-width: 100%;
          max-width: 100%;
          width: 100%;
          display: -webkit-inline-box;
          height: 30px;
          margin-left: 18px;
     }
     body header.active_full .li-notifer .kt-header__topbar-user{
          margin-left:10px; 
     }
     body header.active_full .li-notifer .kt-header__topbar-user span{
          margin-top: 4px;
          display: inline-block;
     }
     body header.active_full li.li-notifer{
          height:50px;
          border-color: #ffffff00;
          min-width: 100%;
          max-width: 100%;
          width: 100%;
          display: -webkit-inline-box;
          height: 35px;
    /*margin-left: 30px;*/
     }
     header.active_full li.li-notifer .dropdown-menu.show{
          top:35px !important;
     }
     
     header.active_full .li-notifer:hover,
     header.active_full .kt-header__topbar-user:hover{
          background:#ffffff00;
     }
     
     body header.active_full .notice-outer > li.li-notifer.li_notif.li_bell a label{
          display: block;
          color: white !important;
          margin-left: 20px;
          margin-bottom: 0px;
          font-weight: 900;
          font-size: 18px;
     }
     body header.active_full .kt-header__topbar-user p{
          display:block;
     }
     header.active_full .kt-header__topbar-user p, header.active_full .kt-header__topbar-user span{
          color:white !important;
          font-size:18px;
     }
     body header.active_full .notice-outer > li.li-notifer.li_notif.li_bell a path{
          fill:white !important;
     }
     .menu li{
          width:100%;
     }
     
     header.active_full .header_btn{
          border-color: #ffffff00;
          flex-direction: column;
          margin: 0px;
          padding: 0px;
     }
     
     header.active_full .register.a-register.login-modal{
          margin-bottom: 20px;
          background: #000B2E;
          width: 100%;
          border-radius: 10px;
          color: white !important;
          border-color: white;
          height: 50px;
          border: 2px solid white !IMPORTANT;
     }
     header.active_full .btn.btn-white.a-login.login-modal{
          background: #2A50E8;
          width: 100%;
          border-radius: 10px;
          color: white !important;
          height: 54px;
     }
     header.active_full .closeMenu img{
          display:none;
     }
     header.active_full .closeMenu{
          position: absolute;
          right: 0px;
          width: 50px;
          height: 50px;
          z-index: 99999;
     }
     header.active_full .closeMenu:before,
     header.active_full .closeMenu:after{
          content: '';
          position: absolute;
          top: 19px;
          width: 14px;
          height: 3px;
          background-color: white;
          right: 18px;
     }
     header.active_full .closeMenu:before{
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
     }
     header.active_full .closeMenu:after{
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 28px;
     }
}

@media(max-width:600px){
     .logo .logo_ccdg{
          max-height: 32px;
          width: auto;
          margin-right: 20px;
     }
     .pre_alert p{
          text-align: center;
          font-size: 15px;
          padding: 0px 35px;
     }
     
     .pre_alert svg {
          right: 12px;
          width: 20px;
     }
     body header.active_full{
          height:65px !important;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0px 20px;
     }
     header.active_full .header_inner.d-new-a{
          display: flex;
          justify-content: space-between;
          align-items: center;
     }
     .encuentranos .content{
          flex-direction: column;
          margin-top:0px;
     }
     .encuentranos .content img{
          display:none;
     }
     .encuentranos .content .info{
          width: 100%;
          margin-left: 0px;
          padding: 0px 30px;
          margin-bottom: 30px;
     }
     .encuentranos .content .info h3{
          padding-top: 10px;
          margin-left: 0px;
          padding-left: 0px;
     }
     .encuentranos .content .mapa{
          width: calc(100% - 40px);
          margin: 20px;
     }
}