html {
	scroll-behavior: smooth;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.wynk-vip-button{
    background-color: #FFD451;
}

@media (pointer: coarse) and (hover: none) {
    header {
        color: #ffdd00;
    }
    header video {
        display: none;
    }
}

.nav-colored { background-color:#FFD451; }
.nav-colored a{ color: #fff; }
.nav-transparent { background-color:transparent;}
.nav-colored#logo{
    color:#fff;
}

input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
}
input:focus {
    outline: 0;
    border-color: #777;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.55;
    z-index: 1;
}

header a{
    color: #fff !important;
}


.navbar-default {
    padding: 15px 0;
    background: #fff;
}
.navbar-default .navbar-brand img {
    width: 70%;
}
.navbar-default .navbar-nav>li>a{
    color:#3E6AA7;
    font-size: 16px;
}
h1 {
    color: #f9a02c;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 1.5rem;
}
.form-group {
    padding: .6rem 1rem;
}
input {
    margin-top: .2rem !important;
    padding: 20px 15px !important;
    width: 100% !important;
    border-radius: .3rem !important;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset !important;;
    transition: all .3s !important;;
    background-color: #f6f6f6 !important;
    outline: none !important;
    border: 2px solid #fff !important;
    font-size: 15px !important;
}
input::placeholder {
    color: #000 !important;
}
input:focus {
    border: 2px solid #f9a02c !important;
}
.btn-warning {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.8;
    padding: 0 1.8em;
    background-color: #f9a02c;;
}
#footer {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(#e8be11,#d97f04);
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: 50px;
}
#footer img {
    padding-top: 30px;
}
#footer p {
    font-size: 20px;
    font-weight: 300;
}
#footer i {
    font-size: 40px;
    padding: 16px;
    color: #fff;
}

.btn-effect {
    text-decoration: none;
    
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
    color: #333;
  }
  .btn-yellow{
    background-color: #fff !important;
    border-radius:25px;
    color: #000 !important;
    font-size:14px;
    font-weight: bolder;
    }

    .btn-credenciado{
        background-color: #fff !important;
        border-radius:25px;
        color: #000 !important;
        font-size:14px;
        font-weight: bolder;
        }
    
  .btn-effect:hover {
    box-shadow: 1px 1px 25px 10px rgba(255, 192, 0, 0.4);
  }
  
  .btn-effect:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 192, 0, 0.9),
      transparent
    );
    transition: all 350ms;
  }
  
  .btn-effect:hover:before {
    left: 100%;
  }

  .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.back-to-top-show {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.active{
    color: #ffdd00 !important;
    font-weight: 600;
}

.active-dark{
    color: #000000 !important;
    font-weight: 600;
}