﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    line-height: 1.62em;
}

p {
    font-size: 16px;
}

.text-100 {
    font-weight: 100 !important;
}

.text-150 {
    font-weight: 100 !important;
}

.field-validation-error {
    color: #01579b;
    display: block;
    font-size: 12px;
}

strong {
    font-weight: 700 !important;
}

.data-minicurso {
    font-size: 12px;
    color: #777;
}

.nome-minicurso {
    font-size: 20px;
    margin: 5px 0 10px !important;
}

nav img {
    height: 64px;
    margin-top: 0px;
}

.aviso{
    color: green;
    font-size: 22px
     
}


.textoCentralizado {
    text-align: center !important;
}

.textoDireita {
    text-align: right !important;
}

.textoEsquerda {
    text-align: left !important;
}

nav li a {
    color: #01579b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    height: 63px;
    border-bottom: 4px solid transparent;
    transition: 0.1s ease-in all;
}

    nav li a:hover {
        background: transparent;
        border-color: #01579b;
        height: 45px;
    }

.containeradministrativo {
    margin: 0 auto;
    min-width: 1280px;
   /* width: 100%;*/
    text-align: center !important;
}

section.splash-screen {
    height: 90%;
    min-height: 90%;
    position: relative;
    overflow: hidden;
}

    section.splash-screen .container {
        position: relative;
        height: 90%;
        min-height: 90%;
        max-width: 1200px;
    }

    section.splash-screen img.splash {
        width: 100%;
        position: absolute;
        display: block;
        top: -50%;
    }

    section.splash-screen img.logo {
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: block;
    }

section.section-helper {
    margin-top: 100px;
    margin-bottom: 100px;
    height: auto;
    /*min-height: calc(100% - 200px);*/
}

table.agenda tr {
    border-bottom: 1px solid #f2f2f2;
}

div.row.agenda .col {
    padding: 0;
}

ul.tabs.agenda {
    height: auto;
}

    ul.tabs.agenda li {
        height: auto;
        padding: 10px !important;
    }

    ul.tabs.agenda a,
    ul.tabs.agenda a:hover {
        color: #fff;
        font-size: 28px;
        font-weight: 100;
    }

    ul.tabs.agenda .indicator {
        background: #fff;
    }

.collapsible-body {
    padding: 20px;
}

    .collapsible-body p {
        margin: 0;
        padding: 8px;
    }

footer .container {
    padding: 20px 0 40px;
}

    footer .container .row {
        margin-bottom: 0;
    }

        footer .container .row img {
            margin-right: 15px;
        }

.menu-desktop li a {
    margin-top: 20px;
}

footeradministrativo {
    position: absolute;
    min-height: 160px;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    z-index: 1;
    bottom: 0px;
}

.navbar-administrativo {
    margin-top: 0px;
    text-align: center !important;
}

@media only screen and (min-width: 850px) {
    .container {
        width: 85%
    }
}

@media (max-width: 768px) {
    nav img {
        height: 48px;
        display: block;
        margin: 4px auto;
    }

    .menu-trigger {
        display: block;
        margin-left: -32px;
        color: #004d40;
    }

        .menu-trigger i {
            color: #004d40;
        }

    section.splash-screen {
        overflow: hidden;
        height: 50%;
        min-height: 50%;
    }

        section.splash-screen img.splash {
            width: 100%;
            display: block;
            top: 0;
            left: 0;
            right: 0;
        }

    section.section-helper {
        margin: 20px auto;
        padding: 0;
    }

    ul.tabs.agenda a,
    ul.tabs.agenda a:hover {
        color: #fff;
        font-size: 22px;
        font-weight: 100;
    }

    h2 {
        font-size: 26px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    footer img {
        height: 32px;
    }
}

.table-programacao thead {
    border: 0 !important;
}

.text-150 {
    font-weight: bold !important;
    color: #301111;
    font-size: 1em !important;
}

.table-programacao thead th {
    background: #ef6c00;
    color: #fff;
    font-size: 2em;
    padding: 20px;
}

.table-programacao .data {
    background: #f57c00;
    color: #fff;
    font-size: 1.5em;
    padding: 20px;
}

.table-programacao tbody tr:nth-child(2n+1) {
    background: #fff3e0;
}

.table-programacao tbody td {
    padding: 15px 20px;
}

@media (max-width: 1210px) {
    nav li a {
        font-size: 9px;
    }
}

.grades .btn {
    height: inherit !important;
    padding: 15px;
    width: 100%;
}

h5 {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 1.3em;
}

