
@font-face {
    font-family: aileron-black;
    src: url(../fonts/Aileron-Black.otf)
}

.k2-header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.k2-header-tit {
    font-weight: 800;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3em;
    font-family: aileron-black;
}

.k2-header-subtit {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.k2-btn {
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    color: #ffb606;
    background: #fff;
    /*color: #2a2a2a;*/
    /*margin: 15px 0 0;*/
    /*padding: 8px 30px;*/
    /*border-radius: 4px;*/
    border-color: #ccc !important;
}

.k2-btn:hover {
    background: #ffb606;
    color: #fff;
    border-color: transparent !important;
}

.k2-btn2 {
    background: #ffb606;
    color: #2a2a2a;
    border-color: transparent !important;
    padding-left: 30px;
    padding-right: 30px;
}

.k2-btn2:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: transparent !important;
}

.k2-btn3 {
    background: #2a2a2a;
    color: #fff;

    border-color: transparent !important;
    padding-left: 30px;
    padding-right: 30px;
}

.k2-btn3:hover {
    background: #2a2a2a;
    color: #fff;
    /*background: #ffb606;*/
    /*color: #2a2a2a;*/
    border-color: transparent !important;
}

.k2-btn1 {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.k2-tab-a {
    color: #ffb606;
}
.k2-tab-a:hover {
    color: #495057;
}

[v-cloak] > * {
    display: none;
}

@media only screen and (max-width: 768px) {

    .k2-header-tit {
        font-weight: 600;
        font-size: 40px;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        line-height: 1.3em;
        font-family: aileron-black;
    }

}

.k2-nowrap {
    white-space: nowrap;
}

.k2-hand {
    cursor: pointer;
}

.barra {
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;

    overflow: hidden;
    white-space: nowrap;
    width: 0;
}
.barra.in {
    width: 100%;
}