/*
Theme Name: CENTRO DE EDUCAÇÃO ABERTA E A DISTÂNCIA - CEAD
Theme URI: http://www2.uesb.br/cead
Author: Éric Santos
Description: Site do Centro de Educação Aberta e a Distância - CEAD / UESB
Version: 1.0
Text Domain: cead, centro, educação, aberta, distância, centro de educação aberta e a distância, uesb, vitória da conquista;
*/

/* CABECALHO */
.cabecalho 
{
    background-image: url('imgs/cabecalho_.jpg');
    padding: 30px 0;
}


/* MENUS */

nav
{
    background-color: #bdbcbf;

    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 15px;
    color: #353375;
}

.menu ul li:hover 
{
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
}

.menu .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 
{    
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #353375;
}
@media only screen and (max-width: 601px)
{
    .menu .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 
{
    text-align: left;
    margin-left: 15px;
}
}

.menu .navbar-light .navbar-nav .nav-link
{
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #353375;
}

.menu .navbar-expand-md .navbar-nav .nav-link 
{
    padding-right: 1.8rem;
	padding-left: .5rem;
}

.menu .dropdown-item 
{
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-family: "Oswald", sans-serif;
	font-size: 16px;
    font-weight: 300;
    color: #353375;
    text-align: left;
    white-space: nowrap;
    border: 0;
}

.menu .dropdown-menu 
{
    padding: .5rem 0;
    margin: .55rem 0 0;
    background-color: #bdbcbf;
    border: 0px;
    border-radius: 0rem;
}

.menu .dropdown-menu a:hover
{
    background-color: rgba(0, 0, 0, 0.1);
}

.menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
    display: block;
    margin-left: 100%;
    margin-top: -37px;
    
}
@media (max-width: 575.98px)
{ 
    .menu ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu
{
	margin-left: 0;
    margin-top: 0;
}
}

/* INTERNAS */
.internas
{
    padding: 70px 0;
}

.internas .espacamento
{
    padding: 20px 0;
}

.internas .editais
{
    padding: 5px 0;
}

.internas .imagem-noticia
{
    padding-top: 25px;
}

.internas .div-editais
{
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.internas .nom-editais
{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 17px;
    text-decoration: none;

    transition: all 0.1s;
}

.internas .nom-editais:hover
{
    font-weight: 400;
}

.internas h5
{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: orange;
}

.internas h4, .internas h6
{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: orange;
}

.internas a
{
    text-decoration: none;

}

.internas .btn-link
{
    text-decoration: none;
    padding-top: 7px;
}

.internas h3
{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #3e4095;
}

.internas p
{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
    color: #303030;
    line-height: 25px;
}

.internas ol li, .internas ul li
{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
    color: #303030;
    line-height: 25px;
}

.internas table
{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 15px;
    color: #303030;
}

.internas .cargo
{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #4b4569;
}

.internas .nome
{
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
    color: orange;
}

.internas .titulacao
{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: orange;
    margin-top: -5px;
}


#accordion .card
{
    margin-bottom: 10px;
}

ul.list-group.list-group-hover li:hover
{
    background: #969da4;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
    
}

ul.list-group.list-group-striped li:nth-of-type(odd)
{
    background: #f3f8fd;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
}

ul.list-group.list-group-striped li:nth-of-type(even)
{
    background: #e9eaeb;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 5px;
}

.list-group a
{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 300;
    color: #0a4b8b;
    text-decoration: none;

    transition: all 0.5s;
}

.list-group a:hover
{
    font-weight: 500;
    color: #073461;
}

@media only screen and (max-width: 601px)
{
.list-group
  {
    margin-top: 30px;
  }
}


/**   TAB EM CURSOS   **/
/* Style the tab */
.tab
{
  float: left;
  background-color: #f1f1f1;
  font-family: 'Poppins', sans-serif;
  width: 25%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button
{
  display: block;
  background-color: inherit;
  color: #727272;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #cfcfcf;
  color: white;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #b9b9b9;
  color: white;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent
{
  float: left;
  padding: 0px 25px;
  width: 75%;
  border-left: none;
  height: auto;
}
/**   FIM DE TAB EM CURSOS   **/

/* LISTA DE NOTÍCIAS */

.noticias
{
    background-color: #ededed;
    padding: 50px 0;
} 

.noticias h6
{   
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    color: #353375;
    padding-left: 10px;
}

.noticias h2
{
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: #fba92f;
    padding-left: 10px;
    line-height: 30px;
}

.miniaturas .titulo
{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    /* text-transform: uppercase; */
    color: #303030;
    line-height: 13px;
    text-decoration: none;

    transition: all 0.5s ease;
}

.miniaturas .titulo:hover
{
    color: #c2c2c2;
}

.miniaturas
{
    background-color: white;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}

.post-slide2 .data
{
    color: #727272;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 11px;
}

.post-slide2 .icone
{
    padding-right: 25px;
}

.noticias .miniaturas img 
{
    vertical-align: bottom;
    margin-left: 2px;
}

.noticias img
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.noticias img:hover
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);

}

.miniaturas .m-1
{
    width: 40%;
    height: 50%;
    display: inline-block;
}
@media only screen and (max-width: 601px)
{
    .miniaturas .m-1
  {
    width: 30%;
  }
}

.miniaturas .m-2
{
    width: 50%;
    height: 90%;
    vertical-align: top;
    padding-top: 2px;
    display: inline-block;
}
@media only screen and (max-width: 601px)
{
    .miniaturas .m-2
  {
    width: 60%;
  }
}

.noticias .btn
{
    background-color: orange;
    border: 0px;

    padding: 10px 30px 15px 30px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    text-decoration: none;

    transition: all 0.5s;
}

.noticias .btn:hover
{
    background-color: darkorange;
    font-weight: 400;
}

/* AGENDA */

.agenda
{
    padding: 50px 0;
    background-color: #dadada;
}

.agenda h2
{
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: #3e4095;
    padding-left: 10px;
    line-height: 30px;
}

/* ITENS */

.itens
{
    background-color: #3e4095;
    padding: 50px 0;
}

.itens .ap-itens
{
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0px 5px 7px #2f3074;
}

.itens .ap-itens-2
{
    background-color: #b5b7ff;
    border-radius: 10px;
}

.itens .texto
{
    margin-top: 5px;
    margin-left: 5px;
}

.itens img
{
    transition: all 0.5s;
}

.itens img:hover
{
    -moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.itens p a
{
    color: #353375;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.5s;
}

.itens p a:hover
{
    font-weight: 500;
}

.itens article
{
    color: #303030;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: -15px;
    line-height: 16px;
}

/* ASSINATURA */

.assinatura
{
    background-color: whitesmoke;
    padding: 30px 0;
}

.assinatura article
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    color: grey;
    text-align: left;
}
@media only screen and (max-width: 601px)
{
    .assinatura article
  {
    text-align: center;
  }
}

.assinatura article b
{
    font-weight: 600;
}

@media only screen and (max-width: 601px)
{
    .assinatura img
  {
    margin-top: 30px;
    width: 65%;

  }
}


/* PAGINAÇÃO */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
  }
  
  .pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #3297d3; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
  }
  
  .pagination a:hover{
    color:#fff;
    background: #3b5489; /* Pagination background on hover */
  }
  
  .pagination .current
  {
    padding:6px 9px 5px 9px;
    background: #ffa800; /* Current page background */
    color:#fff;
  }


  /* DATA TABLES */
.internas label, .internas .dataTables_info, .internas .dataTables_paginate
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #565656;
    font-size: 14px;
    padding: 30px 0
}

.internas img
{
  display: block;
  margin-left: auto;
  margin-right: auto
}

.internas .tabela-per thead th
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: white;
    background-color: #3599f7;
}

.internas .tabela-per tbody tr
{
    border: 1px solid #dbdbdb;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #858585;
    font-size: 14px
}

.internas .tabela-per tfoot th
{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: white;
    background-color: #1971c4;
    border-top: none;
}

.internas .tabela-per tbody td
{
  padding: 20px 10px;
}

.internas .tabela-per tbody tr
{
  height: 50px
}

.internas table.dataTable thead th, table.dataTable thead td
{
    border-bottom: 1px solid #dbdbdb;
}

.internas .relacao
{
  padding: 30px 0;
}

/* FIM DATA TABLES */
