.pre_alert{
  display:none !important;
}

body .content{
  margin-top:0px;
}

header{
  background:#0F1941 !important;
}

header.active_full .menu.menu_izq{
  display: flex;
  justify-content: center;
  align-items: center;
}

body header .logo .live{
  margin-right:90px;
  color: white !important;
}

body header .links button{
  color:white !important;
  font-size: 16px;
}

.kt-header__topbar-user p span{
  color:white !important;
}

body header.active_full .li_bell svg path, header.active_full .carrito-box svg path{
  fill:white !important;
}

body header.active_full .links ul li{
  margin: 0;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

body{
  overflow: hidden;
}
body header.active_full .toggleMenu label{
  color:white !important;
}

body header.active_full .register{
  color:white !important;
}

body .no-recordar{
  background: #152874;
  border: 0px;
  margin-top: 7px;
  margin-bottom: 5px;
}

body .content .chat-container .tab-content#tabContent #descriptionbox .user-info .description span.ver_mas{
  color: #039be5;
  cursor:pointer;
}

body .content .chat-container .tab-content#tabContent #descriptionbox .user-info .description span.ver_mas:hover{
  text-decoration: underline;
}

.modal_profesor .modal-content{
  border: 0px solid !important;
  border-radius: 20px !important;
  background: #142053;
}

.modal_profesor .modal-body{
    padding: 40px;
    background: #142053;
    color: white;
    font-size: 16px;
    border-radius: 20px;
}

@media (max-width: 1280px){
  body header.active_full .live, body header .links, body header.active_full .avatar {
    display: block;
  }
  body header.active_full .links{
    display:flex;
  }
}

@media (max-width: 1320px){
  body header.active_full .links button{
    display:none;
  }
}

@media (max-width: 1100px){
  body header.active_full .logo .live{
    margin-right:30px;
  }
}

@media (max-width: 800px){
  body header.active_full .logo .live{
    display:none;
  }
}

@media (max-width: 550px){
  body header.active_full .links{
    display:none;
  }
}

@media (max-width: 400px){
  body header.active_full .img_iso{
    display:none;
  }
}

@media (max-width: 910px){
  .prospecto-live .modal-content .img_promo.icon_rec{
    display:none;
  }  
  .prospecto-live .form_content form.form_content input{
    margin-bottom:12px;
  }
}
