/*
 *
 * CSS com estilo base de grid
 *
 * @Autores
 *
 * - Danilo Sartorelli Barbato
 * - Djeison Possamai
 * - Thiago Garcia Tamosauskas
 *
 * @Referencias
 *
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * http://jigsaw.w3.org/css-validator/
 */
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana, Arial, FreeSans, sans-serif;
}
.galleria-stage
{
    top: 0;
    right: 0;
    left: 0;
}

div#controlsite
{
    overflow: hidden;

    height: 1px;
}
div#mainMenu.stickyMenu
{
    position: fixed;
    z-index: 20000;
    top: 0;

    width: 100%;
}
.galleria-container
{
    background: transparent;
}
ul#navigation li
{
    z-index: 200;
}
/* ==========================================================================
   Grid Basico
   ========================================================================== */


/* Column size */
#main,
#main-content,
#column-one,
#column-two
{
    /*display: block;*/
    /*width: 100%;*/
    padding: 0;

    vertical-align: top;
}
#main-content
{
    padding: 0;
}

body.template-view.portaltype-collective-cover-content #portal-breadcrumbs
{
    display: none;
}

div#content
{
    margin: 0;
}

#column-one
{
    padding: 10px;
}
.wrapper
{
    margin: 0 auto;
    padding: 0;
}
#portal-breadcrumbs
{
    display: none;
}

/* Grid Bootstrap para Cover */
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12
{
    position: relative;

    min-height: 1px;
    padding-right: 3%;
    padding-left: 3%;
}

/* Menu responsivo */
#btnav i
{
    font-size: 2.8em;

    padding: 5px 0 10px 25px;

    color: #0aa6b9;
}

#btnav ul
{
    z-index: 10;

    display: none;
}

nav li
{
    font-size: .8em;

    display: block;

    width: 100%;
    height: auto;
    padding: 5px 0;
}

nav li.selected a
{
    color: #d8c207;
}
div#btnav:hover ul#navigation
{
    display: block;
}
ul#navigation
{
    position: absolute;
    top: 62px;

    width: 100%;
}
div#btnav ul li a
{
    padding: 2px 10px;
}
div:hover#btnav ul li span
{
    padding: 10px;
}

.barratelefone
{
    font-size: .6em;

    margin-left: 1%;

    text-align: center;

    color: #00192E;
    border: 1px solid #00192E;
}
.barratelefone span a
{
    font-weight: bold;

    display: inline-block;

    padding-top: 4px;

    color: #00192E;
}
.barratelefone span i
{
    padding-right: 8px;
}

.inscrevase a
{
    font-size: .7em;
    font-weight: bold;

    display: block;

    padding: 11px 0 10px;

    text-align: center;
    text-transform: uppercase;

    color: #00529c !important;
}
.inscrevase
{
    float: right;

    width: 34%;
    margin-top: -10px;
    margin-right: .5%;

    text-align: center;

    background: #ffd51d;
}

/* ==========================================================================
   Geral
   ========================================================================== */

.visualClear,
.clear
{
    clear: both;
}

html body
{
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 90%;
}

a
{
    text-decoration: none;
}

#btnav ul ul
{
    display: block;
}
#navigation li li
{
    font-size: 1em;
}
div#btnav ul li li a
{
    font-weight: normal;

    text-transform: none;
}

/* ==========================================================================
   Rodape do Portal
   ========================================================================== */
footer
{
    clear: both;
}
footer a
{
    color: #00192E !important;
}
footer .redes a
{
    padding: 0 5px;

    color: #00192E !important;
}

footer a:hover
{
    text-decoration: underline;

    color: #07a7f8;
}
div#footerRights span.universidadeEndereco
{
    display: none;
}
/* ==========================================================================
   Portlets
   ========================================================================== */
.portletStaticText img
{
    margin-bottom: 20px;

    border-right: 1px solid #98a3bf;
}

dl.portlet dt
{
    background: transparent;
}


/* ==========================================================================
   Adaptações responsivas - Media Queries
   ========================================================================== */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px)
{
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)
{
    .inscrevase
    {
        width: 36%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    div.width-16
    {
        width: 100%;
    }
    .cell.width-16.position-0
    {
        margin-left: -100%;
    }
    /* Grid Bootstrap para Cover */
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12
    {
        float: left;

        padding-right: 0;
    }
    footer#footerRightslocal
    {
        margin-top: 10px;
    }
    div.position-0
    {
        margin-left: -100%;
    }
    .col-md-12
    {
        width: 100%;
        padding-left: 0;
    }
    .col-md-11
    {
        width: 91.4166666666667%;
    }
    .col-md-10
    {
        width: 82.8333333333333%;
    }
    .col-md-9
    {
        width: 74.25%;
    }
    .col-md-8
    {
        width: 65.6666666666667%;
    }
    .col-md-7
    {
        width: 57.0833333333333%;
    }
    .col-md-6
    {
        width: 48.5%;
    }
    .col-md-5
    {
        width: 39.9166666666667%;
    }
    .col-md-4
    {
        width: 31.3333333333333%;
    }
    .col-md-3
    {
        width: 22.75%;
    }
    .col-md-2
    {
        width: 14.1666666666667%;
    }
    .col-md-1
    {
        width: 5.58333333333333%;
    }
    .column:first-child
    {
        padding: 0;
    }
    div.width-5
    {
        width: 31.333333%;
    }

    div.position-5
    {
        margin-left: -65.2%;
    }

    div.position-10
    {
        margin-left: -31.375%;
    }
    .footerambienteecontato
    {
        display: none;
    }
    div#footerlocal
    {
        display: block !important;

        margin-top: 30px;
    }
    #btnav ul.sub-menu
    {
        display: none;
    }
    #btnav li:hover ul.sub-menu
    {
        display: block;
    }
    nav li li
    {
        font-size: 1em;
    }
    div#btnav ul ul li a
    {
        font-weight: normal;

        text-transform: none;
    }
    nav
    {
        height: 19px;
        padding: 10px 0 8px;

        background: #357dbe !important;
    }
    ul#navigation
    {
        position: inherit;

        display: block;
    }
    .barratelefone > span:first-child
    {
        font-weight: normal;

        color: inherit;
    }
    #btnav li a,
    #btnav li a:hover
    {
        color: #261d70 !important;
    }
    /**** GRID ****/
    /* Very very simple, semantic and human friendly columns */
    /* Column size */
    #main-content
    {
        width: auto;
    }
    #column-one
    {
        width: 20%;
    }
    #column-two
    {
        width: 20%;
    }
    /* old fashion table layout */
    #main
    {
        display: table;

        width: 100%;
    }
    #main-content,
    #column-one,
    #column-two
    {
        display: table-cell;

        vertical-align: top;
    }
    /* margin columns */
    #column-one
    {
        padding: 0 2% 2%;
    }
    #column-two
    {
        padding: 2% 0 2% 2%;
    }
    #portal-column-content
    {
        width: 100%;
        margin-left: -100%;
    }

    .wrapper
    {
        width: 750px;
        padding: 0;
    }
    #portal-breadcrumbs
    {
        display: inherit;

        margin-top: 10px;
    }
    #portal-searchbox label.hiddenStructure::after
    {
        top: 6px;
        right: 8%;

        color: #8c959d !important;
    }
    .section-home #portal-breadcrumbs
    {
        display: none;
    }
    /* Menu responsivo */
    #btnav .fa
    {
        display: none;
    }

    ul.submenu
    {
        display: inline-table;
    }
    nav#main-navigation li
    {
        position: relative;

        display: inline;

        width: auto;
        padding: 14px 0 !important;
    }
    div#btnav ul li ul
    {
        position: absolute;
        z-index: 10;
        top: 37px;
        left: 0;

        width: 220px;
        margin-left: -4px;
        padding: 10px;

        border-right: 1px solid #e9f0f3;
        border-bottom: 5px solid #347cbe;
        border-left: 1px solid #e9f0f3;
        background: #fff;
    }

    #menupolos .polosmenuifno
    {
        font-weight: bold;

        margin-top: 10px;
        padding-top: 10px;

        border-top: 1px solid #e9f0f3;
    }
    ul#menumodalidades
    {
        min-width: 170px;
    }

    nav li li
    {
        border: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    div#footerRights span.universidadeEndereco
    {
        display: block;

        margin-left: 20px;
        padding-left: 20px;

        border-left: 1px solid #fff;
    }
    #main-navigation div > ul > li:first-child
    {
        margin-left: 15px;
    }
    #video iframe
    {
        height: 305px;
    }
    .wrapper
    {
        width: 970px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    .wrapper
    {
        width: 1160px;
    }
}

@media only screen and (max-width : 767px)
{
    /* grid portal antigo */
    div.cell
    {
        display: block;
        float: none;

        width: 100%;
        margin-bottom: 4%;
        margin-left: -100%;
    }

    .row
    {
        clear: both;
    }
}
