.mw-1290 {
    max-width: 1290px !important;
}

.tcolor {
    color: #C6941F;
}

.tcolor2 {
    color: #A7A6A6;
}

.centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bgrnk {
    background: #CA992C;
}

.txrnk {
    color: #CA992C;
}

.hbgs {
    background: url("/images/bgs.png");
    background-size: auto;
    background-position: center top;
    background-repeat: repeat;
}

.emphasis-title h1 {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 2px;
}

@font-face {
    font-family: 'Cubano';
    src: url("/Fonts/Cubano.ttf");
}

@font-face {
    font-family: 'OmnesL';
    src: url("/Fonts/Omnes Light.ttf");
}

@font-face {
    font-family: 'OmnesR';
    src: url("/Fonts/Omnes Regular.ttf");
}

@font-face {
    font-family: 'OmnesB';
    src: url("/Fonts/Omnes Bold.ttf");
}

.cubano {
    font-family: 'Cubano', sans-serif!important
}

.OmnesB {
    font-family: 'OmnesB', sans-serif!important
}

.OmnesR {
    font-family: 'OmnesR', sans-serif!important
}

.OmnesL {
    font-family: 'OmnesL', sans-serif!important
}

.crcv {
    color: var(--cnvs-darkcolor) !important;
    text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.prlx2 {
    display: none;
}

@media (max-width: 900px) {
    .prlx2 {
        display: block;
    }
    .prlx {
        display: none;
    }
}