﻿@font-face {
    font-family: 'Calibri-Bold';
    src: url('/Content/fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/Calibri-Bold.woff') format('woff'), url('/Content/fonts/Calibri-Bold.ttf') format('truetype'), url('/Content/fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btn {
    font-family: Calibri-Bold;
}

/*===========================*/

body, html {
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Calibri;
    background: url(/Content/img/background.jpg);
}


.faixaTopo {
    width: 100%;
    height: 10px;
    background: #002052;
    position: fixed;
    z-index: 9999;
}

.topo {
    position: fixed;
    width: 100%;
    z-index: 9998;
    background: url(/Content/img/background.jpg);
    box-shadow: 0 5px 5px -5px #333;
    padding-bottom: 10px;
}

.topo, .conteudo {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 15px;
}

    .topo .logo, .topo .direita {
        padding: 0px;
    }

.logo {
    height: 150px;
}

    .logo img {
        width: 170px;
    }

.informacoes {
    height: 100px;
    padding: 0px;
}

    .informacoes p {
        margin-left: 20px;
        height: 100%;
        float: right;
        font-size: 22px;
        text-align: right;
    }

    .informacoes a {
        font-family: Calibri-Bold;
        font-size: 20px;
    }

        .informacoes a img {
            width: 60px;
        }


.menu {
    height: 50px;
    padding: 0px;
}

    .menu ul.nav {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .menu ul a {
        padding-bottom: 5px;
        padding-top: 10px;
        color: black;
        font-family: Calibri-Bold;
        font-size: 20px;
        border-bottom: 3px solid #002052;
        transition: ease-in 0.3s;
    }


        .menu ul a:hover {
            background: rgba(0, 0, 0, 0.1);
            /*text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.7);*/
            border-bottom: 3px solid #000;
        }


    .menu .dropdown-menu {
        background: #002052;
        border-right: 0px;
        padding: 0px 0px;
    }

        .menu .dropdown-menu a {
            border-bottom: 3px solid transparent;
            font-size: 18px;
            color: white;
            padding: 3px 15px;
        }

            .menu .dropdown-menu a:hover {
                background: rgba(255, 255, 255, 0.2);
                color: white;
                text-shadow: 0px 0px 0px;
                border-bottom: 3px solid #FFF;
            }

/*=========================================================*/

.conteudo {
    /*min-height: 75%;*/
    min-height: 64%;
    padding-bottom: 15px;
    margin-top: 175px;
}

    .conteudo.admin {
        min-height: 0px;
        padding-bottom: 15px;
        margin-top: 0px;
    }

/*=========================================================*/

.rodape {
    padding-right: 50px;
    padding-left: 50px;
    height: 70px;
    display: table;
    background: #002052;
    border-bottom: 5px solid black;
}

    .rodape p {
        display: table-cell;
        vertical-align: middle;
        margin: 0px;
        color: white;
        text-align: center;
    }

.divFormContato {
    padding-left: 0px;
    border-right: 1px solid #004784;
}


@media (max-width:1024px) and (min-width: 769px) {
    body, html {
        width: 1024px;
    }

    .topo, .conteudo {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width:1190px) {

    .menu ul a {
        font-size: 16px;
    }

    .menu .dropdown-menu a {
        font-size: 15px;
    }

    .topo, .conteudo {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 768px) {

    html, body {
        font-size: 12px;
    }

    .topo .logo {
        text-align: center
    }

    .topo {
        height: auto;
        position: relative;
    }

    .informacoes {
        border-top: 1px solid #ccc;
        padding-top: 5px;
        margin-top: 10px;
        height: auto;
    }

    .direita .informacoes p {
        text-align: center;
        float: initial;
    }

    .conteudo {
        margin-top: 0px;
    }

    .menu {
        height: auto;
    }

        .menu ul {
            position: relative !important;
        }

    .navbar-nav .open .dropdown-menu {
        background: #002052;
    }

    .navbar-nav .open .dropdown-menu {
        display: block !important;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .divsHome .titulo {
        width: 100%;
    }

        .divsHome .titulo h2 {
            font-size: 22px !important;
        }

    .divsHome .texto {
        font-size: 14px !important;
    }

    .divsInferior {
        padding: 0px;
    }

        .divsInferior .col-sm-4 {
            margin-bottom: 20px;
            padding: 0px;
        }

    .imgInterna {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .divFormContato {
        padding-left: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #004784;
        border-right: 0px !important;
    }
}
