﻿.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    padding-top: 4px;
    line-height: 20px;
}
.LoadPopup {
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    padding: 3px;
}

    .LoadPopup img {
        cursor: wait;
    }

.titPagina {
    color: #113B53;
    padding: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px !important;
}

.titPaginaSubMenu {
    color: #c1776d;
    padding: 4px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.codigoBarras {
    position: absolute;
    margin-top: 420px;
    margin-left: 160px;
}

.topo {
    border-bottom: solid 1px #9b9494;
    background: #325d76;
    margin: 0 auto;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}

.titPaginaSubMenu {
    color: #c1776d;
    padding: 4px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.gvEditaisInicio {
    border: none;
}

    .gvEditaisInicio tr {
        border: none;
    }

    .gvEditaisInicio th {
        border: none;
        padding: 0px;
        height: 0;
        margin: 0px;
        font-size: 0px;
    }

    .gvEditaisInicio td {
        border: none;
    }

.linkItem {
    cursor: pointer;
    text-decoration: none;
}

.itens {
    border: 1px solid #ebebeb;
    color: #3a3f40;
    line-height: 22px;
    border-radius: 7px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 15px;
    margin-top: 5px;
}

    .itens:hover {
        border: solid 1px gray;
        background-color: #FFF;
    }

.titulo {
    padding-left: 20px;
    color: GrayText;
    background: no-repeat url('/Imagens/Portal/titulo.png') left 3px;
    text-decoration: none;
    font-size: 17px;
}

.descricao {
    padding-left: 20px;
    background: no-repeat url('/Imagens/Portal/paragrafo.png') left 3px;
    text-decoration: none;
    text-align: justify;
}

.cursos {
    padding-left: 20px;
    background: no-repeat url('/Imagens/Portal/cursos.png') left 3px;
    text-decoration: none;
}

.data {
    padding-left: 20px;
    background: no-repeat url('/Imagens/Portal/data.png') left 3px;
    text-decoration: none;
}

.pad10Left10Right {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

.gridLinhas {
    border-spacing: 0.99px;
}

    .gridLinhas tr th {
        border-top: solid 1px #cbc8c8;
        border-bottom: solid 1px #cbc8c8;
        background-color: #ebebeb;
        color: #113B53;
        padding-right: 7px;
        padding-top: 3px;
        padding-bottom: 5px;
    }

    .gridLinhas tr td {
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb;
        padding: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .gridLinhas tr:hover {
        background-color: #ebebeb;
        transition: all 0.2s ease 0s;
        cursor: pointer;
    }

        .gridLinhas tr:hover td {
            border-top: solid 1px #cbc8c8;
            border-bottom: solid 1px #cbc8c8;
        }

    .gridLinhas tr td table tr td span {
        background-color: #3a3333;
        padding: 1px 5px 1px 5px;
        color: #FFF;
        border: solid 1px #3a3333;
        text-decoration: none;
    }

    .gridLinhas tr td table tr td a {
        color: #3a3333;
        padding: 1px 5px 1px 5px;
        text-decoration: none;
        border: solid 1px transparent;
    }

        .gridLinhas tr td table tr td a:hover {
            border: solid 1px #3a3333;
            background-color: #CCC;
            transition: all 0.2s ease 0s;
        }


.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

    .btn-app > .fa,
    .btn-app > .glyphicon,
    .btn-app > .ion {
        font-size: 20px;
        display: block;
    }

    .btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa;
    }

    .btn-app:active,
    .btn-app:focus {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400;
        /*background-color: green !important;*/
    }

.bg-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.bg-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.bg-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.bg-info {
    color: #fff;
    background-color: #0094ff;
    border-color: #0094ff;
}

/*.Absolute-Center {
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }*/

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .footer {
        z-index: 1;
        position: static !important;
        height: 100px;
        bottom: 0;
        width: 100%;
        padding-bottom: 0px
    }
}

@media (min-width: 992px) {
    .footer {
        z-index: 1;
        position: static !important;
        height: 100px;
        bottom: 0;
        width: 100%;
        padding-bottom: 0px
    }
}

@media (min-width: 1200px) {
    .footer {
        position: absolute !important;
        bottom: 0;
        width: 100%;
        padding-bottom: 0px
    }
}

blockquote{
    font-size: 14px !important;
}
.textoC{
    text-align:justify;
}

.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-inner {
    padding: 1em;
}

/* =========================
   Paleta inspirada no banner FACDO
   Azul profundo, branco e dourado suave
   ========================= */
:root {
    --azul-escuro: #0f2747;
    --azul-medio: #1d3b66;
    --azul-claro: #3a5a99;
    --dourado: #d4af37;
    --branco: #ffffff;
    --cinza-claro: #f5f6fa;
    --cinza-medio: #b5b9c5;
    --texto: #eaeaea;
}

/* =========================
   Layout base
   ========================= */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    /*background: var(--azul-escuro);*/
    color: var(--texto);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Cabeçalho */
header {
    background: linear-gradient(135deg, var(--azul-escuro), var(--azul-medio));
    color: var(--branco);
    padding: 20px;
    text-align: center;
    border-bottom: 3px solid var(--dourado);
}

    header h1 {
        font-size: 2rem;
        margin: 0;
        letter-spacing: 2px;
        font-weight: 600;
    }

/* Botões */
button,
.btn {
    background: var(--dourado);
    color: var(--azul-escuro);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    button:hover,
    .btn:hover {
        background: #e5c04f;
    }

/* Cards de evento */
.card {
    background: var(--azul-medio);
    color: var(--branco);
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-left: 4px solid var(--dourado);
}

    .card h2 {
        font-size: 1.4rem;
        margin-top: 0;
        color: var(--dourado);
    }

    .card p {
        margin: 8px 0;
    }

/* Rodapé */
footer {
    background: var(--azul-medio);
    color: var(--cinza-claro);
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    font-size: 0.9rem;
}

/* Links */
a {
    color: var(--dourado);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/* Layout responsivo */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
/* Navbar customizada */
.bg-custom {
    background: linear-gradient(135deg, var(--azul-escuro), var(--azul-medio));
    border-bottom: 3px solid var(--dourado);
}

/* Rodapé */
.footer-custom {
    background: var(--azul-escuro);
    border-top: 2px solid var(--dourado);
}

/* Botão dourado */
.btn-dourado {
    background: var(--dourado);
    color: var(--azul-escuro);
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
}

    .btn-dourado:hover {
        background: #e5c04f;
        color: var(--azul-escuro);
    }

/* Texto dourado */
.text-dourado {
    color: var(--dourado) !important;
}

    .text-dourado:hover {
        color: #e5c04f !important;
    }
