﻿
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Caveat+Brush&family=Marhey&family=Nerko+One&display=swap');


@font-face {
    font-family: 'pirulen-rg';
    src: url('../webfonts/pirulen-rg.otf') format('truetype');
}

h1.formal {
    font-size: 48px;
    color: #440F7E !important
}

h2, h3, h4 {
    color: #440F7E !important;
    font-family: bai jamjuree, sans-serif;
}

option:disabled {
    color: #dd0a20 !important
}

.formal {  
    font-family: inherit;
}

.row-height {
    max-height: 60px!important
}

.bj-text-blue {
    color: #440F7E !important
}

.bj-text-red {
    color: #dd0a20 !important
}

.bj-text-green {
    color: #80E2C1 !important
}

.bj-text-white {
    color: #FFF !important
}

.lt-text-aqua {
    color: #4BC5DB !important;
}

.bj-boder-color-blue {
    border-color: #1b4695 !important
}

.bj-boder-color-blue:hover {
    border-color: #1b4695 !important
}

.bj-boder-color-red {
    border-color: #dd0a20 !important
}

.bj-boder-color-red:hover {
    border-color: #dd0a20 !important
}

.lt-title {
    color: #FFF !important;
    font-size: 28px;
    font-family: 'pirulen-rg', cursive;
}

.lt-subtitle-green {
    color: #80E2C1 !important;
    font-size: 24px;
    font-family: bai jamjuree, sans-serif;
}

.lt-paragraph {
    color: #FFF !important;
    font-size: 20px;
    font-family: bai jamjuree, sans-serif;
}

.rodape {
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
}

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
    background-color: #E74C1E !important;
}