/*
Theme Name: Escoteiros do Brasil
Author: União dos Escoteiros do Brasil
Author URI: https://escoteiros.org.br/
Description: Tema criado pela União dos Escoteiros do Brasil para o site nacional, disponibilizado para as regiões escoteiras e Unidades Escoteiras Locais.
Requires at least: 5.9
Tested up to: 5.9.3
Requires PHP: 5.6
Version: 2.0.0
Tags: education, news, one-column, two-columns, left-sidebar, custom-menu, custom-logo,  featured-images, theme-options
*/

body {
  font-family: "Montserrat", sans-serif;
  /* Breakpoins definidos pelo Bootstrap */
  --break-sm: 576px;
  --break-md: 768px;
  --break-lg: 992px;
  --break-xl: 1200px;
  --break-xxl: 1400px;
  --primary: #5793ce;
  --azul: #2c77f6;
  --azul-escuro: #2c4678;
  --cinza: #eee;
  --cinza-escuro: #d7d7d8;
  --verde: #9eb83b;
  --turquesa-ea: #47a8a5;
  --amarelo-ea: #f2ce19;
}

.bgVerde {
  background-color: var(--verde);
}

#navAssociado a {
  color: inherit;
  padding: 0 0.5em;
}

/* inicio cabecalho */
#menuPrincipal,
#menuPrincipal .nav-link {
  color: black !important;
}

#menuPrincipal .nav-item:first-child img {
  border-bottom: 3px solid var(--azul);
}

#menuPrincipal .nav-item:nth-child(2) img {
  border-bottom: 3px solid #49a16c;
}

#menuPrincipal .nav-item:nth-child(3) img {
  border-bottom: 3px solid #9eb83b;
}

#menuPrincipal .nav-item:nth-child(4) img {
  border-bottom: 3px solid #3dcdfb;
}

@media all and (max-width: 780px) {
  #menuPrincipal {
    display: none;
  }
}

#nav-mobile {
  background-color: #efefef;
}

.nav-mobile-sub-menu {
  overflow-y: scroll;
  z-index: 18;
  position: fixed;
  top: 60px;
  left: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--cinza);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.nav-mobile-sub-menu.show {
  left: 0;
}

.nav-mobile-sub-menu .menu>.menu-item {
  list-style: none;
  padding: 0.75em 0 0.75em 2em;
  border-bottom: 1px solid #ccc;
}

.nav-mobile-sub-menu .menu>.menu-item:last-child {
  border-bottom: none;
}

.nav-mobile-sub-menu .menu>.menu-item>a {
  font-weight: bold;
}

.nav-mobile-sub-menu .menu-item a {
  color: inherit;
  text-decoration: inherit;
}

.nav-mobile-sub-menu .sub-menu {
  list-style: none;
  padding: 0.5em 0;
}

.nav-mobile-sub-menu .menu {
  padding: 0;
}

#nav-mobile button {
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  text-align: left;
  width: auto;
  padding: 0.5rem 1rem;
}

#cabecalho {
  border-bottom: 1px solid var(--cinza);
  padding-bottom: 1em;
}

.dropdown-menu {
  width: 100%;
  padding: 0;
}

.member-area {
  letter-spacing: 5px;
}

.dropdown-menu-principal {
  display: flex;
}

.dropdown-menu-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 160px;
  padding: 30px;
  background-color: #f4f4f4;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  align-items: center;
}

.menu-principal-icon {
  width: 45px !important;
}

.super-menu-container {
  /*padding: 30px;*/
}

.super-menu-container a {
  color: black;
  text-decoration: none;
}

.super-menu-container>ul,
.super-menu-container .sub-menu {
  list-style: none;
  padding: 0;
}

.super-menu-container>ul>li>a {
  font-weight: bold;
  /*font-size: 1.5em;*/
}

.menu-item {
  width: auto;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

#divLogo a,
#divLogo a:hover {
  color: initial;
  text-decoration: none;
}

.cabecalhoSelo {
  width: 50px;
}

@media all and (max-width: 782px) {
  #logoSite {
    max-width: 12rem;
  }

  .cabecalhoSelo {
    max-width: 2rem;
    padding: 0;
  }

  .navbar-toggler {
    max-width: 3rem;
  }
}

.atalhos img {
  width: 2.25em;
}

.atalhos a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px;
}

/* Fim cabecalho */

/* Inicio rodape */
#footerPage {
  width: 100%;
  padding: 1em 4em;
  background-color: #b5ce4c;
  color: #fff;
  bottom: 0;
  margin-top: 1.5em;
}

#footerPage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footerPage a {
  color: #fff;
  text-decoration: none;
}

#footerPage a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  #footerPage {
    padding: 16px 0;
  }
}

#footerSocial {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

#footerSocial a {
  width: auto;
  margin: 0 0.5em;
  padding: 0;
}

#footerSocial a img {
  width: 32px;
}

@media (max-width: 782px) {
  #footerPage .menu-item {
    margin: 0.5em 0;
  }
}

/* Fim rodape */

#busca-geral {
  background-color: #fff;
  padding: 0.5em;
}

.search-form img {
  width: 20px;
}

.search-form input {
  border: 0;
  border-bottom: 1px solid #ccc;
}

input#search {
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 30px;
  border: 0;
  border-bottom: 1px solid #ccc;
}

input#search:focus {
  background-image: none;
  text-indent: 0;
}

/* breadcrumb */
#breadcrumbs {
  padding: 0.5em 1em;
  background-color: var(--cinza);
  margin: 0;
}

#breadcrumbs a {
  color: #5a5b5e;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  color: #000;
}

#breadcrumbs .separator {
  padding: 0 0.5em;
  font-weight: bold;
}

/* fim breadcrumb */

.header-post {
  background-color: var(--primary);
  color: #fff;
  display: flex;
  padding: 1em;
}

.header-post img {
  margin-right: 0.5em;
}

.header-post .header-title {
  align-self: center;
  margin: 0;
  font-size: 2em;
}

a.card {
  color: inherit;
  text-decoration: inherit;
  height: 100%;
}

a.card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-date-top {
  position: absolute;
  right: 0;
  top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 75px;
  height: 2rem;
  background: #b4d347;
  font-size: 1rem;
  font-weight: bold;
}

.filtro-desktop {
  list-style: none;
  padding: 0;
}

.filtro-desktop li {
  margin-bottom: 0.5em;
}

.filtro-desktop a,
.filtro-desktop button {
  text-decoration: none;
  color: inherit;
  border: none;
  background-color: inherit;
  padding: 0;
}

.filtro-desktop a:hover,
.filtro-desktop a.active,
.filtro-desktop button:hover,
.filtro-desktop button.active {
  color: var(--primary);
  font-weight: bold;
}

#subfiltro-desktop {
  list-style: none;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-downloads {
  background-color: var(--cinza);
  border-left: 5px solid #5793ce;
  padding: 1em;
  margin: 0.25em 0;
  color: inherit;
  font-weight: bold;
  text-decoration: inherit;
}

.btn-downloads:hover {
  background-color: var(--cinza-escuro);
  color: inherit;
}

#btnsCompartilhar a,
#btnsCompartilharHorizontal a {
  margin: 0.5em 0;
  color: transparent;
  text-decoration: none;
}

#btnsCompartilharHorizontal a {
  margin: 0 1em;
}

#btnsCompartilhar img,
#btnsCompartilharHorizontal img {
  width: 1.5em;
}

#btnsCompartilharHorizontal {
  margin-top: 2em;
  padding-top: 1em;
  width: 100%;
  text-align: center;
  border-top: 1px solid #666;
}

#btnCarregarMais {
  text-transform: uppercase;
  font-weight: bold;
}

.atalhos .btn-azul {
  background-color: var(--azul-escuro);
}

.atalhos .btn-azul:hover {
  background-color: #fff;
  color: var(--azul-escuro) !important;
  border-color: var(--azul-escuro);
}

.atalhos .btn-novo {
  background-color: var(--turquesa-ea);
}

.atalhos .btn-novo:hover {
  background-color: var(--amarelo-ea);
  color: #fff;
  border-color: var(--amarelo-ea);
}

.multicolor-svg {
  fill: #1e90ff;
}

.multicolor-svg:hover {
  fill: #d81313;
}

.spinner-carregamento {
  color: var(--primary);
}

.card-location {
  font-size: 0.75em;
}

.imgCardDownload {
  max-width: 5em;
  margin-top: 0.5em;
}

.cardBodyDownload {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.border-light {
  border-color: var(--cinza);
}

.table-especialidade {
  width: 100%;
  margin: 2em 0;
}

.table-especialidade thead,
.table-especialidade tbody {
  text-align: center;
}

.table-especialidade thead {
  background-color: #009688;
  color: white;
}

.table-especialidade th {
  padding: 0.75em 1em;
  font-weight: bold;
}

.table-especialidade tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--cinza);
}

.table-especialidade td {
  width: 50%;
  padding: 0.5em 0;
}

.borda-direita {
  border-right: 2px solid var(--cinza-escuro);
}

.imgDestaque {
  max-width: 50%;
  align-self: center;
}

@media (min-width: 768px) {
  .imgDestaque {
    max-width: 100%;
  }
}