/*
Theme Name: FAEPE 2018
Theme URI: 
Description: Tema criado para a  FUNDAÇÃO DE APOIO AO ENSINO PESQUISA E EXTENSÃO - FAEPE.
Author: Bruno Carlos de Mesquita Naves
Author URI: http://www.fundecc.org.br/
Version: 1.0
Text Domain: Faepe
Domain Path: /languages
Tags: responsive, white, bootstrap
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Este tema foi criado usando os recursos encontrado no site do Bootstrap http://getbootstrap.com/examples/jumbotron/
*/
/**


/* Bootstrap core CSS */

/* Se preferir utilizar a própria cópia do Bootstrap, descomente a linha a seguir e comente a próxima */

/* @import url('http://localhost/wordpress/wp-content/themes/faepecursos/css/bootstrap.min.css'); */
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css');

/* Custom styles for this template */
	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
/* ======= Variaves Globais ======== */
@-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;
}
@keyframes mov {
    0% { padding-top: 0%; }
    100% { padding-top: 11%; }
}
@keyframes mov2 {
    0% { padding-top: 0%; }
    100% { padding-top: 5%; }
}
.mov2 {
    -webkit-animation: mov2 1s ease-in-out;
    -moz-animation: mov2 1s ease-in-out;
    -o-animation: mov2 1s ease-in-out;
    animation: mov2 1s ease-in-out;
}
.mov {
    -webkit-animation: mov 1s ease-in-out;
    -moz-animation: mov 1s ease-in-out;
    -o-animation: mov 1s ease-in-out;
    animation: mov 1s ease-in-out;
}
.page_item a {
	color: #fff;
}
.text-widgts {
	color: #fff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#cont-fixo {
    max-width: 1280px;
}
:root {
    --vermelho: #A50000;
    --vermelho2: #630000;
    --vermelho3: #EA0000;
    --fonte: opensans,opensans-bastian,Arial,sans-serif;
}
.linha-separacao {
    border: solid 5px #ccc;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-style: dotted;
}
#sep-lici {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
#sep-not {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F3F3F3;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}
@media screen and (max-width: 768px) {
    #sep-not {
        margin-bottom: 20px;
        border-bottom-left-radius: 30px;
    }
}
/* ======= Menu Superior =========*/
/*----------------------------------------------------------------------
 MENU SUPERIOR 
----------------------------------------------------------------------*/
#m-superior {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #000;
  	transition: height 500px 0.25s;
}
#link-m-superior {
    font-family: var(--fonte);
    font-size: 0.7rem;
    color: #fff;
}
#detalhe-m-superior{
    border: solid #fff 1px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
#detalhe-m-superior:hover{
    background-color: var(--vermelho);
}
.m-sup{
    font-size: 20px;
    color: #fff;
}
.m2-sup{
    font-size: 15px;
    color: #fff;
}

/*----- Toggle Button -----*/

.navbar-light .navbar-toggler {
    color: #fff;
}

.toggle-nav {
    display:none;

}
.nome-menu {
    display: flex;
    align-items: center;
    justify-content: center 
}
@media screen and (min-width: 768px) {
    .menu {
        width:100%;
        padding: 0px 0px;
        border-radius; 0px;
        background: transparent;
    }
}
@media screen and (max-width: 1024px) {
    .wrap {
        width:90%;
    }
}
@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
}
@media screen and (max-width: 768px) {
    .menu {
        position:relative;
        display:inline-block;
    }
    .menu ul.active {
        display:none;
    }
    .menu ul {
        width:230px;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background: transparent;
    }
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }

    .menu a {
        display:block;
    }
    .toggle-nav {
        padding:10px;
        float:left;
        display:inline-block;
        border-radius:3px;
        background: transparent;
        color:#fff;
        font-size:20px;
        transition:color linear 0.15s;
    }
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
    .search-form {
        margin:12px 0px 0px 20px;
        float:left;
    }
    .search-form input {
        box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
    }
}
/*----- Menu -----*/
.menu ul {
    display:inline-block;
    padding: 0;
    padding-top: 5px;
    margin: 0;   
}
.menu li {
    float:left;
    list-style:none;
    padding: 0.3rem 01rem;
}
.menu li:last-child {
    margin-right:0px;
}
.menu a {
    text-shadow:0px 0px 0px rgba(0,0,0,0.5);
    color:#777;
    transition:color linear 0.15s;
}
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color:#66a992;
}
/*-----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .menu {
        position:relative;
        display:inline-block;
    }
    .menu ul.active {
        display:none;
    }
    .menu ul {
        width:230px;
        top:120%;
        left:0px;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background: transparent;
    }
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
    .menu li {
        background-color: var(--vermelho);
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
    }
    .menu a {
        display:block;
    }
    .toggle-nav {
        padding:10px;
        float:left;
        display:inline-block;
        border-radius:3px;
        background: transparent;
        color:#fff;
        font-size:20px;
        transition:color linear 0.15s;
    }
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
    .search-form {
        margin:12px 0px 0px 20px;
        float:left;
    }
    .search-form input {
        box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
    }
}
/*-----------------------------------------------------------*/

#h-logo-pesq {
    padding: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0;
    border-radius: 0;
    background-color: var(--vermelho);
}
.logo {
    width: 150px;
    margin-left: 30px;
}

#menu {
    padding: 0px 0px 0px 0px;
    margin: 0;
    border-radius: 0;
    background-color: var(--vermelho2);
    border: solid 0px #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
}
#nav-bar {
    padding: 0;
}
.nav-item{
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: var(--fonte);
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    box-shadow: 0;
    transition: background-color 0.5s;
    transition-timing-function: ease-out;
}
.navbar-light .navbar-nav .nav-link:hover {
    background-color: var(--vermelho);
    color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    background-color: var(--vermelho);
    color: #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--vermelho3);
}
#corpo {
    padding: 0;
    padding-top: 0px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
}

.caixa {
    width: 300px;
    background-color: var(--vermelho);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
    .caixa {
        width: 100%;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        margin-bottom: 20px;
    }
}
#barra-lateral {
    background-color: #fff;
    margin-right: 0;
}

#d-item {
    background-color: transparent;
    transition: background-color, box-shadow 0.5s;
    border: solid 1px #eee; border-top: 0; border-left: 0; border-right: 0;
}
#d-item:hover {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    color: var(--vermelho);
}
#item-menu-lateral {
    font-family: var(--fonte);
    color: #fff;
    font-weight: 500;
}
#item-menu-lateral:hover {
    color: var(--vermelho);
}
.titulo-cat {
    color: #fff;
    font-family: var(--fonte);
    font-weight: 500;
    font-size: 2.0rem;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: var(--vermelho);
    margin-bottom: 10px; 
    padding-left: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
.titulo-noticia {
    color: var(--vermelho);
    font-family: var(--fonte);
    font-size: 20px;
    font-weight: bold;
}
.resumo-noticia {
    color: #666;
    font-family: var(--fonte);
    font-size: 15px;
    font-weight: 400;
    margin: 4px 0 0;
}
.data-post-noticia {
    font-family: var(--fonte);
    font-size: 11px;
    font-weight: bolder;
    color: #333;
}
.data-post-licitacao {
    font-family: var(--fonte);
    font-size: 15px;
    font-weight: 500;
    color: var(--vermelho2);
    float: left;
}
#line-lici {
    padding-left: 15px;
}

.titulo-lici {
    font-family: var(--fonte);
    color: #666;
    font-size: 20px;
    font-weight: 600;

}
.caixa-intra {
 	visibility: hidden;
    background-color: var(--vermelho2);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-radius: 0px;
}
.titulo-intra {
    font-family: var(--fonte);
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    border: solid 1px #eee;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
#intra {
    color: #fff;
    font-family: var(--fonte);
    font-size: 14px;
}
.titulo-parceiros {
    font-family: var(--fonte);
    text-align: center;
    font-size: 2.0rem;
    background-color: var(--vermelho);
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
#box-parceiros {
    padding-top: 50px;
    padding-bottom: 50px;
}
#img-parce {
    width: 200px;
    filter: grayscale();
}
#rodape {
    background-color: #333;
    border-radius: 0;
    margin: 0;
    padding: 20px 0px 50px 0px;
}
#copy {
    background-color: #111;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#copy-faepe {
    color: #fff;
    font-family: var(--fonte);
    font-size: 0.9rem;
    text-align: center;
}
#feito {
    color: #ccc;
    font-family: var(--fonte);
    font-size: 0.7em;
    text-align: center;   
}
.titulo-widgets-rodape {
    font-family: var(--fonte);
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
}
.texto-widgets-rodape {
    font-family: var(--fonte);
    color: #fff;
}
.titulo-post-single {
    font-family: var(--fonte);
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 35px;
    padding-top: 12%;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
}
.titulo-page-single {
    font-family: var(--fonte);
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 35px;
    padding-top: 5%;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.5);
}

.campo-img-post {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    background-size: cover;
}
.campo-img-post:hover {
    transform: scale(1.02);
    box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
}
.cont-post {
    padding-left: 20px;
    padding-right: 20px;
}
.campo-img-page {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    background-size: cover;
}
.campo-img-page:hover {
    transform: scale(1.02);
    box-shadow: 2px 3px 3px rgba(0,0,0,0.4);
}
.cardi {
    padding-top: 5%;
    padding-bottom: 15%;
    margin: 0;
    
}
.erro {
    font-family: var(--fonte);
    font-size: 5.0rem;
    font-weight: 700;
    color: var(--vermelho);
    text-align: center;
}
.ops {
    font-family: var(--fonte);
    font-weight: 600;
    color: #666;
    text-align: center;
}
.not {
    font-family: var(--fonte);
    font-weight: 600;
    color: #666;
    text-align: center;   
}
.hora-data {
    font-family: var(--fonte);
    color: #333;
    font-size: 0.8rem;
}
.titulo-noticia-archive {
    font-family: var(--fonte);
    color: var(--vermelho);
    font-size: 1.5rem;
}
.desc-noticias {
    font-family: var(--fonte);
    color: #666;
    font-size: 1.0rem;
}
#paginacao{
    margin-bottom: 10px;
}

.page-numbers{
    background-color: var(--vermelho);
    font-family: var(--fonte);
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px;
}
.page-numbers:hover{
    background-color: #000;
    font-family: var(--fonte);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #fff;
    font-size: 1.2rem;
}
.current{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #000;
    color: #fff;
}
.owl-item{
    padding-left: 10px;
    padding-right: 10px;
}
.sa_hover_container{

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s;
}
.sa_hover_container:hover{

    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.menu-item {
    margin: 0;
}