@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400');

* {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}

a, button {
    transition: all .5s ease;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: 'Roboto', sans-serif;
    background: #04345a;
}

h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #c88300;
    margin-top: 0;
}

h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold !important;
    color: #000;
    margin-top: 0;
}

h4 {
    line-height: 2 !important;
}

p {
    letter-spacing: 1px;
}

.inv {
    color: #c7ffdf;
}

.content {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff;
}

.nav_alfa {
    background: #e7e7e7;
    padding: 3px 15px 3px 15px;
}

.top_container {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
.footer * {
    color: rgba(255, 255, 255, 0.82);
}
*/

.apoio {
    padding: 15px 0;
    border-top: 10px solid #02243e;
    background: #fff;
}

.logomarcas_apoio ul {
    list-style-type: none;
}

.logomarcas_apoio ul li {
    display: inline-block;
}

.logomarcas_apoio img {
    height: 70px;
    margin: 0 15px;
}

.info_fim h4, .info_fim h5, .info_fim h6 {
    color: #fff;
}

.compartilhe {
    background: #02243e;
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 5px solid #ffa701;
}

.copy {
    padding: 50px 0;
}

.logo {
    max-height: 100px;
    margin: 10px 0;
}

#app img {
    margin: 40px 0 20px 0;
}

/* --------------------------------------- */

/* Override Boostrap */
.alert li {
    margin-left: 18px;
}

.btn_letra {
    margin-bottom: 5px;
}

.btn_letra:hover {
    text-decoration: none;
}

.ul {
    margin-left: 20px;
}

.btn_letra button {
    background: #ffa701;
    font-weight: bold;
    color: #fff;
    margin: 1px 0 5px 0;
}

.btn_letra {
    margin-top: 1px;
}

.btn_letra:hover, .btn_letra:active {
    color: #fff;
    text-shadow: 2px 5px 5px #000;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, .6);
}

.alert-danger {
    background: #940400;
    color: #fff;
}

.text-warning {
    color: #ffa701;
}

.btn-warning {
    background: #ffa701;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #c88300;
    box-shadow: 0px 5px 3px rgba(0, 0, 0, .6);
}

.badge-danger {
    background: #9A0000;
}

.text-danger {
    color: #c00;
}

/* Menu */


.navbar-default {
    background: #054d83;
    border: none;
    border-radius: 0;
}

.menu_container {
    background: #054d83;
    border-bottom: 10px solid #ffa701;
}

.navbar {
    margin-bottom: 0 !important;
    padding: 0;
}

.navbar-default .navbar-collapse {

}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle {
    background-color: #2882ff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1c6bc6;
}

.navbar-default .navbar-nav > li > a {
    color: #ffa701;
    background: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default li {
    text-transform: uppercase;
    margin-left: 2px;
}

.dropdown-menu .divider {
    background-color: #2388f9;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #2882ff;
    text-shadow: 2px 5px 5px #000;
}

@media (min-width: 767px) {
    .navbar-default .navbar-nav > li > a:hover {
        /*margin-top: -5px;*/
        border-radius: 3px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, .6);
    }

    .form_busca_container {
        padding-right: 0;
    }

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #2882ff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background: #2882ff;
}

.dropdown-menu {
    background-color: #076ab4;
}

.dropdown-menu > li > a {
    color: #fff;
    padding-bottom: 0;
}

.dropdown-menu > li > a:hover {
    color: #ffbf00;
    background: #054d83;
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffbf00;
        background: #0771bf;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #044270;
    }
}

.redes_ico li a, .redes_ico li {
    padding: 0;
    margin: 0;
}

.redes_ico a:hover {
    filter: contrast(300%);
    background: none !important;
}

.redes_ico li:first-child {
    margin-right: 20px;
}

.redes_ico img {
    height: 50px;
    padding: 5px;
}

#palavras_encontradas {
    margin-bottom: 20px;
}

#palavras_encontradas p {
    margin: 0;
}

#palavras_encontradas a {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
    margin: 1px 0;
}

#palavras_encontradas a:hover, .palavras_encontradas_active {
    padding-left: 15px;
    background: #9eb9d9;
    border-radius: 3px;
    color: #fff !important;
    text-shadow: 1px 1px 0px #000;
}

#carregando_conteudo {
    display: none;
}

#carregando {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
}

#carregando .aguarde {
    position: absolute;
    width: 100%;
    top: 40%;
}

#carregando .aguarde h5 {
    margin-top: 10px;
}

#definicao {
    position: relative;
    background: #fff;
    border-radius: 5px;
    border: 10px solid transparent;
    padding: 10px 10px 20px 10px;
}

.definicao_altura_min {
    min-height: 250px;
}

#definicao_conteudo {
    display: none;
    border: 1px solid #2a2a2a;
    border-radius: 5px;
    min-height: 500px;
}

#definicao_palavra {
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 50px;
}

#definicao_acepcao_exemplo, #opcao {
    margin: 15px 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation: fadeIn 1s ease-in-out;
    -moz-animation: fadeIn 1s ease-in-out;
    -o-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
}

/*  social9 share */
.share-container * {
    color: #000;
    text-align: left;
}

@media (min-width: 767px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none !important;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
