@charset "UTF-8";


/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 126px 0 10px;
}

section {
  padding: 150px 0;
}
@media screen and (max-width:576px) {
  .btn-group {
    display: flex;
    flex-direction: column;
  }
}
.h5, h5 {
    font-size: 1rem!important;
}

.container-fluid {
    padding-top: 60px!important;
}
.btn-primary {
    color: #fff!important;
    background-color: #34495e!important;
    border-color: #34495e!important;
    border-radius: 20px!important;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn2 {
  border: 2px solid gray;
  color: white;
  background-color: #34495e;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px!important;
  position: absolute!important;
  left: 0!important;
  top: 0!important;
  opacity: 0!important;
}

.vip {
text-align: center;

}

a.navbar-brand.js-scroll-trigger.notranslate.login {
    
	font-size: 16px!important;
}
a.navbar-brand.js-scroll-trigger.notranslate.register {
    
	font-size: 16px!important;
}
a.navbar-brand.js-scroll-trigger.notranslate.vip-area {
    
	font-size: 16px!important;
}

a.navbar-brand.js-scroll-trigger.notranslate.login:hover {
    color: #007bff;
	
}
a.navbar-brand.js-scroll-trigger.notranslate.register:hover {
    color: #007bff;
	
}
a.navbar-brand.js-scroll-trigger.notranslate.vip-area:hover {
    color: #007bff;
	
}

.crta {
    margin-top: 0rem!important;
    margin-bottom: 0rem!important;
    width: 100%;
    color: #007bff;
    background: transparent;
    animation: crtica 5s linear;
    animation-direction:alternate;
  

}

@keyframes crtica {
    0% {

        width: 20%;
        color: #007bff;
        background: #007bff;
        height: 1.5px;
    }
    25% {
        width: 50%;
        color: #007bff;
        background: #007bff;
        height: 1.5px;
    }
    50% {
        width: 70%;
        color: #007bff;
        background: #007bff;
        height: 1.5px;
    }
    75% {
        width: 85%;
        color: #007bff;
        background: #007bff;
        height: 1.5px;
    }
    100% {
        width: 100%;
        color: #007bff;
        background: #007bff;
        height: 1.5px;
    }
}


<style>
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}

    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    /* On small screens, set height to 'auto' for sidenav and grid */
  @media screen and (max-width: 767px) {
    .sidenav {
      height: auto;
      padding: 15px;
    }
    .row.content {height:auto;}
  }
</style>
