

@media all and (max-width: 948px){
  .navbar-fixed{
    height: 50px;
  }
  .navbar-fixed.active-mobile{
    height: 100%;
  }

  .navbar-background{
    opacity: 1;
    height: 50px;
  }
  .navbar-title{
    width: 100%;
    height: 50px;
  }
  .navbar-title .navbar-hamburger{
    display: block;
    width: 30px;
    height: 100%;
    float: left;
    line-height: 50px;
  }
  .navbar-title .navbar-logo{
    width: calc(100% - 120px);
    float: left;
    text-align: center;
    line-height: 50px;
  }
  .navbar-title .navbar-logo img{
    width: 200px;
  }
  .navbar-title .navbar-find{
    display: block;
    float: right;
    width: 50px;
    line-height: 50px;
  }

  .navbar-search{
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    background: #9dc3ee;
    text-align: center;
  }
  .navbar-search .input-group{
    width: 60%;
    text-align: center;
    margin: 135px auto;
  }

  .navbar-search .input-group input, .navbar-search .input-group .btn-default{
    border-color: #fff;
    font-size: 30px;
    height: 70px;
  }
  .navbar-search .input-group .btn-default{
    background: #fff;
    color: #fff;
  }
  .navbar-search .input-group .btn-default i{
    color:#00091e;
    font-size: 25px;
  }
  .navbar-user{
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    background: #fe2335;
    text-align: center;
  }
  .navbar-user .navbar-user-account{
    width: 100%;
    margin-top: 50px;

  }
  .navbar-user .navbar-user-account .navbar-user-account-photo{
    float: left;
    margin: 10px 0 0 20px;
    height: 80px;
    width: 80px;
  }
  .navbar-user .navbar-user-account .navbar-user-account-name{
    float: right;
    width: 500px;
    text-align: left;
  }
  .navbar-user ul{
    display: block;
    width: 100%;
    padding-top: 120px;
  }
  .navbar-user-navigation-item{
    text-align: center;
    margin-top: 5px;
  }
  .navbar-user-navigation-item a i{
    display: inline;
    float: none;
  }
  .widget-left {
    width: 100%;
    height: calc(100% - 50px);
    top:50px;
    animation-name: none;
    z-index: 3;
  }
  .widget-left .widget-left-bg{
    width: 100%;
    height: 100%;
    top: 0;

  }
  .widget-left-other-users{
    margin-left: 70px;
    height: calc(100% - 90px);
  }
  .widget-left-other-users{
    float: left;
  }
  .widget-left-progress{
    float: left;
  }
  .widget-btn1, .widget-btn2 {
    top: 50px;
  }
  .fullpage{
    width: 100%!important;
  }
  .widget-left .widget-btn-left{
    top: 0;
    left: 0!important;
    z-index: 9;
  }
  .widget-left.active .widget-btn-left{
    background: #fff;
    opacity: 0.9;
    color: #fe2335;
  }
  .fa-arrow-circle-left{
    color:  #fe2335;
  }
  .widget-right{
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
  }
  .widget-right .widget-right-bg, .widget-right-warapper{
    width: 100%;
  }
  .card{
    width: 45%;
    float: left;
  }
  .card i.more, .documents .document-content{
    display: none;
  }
  #collapseOne h1, #collapseOne h2, #collapseOne h3{
    display: none;
  }
  .document button{
    margin-top: 12px;
  }
  .widget-right.active .widget-btn-left{
    right: 0!important;
    z-index: 9;
    top: 0;
  }
  .widget-right.active  .widget-btn-left.right{
    background: #fff;
  }
  .widget-right.active  .widget-btn-left.right i{
    color: #00091e;
  }
  .encuesta{
    width: 100%;
  }
  .stage.mini .stage-content-text{
    width: 100%;
    left: 0;
  }
  .question h2{
    font-weight: lighter;
    font-size: 18px;
  }
  .registro .registro-content{
    width: 100%;
  }
  .registro .registro-content table{
    margin:0 auto;
  }
  .registro .login{
    width: 100%;
  }
  .registro .login .login-content{
    position: relative;
    right: 0;
    width: 60%;
    margin: 0 auto;
  }
  .registro .users{
    display: none;
  }
  .registro table{
    width: 100%;
  }
  .social-connect .facebook{
    margin-left: 51px;
  }
  .countdown{
    top: 51px;
  }
  .comment, .document{
    width: 75%;
  }
}
@media all and (max-width: 947px) and (min-width: 648px) {
  .registro .login .login-content{
    top: 30px;
  }
  .registro .login-content .large img{
    width: 200px;
    height: auto;
    margin-bottom: 10px;
  }
  .registro .footer-login{
    height: 60px;
  }
  .registro .footer-login button{
    margin-top: 10px;
  }
  .registro .login-content button{
    height: 30px;
    margin-top: 10px;
  }
}
@media all and (max-width: 647px) {

  .navbar-title .navbar-logo img{
    width: 150px;
  }

  .navbar-search .input-group input, .navbar-search .input-group .btn-default{
    border-color: #fff;
    font-size: 16px;
    height: 40px;
  }
  .navbar-user .navbar-user-account .navbar-user-account-name{
    width: 250px;
  }
  .navbar-user .navbar-user-account .navbar-user-account-photo{
    width: 55px;
    height: 55px;
  }
  .card{
    width: 100%;
    float: left;
    margin-left: 30px;
  }
  .widget-left-other-users{
    height: 285px;
  }
  .widget-left-progress{
    margin-left: 70px;
  }
  .registro .registro-content table tr{
    width: 100%;
  }
  .registro table tr td.small{
    float: left;
    width: 100%;
    line-height: 25px;
    text-align: left;
    margin-left: 10px;
  }
  .registro table tr td.large{
    float: left;
    width: 100%;
  }
  .registro .registro-content{
    padding: 35px;
  }
  .registro .registro-content button.return, .registro .registro-content button.crear{
    top: 35px;
  }
  .social-connect{
    text-align: center;
  }
  .social-connect a{
    margin: 0 0 15px 0;
    display: block;

  }

  .social-connect .google {
      margin-left: 0;
  }
  .registro .login .login-content{
    right: 0;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top:100px;
  }
  .social-connect .facebook{
    margin-left: 0;
  }
  .stage .stage-content-text{
    width: 80%;
    left: 22px;
  }
  .stage-content-text h1{
    font-size: 36px;
  }
  .stage-content-text h2{
    display: none;
  }
  .stage-content-text h3{
    font-size: 18px;
  }
  .widget-left a.navbar-logo{
    margin-left: 80px;
  }
  .widget-left .live{
    margin-left: 85px;
  }
  .countdown .countdown-full .cronometro{
    width: 100%;
  }
  .countdown .countdown-full h4{
    font-size: 14px;
  }
  .countdown .countdown-full .countdown-text{
    font-size: 20px;
    margin-left: 10px;
  }
  #clockdiv{
    font-size: 20px;
  }
  .comment, .document{
    width: 75%;
  }
}
