@font-face {
    font-family: 'omnes';
    src: url('fonts/Omnes.ttf');
}

html {
    font-family: omnes;
}

.logo {
    width: 150px;
    height: auto;
    margin-top: 5px;
    margin-left: 5px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mtb-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mr-50 {
    margin-right: 50px;
}

.p-15 {
    padding: 15px !important;
}

.height-70 {
    height: 70vh !important;
}

.height-100 {
    height: 100%;
}

.no-pm-b {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.icon {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin-right: 15px;
}

nav {
    background-color: #f7f7f7 !important;
}

nav ul a {
    color: #00537C;
}

.gray-text {
    color: #f7f7f7;
}

.page-footer {
    background-color: #f7f7f7;
    color: #00537C;
}

.page-footer .footer-copyright {
    background-color: #00537C;
}

.btn,
.btn-large,
.btn-small {
    background-color: #00537C !important;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #58A0D8 !important;
}

.active {
    color: #00537C !important;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00537C;
    -webkit-box-shadow: 0 1px 0 0 #00537C;
    box-shadow: 0 1px 0 0 #00537C;
}


/** --------------------------------------------------------------- */

.red-hightliter {
    color: #f7f7f7;
    background: #B8312F;
    font-size: 2em;
}

.title-size {
    font-size: 3em;
}

.subtitle-size {
    font-size: 2em;
}

.text-bold {
    font-weight: bolder;
}

.blue-font {
    color: #00537C;
}

.blue-light-font {
    color: #58A0D8;
}

.footer-icon-text {
    font-weight: bold;
}

.footer-icon {
    width: 60%;
}

.list-circle {
    list-style-type: disc !important;
    list-style: disc !important;
    margin-left: 25px;
}

.carousel-prev-next {
    z-index: 99999999;
    cursor: pointer;
    color: #f7f7f7;
}
