body {
  /* Track */
  /* Handle */
  /* H    andle on hover */
}

body a[data-toggle="collapse"] .up {
  display: inline;
}

body a[data-toggle="collapse"] .down {
  display: none;
}

body a[data-toggle="collapse"].collapsed .up {
  display: none;
}

body a[data-toggle="collapse"].collapsed .down {
  display: inline;
}

body ::-webkit-scrollbar {
  width: 5px;
}

body ::-webkit-scrollbar-track {
  background: #142053;
}

body ::-webkit-scrollbar-thumb {
  background: #26377B;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #26377B;
}

body .badge {
  border-radius: 50% !important;
  width: 15px;
  height: 15px;
  padding-left: 3.5px !important;
  padding-top: 2.5px !important;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto";
}

body .badge-danger {
  background: #FF0101;
}

body button, body a {
  cursor: pointer;
}

body button:focus,
body textarea:focus,
body input:focus {
  outline: none;
}

/*body .modal .modal-dialog .modal-content {*/
/*  border: 7px solid #2A50E8;*/
/*  border-radius: 28px;*/
/*}*/

body .modal .modal-dialog .modal-content .modal-header {
  height: 0;
  padding: 0;
  border: none;
}

body .modal .modal-dialog .modal-content .modal-header .close {
  z-index: 1000;
  padding: 0;
  width: 42px;
  height: 42px;
  background: #B7B7B7;
  position: absolute;
  color: #F1F1F1;
  font-size: 24px;
  font-weight: bold;
  font-family: "Raleway";
  line-height: 16px;
  top: 0;
  right: 0;
  opacity: 1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(5px, -5px);
          transform: translate(5px, -5px);
}

body .modal .modal-dialog .modal-content .modal-body {
  border: none;
}

body .modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body header {
  top: 0;
  width: 100%;
  height: 80px;
  background: #0023B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 108px;
  position: fixed;
  z-index: 100;
}

body header .menu-button {
  display: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

body header .menu > ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header .menu > ul li {
  margin-left: 31px;
  list-style-type: none;
}

body header .menu > ul li a {
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  color: white;
}

body header .menu > ul li .dropdown-menu {
  width: 323px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 35px 10px;
}

body header .menu > ul li .dropdown-menu li {
  margin-bottom: 20px;
  margin-left: 0;
}

body header .menu > ul li .dropdown-menu li a {
  color: black;
}

body header .menu > ul li .dropdown-menu li a img {
  margin-right: 16px;
}

body header .menu > ul li .dropdown-menu li a .hover {
  display: none;
}

body header .menu > ul li .dropdown-menu li a:hover {
  color: #2A50E8;
}

body header .menu > ul li .dropdown-menu li a:hover .hover {
  display: inline;
}

body header .menu > ul li .dropdown-menu li a:hover .normal {
  display: none;
}

body header .menu > ul li .dropdown-menu li.active a {
  color: #2A50E8;
}

body header .menu > ul li .dropdown-menu li.active a .hover {
  display: inline;
}

body header .menu > ul li .dropdown-menu li.active a .normal {
  display: none;
}

body header .notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .notification .notice-item {
  width: 28px;
  height: 30.5px;
  position: relative;
  display: inline-block;
  margin-left: 13px;
}

body header .notification .notice-item .icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

body header .notification .notice-item .badge {
  position: absolute;
  top: 0;
  right: 0;
}

body header .notification .auth #login {
  width: 200px;
  height: 50px;
  background: white;
  border: 2px solid #2A50E8;
  border-radius: 25px;
  color: #2A50E8;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
}

body header .notification .auth #register {
  color: white;
  text-decoration: none;
  margin: 0 18px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
}

body .banner {
  width: 100%;
  /*height: 550px !important;*/
  background: #0023B0;
  background-image: url("../imgs/banner.png");
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 108px 0 0 105px;
  padding: 108px 0 0 0px;
  margin-top: 80px;
  /*min-height: 550px !important;*/
  height: auto;
  min-height: auto;
}

body .banner .heading {
  /*max-width: 700px;*/
  max-width: 850px;
  /*position: absolute;*/
  /*z-index: 10;*/
  padding-bottom: 60px;
  
  max-width: 1310px;
  /* position: absolute; */
  /* z-index: 10; */
  /* padding-bottom: 60px; */
  width: 1310px;
  margin: auto;
  padding-bottom: 80px;
}

body .banner .heading .title {
  font-size: 55px;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 55px;
  color: white;
  white-space: -33px;
  margin-bottom: 20.6px;
  text-align:center;
}

body .banner .heading .description {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 500;
  color: white;
  line-height: 22px;
  margin-bottom: 20px;
}



body .banner .heading a{
  padding: 10px 50px;
  display: block;
}
body .banner .heading #suggest-topic,body .banner .heading a {
  width: 261px;
  cursor: pointer;
  height: 55px;
  border: 2px solid white;
  border-radius: 9px;
  background: none;
  color: white;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
}

body .banner .heading #suggest-topic:hover,body .banner .heading a:hover{
      -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
    background: #00000066;
}

body .banner .heading #suggest-topic img,body .banner .heading a img {
  width: 24px;
  height: 24px;
  /*margin-right: 26px;*/
}

body .banner .heading .fechas{
 
    padding: 0px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    
}

body .banner .heading .fechas span{
  color: #0525b0;
  display: block;
  padding: 20px;
  font-weight:900;
  color:white;
}



body .section-1 {
  width: 100%;
  padding: 74px 133.5px;
  background: white;
}

body .section-1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  margin-bottom: 93px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
}

body .section-1.new .botones{
     display:flex;
     justify-content:center;
     align-items:center;
     flex-wrap: wrap;
     margin-bottom: 20px;
}

body .section-1.new .botones a{
     width: 320px;
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     border-radius: 6px;
     font-weight: 900;
     margin: 20px;
}

body .section-1.new .botones a:hover{
  -webkit-box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
  box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
  background: #00000066;
}

body .section-1.new .botones a:nth-child(1){
     background:#2CB742;
}

body .section-1.new .botones a:nth-child(1):hover{
  background:#005212 !important;
}

body .section-1.new .botones a:nth-child(1) svg>path{
     fill:white;
}

body .section-1.new .botones a:nth-child(2){
     background:#2A50E8;
}

body .section-1.new .botones a:nth-child(2):hover{
     background:#00134a !important
}

body .section-1.new .botones a img,body .section-1.new .botones a svg{
     max-width:30px;
     margin-right:9px;
}

.p_init{
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: 900;
}

body .section-1.new .title{
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position:relative;
}
body .section-1.new .title.primero:before{
  width: 105px;
  height: 4px;
  position: absolute;
  background: #00B7F1;
  top: 40px;
  content: '';
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
body .section-1.new .title span{
  color: black;
  font-weight: 900;
  margin-left: 9px;
}
body .section-1.new .title path{
  fill: black;
}
body .section-1.new .descrip{
  text-align: center;
    margin: 30px 0px;
    font-weight: 900;
    color: black;
}

body .section-1 .title img {
  margin-right: 28px;
}

body .section-1 .user-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .section-1 .user-cards .user-card {
  width: 400px;
  background: white;
  border: 2px solid #DBDBDB;
  border-radius: 9px;
  -webkit-box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
  margin: 20px;
}

body .section-1 .user-cards .user-card .header {
  width: 100%;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px 7px 0 0;
  -webkit-box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.25);
  padding: 0 38px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 22px;
}

body .section-1 .user-cards .user-card .header img {
  border-radius: 50%;
  margin-right: 15px;
}

body .section-1 .user-cards .user-card .content {
  height: 280px;
  padding: 22px 31.5px 0;
}

body .section-1 .user-cards .user-card .content .live {
  width: 180px;
  height: 35px;
  background: #FF0D0D;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 22px;
  border: none;
  margin-bottom: 16px;
}

body .section-1 .user-cards .user-card .content .live img {
  margin-right: 10px;
}

body .section-1 .user-cards .user-card .content .title {
  font-size: 30px;
  font-family: "Raleway";
  font-weight: 800;
  color: #12209D;
  line-height: 35px;
  margin-bottom: 6px;
}

body .section-1 .user-cards .user-card .content .description {
  font-size: 16px;
  font-family: "Segoe UI";
  line-height: 22px;
  color: #707070;
}

body .section-1 .user-cards .user-card .footer {
  padding: 0 31.5px 35.8px;
}

body .section-1 .user-cards .user-card .footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

body .section-1 .user-cards .user-card .footer p img {
  margin-right: 13px;
}

body .section-1 .user-cards .user-card .footer p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
}

body .section-1 .user-cards .user-card .footer .signup {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-decoration: none;
  background: #2A50E8;
  border-radius: 28px;
  color: white;
  text-align: center;
  position: relative;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  border: none;
}

body .section-1 .user-cards .user-card .footer .signup:hover{
    -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0 10px 6px rgb(0 0 0 / 32%);
    background: #011a7d;
}

body .section-1 .user-cards .user-card .footer .signup img {
  position: absolute;
  top: 15px;
  left: 40px;
}

.bkt-ant a:hover{
      -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0px 20px rgb(255 255 255 / 100%);
    display: inline-block;
}

body .section-1 .user-cards .user-card.pink .header {
  background: #613A80;
}

body .section-1 .user-cards .user-card.pink .header img {
  border: 2px solid #512573;
  max-width: 75px;
}

body .section-1 .user-cards .user-card.green .header {
  background: #088B5F;
}

body .section-1 .user-cards .user-card.green .header img {
  border: 2px solid #0D4216;
}

body .section-2 {
  width: 100%;
  background: black;
  padding: 87.5px 153px 95px;
}

body .section-2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 62px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Montserrat";
}

body .section-2 .title img {
  margin-right: 28px;
}

body .section-2 .broadcasts .broadcast {
  cursor: pointer;
  margin-bottom: 20px;
}

body .section-2 .broadcasts .broadcast .body {
  width: 100%;
  height: auto;
  background: white;
}

body .section-2 .broadcasts .broadcast .footer {
  width: 100%;
  min-height: 202px;
  padding: 33px 28px;
}

body .section-2 .broadcasts .broadcast .footer .title {
  color: white;
  margin-bottom: 10px;
  font-family: "Raleway";
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  /**/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  letter-spacing: 0;
  min-height: 84px;
}

body .section-2 .broadcasts .broadcast .footer .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

body .section-2 .broadcasts .broadcast .footer .user-info .avatar {
  margin-right: 9px;
  max-width: 40px;
  border-radius: 100%;
}

body .section-2 .broadcasts .broadcast .footer .user-info .name {
  color: white !important;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 19px;
}

body .section-2 .broadcasts .broadcast .footer .detail-info span {
  font-family: "Montserrat";
  font-size: 16px;
  color: white;
  line-height: 19px;
  margin-right: 32px;
}

body .section-2 .broadcasts .broadcast .footer .detail-info span img {
  margin-right: 9px;
}

body .section-2 .broadcasts .broadcast.red .footer {
  background: #E30B0B;
}

body .section-2 .broadcasts .broadcast.green .footer {
  background: #0A5947;
}

body .section-2 .broadcasts .broadcast.dark-blue .footer {
  background: #0A0A59;
}

body .section-2 .broadcasts .broadcast.blue .footer {
  background: #0C4FD3;
}

body .section-2 .comment {
  color: white;
  margin-top: 45px;
  text-align: center;
  font-size: 22px;
  font-family: "Source Sans Pro";
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0;
}

#suggest-topic-modal .modal-content{
  border-radius: 27px;
}
#suggest-topic-modal .modal-dialog {
  max-width: 1050px;
  width: calc(100% - 50px);
  margin: 1.75rem auto !important;
}

#suggest-topic-modal .modal-dialog .modal-body {
  padding: 0;
}

#suggest-topic-modal .modal-dialog .modal-body .advice {
  position: relative;
  color: white;
  background: #2A50E8;
  padding: 40px 15px 0;
border-radius: 23px 0px 0px 23px;

}

#suggest-topic-modal .modal-dialog .modal-body .advice .title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Raleway";
  text-align: center;
  line-height: 45px;
  margin-bottom: 22px;
}

#suggest-topic-modal .modal-dialog .modal-body .advice .underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

#suggest-topic-modal .modal-dialog .modal-body .advice .underline div {
  background: white;
  width: 99px;
  height: 3px;
}

#suggest-topic-modal .modal-dialog .modal-body .advice .description {
  font-size: 20px;
  font-family: "Raleway";
  line-height: 28px;
  text-align: center;
  margin-bottom: 45px;
}

#suggest-topic-modal .modal-dialog .modal-body .advice .girl {
  /*width: 100%;*/
      width: auto;
    max-height: 240px;
    margin: auto;
    display: flex;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form {
  padding: 48px 65px 42px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .title {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  font-family: "Raleway";
  line-height: 45px;
  margin-bottom: 40px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group input,
#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group textarea,
#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group select{
  width: 100%;
  border: 2px solid #BFBFBF;
  color: black;
  height: 49px;
  border-radius: 38px;
  margin-bottom: 16px;
  padding: 0 25px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Raleway";
  outline:none;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group input:focus,
#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group textarea:focus,
#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group select:focus{
  border: 2px solid #486DFF;
  color: #2A50E8;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group textarea {
  height: 164px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group button {
  width: 100%;
  height: 52px;
  background: #2A50E8;
  border: none;
  border-radius: 45px;
  position: relative;
  color: white;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Montserrat";
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .input-group button img {
  position: absolute;
  top: 15.5px;
  left: 40px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-family: "Raleway";
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0;
  margin-bottom: 0;
  width: 11px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round input[type="checkbox"] {
  visibility: hidden;
  margin-bottom: 0;
  margin-right: 3px;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round input[type="checkbox"]:checked + label {
  background-color: #2196F3;
  border-color: #2196F3;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
  margin-bottom: 0;
}

#suggest-topic-modal .modal-dialog .modal-body .input-form .policy span {
  margin-left: 5px;
  color: #2A50E8 !important;
}

@media (max-width: 1600px) {
  body header {
    padding: 20px !important;
  }
}

@media (max-width: 1440px) {
  body header .menu, body header .notification {
    /*display: none;*/
  }
  body header .menu-button {
    display: inline;
  }
  body .section-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .section-1 .user-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1320px){
  .li-bolsa {
    width: 142px !important;
  }
  body .banner .heading{
    width:100%;
    max-width:100%;
  }
}

@media (max-width: 800px) {
  .banner {
    padding-left: 20px !important;
    padding-right: 50px !important;
    background: #082598 !important;
    padding-right: 15px !important;
  }
  .section-1 .title, .section-2 .title {
    font-size: 20px !important;
  }
  .modal .advice .title {
    font-size: 30px !important;
  }
  .modal .advice .live-link {
    font-size: 22px !important;
  }
  .modal .input-form {
    padding: 20px !important;
  }
  .modal .input-form .input-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  
}

@media (max-width: 600px) {
  body header {
    padding: 0 20px !important;
  }
  body header .logo img {
    width: 220px;
  }
  body .banner {
    background-position: 720px 0;
    padding-top: 50px;
    padding-bottom: 20px !important;
  }
  body .banner .left .content {
    margin-bottom: 20px;
  }
  body .banner .left .content .heading {
    font-size: 35px;
    line-height: 40px;
  }
  body .banner .left .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .banner .left .footer .certification {
    margin-bottom: 20px;
  }
  body .banner .left .footer button {
    width: 100%;
  }
  body .banner .right {
    padding: 20px !important;
  }
  body .section-1 {
    padding: 30px 20px;
  }
  body .section-1 .title {
    margin-bottom: 20px;
  }
  body .section-1 .user-cards {
    margin: 0 !important;
  }
  body .section-1 .user-cards .user-card {
    width: 100%;
    margin: 20px 0 !important;
      }
  .flx-botons a{
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  body .banner .heading .title{
    font-size: 40px;
    line-height: 42px;
  }
}

#sidebar.active {
  margin-left: 0 !important;
}

#sidebar {
  padding: 70px 0;
  text-align: center;
  background: white;
  width: 100%;
  height: 100vh;
  margin-left: 100%;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  z-index: 9999;
}

#sidebar .sidebar-header {
  top: 100px;
}

#sidebar .sidebar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

#sidebar .sidebar-body * {
  color: #2A50E8;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat";
}

#sidebar .sidebar-body ul {
  padding-left: 0;
  width: 100%;
  max-width: 500px;
}

#sidebar .sidebar-body ul li {
  list-style-type: none;
  height: 45px;
  margin-bottom: 5px;
}

#sidebar .sidebar-body ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #2A50E8;
  border-radius: 12px;
  text-decoration: none;
}

#sidebar .sidebar-body ul li a:hover {
  background: #2A50E8;
  color: white;
}

#sidebar .sidebar-body ul li .dropdown-menu {
  border-radius: 12px;
  padding: 20px;
  width: calc(100% - 40px);
  border: 2px solid #2A50E8;
}

#sidebar .sidebar-body ul li .dropdown-menu li a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 70px;
}

#sidebar .sidebar-body ul li .dropdown-menu li a img {
  margin-right: 30px;
}

#sidebar .sidebar-body .auth {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sidebar .sidebar-body .auth button {
  width: 48%;
  height: 70px;
  background: white;
  color: #2A50E8;
  border: 2px solid #2A50E8;
  border-radius: 12px;
}

#sidebar .sidebar-body .notification {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sidebar .sidebar-body .notification div {
  width: 30%;
  height: 70px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2A50E8;
}

#sidebar .sidebar-body .notification div a {
  position: relative;
}

#sidebar .sidebar-body .notification div a .badge {
  color: white;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: -5px;
}

#dismiss {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#dismiss img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=course.css.map */

.preViewTube{
  width:100%;
}

.flx-botons{
  display:flex;
  justify-content: center;
}

.flx-botons .btn-telegram{
  padding: 0px !important;
  justify-content: center;
  align-items: center;
  display: flex !important;
  color: #039be5 !important;
  border-color: #039be5 !important;
  background: white !important;
  margin-left: 20px;
}

.flx-botons .btn-telegram img{
  width: 35px !important;
  height: 35px !important;
}
