/*
Theme Name:     TCMPA
Theme URI:      https://tcm.pa.gov.br
Description:    Tema personalizado, feito exclusivamente para atender as necessidades do Portal do TCM-PA.
Author:         Lucas Menezes
Author URI:     https://lucasm.dev
Template:       storefront
Version:        1.0
*/

:root {
  font-size: 15px;
  --familia-fonte: 'Open Sans', sans-serif;
  --azul: #024d9a;
  --vermelho: #e11321;
}

a:focus, .focus a {
	outline: none !important;
}

body, button, input, textarea, select {
  font-family: var(--familia-fonte);
}

.site-header, .site-footer, .subsite-titulo, body.login { background: #eee; }

.site-header {
  border-bottom: none;
  padding-top: 0;
}
header .col-full {
  width: 100%;
  background: transparent;
}
.home .site-content .col-full {
  padding-top: 0;
}
.home.page:not(.page-template-template-homepage) .site-header {
  margin: 0;
  padding: 0;
}
.site-branding {
  float: none;
  font-size: 0;
  clear: inherit !important;
}
.logo {
  float: left;
  font-size: 0;
  height: 48px;
  width: 140px;
  padding: 0;
  background-image: url(images/logo-tcmpa.svg);
  background-size: 140px;
  background-repeat: no-repeat;
  background-position: 0;
}
header .logo {
  margin: -.55rem 0 0 0;
}

.sp-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

header .pesquisa {
  float: right;
  margin: 1rem 0 0 0;
}
header .pesquisa form {
  float: left;
  position: relative;
}
header .pesquisa input[type="search"] {
  float: left;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--familia-fonte);
  width: 200px;
  box-shadow: none;
}
header .pesquisa button[type="submit"] {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 1px solid transparent;
  color: #333;
  font-size: 1rem;
  background-color: transparent;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}
header .pesquisa button, header .pesquisa input {
  height: 36px;
  width: 36px;
}
header .pesquisa button[type="submit"]:focus,
header .pesquisa button[type="submit"]:active {
  background-color: var(--azul);
}
header .pesquisa button {
  margin-left: 1rem;
}

header nav,
.storefront-primary-navigation,
.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
  background: var(--azul);
}
.main-navigation ul.menu>li:first-child, .main-navigation ul.nav-menu>li:first-child {
  margin: 0;
}
button.menu-toggle, button.menu-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}

button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
  background-color: #fff;
}

header .btn-secondary {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .btn {
  font-weight: bold;
  font-family: var(--familia-fonte) !important;
}
h1 {
  font-size: 2.2em;
}
a {
  color: var(--azul);
  font-weight: bold;
}
.hentry .entry-content a:not(.button):not(.components-button) {
  text-decoration: none;
}
.hentry .entry-content a:not(.button) {
  text-decoration: none;
}
b, strong {
  font-weight: bold;
}

img {
  border-radius: 0;
}
/* .home img {
  filter: grayscale(100%);
} */

hr {
  background-color: #eee;
}

table, table td, table th {
  border: 1px solid #ddd;
}
table {
  border-collapse: collapse;
}

a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline-color: transparent;
}

input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
  background-color: #fff;
  border: 1px solid #ced4da;
  box-shadow: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
  border-radius: 4px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
  background-color: var(--azul);
  border-color: var(--azul);
  color: #fff;
}
button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
  background-color: var(--azul);
  border-color: var(--azul);
  color: #fff;
}
.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover {
  color: #fff;
}
ul.menu li ul li a, ul.menu li ul li a:hover {
  color: #fff;
}

/* Títulos */
.home h3, #secondary h3, .page-template h3 {
  float: left;
  width: 100%;
  font-size: .9rem;
  padding: .5rem 0 .5rem .6rem;
  border-radius: 4px 4px 0 0;
  margin: 0;
  background: linear-gradient(#fff,#d4d6d4);
}
/* Rótulo 'novo' */
.novo:before {
  position: absolute;
  margin: .25rem 0 0 -3rem;
  content: 'Novo';
  font-size: 11px;
  font-weight: bold;
  padding: .1rem .25rem 0;
  color: #fff;
  line-height: 1;
  height: 14px;
  background-color: #e11321;
  border-radius: .2rem;
  z-index: 999;
}

.bg-gray { background: #f7f7f7; }

/* Banner Intranet */
.banner-intranet {
  padding: 1rem 1rem .35rem;
  margin: 0 0 1rem;
  border: 1px solid #ddd;
}
.banner-intranet h6 {
  font-weight: 400;
}

.banner p {
  margin: 0;
  float: left;
}
.banner .btn {
  float: right;
  padding: 0;
}

/* Bootstrap */
.btn-primary {
  background-color: var(--azul);
  border-color: var(--azul);
}
.btn-secondary {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
}
.btn-secondary:hover, .show>.btn-secondary.dropdown-toggle {
  color: #333;
  background-color: #ccd3e0;
  border-color: #ccd3e0;
}
.alert-secondary {
  color: #333;
  background-color: #e9edf5;
  border-color: #dde0e6;
  margin-bottom: 0;
  border-radius: 0;
}
.card-header {
  border-bottom: 0;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--azul);
  border-color: var(--azul);
}
[aria-expanded='true'] {
  background: var(--azul);
  color: #fff;
}

/* Blocos de Conteúdo (Home e Subsites) */
.bloco {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 4px 4px 0 0;
  padding: 0;
}
.bloco a {
  color: #333;
}
.bloco div a, .bloco figure, .bloco div a p {
  position: relative;
  float: left;
}
.bloco figure .fa {
  color: #333;
  background: rgba(255, 255, 255, .75);
  font-size: 1rem;
  padding: .85rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 38px;
  height: 38px;
}
.bloco img {
  margin: 0 auto;
}
.bloco a:hover figure .fa,
.bloco a:active figure .fa {
  color: #fff;
  background: var(--vermelho);
}
.mais {
  width: 100%;
  float: right;
  padding: 1rem 0 0;
}
.mais a {
  font-size: 13px;
  font-weight: normal;
  position: absolute !important;
  bottom: 0;
  right: 0;
  width: auto;
  padding: .4rem .75rem;
}
#home-banners a {
  float: none;
}
#home-banners img {
  width: 100%;
  max-width: 164px;
}

/* Hotsite GAEPE */
.tabs-vertical {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #EEE;
}

.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top;
}

.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
}

.tabs-vertical .nav-tabs > li {
	display: block;
}

.tabs-vertical .nav-tabs > li a {
	border-radius: 0;
	display: block;
	padding-top: 10px;
}

.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
	border-bottom: none;
	border-top: none;
}

.tabs-vertical .nav-tabs > li.active a,
.tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
	border-top: none;
}

.tabs-left {
	padding: 0;
  color: #777777;
  font: normal normal normal 14px/1;
}

.tabs-left .tab-content {
	border-radius: 0 5px 5px 5px;
	border-left: none;
}

.tabs-left .nav-tabs > li {
	margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child a {
	border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child a {
	border-radius: 0 0 0 5px;
	border-bottom: 1px solid #eee;
}

.tabs-left .nav-tabs > li a {
	border-right: 1px solid #EEE;
	border-left: 3px solid #EEE;
	margin-right: 1px;
	margin-left: -3px;
}

.tabs-left .nav-tabs > li a:hover {
	border-left-color: #CCC;
}

.tabs-left .nav-tabs > li.active a,
.tabs-left .nav-tabs > li.active a:hover,
.tabs-left .nav-tabs > li.active a:focus {
	border-left: 3px solid #CCC;
	border-right-color: #FFF;
}

.tabs {
	border-radius: 4px;
	margin-bottom: 35px;
}

.tabs ul.nav-tabs a,
.tabs ul.nav-tabs a:hover {
	color: #0088cc;
}

.tabs ul.nav-tabs a:hover,
.tabs ul.nav-tabs a:focus {
	border-top-color: #0088cc;
}

.tabs ul.nav-tabs li.active a {
	border-top-color: #0088cc;
	color: #0088cc;
}

.tabs ul.nav-tabs.nav-justified a:hover,
.tabs ul.nav-tabs.nav-justified a:focus {
	border-top-color: #0088cc;
}


.nav-tabs {
	margin: 0;
	padding: 0;
	font-size: 0;
	border-bottom-color: #EEE;
}

.nav-tabs li {
	display: inline-block;
	float: none;
}

.nav-tabs li:last-child a {
	margin-right: 0;
}

.nav-tabs li a {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin-right: 1px;
  padding: 5px;
  font-weight: normal;
}

.nav-tabs li a, .nav-tabs li a:hover {
	background: #F4F4F4;
	border-bottom: none;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 3px solid #EEE;
	color: #CCC;
}

.nav-tabs li a:hover {
	border-bottom-color: transparent;
	border-top: 3px solid #CCC;
	box-shadow: none;
}

.nav-tabs li a:active, .nav-tabs li a:focus {
	border-bottom: 0;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	background: #FFF;
	border-left-color: #EEE;
	border-right-color: #EEE;
	border-top: 3px solid #CCC;
	color: #CCC;
}

.tab-content {
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-top: 0;
	padding: 15px;
}


/* Notícias - Slide (Swiper) */
.swiper-container {
  width: 100%;
  border-radius: 3px;
  margin: 0;
}
.swiper-slide {
  text-align: center;
}
.swiper-pagination {
  display: none;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
  font-size: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: none;
  background: red;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--azul);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-button-prev, .swiper-button-next {
  color: #333;
  background: rgba(255, 255, 255, 0.75);
  padding: 1.5rem;
  height: 32px;
  width: 32px;
  margin: .5rem;
  border-radius: 50%;
  top: 40%;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

/* Destaque slide */
.destaque {
  position: initial !important;
}
.destaque div {
  position: relative;
  float: left;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 316px;
  background-color: #eee;
}
.destaque div img {
  width: 100%;
}
.destaque h1 {
  position: absolute;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  letter-spacing: initial;
  line-height: initial;
  padding: 1rem;
  margin: 0;
}

/* Noticias - lista */
#noticias-lista {
  padding-bottom: 1rem;
}
#noticias-lista a {
  font-size: 13px;
}
#noticias-lista .mb-2 {
  line-height: 1.25;
}

/* Widget */
#secondary .nav-link {
  padding: .5rem .45rem;
  font-size: .875rem;
}
#secondary .tab-content .row {
  float: left;
  width: 100%;
  margin: 1rem auto 0;
  text-align: center;
}
.widget-area {
  border-radius: 4px;
  padding: 0 1rem;
}
.icones a {
  width: 33.33333%;
  padding: 10px 3px 8px;
  text-decoration: none;
  border-radius: 8px;
}
.icones a:hover, .icones a:focus {
  background: #e9edf5;
}
.icones p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px auto 0;
  color: #333;
  text-align: center;
  width: 100%;
}
.icones i {
  padding: .5rem;
  background: #fff;
  border-radius: 50%;
}
.icones img {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  padding: .75rem;
  border-radius: 10px;
  background: linear-gradient(#f1f1f1,#bdbfc1);
}
.icone-servico figure {
  margin: 2rem 2rem 2rem 0;
  background: #eee;
  padding: 2rem;
  border-radius: 1rem;
}
.icone-servico img {
  width: 64px;
}

.tabela-links-ecp {
  margin-left: auto;  margin-right: auto; text-align: center; width: 80%;
}

.tabela-links-ecp:not( .has-background ) tbody td {
    background-color: #fff;
}

.tabela-links-ecp td {
  text-align: center; background-color: #fff;
}

.tabela-links-ecp td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
}

.tabela-links-ecp, .tabela-links-ecp td, .tabela-links-ecp th {
    border: none;
}

/* Parceiros */
.parceiros {
  font-size: 0;
}
.parceiros a {
  float: none;
  display: inline-block;
  width: 130px;
  height: 50px;
  margin: .5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  font-size: 0;
  border-radius: 4px;
  background-color: #e9edf5;
}
.logo-tcu { background-image: url("images/parceiros/tcu.svg"); }
.logo-irb { background-image: url("images/parceiros/irb.svg"); }
.logo-tcepa { background-image: url("images/parceiros/tcepa.svg"); }
.logo-atricon { background-image: url("images/parceiros/atricon.svg"); }
.logo-cgu { background-image: url("images/parceiros/cgu.svg"); }

/* Footer */
footer .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1034px;
}
footer .copy {
  float: left;
  width: 100%;
  margin: 2rem auto .5rem;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, .15);
}
footer .copy a {
  margin-left: 1rem ;
}
footer .copy li {
  float: left;
}
.site-footer {
  width: 100%;
  padding: 0;
  margin: 1.5rem 0 0;
}
footer h5 {
  margin: 0 0 2rem;
}
footer p, footer li a {
  font-size: .875rem;
  color: #555;
}
.site-footer a:not(.button):not(.components-button) {
  text-decoration: none;
}
.bloco a:hover,
footer a:not(.button):not(.components-button):hover,
footer a:not(.button):not(.components-button):focus {
  color: var(--azul);
  text-decoration: none;
}
footer ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul p {
  margin: 0;
}
footer li {
  margin: 0 0 1rem;
  line-height: normal;
}
footer .logo {
  display: block;
  float: none;
  margin: 0 0 2.5rem;
}
footer .a-social a {
  margin-right: 1rem;
}

/* Busca Avançada */
#busca-avancada {
  padding: 0 2rem;
  margin: 0 0 4rem;
  background: var(--azul);
  color: #fff;
}
#busca-avancada h4 {
  margin: 0 auto 1.5rem;
  color: #fff;
  text-align: center;
}
#busca-avancada form {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
}
#busca-avancada input[type=search] {
  background: #fff;
  padding: .7rem 3rem .5rem 1rem;
  border-radius: .25rem;
  width: 100%;
  border: none;
  outline: none;
}
#busca-avancada button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  margin: 0;
  padding: .6rem 1rem;
  color: var(--azul);
  border-radius: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* Arquivos: Filtro de Taxonomias  */
.beautiful-taxonomy-filters-select-wrap {
  width: auto;
  margin-right: 1rem;
  float: left;
}
.beautiful-taxonomy-filters-select {
  display: inline-block;
  width: auto;
}
.beautiful-taxonomy-filters-label {
  margin-right: .5rem;
}

.home .no-wc-breadcrumb .site-header {
  margin-bottom: 1rem;
  padding: 0;
}
.no-wc-breadcrumb .site-header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-content main,
#secondary {
  margin-top: 1.5rem;
}

/* Serviços */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--azul);
}
.nav-tabs .nav-item {
  color: #333;
}

/* ícone SVG */
.servicos .wp-post-image {
  margin-bottom: 2rem;
  border-radius: 0;
  background: linear-gradient(#f1f1f1,#bdbfc1);
  padding: 2rem;
  margin-right: 2.5rem;
  width: 124px;
  height: 124px;
  float: left;
  border-radius: 24px;
}
.servicos #accordion {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 0 0 2rem;
}

/* Busca */
.search .page-header {
  padding: 0;
  margin: 0 0 2.5rem;
}
.search .page-title {
  font-weight: normal;
}
.search .page-title span {
  font-style: italic;
  font-weight: bold;
}

.entry-meta {
  font-size: .875rem;
  color: #6d6d6d;
  font-weight: normal;
}

/* Widget: Twitter */
#widget-twitter {
  height: 500px;
  overflow: auto;
}

/* Tabs */
.painel .active{
  background-color: var(--azul);
  color: #fff;
}
.painel {
  font-size: 0;
}
.painel button {
  font-size: 1rem;
  margin: 0 .25rem;
  background: transparent;
}

/* Social */
header .a-social {
  float: left;
  font-size: 0;
  text-align: center;
  margin: 0 1rem 0 0;
}
header .a-social a {
  padding: .65rem;
  float: left;
}
.a-social a {
  font-size: 0;
}
.a-social svg {
  height: 16px;
  width: 16px;
}
.a-social .svg {
  fill: #333;
}

/* Acessibilidade  */
.acessibilidade .acessibilidade-container {
  position: relative;
  float: right;
  margin: .5rem 0 0 0;
}
.acessibilidade ul {
  float: left;
  list-style: none;
  margin: .1rem 0 0;
}
.acessibilidade li {
  float: left;
  margin: 0 1rem 0 0;
}
.acessibilidade ul li a {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.a-irpara a:before {
  float: right;
  margin: 8px 0 0 4px;
  padding: 0px 2px;
  color: #fff;
  line-height: 1.3;
  font-size: 9px;
  text-align: center;
  background: #333;
  border-radius: 2px;
}
.a-irpara li:first-child a:before { content: '1'; }
.a-irpara li:nth-child(2) a:before { content: '2'; }
.a-irpara li:nth-child(3) a:before { content: '3'; }
.a-irpara li:nth-child(4) a:before { content: '4'; }

.acessibilidade button {
  position: relative;
  float: left;
  padding: 4px;
  margin: 0;
  min-width: 30px;
  border-radius: 0;
  font-size: .875rem;
  background: transparent;
  height: 30px;
  line-height: 0;
  border: 0;
}
.a-buttons {
  float: left;
  margin: 0 0 0 1rem;
}

.a-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.a-color-x { color: yellow !important; }
.a-bg-x { background: #fff !important; }
.a-color { color: #fff !important; text-decoration: underline !important; }
.a-bg { background: #000 !important; }
.a-color-bg { color: #fff !important; background: #000 !important; }
.a-form { color: #fff !important; background: #000 !important; border: 1px solid #fff !important; }
.a-svg { fill: #000; }
.a-svg-x { fill: #fff !important; }
.a-ativo { background: #f04b59 !important; }

.a-libras {
  display: none;
  position: absolute;
  text-align: center;
  float: right;
  margin-top: 36px;
  background: #FFF;
  width: 200px;
  right: 0;
  padding: 5px 5px 0;
  border-radius: 5px;
  border: 1px solid #EEE;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
.a-libras-clicado {
  display: block;
}
.a-index {
  z-index: 0 !important;
}

/* Share */
.share button, .share a {
  margin-right: .5rem;
}
.share svg {
  fill: #333;
  width: 16px;
  margin: -.1rem .25rem 0 0;
}

/* Templates Subsites */
.page-template .subsite-titulo {
  display: inline-block;
  margin: 0 0 0.5rem 0;
  border-radius: 4px;
  padding: 1.25rem 0 .25rem;
}
.page-template .subsite-titulo h2 {
  margin: 0;
}
.page-template .widget-area {
  padding: 0 0 0 1rem;
}
.page-template .entry-title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.page-template .list-group .fa, .servicos-template-default .accordion .fa {
  margin-left: .25rem;
}
.accordion .w-100 {
  text-align: left;
}

/*Gaepe*/
.page-template-modelo-gaepe .subsite-titulo {
  height: 120px;
}
.page-template-modelo-gaepe .subsite-titulo h1 {
  display: none;
}
.page-template-modelo-gaepe .subsite-titulo:after {
  content: '.';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  background-image: url(../tcmpa/images/gaepe/logo-hotsite-gaepe.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  width: 324px;
  height: 84px;
  z-index: 999;
  font-size: 0;
}

/*Raiox*/
.page-template-modelo-raiox .subsite-titulo {
  height: 120px;
}
.page-template-modelo-raiox .subsite-titulo h1 {
  display: none;
}
.page-template-modelo-raiox .subsite-titulo:after {
  content: '.';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  background-image: url(../tcmpa/images/raiox/logo-hotsite-raiox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  width: 324px;
  height: 84px;
  z-index: 999;
  font-size: 0;
}

/* Coronavírus */
.page-template-modelo-coronavirus .subsite-titulo {
  height: 120px;
}
.page-template-modelo-coronavirus .subsite-titulo h1 {
  display: none;
}
.page-template-modelo-coronavirus .subsite-titulo:after {
  content: '.';
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  background-image: url(../tcmpa/images/coronavirus/logo-hotsite-coronavirus-tcmpa.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  width: 324px;
  height: 84px;
  z-index: 999;
  font-size: 0;
}

.page-template-modelo-coronavirus .card {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 3px solid #eee;
}
.page-template-modelo-coronavirus .card:hover {
  border-color: #024d9a;
}
.page-template-modelo-coronavirus .card:active {
  border-color: #e11321;
}
.page-template-modelo-coronavirus .card-title {
  display: none;
}

/* Login */
.login h1 a {
  background-image: url('images/logo-tcmpa.svg');
  background-size: 100% 100%;
  width: 180px;
}
.login form {
  border-radius: 4px;
}
.login #login_error, .login .message, .login .success {
  border-color: var(--vermelho);
}

/* Form de Login */
#nav-servidor #loginform label {
  width: 100%;
  text-align: left;
}
#nav-servidor #loginform,
#nav-servidor #loginform input[type="text"],
#nav-servidor #loginform input[type="password"] {
  width: 100%;
}
#nav-servidor #loginform input[type="submit"] {
  float: left;
}

/* Eventos */
.tribe-events-page-title {
  font-size: 2em;
  font-weight: bold;
}
.single-tribe_events .tribe-events-single-event-title {
  font-size: 2.2em;
}
.tribe-events-event-image, .tribe-events-single .tribe-events-sub-nav {
  display: none;
}

/* Arquivos */
.post-type-archive-publicacoes .col-md-1 {
  padding: 0;
}
.post-type-archive-noticias figure,
.post-type-archive-publicacoes figure,
.post-type-archive-videos figure,
.post-type-archive-galerias figure {
  margin: 0;
  overflow: hidden;
  background-color: #eee;
}
.post-type-archive-noticias figure {
  max-height: 102px;
}
.post-type-archive-publicacoes figure {
  max-height: 118px;
}
.post-type-archive-videos figure {
  max-height: 167px;
}
.post-type-archive-galerias figure {
  min-height: 180px;
  max-height: 167px;
}
.post-type-archive-noticias figure .fa,
.post-type-archive-videos figure .fa,
.post-type-archive-publicacoes figure .fa,
.post-type-archive-galerias figure .fa {
  position: relative;
  color: #ccc;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 1rem;
  background-color: transparent;
}
.post-type-archive-noticias figure .fa {
  margin: 1rem auto;
  font-size: 3rem;
}
.post-type-archive-publicacoes figure .fa {
  margin: .5rem auto;
  font-size: 2rem;
}
.post-type-archive-videos figure .fa {
  margin: 3rem auto;
  font-size: 3rem;
}
.post-type-archive-galerias figure .fa {
  margin: 3.5rem auto;
  font-size: 3rem;
}
.post-type-archive-galerias img {
  height: 100%;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0;
}

/* Popup */
#popup p {
  margin: 0;
}
#popup .fancybox-button {
  color: #333;
  padding: 5px;
  margin: .75rem;
  background: rgba(255, 255, 255, .75);
}
#popup .fancybox-button:hover {
  color: #fff;
  background: var(--vermelho);
}
#popup .wp-block-image {
  margin-bottom: 0;
}

/* Bootstrap helpers */
.card-duo {
  margin-left: -1%;
  width: 102%;
}
.card-duo .col-6 {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin: 0 1% 1% 1%;
}
.card-duo {
  margin-left: -1%;
  width: 102%;
}

.list-group-item {
  padding: .65rem 1.25rem;
}

/* Media Queries */

@media (min-width: 576px) {
  .card-duo .col-sm-4 {
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
    margin: 0 1% 0 1%;
  }
}

@media (min-width: 768px) {

  .right-sidebar .content-area {
    width: 69%;
    margin-right: 2%;
  }
  .right-sidebar .widget-area {
    width: 29%;
  }

  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    margin: 0;
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    padding: .75rem 1.5rem .75rem 0;
    font-size: 1rem;
    color: #fff;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: .6em 1em;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}
  .main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-header-cart:hover > li > a, .site-header ul.menu li.current-menu-item > a {
    color: #fff;
  }
  .main-navigation ul.menu > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.page_item_has_children > a:after, .main-navigation ul.nav-menu > li.menu-item-has-children > a:after, .main-navigation ul.nav-menu > li.page_item_has_children > a:after {
    margin-left: .6em;
    font-weight: bold;
  }

}

@media screen and (max-width: 64em) {

  .storefront-primary-navigation .col-full {
    width: auto;
  }
  button.menu-toggle {
    float: left;
    border-radius: 0;
  }

  .destaque h1 {
    font-size: 1rem;
    position: inherit;
  }
  .destaque div {
    overflow: hidden;
    max-height: 160px;
  }
  footer .novo:before {
    display: none;
  }
  footer h5 {
    margin: 2.5rem 0 2rem;
  }

}

@media screen and (max-width: 48em) {

  .acessibilidade {
    margin: 0 0 1.5rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  .main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu>ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    padding: 0 1.5rem;
  }
  ul.menu li ul li a, ul.menu li ul li a:hover {
      padding: .2rem 0;
  }
  .swiper-container .screen-container {
    padding: 2rem 0;
  }

  .beautiful-taxonomy-filters-label {
    display: none;
  }
  .beautiful-taxonomy-filters-select {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 32em) {

  .acessibilidade-container {
    display: none;
  }
  header .logo {
    width: 100%;
    margin: 0;
    height: 48px;
    background-size: 132px;
    background-position: center 0;
  }
  header .pesquisa {
    float: none;
    width: 100%;
    display: inline-block;
    margin: .5rem auto 0;
    text-align: center;
  }
  header .a-social {
    width: 100%;
    margin: .5rem 0 1rem;
  }
  header .a-social a {
    float: none;
  }
  header .pesquisa form {
    float: none;
    display: inline-block;
    position: relative;
  }
}
