/*!
 * 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)
 */
p.instruction-text {   
 text-align; center!important;
}
.navbar-brand {
font-size: 1rem!important;
}

h4 a:link {
  color: yellow;
  background-color: transparent;
  text-decoration: none;
}
h4 a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
h4 a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
h4 a:active {
  color: green;
  background-color: transparent;
  text-decoration: underline;
}



header {
  padding: 156px 0 100px;
}

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