/* CSS com parâmetros globais do Cattive Portal */


/* HTML - BODY
--------------------------------- */
* {
}
html {
}
html, body {
  height: 100%;
  min-height: 100%;
}
body {
  overflow-y: scroll !important;
}


/* PADRÕES
--------------------------------- */
/* Margin */
.mt-0{margin-top:0;}.mt-10{margin-top:10px;}.mt-20{margin-top:20px;}.mt-30{margin-top:30px;}
.mr-0{margin-right:0;}.mr-10{margin-right:10px;}.mr-15{margin-right:15px;}.mr-20{margin-right:20px;}.mr-30{margin-right:30px;}
.mb-0{margin-bottom:0;}.mb-10{margin-bottom:10px;}.mb-20{margin-bottom:20px;}.mb-30{margin-bottom:30px;}
.ml-0{margin-left:0;}.ml-10{margin-left:10px;}.ml-15{margin-left:15px;}.ml-20{margin-left:20px;}.ml-30{margin-left:30px;}

/* Padding */
.pt-0{padding-top:0;}.pt-10{padding-top:10px;}.pt-20{padding-top:20px;}.pt-30{padding-top:30px;}
.pr-0{padding-right:0;}.pr-10{padding-right:10px;}.pr-15{padding-right:15px;}.pr-20{padding-right:20px;}.pr-30{padding-right:30px;}
.pb-0{padding-bottom:0;}.pb-10{padding-bottom:10px;}.pb-20{padding-bottom:20px;}.pb-30{padding-bottom:30px;}
.pl-0{padding-left:0;}.pl-10{padding-left:10px;}.pl-15{padding-left:15px;}.pl-20{padding-left:20px;}.pl-30{padding-left:30px;}

/* Transitons */
a, #back-to-top, #t4-topo nav.navbar ul.navbar-nav>li, #t4-cabecalho, #t4-topo #es.mod-es-dropdown-menu .open .dropdown-menu, div#t4-cabecalho .logo .logo-image a:after {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a:-webkit-any-link:focus-visible {
  outline: none !important;
}

/* Fonts */
#es {
  font-family: Roboto,sans-serif;
}
#es {
  font-family: 'Heebo',sans-serif !important;
}

/* Others */
.display-none {
  display: none;
}

/* T4 - Largura Personalizada do Portal
--------------------------------- */
@media (min-width: 1290px) {
  .container, #eb .container {
    max-width: 1290px !important;
  }
  div#t4-navegacao-estrutural nav {
    max-width: 1260px !important;
  }
}
@media (max-width: 767px) {
	#eb .container {
		padding-right: 0;
		padding-left: 0;
	}
}

/* T4
--------------------------------- */
/* Back to top */
#back-to-top {
  z-index: 999999 !important;
  background: rgba(0,0,0,.2);
  right: 20px;
  bottom: 20px;
}
@media (min-width: 767px) {
  #back-to-top       {opacity:.5;}
  #back-to-top:hover {opacity:1;}
}

/* T4 - Topo
--------------------------------- */
#t4-topo {
  font-size: 14px;
}
#t4-topo nav.navbar {
    padding: 10px 0 0;
}
#t4-topo nav.navbar ul.navbar-nav,
#t4-topo nav.navbar ul.navbar-nav>li {
  display: inline-block;
}
#t4-topo nav.navbar ul.navbar-nav>li a {
  text-decoration: none;
  opacity: 1;
}
#t4-topo nav.navbar ul.navbar-nav>li a:hover {
  text-decoration: none;
  opacity: .8;
}
/* T4 - Topo / Left */
#t4-topo .topbar-left nav.navbar ul.navbar-nav>li a {
    padding: 20px 25px 0 0;
}
/* T4 - Topo / Center */
#t4-topo .topbar-center {
  padding: 10px 0;
  text-align: center;
}
#t4-topo .topbar-center .data-atual {
  cursor: default;
}
/* T4 - Topo / Right */
#t4-topo .topbar-right>div {
  float: right;
}
#t4-topo .topbar-right nav.navbar ul.navbar-nav>li a {
  padding: 0 0 0 25px;
}
#t4-topo .topbar-right {
  text-align: right;
}
#t4-topo .topbar-right nav.navbar{
  display: block;
}
#t4-topo .topbar-right .clima-cidade {
  padding: 10px 0 0 0;
  cursor: default;
}
/* T4 - Topo - Entrar / Criar Conta */
#t4-topo #es {
  padding: 6px 0 0;
}
#t4-topo #es a.entrar-conta:hover {
  opacity:.8;
}
#t4-topo #es .o-avatar {
  height: 30px;
  width: 30px;
}
#t4-topo #es .mod-es-dropdown-menu__name {
  font-size: 14px;
  font-weight: 300;
}
#t4-topo #es.mod-es-dropdown-menu .acessar-conta {
  padding: 3px 0;
  font-size: 14px;
}
#t4-topo #es.mod-es-dropdown-menu .open .dropdown-menu {
  z-index: 10000;
  left: -70px;
  margin-top: 6px;
  border-radius: 0 0 3px 3px;
}
body.not-at-top #t4-topo #es.mod-es-dropdown-menu .open .dropdown-menu {
  margin-top: -600px;
}
#es .btn-es-facebook {
  font-size: 14px;
  font-weight: 400;
}
#es .o-avatar--rounded img {
  border-radius: 50%;
  border: 2px solid #51535a;
}
#es .i-chevron.i-chevron--down:before {
  top: 5px;
}


/* T4 Header - Cabeçalho
--------------------------------- */
#t4-cabecalho {
  width: 100%;
  /*height: 90px;*/
  height: auto;
  padding: 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out !important;
}
#t4-cabecalho .header-right > * {
  display: inline-block;
  float: right;
  padding: 0;
}
body.not-at-top div#t4-cabecalho {
  height: auto;
  /*top: -20px;*/
}
body.not-at-top #t4-cabecalho {
  box-shadow: 0 4px 7px 0 rgba(0,0,0,.02),0 7px 40px 0 rgba(0,0,0,.04)!important;
}
@media (min-width: 768px) {
  #t4-cabecalho {
    position: fixed !important;
  }
}
@media (max-width: 768px) {
	div#t4-cabecalho {
		border-top: 4px solid #00567d !important;
	}
}
/* Trigger Button - Offcanvas */
#t4-cabecalho #triggerButton {
  float: left;
}
/* Offcanvas - Toggle */
div#t4-cabecalho .offcanvas-toggle {
  padding-top: 11px;
}
/* T4 - Offcanvas
--------------------------------- */
.t4-offcanvas .hide-offcanvas {
  display: none !important;
}
.t4-offcanvas .t4-off-canvas-body {
    height: 100% !important;
	background: #000;
    padding: 2rem 1.5rem !important;
}
.t4-offcanvas .close {
    color: #fff !important;
    text-shadow: none !important;
	text-align: right !important;
}
.t4-offcanvas .t4-off-canvas-header {
  display: none !important;
}
.t4-offcanvas .t4-off-canvas-header {
  background-color: transparent !important;
  padding: 5px 10px !important;
  position: absolute;
  width: 100%;
  height: 1px !important;
}
.t4-offcanvas .t4-off-canvas-header .close {
    background-color: rgba(0, 0, 0, 0) !important;
}
.t4-offcanvas .t4-off-canvas-header h3,
.t4-offcanvas #es .o-media__image,
.t4-offcanvas #es .t-lg-ml--sm,
.t4-offcanvas #eb .eb-mod-media-thumb.fa,
.t4-offcanvas .t4-off-canvas-body ul.nav.menu br,
.t4-offcanvas .t4-off-canvas-body ul.nav.menu .divider {
  display: none !important;
}
.t4-offcanvas ul li a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 2px 15px !important;
  border: none !important;
  text-decoration: none;
  display: block;
}
.t4-offcanvas .t4-off-canvas-body ul.nav.menu, .t4-offcanvas .t4-off-canvas-body ul.nav.menu * {
  display: block !important;
  margin: 0;
  padding: 2px 0 !important;
}
.t4-offcanvas .t4-off-canvas-body ul.nav.menu hr {
  margin: 10px 0 !important;
  opacity: .5;
}
.t4-offcanvas .nav-cat-portal {
  margin: 0;
}
.t4-offcanvas .mod_easyblogcategories {
    padding: 0 !important;
}
.t4-offcanvas .mod_easyblogcategories * {
  width: 100% !important;
  min-width: 100%;
  display: block;
}
.t4-offcanvas #eb .eb-mod-item+.eb-mod-item {
  border-top: 0px solid #e1e1e1;
  margin-top: 5px;
  padding-top: 5px;
}
.t4-offcanvas #eb .eb-mod-media-title {
  font-weight: 500;
}
.t4-offcanvas #eb .eb-mod-item > div[style*='padding-left: 30px'] .eb-mod-media-title {
  font-weight: 400;
}
/* T4 - Offcanvas (Menu Footer) */
.t4-offcanvas  ul#offcanvas-menu-footer li:first-child {
  display: none;
}
.t4-offcanvas .offcanvas-privacidade ul li a {
  padding-left: 0px !important;
}
.t4-offcanvas .offcanvas-privacidade ul {
  width: 100% !important;
  min-width: 100%;
  display: block;
}
/* T4 - Offcanvas (module) */
.t4-offcanvas .t4-off-canvas-body .t4-module .module-inner {
  padding: 0 !important;
}
/* T4 - Offcanvas (navbar) */
.t4-offcanvas .t4-off-canvas-body .navbar .nav-item {
  border-bottom: 0px solid rgba(52,58,64,.12) !important;
  padding: 0 !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
  background-color: transparent !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:hover, .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:focus, .t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle:active {
  background-color: transparent !important;
}
/* T4 - Offcanvas (Scrollbar) */
.t4-offcanvas .t4-off-canvas-body::-webkit-scrollbar {
    width: 6px;
}
.t4-offcanvas .t4-off-canvas-body::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1); 
    border-radius: 20px;
}
.t4-offcanvas .t4-off-canvas-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.5); 
    border-radius: 20px;
}
.t4-offcanvas .t4-off-canvas-body:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5); 
    border-radius: 20px;
}
.t4-offcanvas .t4-off-canvas-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .8); 
}
/* LOGO */
div#t4-cabecalho .logo {
  text-align: center !important;
}
div#t4-cabecalho .logo .navbar-brand img.logo-img {
  width: auto;
  max-height: 80px!important;
  margin: 10px 0;
  height: max-content;
  height: 50px;
  transition: all .2s ease-in-out .0s;
}
body.not-at-top #t4-cabecalho .logo .navbar-brand img,
body.top-compact #t4-cabecalho .logo .navbar-brand img {
  max-height: 60px!important;
  margin: 25px 0 0 0;
  height: 30px;
  transition: all .2s ease-in-out;
}
@media (max-width: 767px) {
  #t4-cabecalho .logo .navbar-brand img {
    width: 110px !important;
    max-height: 190px !important;
    margin: -4px 0 5px;
    height: auto;
  }
}
#t4-cabecalho .logo .navbar-brand img.logo-img-sm {
  width: 100px!important;
  max-height: 90px!important;
  margin: 12px 0 0;
  height: auto;
  transition: all .2s ease-in-out;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {	
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .t4-header .logo {
    text-align: center !important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin: 0 !important;
  }
	#t4-cabecalho .logo .navbar-brand img.logo-img-sm {
		width: 100px!important;
		margin: 10px 0 0;
	}
	.t4-cabecalho .search {
		margin: 10px 0 0 0 !important;
	}
}
/* Módulo de Busca - Padrão (colapsado) */
.t4-cabecalho .search {
  position: relative;
  float: right;
  margin: 20px 0 0 0;
  z-index: 999;
  transition: all .2s ease-in-out .0s;
}
body.not-at-top .t4-cabecalho .search {
  transition: all .2s ease-in-out;
}
.t4-cabecalho .search  .form-search .form-control {
  width: 0px;
  border-radius: 3px;
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  float:right;
  border: 2px solid transparent;
  z-index: 10;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.t4-cabecalho .search .form-search .form-control:focus {
  width: 220px !important;
  border: 2px solid #d6d6d6!important;
  padding: 12px 20px 12px 12px;
  background: #ffffff;
  outline: none!important;
  box-shadow: none!important;
  font-size: 16px;
  cursor: text;
}
.t4-cabecalho .search .form-search:after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  font-size: 18px;
  width: 20px;
  height: 20px;
  margin: 3px 0 0 8px;
  z-index: -1;
}
@media (max-width: 767px) {
  .t4-cabecalho .search .form-search .form-control:focus {
    width: 300px !important;
  }
}
/* T4 Header - Redes Sociais
--------------------------------- */
.header-right ul.redes-sociais, .header-right ul.redes-sociais li {
  display: inline-block;
  font-size: 0px;
}
.header-right ul.redes-sociais li {
  padding: 0;
}
.header-right ul.redes-sociais li a:before {
  font-size: 23px;
  padding: 10px;
}
.header-right .redes-sociais, .header-right .redes-sociais > * {
  height: auto;
  display: inline;
  text-align: right;
}
.header-right .redes-sociais {
  margin: 40px 5px;
  transition: all .2s ease-in-out .0s;
}
body.not-at-top .header-right .redes-sociais,
body.top-compact .header-right .redes-sociais {
  margin: -5px 0;
  transition: all .2s ease-in-out;
}
@media (max-width: 767px) {
  .header-right .redes-sociais {
	display: none !important;
  }
  body:not(.theme-painel) .header-right .redes-sociais {
	margin: 35px 0px;
	padding: 0 10px;
  }
}


/* T4 Menu Principal
--------------------------------- */
#t4-menu-principal .t4-section-inner.container .t4-navbar .navbar {
  width: 100%;
  min-height: auto;
}
#t4-menu-principal ul.nav.navbar-nav li a.nav-link {
  padding: 10px;
  font-weight: 600;
  text-shadow: none;
}
#t4-menu-principal .t4-section-inner.container .t4-navbar div#t4-megamenu-mainmenu>ul.nav.navbar-nav>li:first-child>a {
  padding-left: 0px !important;
}
/*#t4-menu-principal .t4-section-inner.container .t4-navbar div#t4-megamenu-mainmenu>ul.nav.navbar-nav>li:last-child {
  position: absolute;
  right: 0;
}
#t4-menu-principal .t4-section-inner.container .t4-navbar div#t4-megamenu-mainmenu>ul.nav.navbar-nav>li:last-child a {
  padding-right: 0px !important;
}*/
#t4-menu-principal ul.nav.navbar-nav li a.off-principal {
  display: none !important;
}
@media (min-width: 767px) {  
  #t4-menu-principal {
    padding-top: 160px !important;
  }
  body.top-compact #t4-menu-principal {
    padding-top: 70px !important;
  }
}

/* T4 - Navegação Estrutural 
--------------------------------- */
div#t4-navegacao-estrutural nav {
  position: relative;
  margin: 0 auto;
  max-width: 1110px;
  font-size: 12px;
  text-transform: uppercase;
}


/* T4 Conteúdo Principal - PADÃO
--------------------------------- */
@media (min-width: 767px) {  
  body:not(.homepage) div#t4-conteudo-principal {
    min-height: 650px;
  }
}

/* EASYSOCIAL - PADRÃO
--------------------------------- */
#es {
  font-size: 15px;
}


/* EASYBLOG - Publicação Única
--------------------------------- */
/* EB - Geral */
body.view-entry .eb-header {
  display: none;
}
body.view-entry #eb {
  padding: 20px 0 0 0;
}
body.view-entry #eb hr.eb-hr {
  border-top: none !important;
}
body.view-entry #eb .eb-section-heading {
  margin: 20px 0;
  border-bottom: 0px solid #ddd;
}
body.view-entry #eb .eb-entry-article .ebd-block, body.view-entry #eb .eb-entry-article>p {
  font-size: 19px;
  line-height: 1.77;
  letter-spacing: -.4px;
  overflow-wrap: break-word;
}
body.view-entry #eb .eb-image,
body.view-entry #eb .eb-image-viewport,
body.view-entry #eb .eb-image .eb-image-figure img {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.view-entry #eb .eb-image.style-popup img {
    min-width: auto !important;
}
/* EB - Largura e Proporção */
@media (min-width: 1290px) {
  body.view-entry div#t4-conteudo-principal>.t4-section-inner.container {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
  }
  body.view-entry div#t4-conteudo-principal>.t4-section-inner.container>.t4-row.row, body.view-entry #eb .eb-entry-related {
    margin: 0;
  }
  body.view-entry div#t4-conteudo-principal>.t4-section-inner.container>.t4-row.row .t4-col.component.col-md {
    padding: 0;
    margin: 0;
  }
  body.view-entry div#t4-conteudo-principal>.t4-section-inner.container .data-post-content {
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
  }
}
/* EasyBlog - Remoções Personalizadas */
body.view-entry.no-share1 #eb .eb-entry-meta .eb-shares {
  display:none;
}
body.view-entry.no-share2 #eb .eb-entry-body .eb-shares {
  display:none;
}
body.view-entry.no-block-text .ebd-block[data-type="text"] {
    display: none;
}
body.view-entry.no-publication-in-date .publication-in-date {
    display: none !important;
}
/* EasyBlog - Remoções Personalizadas */
body.view-entry .ebd-block[data-type="comparison"] .cd-image-container {
    width: 100% !important;
}
/* EasyBlog - Publicação */
@media (min-width: 768px) {
  .t4-post-sidebar-r {
    /*padding-left: 20px !important;*/
  }
  .t4-post-sidebar-r > div {
    max-width: 300px;
    margin: 0 auto 30px;
    right: 0px !important;
	width: 100%;
  }
}
/* EasyBlog - Publicação Full Width */
body.view-entry.full-width .t4-post-sidebar-l,
body.view-entry.full-width .t4-post-sidebar-r {
  display:none !important;
}
body.view-entry.full-width .t4-post-content {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
body.view-entry.full-width div#t4-conteudo-principal>.t4-section-inner.container .data-post-content {
  width: 100% !important;
  max-width: 100% !important;
}
body.view-entry.full-width #eb .eb-shares,
body.view-entry.full-width #eb .eb-reactions,
body.view-entry.full-width #eb .eb-tags,
body.view-entry.full-width #eb .publicacoes-relacionadas,
body.view-entry.full-width #eb .eb-comments, 
body.view-entry.full-width .cadastro-newsletter {
  margin:20px auto !important;
  max-width: 615px;
}
body.view-entry.full-width #eb .eb-entry-tools {
  max-width: 1280px !important;
}
/* EB - Opções Administrativas */
body.view-entry #eb .eb-entry-tools {
  margin: 0 auto;
  max-width: 630px;
  position: relative;
}
#eb .eb-post-admin {
  z-index: 1;
  position: absolute;
  margin:25px;
  right: 0px;
}
@media (min-width: 767px) {
  #eb .eb-post-admin {
    display: flex;
    position: absolute;
    margin: 0px 10px 0 0;
  }
  #eb .eb-post .eb-post-admin .dropdown_ {
    opacity:.1;
    transition:all .1s ease-in-out;
  }
  #eb .eb-post:hover .eb-post-admin .dropdown_,
  #eb .eb-post .eb-post-admin .dropdown_.open {
    opacity:1;
  }
}
/* Por enquanto está com erro em portais com rolagem infinita. O botão que fica fixado será sempre o referente a última publicação carregada na página */
/*body.not-at-top #eb .eb-post-admin__item:not(:first-child) {
position: fixed;
top: 10px;
z-index: 9999999;
margin-left: 10px !important;
right: 15px;
}
*/
/* EB - Barra de Progresso */
body.view-entry #eb .eb-reading-progress {
  height: 3px !important;
  position: fixed !important;
}
body.view-entry #eb .eb-reading-progress-sticky.affix {
  z-index: 2 !important;
}
body.view-entry #eb .eb-reading-progress-sticky.affix {  
  opacity:0;
  transition:all .2s ease 2.5s;
}
body.view-entry.not-at-top #eb .eb-reading-progress-sticky.affix {
  opacity:1;  
}
/*body.view-entry #eb .eb-reading-progress-sticky.affix .eb-reading-progress {  
opacity:0;
transition:all .2s ease 2.5s;
}
body.view-entry.not-at-top #eb .eb-reading-progress-sticky.affix .eb-reading-progress {
opacity:1;  
}*/
@media (max-width: 768px) {
	#eb .eb-reading-progress-sticky.affix .eb-reading-progress {
		top: 0 !important;
	}
}
/* EB - Barra de Progresso - Título de Topo */
body.view-entry #eb .eb-entry-head-top {
  display: none;
}
/*body.view-entry #eb .eb-reading-progress-sticky.affix .eb-entry-head-top {
position: fixed;
top: -80px;
z-index: 999999999;
width: 100%;
height: 55px;
background: #fff;
transition:all .1s ease 2s;
}
body.view-entry.not-at-top #eb .eb-reading-progress-sticky.affix .eb-entry-head-top {
position: fixed;
top: 0;
width: 100%;
height: 55px;
background: #fff;
}
body.view-entry.not-at-top #eb .eb-reading-progress-sticky.affix .eb-entry-head-top h1 {
max-width: 1110px;
position: relative;
margin: 0 auto;
font-size: 18px;
padding: 14px 0px;
height: 55px;
}
body.view-entry.not-at-top #eb .eb-reading-progress-sticky.affix .eb-entry-head-top h1:before {
content: "\f0c9";
color: #6c757d;
font: normal normal normal 14px/1 FontAwesome;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-weight: normal;
font-stretch: normal;
font-size: inherit;
line-height: 1;
font-family: FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 0 10px 0 0;
opacity:.3;
}
body.view-entry.not-at-top div#t4-cabecalho {
height: 75px;
top: -20px;
top: -75px;
}
body.view-entry.not-at-top div#t4-cabecalho:hover {
height: 75px;
top: -20px;
}
body.view-entry.not-at-top div#t4-cabecalho:after {
content: '';
width: 100%;
height: 60px;
position: absolute;
transition:all 1s ease;
}
body.view-entry.not-at-top div#t4-cabecalho:hover:after {
height: 0px;
}*/
/* EB - Categoria */
body.view-entry #eb .eb-meta-category a {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .9px;
}
body.view-entry #eb .eb-meta-category a:after {
  content: '';
  width: 3%;
  height: 2px;
  background: #ddd;
  position: absolute;
  margin: 22px 0 0 0;
  left: 0;
}
/* EB - Categoria Header */
.category-header {
  color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.category-header > div {
  background: rgba(0,0,0,.6);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center right;
}
.category-header .title {
  font-size: 30px;
  font-weight: 800;
  padding: 60px 0 0 0;
  text-transform: uppercase;
}
.title-sub {
  padding: 0 0 60px;
  font-size: 20px;
  font-weight: 600;
}

/* EB - Chapéu e Categoria
--------------------------------- */
.meta-info-chapeu-post {
  padding: 0;
}
body.view-entry .meta-info-chapeu-post {
  padding: 8px 0 ;
}
.meta-info-chapeu-post span {
  color: #D00A10;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .9px;
}
.meta-info-chapeu-post > span:after {
  content: '';
  width: 3%;
  height: 2px;
  background: #ddd;
  position: relative;
  margin: 5px 0 0;
  left: 0;
  display: flex;
}
.meta-info-chapeu-post span+span {
  display: none;
}
/* EB - Introdução */
body.view-entry #eb .publication-intro {
  font-size: 20px;
  opacity: .8;
}
body.view-entry #eb .publication-intro * {
  margin: 0;
  padding: 0;
}
body.view-entry #eb .eb-entry-meta>div {
  display: block;
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}
body.view-entry #eb .eb-entry-meta .avatar-autor {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
}
body.view-entry #eb .eb-entry-meta .avatar-autor img {
  width: 20px !important;
  height: 20px !important;
  margin: -5px 0 0 5px !important;
}
body.view-entry #eb .eb-entry-meta>div span.eb-entry-date,
#eb .eb-post-date {
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}
#eb .eb-entry-meta>div>span, #eb .eb-entry-meta>div>time {
  vertical-align: bottom;
}
body.view-entry #eb .eb-entry-meta>div img[src*="portal/images/user/avatars/defaults/profiles"] {
  display:none !important;
}
body.view-entry #eb a.post-author-name[href*="javascript:void(0)"] {
  color:#000;
  cursor: default;
}
/* EB - Tempo de Leitura */
body.view-entry #eb .eb-entry-meta .eb-reading-time {
  display: block;
}
/* EB - Compartilhar - Botões */
body.view-entry #eb .eb-shares {
  /*max-width: 640px;*/
  margin: 0 auto !important;
  padding: 0;
  text-align: left;
}
body.view-entry #eb .eb-shares:before_del {
  content: "Compartilhar Notícia:";
  font-weight: 500;
  color: #656565;
}
body.view-entry #eb .eb-shares .btn, #eb .eb-shares .fa {
  color: #fff !important;
  margin: 0 2px;
}
#eb .eb-shares .fa {
  margin: 1px 0px;
}
body.view-entry #eb .eb-shares a:hover {
  opacity: .9;
}
body.view-entry #eb.eb-view-entry  .eb-share {
  text-align: center;
}
body.view-entry a.btn.btn-eb--whatsapp {
  background-color: #00d26c;
}
body.view-entry .btn-whatsapp-web {
  display: inline !important;
}
body.view-entry .btn-whatsapp-mobile {
  display: none !important;
}
body.view-entry #eb .eb-shares .btn i {
  vertical-align: top;
} 
body.view-entry #eb .eb-shares .fa.fa-whatsapp {
  margin: 6px 0 0 2px;
}
body.view-entry #eb .eb-shares .label-share {
  color: #444;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin: 9px 13px 7px 0;
  height: auto;
  min-width: 135px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0 5px 0;
  font-weight: 500;
  opacity: .7;	
  transition: all .5s ease-in-out;
}
body.view-entry #eb .eb-shares .label-share {
  display: none;
}
body.view-entry #eb .eb-shares:hover .label-share {
  opacity: 1;	
}
body.view-entry #eb .eb-shares .label-share * {
  position: relative;
  display: inline;
  cursor: default;
}
body.view-entry #eb .eb-shares .label-share:before, .label-share::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
body.view-entry #eb .eb-shares .label-share:before {
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #e9e9e9;
}
body.view-entry #eb .eb-shares .label-share:after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
}
body.view-entry #eb .eb-shares .fa.fa-share-alt {
  color: #000 !important;
  padding: 0 10px;
  font-size: 13px;
}
body.view-entry #eb .eb-shares .label-share .social-but-text {
  padding: 0 10px;
  font-size: 12px;
}
body.view-entry #eb .eb-shares .label-share .social-but-text:before {
  content: '';
  top: 12px;
  left: 0;
  width: 1px;
  height: 16px;
  padding: 0 5px;
  position: relative;
  border-left: 1px solid rgba(0,0,0,.05);
  position: absolute;
  margin: -11px 0 0 0;
}
body.view-entry span.eb-shares__name, body.view-entry .btn-whatsapp-web .btn-text, body.view-entry .btn-whatsapp-mobile .btn-text {
  color: #fff !important;
  display: none;
}
body.view-entry #eb .eb-shares .btn {
  border-radius: 50px;
  font-size: 18px !important;
  width: 40px;
  height: 40px;
  padding: 7px 9px !important;
  margin: 0 5px 0 0px;
}
body.view-entry #eb .eb-shares .btn.btn-eb--whatsapp {
  padding: 10px !important;
}
body.view-entry #eb .eb-shares .btn.btn-eb--whatsapp * {
  font-size: 21px;
}
@media (max-width: 992px) {
  body.view-entry .btn-whatsapp-web {
    display: none !important;
  }
  body.view-entry .btn-whatsapp-mobile {
    display: inline !important;
  }
  body.view-entry .eb-shares span.btn-text, .eb-shares span.eb-shares__name {
    display: none;
  }
}
@media (min-width: 768px) {
  body.view-entry #eb.eb-view-entry .eb-entry-meta .eb-shares {
    position: absolute;
    margin: -40px 0 0 0 !important;
    padding: 0;
    right: 0;
    width: max-content;
  }
}
@media (max-width: 768px) {
	body.view-entry #eb .eb-shares {
    	margin: 20px auto 0 !important;
	}
}
/* EB - Leia Também / Lateral */
body.view-entry #eb.pr-style-001:before {
  margin-top: 763px;
  content: 'Leia Também:';
  font-weight: 600;
  padding: 0;
  display: block;
}
body.view-entry #eb.pr-style-001 .mod-item {
  margin-top: 5px;
}
body.view-entry #eb.pr-style-001 .mod-item+.mod-item {
  border-top: 1px solid #e9e9e9;
  margin-top: 10px;
  padding-top: 0px;
}
body.view-entry #eb.pr-style-001 img.post-img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
}
body.view-entry #eb.pr-style-001 .mod-title {
  padding: 10px 0 0;
  font-weight: 500;
}
body.view-entry #eb.pr-style-001 .mod-item+.mod-item .post-thumb, #eb.pr-style-001 .mod-item+.mod-item .eb-mod-body {
  display:none;
}
/* EB - Imagens */
body.view-entry #eb .eb-image-viewport {
  border: 0px solid #ddd;
}
body.view-entry #eb img, #eb .eb-related-thumb {
  border-radius: 3px;
}
/* EB - Imagens - Legendas */
body.view-entry #eb.eb-view-entry .eb-image-caption {
  max-width: 100%;
  max-width: fit-content;
}
body.view-entry #eb.eb-view-entry .eb-image-caption>span {
  color: #767676 !important;
  padding: 10px 10px 10px 0px!important;
  letter-spacing: 0px!important;
  max-width: 100%;
  position: relative;
  text-align: left;
  font-family: 'Raleway',sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  font-size: .95rem;
  line-height: 1.35rem;
}
body.view-entry #eb.eb-view-entry .ebd-block[data-type="gallery"] .eb-image-caption>span {
  color: #ffffff !important;
  padding: 0px 10px 0px 0px!important;
}
/* EB - Reações */
body.view-entry .eb-reaction-option__text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 8px 0;
}
body.view-entry #eb .eb-reactions__results {
  width: 98%;
  margin-top: 0px;
  margin-bottom: 20px !important;
}
body.view-entry #eb .eb-reaction-state__icon {
  margin-bottom: 20px;
  transform: scale(1.8);
}

body.view-entry #eb .eb-reaction-state__item {
  opacity: .8;
  transition: opacity .2s ease,-webkit-opacity .2s ease;
}
body.view-entry #eb .eb-reaction-state__item.is-active .eb-emoji-icon, #eb .eb-reaction-state__item:hover .eb-emoji-icon {
  transform: scale(2.4);
  opacity: 1;
}
body.view-entry #eb .eb-reaction-state__item:hover, #eb .eb-reaction-state__item.is-active {
  opacity: 1;
}
body.view-entry #eb .eb-reactions__options {
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  background: #fafafa !important;
  margin-bottom: 8px;
}
body.view-entry #eb .eb-reaction-state {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 0px 0px;
}
body.view-entry #eb .eb-reaction-state__item.is-active .eb-reaction-state__counter, body.view-entry #eb .eb-reaction-state__item.is-active b, body.view-entry #eb .eb-reaction-state__item:hover .eb-reaction-state__counter, body.view-entry #eb .eb-reaction-state__item:hover b {
  color: #808080;
  font-weight: 700;
}
body.view-entry .eb-reaction-countt {
  color: #c1c1c1;
  font-weight: 400;
  display: none !important;
}
body.view-entry #eb .eb-reactions {
  background: #fafafa;
  margin-bottom: 30px;
  border-radius: 4px;
  margin-top: 30px !important;
}
/* EB - Tags / Tópicos */
body.view-entry #eb .eb-tags {
  margin: 30px 0 0;
}
body.view-entry #eb .eb-entry-tags .col-cell.cell-label {
  font-weight: 600;
  text-transform: uppercase;
  opacity:.5;
  padding: 4px 4px 0 0;
  width: auto;
}
body.view-entry #eb .eb-entry-tags a {
  color: #666!important;
  background: #fafafa;
  border-radius: 3px;
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .4px;
  line-height: 30px;
  margin: 0 5px 7px 0;
  max-width: 280px;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.view-entry #eb .eb-entry-tags a:hover {
  background: #f1f1f1;
  cursor: pointer;
}
body.view-entry #eb .eb-tags span a:before {
  content: "";
}
body.view-entry #eb .eb-tags span:after {
  content: "";
}
body.view-entry #eb .eb-tags .col-cell+.col-cell {
    padding: 0;
}
/* EB - Autor da Publicação */
body.view-entry #eb .eb-entry-author .eb-section-heading, #eb .eb-entry-author-recents time, #eb .eb-entry-author-recents>div i, #eb .eb-entry-author-meta {
  display:none;
}
body.view-entry #eb .eb-entry-author-recents span {
  padding-right: 0;
  margin-left: 0;
}
body.view-entry #eb .eb-entry-author-recents {
  background: transparent;
  border-top: 0px solid #e1e1e1;
  border-radius: 0;
  margin: 0;  
  padding: 10px 0 0 0;
}
body.view-entry #eb .eb-entry-author-details {
  margin: -20px 0 0 60px;
}
body.view-entry #eb.eb-view-entry  .eb-entry-author {
  padding: 15px 15px;
  border: 2px solid #fafafa;
  border-radius: 4px !important;
  background: #fafafa9c;
}
body.view-entry #eb .eb-entry-author-recents>div+div {
  border-top: 0px solid #eee;
  margin-top: 0px;
  padding-top: 10px;
}
/* EB - Publicações Relacionadas */
body.view-entry #eb .publicacoes-relacionadas>h4 {
  margin: 0;
  padding: 20px 0;
}
body.view-entry #eb .publicacoes-relacionadas>div {
  margin: 0 -15px;	
}
body.view-entry #eb .publicacoes-relacionadas>div, body.view-entry #eb .publicacoes-relacionadas>div a {
  font-size: 14px;
  line-height: 20px;
}
body.view-entry #eb .eb-entry-related.is-mobile>div {
    padding: 0 15px !important;
}
body.view-entry #eb .eb-entry-related>div {
    /*margin-bottom: 0;*/
}
/* EB - Comentários */
body.view-entry #eb.eb-view-entry .eb-comments-tab {
  margin: 20px auto;
  /*max-width: 640px;*/
}
body.view-entry .comments-facebook {
  margin: 20px auto;
  /*max-width: 655px;*/
  max-width: 100%;
}
body.view-entry #eb.eb-view-entry  .eb-comments-tab-content.blog-comment-contents {
  /*max-width: 640px;*/
  margin: 0 auto;
}
body.view-entry #eb .eb-comments, #eb .eb-comments-reply {
  margin-top: 10px;
  position: relative;
  /*max-width: 640px;*/
  margin: 0 auto 40px;
}
body.view-entry .eb-comments>div:nth-child(2) form.eb-comment-form.reset-form {
  padding: 20px !important;
  background: #fbfbfb !important;
  margin: 20px 0 0 65px !important;
}
body.view-entry #eb .eb-avatar img {
  border-radius: 50%;
}
body.view-entry #eb .eb-comments-empty {
  background: rgba(245, 245, 245, .2);
  border: 1px dashed rgba(225, 225, 225, .5);
  border-radius: 3px;
  padding: 10px 10px;
  margin: -10px 0 20px !important;
}
body.view-entry #eb .eb-comments-empty .fa {
  display: none;
}
body.view-entry #eb .eb-composer-author .col-cell strong, #eb .eb-composer-author .col-cell .text-small {
}
body.view-entry #eb .eb-comment-notice.alert {
  border-radius: 4px;
  margin: 0 0 10px 0;
}
body.view-entry #eb .eb-comment-form {
  border: 0px solid #e1e1e1;
  padding: 0;
  border-top: 0px solid #f9f9f9;
  padding-top: 0px;
  margin: 0;
}
body.view-entry #eb .eb-comment:last-child {
  margin-bottom: 30px;
}
body.view-entry #eb .eb-composer-author .eb-avatar img {
  border-radius: 50%;
}
body.view-entry #eb .eb-comment-editor .eb-checkbox label:before, body.view-entry #eb .eb-comment-editor .eb-checkbox label:after, body.view-entry #eb .eb-comment-editor .eb-radio label:before, body.view-entry #eb .eb-comment-editor .eb-radio label:after {
  display: none !important;
}
body.view-entry #eb .eb-comment-editor .eb-checkbox, body.view-entry #eb .eb-comment-editor .eb-checkbox label, body.view-entry #eb .eb-radio label {
  padding-left: 0px !important;
}
/*body.view-entry #eb .eb-comment-editor .eb-checkbox>input, body.view-entry #eb .eb-comment-editor .eb-radio>input {
display: inline-block !important;
margin: 2px 0;
}
body.view-entry .eb-comment-editor .eb-checkbox {
padding-left: 0 !important;
}*/
body.view-entry #eb.eb-view-entry .eb-checkbox>input, #eb .eb-radio>input {
  display: inline-block !important;
  margin: -4px 2px 0 0;
}
@media (max-width: 768px) {	
  body.view-entry #system-easyblogcomments {
    width: 2px !important;
  }
}
/* Loading */
body.view-entry .eb-content>div>div> a.btn.btn-default.btn-block, body.view-entry #eb .btn.is-loading{
  border: none !important;
  margin: 0 0 20px 0;
}
/* Chapéu Categoria */
body.view-entry span.chapeu-categoria:before {
  content: " • ";
  color: #ccc;
}



/* EASYBLOG - Autor
--------------------------------- */
/* EB - Página de Autores */
body.view-blogger #eb .eb-authors {
  padding: 50px 0 300px;
}
body.view-blogger #eb .eb-authors-head {
  margin-top: 40px;
}
body.view-blogger #eb .eb-authors-head .text-right,
body.view-blogger #eb .eb-author.is-mobile .eb-authors-head .col-cell.cell-tight.text-right {
  display: none !important;
}
body.view-blogger #eb .eb-authors-name {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px !important;
  padding-bottom: 10px !important;
}
body.view-blogger #eb .eb-authors-head+.eb-authors-bio {
  margin: -40px 0 50px 0;
  padding: 0 10px 10px 85px;
  border: 0px solid #e1e1e1;
  background: #f5f5f5;
}
body.view-blogger #eb .eb-avatar img {
  border-radius: 50%;
}
@media (max-width: 767px) {  
}
/* EB - Página do Autor */
body.view-blogger #eb .eb-authors-subscribe>span,
body.view-blogger #eb .eb-entry-fields {
  display: none !important;
}



/* EASYBLOG - Latest / Categories / Tags
--------------------------------- */
#eb .eb-empty {
  margin-bottom: 500px;
}
body.view-latest #eb .eb-category-profile, body.view-tags #eb .eb-category-profile,
body.view-latest #eb .eb-post-featured, body.view-categories #eb .eb-post-featured, body.view-tags #eb .eb-post-featured {
  display: none;
}
#eb .eb-category-profile {
  background: #ffffff;
  padding: 40px 0 0;
  margin-bottom: -20px;

}
body.view-latest #eb .reset-heading, body.view-categories #eb .reset-heading, body.view-tags #eb .reset-heading {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}
body #eb .meta-info-chapeu-post+.eb-post-title {
  padding-top: 10px !important;
}
body.view-latest #eb .eb-header, body.view-categories #eb .eb-header, body.view-tags #eb .eb-header {
  margin: 20px 0;
}
body.view-latest #eb .eb-post+.eb-post, body.view-categories #eb .eb-post+.eb-post, body.view-tags #eb .eb-post+.eb-post {
  margin-top: 0px;
  padding-top: 25px;
  border-top: 1px solid rgba(225,225,225,.2);
}
body.view-latest #eb .eb-post-thumb .eb-post-image-cover, body.view-categories #eb .eb-post-thumb .eb-post-image-cover, body.view-tags #eb .eb-post-thumb .eb-post-image-cover {
  border: 0px solid #fff;
  border-radius: 3px;
  display: inline-block;
  height: 220px !important;
  width: 300px;
  opacity: 1;
}
body.view-latest #eb .eb-post-body:hover .eb-post-thumb.is-left a, body.view-categories #eb .eb-post-body:hover .eb-post-thumb.is-left a, body.view-tags #eb .eb-post-body:hover .eb-post-thumb.is-left a {
  color: #3260B1;
  box-shadow: 0 2px 2px rgba(41,47,56,0.1), 0 4px 4px rgba(41,47,56,0.1), 0 8px 8px rgba(41,47,56,0.1), 0 16px 16px rgba(41,47,56,0.1), 0 32px 32px rgba(41,47,56,0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
body.view-latest #eb .eb-posts .reset-heading, body.view-categories #eb .eb-posts .reset-heading, body.view-tags #eb .eb-posts .reset-heading {
    font-weight: 500;
}
#eb .eb-posts,
#eb .eb-category-profile+.eb-posts {
  margin-top: 20px;
}
body.view-latest #eb .ebd-block *, body.view-categories #eb .ebd-block *, body.view-tags #eb .ebd-block * {
  font-style: normal !important;
}
/* Tags */
body.view-tags #eb .eb-tag {
  border: 0px solid #e1e1e1;
}
body.view-tags #eb .eb-tag-head {
  background: transparent;
  border-bottom: 0px solid #e1e1e1;
  border-radius: 0;
  padding: 20px 0 0;
}





/* EASYBLOG - Grid / Acervo Digital
--------------------------------- */
body.acervo-digital #eb .eb-blog-grid-label {
  display: none;
}
body.acervo-digital .eb-blog-grids {
  margin:20px 0 0 0;
}
body.acervo-digital a.eb-blog-grid-image {
  height: 265px !important;
  background-position: center top !important;
  background-size: cover !important;
  border: 1px solid #f1f1f1;
  border-radius:3px;
}
body.acervo-digital a.eb-blog-grid-image:hover {
  color: #3260B1;
  box-shadow: 0 2px 2px rgba(41,47,56,0.1), 0 4px 4px rgba(41,47,56,0.1), 0 8px 8px rgba(41,47,56,0.1), 0 16px 16px rgba(41,47,56,0.1), 0 32px 32px rgba(41,47,56,0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
body.acervo-digital #eb .eb-blog-grid__title {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
}




/* EASYBLOG - Composer / Editor
--------------------------------- */
.eb-composer-page-meta .text-right,
#eb .eb-composer-tags-actions>button.pull-right,
#eb input.editor-input-date {
  display: none !important;
}
.com_easyblog.view-composer .eb-composer-btn-shortcuts {
  /*display: none !important;*/
}
.com_easyblog.view-composer .t4-footer, .com_easyblog.view-composer .ja-topbar, .com_easyblog.view-composer header#t4-header {
  display: none;
}
.com_easyblog.view-composer .eb-comp-toolbar .btn-group {
}
#eb .eb-composer-templates-header a[class*='close'] {
  display: none;
}
#eb .eb-composer-templates {
  background: rgba(0,0,0,0.80);
  padding: 30px;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.view-composer .ebd-block-action__inner a, .view-composer .ebd-block-action__inner a:hover {
  color: #fff !important;
}
#eb .template {
  width: 160px;
  float: left;
  margin: 30px 30px 15px 0px;
  cursor: pointer;
}
#eb .template-thumb {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 220px;
  width: 100%;
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .2s ease-in;
}
#eb .template-thumb:hover {
  border-color: #428bca;
  margin: -5px 0 15px 0 !important;
  box-shadow: -2px 4px 10px 0px rgba(168,168,168,.3);
}
#eb.eb-view-composer .btn-lg, #eb .btn--lg, #eb .pull-right, #eb .t-lg-pull-right {
  transition: all .3s ease;
}
#eb.eb-view-composer .ebd-workarea .ebd-block {
  margin: 10px 0;
}
#eb.eb-view-composer .eb-composer-views {
  background-image: linear-gradient(45deg,#fffeff 1%,#f1f5fb 64%,#f1f5fb 97%);
}
#eb.eb-view-composer .eb-composer-placeholder {
  margin-bottom: 0;
  background-image: linear-gradient(0deg,#fdfcfe 0%,#f1f5fb 100%);
}
#eb.eb-view-composer .ebd-workarea .ebd-block .ebd-block-content {
  margin-bottom: 0px;
}
#eb.eb-view-composer .ebd-workarea .ebd-nest {
  padding: 20px 20px 10px 0px;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type="text"] {
}
.view-composer .ebd-block[data-type="text"] p {
  margin-bottom: 10px;
}
#eb.eb-view-composer .eb-composer-placeholder-icon {
  color: #6d6d6d;
}
#eb.eb-view-composer .ebd-workarea.show-guide .ebd-block.hover:not(.active)>.ebd-block-viewport:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
#eb.eb-view-composer .ebd-workarea.show-guide .ebd-block>.ebd-block-viewport:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.view-composer button.btn.btn--sm.btn-eb-default-o[data-eb-insert-url-button] {
  display: none !important;
}
#eb.eb-view-composer .ebd-workarea .ebd-block.active>.ebd-block-toolbar {
  background: rgba(241, 245, 251, .3);
}
#eb.eb-view-composer .ebd-workarea .ebd-block.active>.ebd-block-action .ebd-block-action__inner {
  background: rgb(94, 164, 242);
}
#eb.eb-view-composer .eb-composer-category-search {
  padding: 0 0 0 10px;
}
#eb.eb-view-composer .eb-composer-category-search i {
  top: 11px;
}
#eb.eb-view-composer .eb-composer-fieldset-form-group-wrapper.has-css-field {
  background-color: transparent;
  padding: 4px 0 0;
  margin-bottom: 0px;
}
#eb.eb-view-composer .eb-composer-panel-content label {
  font-weight: 400;
}
#eb.eb-view-composer .eb-composer-panel-content .fa.pull-right {
  margin-left: .3em;
  margin: 3px 6px;
  opacity: .2;
}
#eb.eb-view-composer .eb-popover-content {
  line-height: 1.6em;
}
.view-composer .eb-composer-category-item-group .eb-composer-category-item-group-header:before {
  content: 'Voltar';
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  margin: 0;
  padding: 1px 4px 0 3px;
  letter-spacing: 1px;
  position: absolute;
  left: 18px;
  color: #a0a0a0;
  transition: all .2s ease;
}
#eb .eb-composer-category-item-group-header:hover 
.view-composer .eb-composer-category-item-group .eb-composer-category-item-group-header:hover:before{
  color: #4a90e2;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="6"]>b {
}
.view-composer .eb-composer-category-item-group[data-id="9"] .eb-composer-category-item-group-header:after, 
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="999"]>span:after {
  content: 'Issuu';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f26f61;
  color: #fff;
  border-radius: 4px;
  margin: 0px 0 0 5px;
  padding: 3px 6px 0;
  letter-spacing: .7px;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="999"] span:before {
  content: 'Issuu';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f26f61;
  color: #fff;
  border-radius: 4px;
  margin: 0px 5px 0 0;
  padding: 3px 6px 0;
  letter-spacing: .7px;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="999"] span:after {
  content: 'Áudio';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #f26f61;
  color: #fff;
  border-radius: 4px;
  margin: 0px 0 0 5px;
  padding: 3px 6px 0;
  letter-spacing: .7px;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="999"] span:after {
  content: 'Youtube';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ff0000;
  color: #fff;
  border-radius: 4px;
  margin: 0px 0 0 5px;
  padding: 3px 6px 0;
  letter-spacing: .7px;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item[data-id="999"] span:after {
  content: 'Publieditorial';
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #5ea4f2;
  color: #fff;
  border-radius: 4px;
  margin: 0px 0 0 5px;
  padding: 3px 6px 0;
  letter-spacing: .7px;
}
.view-composer .eb-composer-fieldset-form-group-wrapper.has-css-field>div:nth-child(2) {
  display: none;
}
#eb.eb-view-composer .eb-dialog-content {
  line-height: 1.5em;
}
#eb.eb-view-composer .eb-composer-category-item.has-children .eb-composer-category-item-count {
  margin: 1px 0;
}
#eb.eb-view-composer .eb-composer-category-item-count>span {
  font-size: 11px;
  background: rgb(94, 164, 242);
  padding: 0px 6px;
  color: #fff;
  border-radius: 4px;
}
#eb.eb-view-composer .ebd-workarea .ebd>.ebd-block.ebd-block.is-dropzone.ui-droppable:first-child {
  display: none !important;
}
#eb.eb-view-composer .ebd-workarea .ebd .ebd-block:nth-child(2) .ui-droppable {
  display: none !important;
}
#eb.eb-view-composer .ebd-workarea .ebd .ebd-block.ui-droppable:nth-child(3) {
  display: none !important;
}
#eb.eb-view-composer .ebd-workarea .ebd>.ebd-block.ebd-block.is-dropzone.ui-droppable:first-child {
  display: none !important;
}
.eb-composer-fieldset.eb-image-style-fieldset, .eb-composer-fieldset.eb-image-alignment-fieldset {
  display: none;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type=text]:first-child .ebd-block-action {
  display: none;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type="readmore"] {
  display: none !important;
}
.eb-list-item.eb-blocks-tree-item.active.level-1[data-type='readmore'] {
  display: none;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type=text]:first-child {
  margin-bottom: 40px;
}
.view-composer .eb-list-item.eb-mm-variation-item.is-system:nth-child(3) span:after {
  content: ' (Recomendado)';
  font-size: 10px;
  font-weight: 500;
  color: #000;
  letter-spacing: .8px;
}
.view-composer .eb-list-item.eb-mm-variation-item.is-system:nth-child(3) {
  background: #f6fff7;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type=text]:first-child {
  margin-bottom: 40px;
}
#eb.eb-view-composer .ebd-workarea>.ebd>.ebd-block[data-type=text]:first-child .ebd-block-viewport:after {
  margin: 0 -20px !important;
  padding: 0 20px !important;
}
#eb.eb-view-composer .ebd-workarea>.ebd>.ebd-block[data-type=text]:first-child:after {
  content: 'Linha Fina' !important;
  position: absolute;
  right: 0;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #90a4ad;
  letter-spacing: .6px;
  transition:all .42s ease;  
  border: 1px solid #fff;
  border-top: none !important; 
}
#eb.eb-view-composer .ebd-workarea>.ebd>.active.ebd-block[data-type=text]:first-child:after {
  border: 1px solid #3aabf0;
  border-radius: 3px;
  background: #3aabf0;
  -webkit-box-shadow: 0 1px 8px rgba(58,171,240,.6);
  box-shadow: 0 1px 8px rgba(58,171,240,.6);
  color: #fff;
}
#eb.eb-view-composer .ebd-workarea .ebd-block[data-type=text]:first-child .ebd-block-toolbar {
  display: none !important;
}
#eb.eb-view-composer .ebd-workarea>.ebd>.ebd-block[data-type=text]:first-child:after {
  content: 'Linha Fina' !important;
  position: absolute;
  right: 0;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #90a4ad;
  letter-spacing: .6px;
  padding: 2px 10px;
  border-radius: 0 0 4px 4px;
  background-image: linear-gradient(0deg,#fdfcfe 0%,#f1f5fb 100%);
}
.eb-composer-templates-header h4 {
  font-family: sans-serif;
}
#eb .template-control {
  border-radius: 0 0 3px 0;
}
#eb.eb-view-composer .template .template-thumb:after {

  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  background: #aaaaaa;
  color: #fff;
  border-radius: 3px 0 3px 0;
  margin: 0;
  padding: 4px 9px 1px;
  letter-spacing: .7px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .95;
  transition:all .2s ease;
}
#eb.eb-view-composer .template .template-thumb:hover:after {
  background: #4a90e2;
  opacity: 1;
  padding: 4px 9px 3px;  
}
#eb.eb-view-composer .template[data-uid="9999"] .template-thumb:after {
  content: 'Áudio';
  color: #fff;
}
#eb.eb-view-composer .template[data-uid="9999"] .template-thumb:after {
  content: 'Youtube';
  color: #fff;
}
#eb.eb-view-composer .template[data-uid="9999"] .template-thumb:after {
  content: 'PDF';
  color: #fff;
}
#eb.eb-view-composer .template[data-uid="9999"] .template-thumb:after {
  content: 'Publieditorial';
  color: #fff;
}
#eb .eb-composer-category-search-textfield {
  padding-left: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#eb .eb-composer-page-viewport {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 400px;
}
#eb .eb-composer-category-search-textfield {
  padding-left: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#eb .eb-composer-category-item {
  padding: 6px 2px 6px 40px;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item span:after {
  background: #fafafa;
  color: #8e8e8e;
  border-radius: 4px;
  padding: 1px 5px 0;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: bottom;
  font-weight: 500;
  letter-spacing: .5px;
  position: relative;
  float: right;
}
#eb.eb-view-composer .eb-composer-category-item-group-viewport .eb-composer-category-item:nth-child(even) span:after {
  background: #eeeeee;
}
#eb.eb-view-composer .eb-composer-category .eb-composer-category-viewport {
  transition:all .2s ease;
}
#eb.eb-view-composer .eb-composer-category .eb-composer-category-viewport {
  height: 260px;
}
#eb.eb-view-composer .eb-composer-panel-group > div > div > div {
  padding-bottom: 150px;
}
#eb.eb-view-composer .eb-composer-textarea-footer {
  display: none;
}











/* Publicidade - Cattive Ads (Revive)
--------------------------------- */
.mod-ads {
  text-align: center;
}
.mod-ads img {
  border: 1px solid #ececec;
  border-radius:4px !important;
}
.mod-ads iframe {
  border-radius: 4px;
}
/* Publicidade - Topo de Conteúdo */
#t4-publicidade---topo-conteudo {
  background: #f7f7f7;
}
#t4-publicidade---topo-conteudo > div {
  padding: 0;
}
#t4-publicidade---topo-conteudo img {
  margin: 20px 0;
}
/* Publicidade - Rodapé de Conteúdo */
.ads-content-bottom {
  margin: 0;
  padding: 20px 0 15px;
  text-align: center;
}
/* Publicidade - Sidebar */
.t4-post-sidebar-r .mod-ads img {
  max-width: 300px;
  width: 100%;
}


/* FOOTER
--------------------------------- */
.top-away #back-to-top {
  z-index: 999999 !important;
}
div#t4-rodape {
  margin-top: 40px;
  padding: 5px 0 0px 0;
}
/* Footer - Rodapé (Menu) */
#t4-rodape .footer-menu nav.navbar {
  padding: 10px 0;
}
#t4-rodape .footer-menu ul {
  position: relative;
  display: inline-block;
}
#t4-rodape .footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
#t4-rodape .footer-menu ul li:first-child {
  padding: 0 10px 0 0;
}
#t4-rodape .footer-menu ul li:first-child .footer-logo img {
  width: 200px;
  margin-right: 15px;
}
#t4-rodape .footer-menu ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px;
  transition: all .2s ease-in-out;
}
#t4-rodape .footer-menu ul li a:hover {
}
@media (max-width: 768px) {
  #t4-rodape .footer-menu ul li:first-child {
    padding: 0;
  }
  #t4-rodape .footer-menu ul li:first-child .footer-logo img {
    margin-right: 0px;
  }
  div#t4-rodape {
    text-align: center;
  }
  #t4-rodape .footer-menu ul {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #t4-rodape .footer-menu ul li {
    display: block;
    padding: 10px 0 0;
  }
}
/* Footer - Rodapé (Redes Sociais) */
#t4-rodape .footer-menu-social nav.navbar {
  padding: 23px 0;
}
#t4-rodape .footer-menu-social ul:before {
  position: absolute;
  color: #878787;
  margin: 7px 0 0 -85px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
}
#t4-rodape .footer-menu-social ul {
  display: inline-block;
  position: absolute;
  right: 0;
}
#t4-rodape .footer-menu-social li {
  float: left;
  margin: 15px 0px 0 15px;
  padding: 0 !important;
  transition: all .2s ease-in-out;
}
#t4-rodape .footer-menu-social li a {
  transition: all .2s ease-in-out;
  opacity: .8;
  font-size:0;
}
#t4-rodape .footer-menu-social li a:hover {
  opacity: 1;
}
#t4-rodape .footer-menu-social li a:before {
  font-size:20px;
}
@media (max-width: 768px) {
  #t4-rodape .footer-menu-social ul {
    display: inline-block;
    position: relative;
    right: unset;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
  #t4-rodape .footer-menu-social ul:before {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: -24px 0 0 0;
    left: 0;
  }
  #t4-rodape .footer-menu-social li {
    float: unset;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
  }
}
/* Footer - Rodapé (Copy e Termos) */
#t4-copyright-e-termos {
  border-top: 0px solid #eee;
  font-size: 11px;
  font-weight: 400;
  padding: 15px 0;
  text-transform: none;
  text-rendering: optimizeLegibility;
  letter-spacing: .2px;
  cursor: default;
  transition: all .3s ease-in-out;
}
#t4-copyright-e-termos > * {
  opacity: .5;
  transition: all .3s ease-in-out;
}
#t4-copyright-e-termos:hover > * {
  opacity: 1;
}
#t4-copyright-e-termos img.logo-cattive {
  height: 15px;
  margin: -4px 0 0 0;
  max-height: 15px;
}
.footer-terms ul {
  padding: 0;
  margin: 0;
  float: right;
}
.footer-terms ul li {
  position: relative;
  display: inline;
  padding-left: 14px;
}
.footer-terms ul li a {
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.footer-terms ul li a:hover {
}
#t4-copyright-e-termos br {
  display: none;
}
@media (max-width: 768px) {
  #t4-copyright-e-termos br {
    display: block;
  }
  #t4-copyright-e-termos {
    text-align: center;
    line-height: 20px;
  }
  .footer-terms ul {
    padding: 10px 0;
    float: unset;
  }
  .footer-terms ul li {
    padding: 0 5px;
  }
}



/* Editor (editor.css) *//* FAQ Book PRO */
body.com_faqbookpro strong {
  font-weight: bold !important;
}
body.com_faqbookpro .attention {
  display: block;
  color: #4b4c50;
  background-color: rgba(255,0,0,0.25);
  border: 0 solid rgba(242,0,0,0.25);
  border-left-width: 5px;
  border-radius: 2px;
  padding: 1em;
  margin: 1em 0;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
body.com_faqbookpro .attention::before {
  content: '\f071';
  margin-left: 1em;
  margin-right: .75em;
  font-family: FontAwesome;
}
body.com_faqbookpro .information {
  display: block;
  color: #4b4c50;
  background-color: rgba(13,182,250,0.25);
  border: 0 solid rgba(5,176,245,0.25);
  border-left-width: 5px;
  border-radius: 2px;
  padding: 1em;
  margin: 1em 0;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
body.com_faqbookpro .information::before {
  content: '\f075';
  margin-left: 1em;
  margin-right: .75em;
  font-family: FontAwesome;
}
body.com_faqbookpro .alert {
  display: block;
  color: #4b4c50;
  background-color: rgba(255,197,0,0.25);
  border: 0 solid rgba(242,187,0,0.25);
  border-left-width: 5px;
  border-radius: 2px;
  padding: 1em;
  margin: 1em 0;
  padding-left: 2.75em;
  text-indent: -2.75em;
}
body.com_faqbookpro .alert::before {
  content: '\f05a';
  margin-left: 1em;
  margin-right: .75em;
  font-family: FontAwesome;
}

/* FAQ Book PRO */
@media (min-width: 768px) {
  body.com_faqbookpro .t4-main-body {
    padding-top: 0 !important;
  }
  .fbLeftNavigation_wrap {
    min-height: 500px !important;
  }
}
.fbContent_empty, .qItem_actions, span.qItem_date, .qItem_assign, a.qListItem_edit_link {
  display: none !important;
}
.support-policy-diretriz {
  margin-bottom: 20px;
}
.support-policy-diretriz .thumbnail {
  padding: 15px 20px !important;
  margin: 0 !important;
}
.support-policy-diretriz h2.sub-title {
  margin: 10px 0 20px 0;
  font-size: 16px;
  color: #5f5f5f;
}
.support-policy-diretriz h3.title {
  margin: 10px 0 0 0 !important;
  font-size: 22px !important;
}
.support-policy-diretriz h4 {
  margin: 15px 0 10px 0;
}
.support-policy-page .thumbnail {
  box-shadow: 0 1px 2px rgba(0,0,0,0.07000000000000001);
  padding: 0px;
  border: 1px solid #efefef;
  background: #fff;
  margin-bottom: 30px;
}
.support-policy-page .policy-item .col-type {
  position: relative;
  border-bottom: 1px solid #eee;
  background: none;
}
.support-policy-page .policy-item .col-type h3 {
  margin: 0;
  padding: 15px 10px 13px;
  font-size: 20px;
  color: #555 !important;
}
.support-policy-page i {
  margin: 0 10px 0 0;
  font-size: 18px;
}
.support-policy-page .policy-item .col-detail {
  padding: 10px;
  font-size: 14px;
  color: #777;
  min-height: 310px;
}
@media (min-width: 767px) {
  .support-policy-page .policy-item .col-detail {
    min-height: auto;
  }
}
@media (min-width: 1192px) {
  .support-policy-page .policy-item .col-detail {
    min-height: 200px;
  }
}
@media (min-width: 1326px) {
  .support-policy-page .policy-item .col-detail {
    min-height: 290px;
  }
}
.support-policy-page .policy-item .col-level {
  height: 80px;
  position: relative;
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.support-policy-page .policy-item .col-level .level-info {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.support-policy-page .policy-item .col-level .level-info .count-up {
  width: 80px;
  height: 80px;
  border-right: 1px solid #FAEBCC;
  background-color: rgba(255,255,255,0.3);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.support-policy-page .policy-item .col-level .support-chance {
  width: 100%;
  display: block;
  padding-left: 80px;
  font-size: 16px;
}
@media (min-width: 767px) {
  .support-policy-page .policy-item .col-level .support-chance {
    font-size: 14px;
    max-width: 300px;
  }
}
@media (min-width: 1192px) {
  .support-policy-page .policy-item .col-level .support-chance {
    font-size: 16px;
    max-width: auto;
  }
}
@media (min-width: 1326px) {
  .support-policy-page .policy-item .col-level .support-chance {
    font-size: 12px;
    max-width: auto;
  }
}
body.com_faqbookpro {
  overflow-y: scroll;
}
a.fbTopNavigation_askQuestion, .fbContent_empty, .qItem_sidebar, .qItem_header .header_labels, .qItem_answers_buttons, span.qItem_id {
  display: none !important;
}
.qItem_content {
  padding: 0;
}
.qItem_header {
  border-bottom: 0px solid #e5e5e5;
  margin: 0;
}
.fbTopNavigation_core {
  background: none repeat scroll 0 0 #ffffff;
  padding: 5px 0;
}
.fbTopNavigation_wrap {
  margin: 2px 0;
  padding: 0;
}
body.com_faqbookpro .fbContent_core h3 {
  font-size: 20px;
  margin: 0;
  color: #455fa3;
}
body.com_faqbookpro .fbContent_core strong {
  font-weight: 500;
}
body.com_faqbookpro .fbContent_core ul {
  margin: 10px 0 10px 1.5rem;
}
body.com_faqbookpro #g-container-main > .g-container {
  max-width: 1150px !important;
}
.com_faqbookpro #g-footer>.g-container, .com_faqbookpro #g-footer .separator-gray {
  border-top: 0px solid #f5f5f5;
}
.com_faqbookpro p {
  padding-bottom: 5px;
  line-height: 22px;
  margin: 5px 0;
}
span.legenda-img {
  text-align: right !important;
  width: 100%;
  display: block;
  margin: -15px 0 5px;
  font-size: 12px;
  color: #a7a7a7;
}
.com_faqbookpro .fbContent_core img {
  border: 5px solid #f5f5f5;
  border-radius: 10px;
}
.com_faqbookpro .ajuda-top-image-full .area {
  padding: 5px 0 0;
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt .title .central {
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  opacity: 1;
  font-size: 18px;
  text-transform: uppercase;
}
.com_faqbookpro .ajuda-top-image-full {
  background-color: rgba(243, 243, 243, 0.4);
  background-color: rgba(243, 243, 243, 0.1);
  border-top: 1px rgba(0, 0, 0, 0.01) solid;
}
.com_faqbookpro .ajuda-top-image-full .area {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.com_faqbookpro h2 {
  margin: 0 0 .5rem;
}
.com_faqbookpro li.NavLeftUL_item, .com_faqbookpro li.NavLeftUL_item a {
  font-size: 14px;
  line-height: 20px;
  color: #3c4043;
  padding-right: 15px !important;
}
.com_faqbookpro .li_selected>a, .li_selected>a:hover, .li_selected>a:focus {
  background: #fff none repeat scroll 0% 0% !important;
  font-weight: 500;
  color: #000 !important;
  border-bottom: 0px solid #e2e2e2;
  border-top: 0px solid #e5e5e5;
}
.com_faqbookpro a.NavLeftUL_anchor:hover, .com_faqbookpro a.NavLeftUL_anchor:focus {
  background-color: #fff !important;
  border-bottom: 0px solid #e2e2e2;
  border-top: 0px solid #e5e5e5;
}
.com_faqbookpro a.NavLeftUL_anchor {
  border-bottom: 0px solid #e2e2e2;
  border-top: 0px solid #e5e5e5;
  padding: 5px 30px 5px 0px;
}
.com_faqbookpro .NavTopUL_link, .com_faqbookpro .NavTopUL_link:hover, .NavTopUL_link:focus {
  color: #3c4043 !important;
  font-weight: 400;
  font-size: 14px;
}
.com_faqbookpro .NavLeftUL_navIcon.fa {
  line-height: 8px;
}
.NavLeftUL_navBackIcon.fa {
  line-height: 3px;
  right: 20px;
}
.com_faqbookpro .fa-chevron-right:before {
  opacity: .2;
}
.com_faqbookpro .fa-caret-right:before {
  content: "\f054";
  font-size: 8px;
  vertical-align: middle;
}
.com_faqbookpro a .fa-chevron-right:before, .com_faqbookpro  a .fa-mail-reply:before, .com_faqbookpro  a .fa-reply:before {
  opacity: .3;
  transition:all .2s ease;
}
.com_faqbookpro a:hover .fa-chevron-right:before, .com_faqbookpro  a:hover .fa-mail-reply:before, .com_faqbookpro  a:hover  {
  opacity: 1;
}

.com_faqbookpro  a .fa-mail-reply:before, .com_faqbookpro  a .fa-reply:before {
  opacity: .2;
}
.com_faqbookpro  a:hover .fa-mail-reply:before, .com_faqbookpro  a:hover  {
  opacity: 1;
}
#top_liid_home a.NavTopUL_link {
  font-size: 0;
}
#top_liid_home a.NavTopUL_link i {
  font-size: 14px;
}
.com_faqbookpro li.NavLeftUL_backItem {
  margin-top: 8px;
  opacity: .8;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
}
.com_faqbookpro li.NavLeftUL_backItem:hover {
  opacity: 1;
}
.widget, .widget {
  background-color: #f3fbf7;
  max-width: 100%;
  padding: 14px !important;
  margin: -20px 0 30px !important;
  border-radius: 3px;
  overflow-wrap: break-word;
  border-left: 5px solid #5ac891;
}
.widget>.title, .widget>.title {
  font-weight: 500;
  color: #43484d;
}
.widget.widget-warning, .widget.widget-info {
  background-color: rgba(56, 132, 255,.1);
  border-left: 5px solid rgb(56, 132, 255);
}
.widget.widget-warning, .widget.widget-alerta {
  background-color: rgba(242, 86, 77, .1);
  border-left: 5px solid #e84940;
}
.widget.widget-important, .widget.widget-important {
  background-color: #fef7ed;
  border-left: 5px solid #f3a12c;
}
.topic_faqToggleLink, .topic_faqAnswerWrapper_inner {
  padding: 0px;
}
.topic_faqBlock {
  margin-top: 15px;
}
.topic_faqBlock+.topic_faqBlock {
  margin-top: 10px;
}
.com_faqbookpro widget, .com_faqbookpro .widget {
  margin: 10px 0 20px !important;  
  line-height: 24px;
}
.com_faqbookpro .topic_faqToggleLink {
  padding-bottom: 4px;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ul, .com_faqbookpro .topic_faqAnswerWrapper_inner ol {
  margin: 10px 0 20px 20px !important;
  padding: 0;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ul li, .com_faqbookpro .topic_faqAnswerWrapper_inner ol li {
  margin: 0 0 0 20px !important;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ol {
  counter-reset: item;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ol > li {
  display: block;
  margin: 0 0 0 0px !important;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
  margin: 0 0 0 0px !important;
}
.com_faqbookpro a.link-interno:after {
  content: "\f105";
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 0 0 2px;
}
.com_faqbookpro a.link-interno {
  font-weight: 500 !important;
}
.widget.widget-info-nobg {
  background-color: rgba(56,132,255,0);
  border: 1px solid rgba(56,132,255,.1);
  border-left: 2px solid #3884ff !important;
}
.widget.widget-info-nobg h3 {
  margin-top: 0 !important;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ul, .com_faqbookpro .topic_faqAnswerWrapper_inner ol {
  margin: 0px 0 20px 20px!important;
}
.topic_faqBlock > .topic_faqPresentation {
  background: #eaf2ff;
  padding: 10px 10px 0;
  margin-bottom: 15px;
  border-radius: 4px;
  transition:all .2s ease;
}
.topic_faqBlock.faq_open > .topic_faqPresentation {
  background: #6387e8;
}
.topic_faqBlock:hover > .topic_faqPresentation {
  background: #6387e8;
}
.topic_faqBlock.faq_open > .topic_faqPresentation *, .topic_faqBlock:hover > .topic_faqPresentation * {
  color: #fff;
  transition:all .2s ease;
}
.faq_open .topic_faqExpanderIcon  {
  top: 8px;
}
.topic_faqExpanderIcon  {
  top: 8px;
}
.topic_faqAnswerWrapper_inner img {
  border: 5px solid #f5f5f5;
  border-radius: 10px;
}
.subTopic_sectionDescription ul {
  margin-top: 0;
}
.com_faqbookpro .topic_faqAnswerWrapper_inner ol>li {
  margin: 0px 0 10px 0px !important;
}
.com_faqbookpro .help-center-destaques img {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  width:100%;
  height: auto;
  border-radius:4px !important;
  margin-bottom:10px;
}
@media (max-height: 800px){ /* ajuste da largura máxima do site com base na altura do browser */
  .com_faqbookpro .ajuda-top-image-full .area {
    max-width:1170px;
  }
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt {
  font-family: Arial;
  width: 50%;
  float: left;
}
.com_faqbookpro .ajuda-top-image-full .area .area-img {
  text-align: right;
  width: 50%;
  float: left;
}
.com_faqbookpro .ajuda-top-image-full .area .area-img img {
  margin-bottom:-2px;
  max-height:150px;
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt .title {
  margin-top:40px;
  line-height:24px;
  font-size:14px;
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt .title .central {
  font-size:24px;
}
@media (min-height: 800px){ /* ajuste da largura máxima do site com base na altura do browser */
  @media (max-width: 1385px) {
    .com_faqbookpro .ajuda-top-image-full .area {
      margin-left:15px;
      margin-right:14px;
    }
  }
}
@media (max-height: 800px){ /* ajuste da largura máxima do site com base na altura do browser */
  @media (max-width: 1215px) {
    .com_faqbookpro .ajuda-top-image-full .area {
      margin-left:15px;
      margin-right:14px;
    }
  }
}
@media (max-width: 767px) {
  .com_faqbookpro .ajuda-top-image-full .area .area-img {
    text-align:center;
  }
  .com_faqbookpro .ajuda-top-image-full .area .area-img img {
    margin-bottom:-2px;
    max-height:150px;
  }
  .com_faqbookpro .ajuda-top-image-full .area .area-txt .title {
    text-align:center;        
    margin-top:10px;
    margin-bottom:35px;
    line-height:24px;
    font-size:12px;
  }
  .com_faqbookpro .ajuda-top-image-full .area .area-txt .title .central {
    font-size:20px;
  }
}
.com_faqbookpro .fbContent_core {
  padding: 2rem;
  border: thin solid #dadce0;
  border-radius: .5rem;
  min-height: 40px;
}
.com_faqbookpro .fbContent_core h2 a {
  font-size: 22px !important;
  line-height: 22px !important;
  color:#2148b1 !important;
  color: #444 !important;
  -moz-transition: color .05s ease-in;
  -o-transition: color .05s ease-in;
  -webkit-transition: color .05s ease-in;
  transition: color .05s ease-in;
}
.com_faqbookpro .fbTopic:first-child h2.fbContent_title a {
  color: #042552 !important;
  font-size: 22px !important;
}
.com_faqbookpro h2.fbContent_title:after {
  content: '';
  margin: 3px 0 5px;
  width: 50px;
  height: 3px !important;
  background: #efefef;
  position: relative;
  display: block;
}
.com_faqbookpro .fbTopic:first-child h2.fbContent_title:after {
  background: #042552;
  margin: 3px 0 5px;
  width: 75px;
}
.fbContent_qListItem {
  padding: 5px 10px 5px 0px;
  border-color: transparent;
}
.com_faqbookpro .fbContent_core h1 a:hover, .fbContent_core h2 a:hover {
  color:#337AB7 !important;
}
a.NavLeftUL_anchor.NavLeftUL_toggle {
  opacity: .1;
}
a.NavLeftUL_anchor.NavLeftUL_toggle:hover {
  opacity: 1;
}
.fbLeftNavigation_core {
  margin-right: 0px;
  border-right: 0px solid #e5e5e5;
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt .title {
  color: rgba(0,0,0,1);
  opacity: .8;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Google Sans',Roboto,sans-serif;
  margin-top: 40px;
}
.com_faqbookpro .ajuda-top-image-full .area .area-txt .title .central {
  font-weight: 400;
  color: rgba(0,0,0,1);
  opacity: 1;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .com_faqbookpro .ajuda-top-image-full .area .area-txt, .com_faqbookpro .ajuda-top-image-full .area .area-img {
    width: 100%;
  }
  .com_faqbookpro .ajuda-top-image-full .area .area-txt .title {
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 15px;
  }
  .com_faqbookpro .ajuda-top-image-full .area .area-img {
    display: none;
  }
  .com_faqbookpro #g-container-main .g-content {
    margin: 0;
  }
  .fbLeftNavigation_core {
    padding-bottom: 15px;
  }
  .com_faqbookpro .fbContent_core {
    padding: 20px 0px;
    border: none;
    border-top: 2px solid #f0f0f0;
    border-radius: 0;
    min-height: 40px;
  }
}
.qFaqItem_tools {
  border: 1px solid #E3E8F3;
  border-radius: 4px;
}
.com_faqbookpro .qItem_topic a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px 2px;
  color: #526171;
}
.com_faqbookpro .qItem_topic a:hover {
  color: #6488e9;
}
.fbTopic {
  padding: 0;
}
.com_faqbookpro .fa-caret-right, .fa-caret-down {
  line-height: 20px;
}
.com_faqbookpro .fa-caret-right:before {
  content: "\f105";
  font-size: 16px;
}
.fa-caret-down:before {
  content: "\f107";
  font-size: 16px;
}
.suporte-icons .fb_column {
  margin: 0;
}
.suporte-icons .fb_column_inner {
  margin: 10px;
  padding: 0 15px 15px;
  border-radius: 6px;
}
.suporte-icons a.fb_column_image {
  margin: 0;
}
.suporte-icons img {
  border: none !important;
  width: auto;
  max-height: 200px;
  margin: 0;
}
.suporte-icons h3.fb_column_header {
  margin: 0;
  padding: 0;
}
.suporte-icons .fb_column_desc {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 22px;
  margin-bottom: 10px;
}

.support-policy-diretriz img {
  margin: -24px 10px -20px -10px;
  width: 250px;
  border: none !important;
  float: left;
}
@media (max-width: 960px) {
  .support-policy-diretriz img {
    display: none;
  }
}
.search-help {
  background: #f5f5f5;
  text-align: center;
  color: #000;
  padding: 10px 0 20px !important;
  height: 90px;
  margin:0 0 35px 0 !important;
}
.search-help > h3 {
  font-weight: 200;
  font-size:24px;
  margin: 0 0 5px 0;
}
.search-help form {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
.search-help .module-title span,
.search-help .module-title {
  border-bottom: 0px solid #adb5bd;
}
.search-help .module-title span {
  padding: 10px 0 0;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
}
.mls-wide.mls-form.default-theme .mls-form-inner .mls-parent {
  background-color: #ffffff;
  border: none;
  border-radius: 6px !important;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15) !important;
  box-sizing: border-box;
  color: #202124;
  display: block;
  font-size: 1rem;
  width: 100%;
  -webkit-appearance: none;
  transition: all .2s ease-in-out 0s;
}
.mls-wide.mls-form.default-theme .mls-form-inner .mls-parent:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
}
.mls-wide.mls-form.default-theme .mls-form-inner input.mls-query {
  border: none;
}
.mls-wide.mls-form .mls-form-inner {
  width: 100% !important;
}
.mls-wide.mls-form .mls-form-inner .mod-mls-btn {
  height: 34px!important;
  padding: 8px 20px!important;
  position: absolute;
  top: 0;
  background: transparent !important;
  color: #686d6f;
}
.mls-wide.mls-form .mls-form-inner input.mls-query {
  width: 100% !important;
  height: 50px !important;
  padding: 10px 15px 8px 50px !important;
  max-width: 100% !important;
}
.mls-wide.mls-form.default-theme .mls-form-inner .mls-parent input {
  padding: 8px 15px 8px 50px !important;
}
.default-theme.grey-skin .mls-tooltip {
  font-size: 14px;
}
span.mls-item-info-inner span.mls-item-secondary:nth-child(2) {
  display: block;
}
.mls-results ul li a {
  border-bottom: 0px solid #e8f0fe !important;
}
.default-theme.grey-skin .mls-results ul li a:hover, .default-theme.grey-skin .mls-results ul li a:focus, .default-theme.grey-skin .mls-results ul li.selected a {
  background: #E8F0FE !important;
  color: #000 !important;
  border-bottom: 0px solid #e8f0fe !important;
}
.mls-results-cont .mls-results ul li a:hover span, .mls-results-cont .mls-results ul li a:focus span, .mls-results-cont .mls-results ul li.selected a span {
  color: #000 !important;
}
.show-for-admin {
  display: block !important;
}
.widget.widget-warning, .widget.widget-info {
  background-color: #f5f5f5 !important;
}
.com_faqbookpro .fbContent_core {
  padding: 0 0 0 20px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  border-left: 2px solid #f7f7f7;
}
.com_faqbookpro .fbContent_core ol {
  margin: 0;
}
.com_faqbookpro li {
  line-height: 1.5;
}
.com_faqbookpro h2 {
  margin: 0;
}
.com_faqbookpro .qItem_social .qItem_subheader {
  margin: 0;
}
.com_faqbookpro .fbTopic_content {
  margin: 0 0 15px;
}
.com_faqbookpro .qFaqItem_answer img {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .com_faqbookpro .fbContent_core {
    padding: 0;
    border-left: 0px solid #f7f7f7;
  }
}
@media (max-width: 440px){
  .mls-wide.mls-form .mls-form-inner input.mls-query {
    width: 100% !important;
  }
}
.mls-results-cont {
  z-index: 9;
}
.mls-results h3 {
  padding: 5px 10px 4px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 0px solid #ccc;
  letter-spacing: .5px;
  color: #7a7a7a !important;
}
.default-theme.grey-skin .mls-results h3 {
  background: rgb(245 245 245 / 0.5);
}
.mod-mls-more-results a {
  color: #888;
  font-weight: 500;
  background: #f6f6f6 !important;
  border-bottom: 0px solid transparent !important;
}
.default-theme .mls-results::-webkit-scrollbar {
  width: 10px;
}
.default-theme .mls-results::-webkit-scrollbar-track {
  background: rgba(0,0,0,.05); 
  border-radius: 0px;
}
.default-theme .mls-results::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.15); 
  border-radius: 6px;
}
.default-theme .mls-results:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2); 
  border-radius: 6px;
}
.default-theme .mls-results:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .3); 
}
.default-theme .mls-results::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 1); 
}
.default-theme .mls-results, .default-theme .mls-tooltip {
  border: 1px solid #dededf;
  border-radius: 6px;
}
.mls_comp_results.default-theme.blue-skin .mls_comp_results_filters li a {
  background: #f5f5f5;
  color: #828282;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 3px;
}
.mls_comp_results.default-theme.blue-skin .mls_comp_results_filters li.mls-active a, .mls_comp_results.default-theme.blue-skin .mls_comp_results_filters li a:focus {
  background: #042552;
  color: #fff;
}
.widget hr {
  margin: 10px 0;
}
.mls-div-inner {
  border: 0px solid #e5e5e5 !important;
  box-shadow: 0 0 0 0 #eee !important;
}
.mls-comp-item-info-inner {
  margin: 0 0 10px 0 !important;
}
.mls_comp_results_lists h3 {
  font-size: 18px !important;
  font-weight: 500;
}
.mls-comp-more-results {
  border-radius: 6px;
  box-shadow: 0 0 black;
  margin: 15px 0 50px;
}
.mls_comp_results.default-theme.blue-skin .mls-comp-more-results a {
  color: #042552;
  background: #ffffff;
  border-radius: 6px;
  transition: all .2s ease-in-out;
}
.mls_comp_results.default-theme.blue-skin .mls-comp-more-results a:hover {
  color: #fff !important;
  background: #042552 !important;
}
.mls_comp_results.default-theme.blue-skin .mls-comp-item-info-inner a, .mls_comp_results.default-theme.blue-skin .mls-comp-item-info-inner a:hover, .mls_comp_results.default-theme.blue-skin .mls-comp-item-info-inner a:focus {
  color: #042552 !important;
}

/* EASYSOCIAL - Página de Login
--------------------------------- */
body.view-login div#t4-conteudo-principal {
  min-height: 800px;
}
body.view-login #es .es-login-box__msg {
  color: #000;
}
body.view-login #es .es-login-box div .o-col--6:first-child {
  display: none;
}
body.view-login #es .es-login-box div .o-col--6:last-child {
  padding: 10% 0 !important;
}
body.view-login #es .es-login-box__msg-title, 
body.view-login #es .es-login-box__msg-desc {
  text-shadow: 0 0 0px rgba(0,0,0,0), 0 0 0px rgba(0,0,0,0);
}
body.view-login #es .es-login-box {
  background-image: none !important;
  background: #fff;
}
body.view-login #es .es-login-box__msg-title {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
body.view-login #es .es-login-box__msg-title a {
  font-weight: 600;
}
body.view-login #es label {
  font-weight: 500;
}
body.view-login #es .es-social-signon__title h1 {
  font-size: 16px;
}
body.view-login #es .es-social-signon__subtitle {
  color: #464646;
}
body.view-login #es .es-login-social-container .btn-sm {
  padding: 10px 10px 9px !important;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 500;
}
body.view-login #es .es-login-social-container .btn-sm i {
  font-size: 24px;
  vertical-align: middle;
  margin-top: -4px !important;
  padding: 0 2px 0 0!important;
}
body.view-login #es .es-login-social-container .fa-facebook-f:before, 
body.view-login #es .es-login-social-container .fa-facebook:before, 
body.view-login .fa-facebook-f:before {
  content: "\f39e" !important;
}
body.view-login #es .btn-es-facebook {
  color: #fff !important;
  background-color: #4267B2 !important;
  border-color: #4267B2 !important;
}
body.view-login #es .es-login-box__form-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #1e3571;
}
body.view-login #es .es-login-box__form {
  /*box-shadow: 0 2px 12px rgba(0,0,0,0.05);*/
  box-shadow: none;
}
body.view-login #eb .eb-login {
  position: relative;
  padding: 0;
  border: 0px solid #e1e1e1;
  border-radius: 3px;
  margin: 5% auto;
  max-width: 400px;
}
/* Módulo de Newsletter - Formulário de Cadastro (Módulo HTML) */
/* Normal (Vertical)*/
.cadastro-newsletter {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  border: none!important;
  background: #e5eff4;
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
.cadastro-newsletter .news-title {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #00567d;
}
.cadastro-newsletter .news-title:after {
  content: "";
  position: absolute;
  width: 25px!important;
  padding: 0;
  height: 2px;
  background: #00567d;
  margin: 0;
  display: block;
}
.cadastro-newsletter .news-title-sub {
  font-weight: 500;
  padding: 5px 0 2px 0;
  font-size: 15px;
}
.cadastro-newsletter p {
  font-size: 14px;
}
.cadastro-newsletter label {
}
.cadastro-newsletter .form-control {
  max-width: 100%;
}
.cadastro-newsletter .form-group.field-checkbox {
  margin: 0 0 5px 0;
}
.cadastro-newsletter .form-group.field-checkbox input {
  position: absolute;
  margin: 1px 0 0 0;
}
.cadastro-newsletter .form-group.field-checkbox label {
    padding: 0 0 0 20px;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: 400 !important;
}
.cadastro-newsletter input.btn {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 14px;
}
/* Horizontal */
.cadastro-newsletter.news-horizontal {
  max-width: 1260px;
}
.cadastro-newsletter.news-horizontal .news-title-sub, .cadastro-newsletter.news-horizontal p {
  position: relative;
  display: inline;
  font-weight: 400;
  font-size: 14px;
}
.cadastro-newsletter.news-horizontal p {
  margin: 0 0 5px;
}
.cadastro-newsletter.news-horizontal .form-control {
  height: 35px !important;
}
.cadastro-newsletter.news-horizontal .form-group.field-checkbox {
  margin: 5px 0 5px 0 !important;
}
.cadastro-newsletter.news-horizontal .form-group input.field-type-text {
  width: calc(100% - 120px) !important;
  border-radius: 4px 0 0 4px !important;
  border-right: none !important;
}
.cadastro-newsletter.news-horizontal .form-group.field-checkbox input {
  margin: 5px 0 0;
}
.cadastro-newsletter.news-horizontal .box-footer {
  position: absolute;
  right: 20px;
}
.cadastro-newsletter.news-horizontal input.btn {
  position: absolute;
  height: 35px !important;
  width: 120px;
  border-radius: 0 4px 4px 0 !important;
  right: 20px;
}
@media (max-width: 767px) { 
  .cadastro-newsletter {
    max-width: calc(100% - 30px);
  }
}




/* PAYPLANS - PADRÃO
--------------------------------- */
body.com_payplans div#pp {
  padding-top: 20px;
}
#pp, #pp article, #pp aside, #pp blockquote, #pp footer, #pp form, #pp header, #pp nav, #pp button, #pp input, #pp select, #pp textarea {
  font-family: sans-serif;
}
#pp .btn-pp-primary {
  color: #fff !important;
  background-color: #10487B !important;
  border-color: transparent !important;
}
#pp .btn-pp-primary.active, #pp .btn-pp-primary:active, #pp .btn-pp-primary:focus, #pp .btn-pp-primary:hover, .open>#pp .btn-pp-primary.dropdown-toggle_ {
  color: #fff !important;
  background-color: #1974C7 !important;
}
body.com_payplans #pp .o-card { 
  background: #f5f5f5;
}
/* PayPlans - Módulo de Suporte */
.suporte-assinante a {
  background: #f1f1f1;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  color: #000;
  text-decoration: none !important;
  transition:all .2s ease-in-out;
}
.suporte-assinante a:hover {
  background: #EAF2FE;
  color: #000;
}
/* PayPlans - Planos */
body.com_payplans.view-plan {}
body.com_payplans.view-plan #pp .pp-plan-card {
  background: #f5f5f5;
}
body.com_payplans.view-plan #pp .pp-plan-card__hd {
  padding-top: 1.8em;
  padding-bottom: 1.2em !important;
}
body.com_payplans.view-plan #pp .pp-plan-card__ft {
  padding-top: 0;
}
body.com_payplans.view-plan #pp .t-lg-mb--lg {
  margin-bottom: 0!important;
  padding: 0 1.2em !important;
}
body.com_payplans.view-plan #pp .pp-plan-card__title {
  text-transform: uppercase;
  font-size: 1.3em;
}
#pp .pp-plan-card__desc, #pp .pp-plan-card__note {
  font-weight: 400;
  font-family: sans-serif;
}
/* PayPlans - Dashboard */
body.com_payplans.view-dashboard div#pp:before {
  content: "Central do Assinante";
  font-size: 24px;
  position: relative;
  line-height: 50px;
}
body.com_payplans.view-dashboard #pp .btn--xs, 
body.com_payplans.view-dashboard #pp .btn-xs, #pp .o-btn-group-xs>.btn {
  padding: 5px 20px;
}
body.com_payplans.view-dashboard #pp .o-label {
  padding: 5px 20px !important;
}
/* PayPlans - Checkout */
body.com_payplans.view-checkout div#pp {
  padding-top: 0px;
}
body.com_payplans.view-checkout #pp .pp-checkout-container__bd {
  padding-bottom: 1em;
}
body.com_payplans.view-checkout #pp .pp-checkout-container__ft {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
body.com_payplans.view-checkout #pp hr.pp-hr {
  background-color: #f3f3f3;
}
.pp-checkout-logo+hr.pp-hr {
  background-color: #fff !important;
}
body.com_payplans #pp .o-card.o-card--borderless {
  padding: 20px;
  border-radius: 10px;
}




/* FORMULÁRIOS - PADRÃO
--------------------------------- */
body.forms-modal-opened {
  overflow: hidden !important;
}





