﻿body {
}

card-seed.card-outline {
    border-top: 3px solid #4e95e4; /*79000c*/
}


body {
    font-size: 1.2rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}
/*
        .fs-7 {
            font-size: 0.9rem !important;
        }
    */

.lnkVermelho {
    color: #4e95e4 !important; /*920714*/
}

.lkbNoticias {
    color: #333333;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #C1D9EE;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 13px;*/
    text-decoration: none;
}

    .lkbNoticias:hover {
        color: #920714;
        font-weight: bold;
        font-style: normal;
        border: 0px solid #C1D9EE;
        margin-bottom: 0px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        /*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
        /*font-size: 13px;*/
        text-decoration: none;
    }

.hlkLateral {
    color: #333333;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #C1D9EE;
    margin-bottom: 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.footer-vermelho {
    background-color: #4e95e4 !important; /*79000c*/
    color: #FFFFFF !important;
}

.navbar-dark {
    background-color: #212529 !important;
}

.botonesSair:hover {
    color: #c7c8c9 !important;
    background-color: #4e95e4 !important; /*79000c*/
}

/* Controle de 'Fade' do menu - submenu fica visivel por mais tempo */
.nav-item.dropdown:hover .dropdown-menu {
    display: block; /* Garante que o submenu seja mostrado ao passar o mouse */
    opacity: 1; /* Torna o submenu visível */
    visibility: visible; /* Faz o submenu ficar visível */
    transition: opacity 0.6s ease, visibility 0s linear 0.6s; /* A transição será feita em 0.6 segundos */
}

.nav-item.dropdown .dropdown-menu {
    opacity: 0; /* Submenu invisível por padrão */
    visibility: hidden; /* Fica oculto quando não estiver em hover */
    transition: opacity 0.6s ease, visibility 0s linear 0s; /* A transição será feita em 0.6 segundos, sem atraso */
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1.1); /*Dá um leve zoom no submenu quando aparece */
    transition: opacity 0.6s ease, visibility 0s linear 0.6s, transform 0.4s ease;
}
