/* 
| Customize your website 
| Enter you CSS codes here
*/



@media screen and (orientation:portrait) {
  
    body {
    font-size: 18px;
}
  
  
    .vr__page .vr__nav__bar .logo {
        height: 42px;
    }
  
  .header .nav-bar .logo {
    height: 42px;
}
  
  .fa-lg {
    font-size: 2.00em;
    line-height: .05em;
    vertical-align: -.075em;
}
  
  .vr__sign__form.vr__login {
    padding-top: 80px;
    padding-bottom: 40px;
}
  
  .vr__sign__form.vr__register {
    padding: 80px 20px;
}
  
  .vr__nav__bar .vr__signs .btn {
   padding: 10px; 
    font-size: 14px;
}
  
  .form-check .form-check-input {
    width: 2em;
    height: 2em;
    margin-top: 0;
    margin-right: 10px;
}

  
}

@media screen and (orientation:portrait) {
  .compartilhar {
  display: flex !important;
  }
}


@media screen and (orientation:portrait) {
  .mobile-nav-icones {
  display: flex !important;
  }
}

.mobile-nav-icones {
  background: #2f5199;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
  justify-content: space-around;
  z-index: 10000;
}

.bloc-icon {
  display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  margin-bottom: 10px;
}

.bloc-icon-painel {
      display: flex;
    justify-content: space-evenly;
    align-items: center;
  font-size: large;
}

.bloc-icon img {
  width: 30px;
}

.social-btn-download{
    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;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
  
}
.social-btn-download i{
  font-size: 12px;
}