@charset "UTF-8";
/*   
Theme Name: AcPRO Custom Template
Theme URI: http://acorespro.com/
Description: Your Custom Wordpress Theme.
Author: AcoresPRO
Author URI: https://acorespro.com
Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Variáveis */
html, body {
  font-family: "Roboto";
  font-size: 14px;
  color: #4F5364;
  font-weight: normal;
  background-color: #ffffff;
  overflow-x: hidden;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.boxshadowall {
  overflow: hidden;
}
.boxshadowall:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(20, 20, 20, 0.7);
  z-index: 999;
}

p {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
}

*:focus {
  outline: 0 !important;
}

img {
  max-width: 100%;
}

@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation-name: spinning;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  animation-timing-function: linear;
}

.socialnetworks {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}
.socialnetworks li {
  display: inline-block;
  margin: 0 5px;
}
.socialnetworks li:first-child {
  margin-left: 0 !important;
}
.socialnetworks li:last-child {
  margin-right: 0 !important;
}
.socialnetworks li a {
  color: #ffffff;
  font-size: 20px;
  transition-duration: 0.2s;
}
.socialnetworks li a:hover {
  opacity: 0.6;
}

header {
  position: relative;
  width: 100%;
  background-color: #086aa5;
  z-index: 99;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
}
header .container {
  position: relative;
}
header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
header .row .menulogo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .row .menulogo .logo {
  position: relative;
}
header .row .menulogo .logo img {
  height: auto;
  max-height: 80px;
}
header .row .headaccess {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .row .headaccess li {
  display: inline-block;
  margin: 0 15px;
  transition-duration: 0.2s;
}
header .row .headaccess li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .row .headaccess li a i, header .row .headaccess li a svg {
  font-size: 24px;
  margin-right: 10px;
}
header .row .headaccess li .hamburger {
  padding: 0;
}
header .row .headaccess li .hamburger .hamburger-box {
  height: 30px;
}
header .row .headaccess li:hover {
  opacity: 0.7;
}
header .row .headaccess li:first-child {
  margin-left: 0 !important;
}
header .row .headaccess li:last-child {
  margin-right: 0 !important;
}
header .menumobile {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: auto;
  right: 0;
  width: 230px;
  padding: 20px;
  margin-top: 47px;
}
header .menumobile .FORM_search_mobile {
  display: none;
  position: relative;
  margin: 5px 0 5px 0;
}
header .menumobile .FORM_search_mobile i, header .menumobile .FORM_search_mobile svg {
  position: absolute;
  color: #4F5364;
  font-size: 16px;
  left: 0;
  top: 10px;
}
header .menumobile .FORM_search_mobile input[type=text] {
  color: #4F5364;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 5px 0 5px 26px;
}
header .menumobile .FORM_search_mobile input[type=text]::-moz-placeholder {
  color: #4F5364;
}
header .menumobile .FORM_search_mobile input[type=text]::placeholder {
  color: #4F5364;
}
header .menumobile ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
header .menumobile ul.menu li {
  position: relative;
  display: block;
  padding: 5px 0;
}
header .menumobile ul.menu li.loginmenu {
  display: none;
}
header .menumobile ul.menu li a {
  color: #4F5364;
  text-decoration: none;
  transition-duration: 0.2s;
  font-size: 16px;
}
header .menumobile ul.menu li a:hover {
  color: #086aa5;
}
header .menumobile ul.menu li.current-menu-item a {
  color: #086aa5;
}
header .menumobile ul.menu li.strongli a {
  font-size: 24px;
  font-weight: 700;
}
header .menumobile ul.menu li.mobilelogin {
  display: none;
}
header .menumobile ul.menu li.menu-item-has-children:hover:before, header .menumobile ul.menu li.menu-item-has-children.current-menu-item:before {
  color: #086aa5 !important;
}
header .menumobile ul.menu li.menu-item-has-children:before {
  content: "+";
  position: relative;
  left: 0;
  color: #4F5364;
  top: 0;
  margin-right: 4px;
  font-size: 26px;
}
header .menumobile ul.menu li .sub-menu {
  display: none;
  background-color: #141414;
  position: absolute;
  text-align: center;
  padding: 20px;
  margin: 0;
  min-width: 100% !important;
  z-index: 9;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
}
header .menumobile ul.menu li .sub-menu li {
  margin: 0;
  display: block;
  color: #ffffff;
  padding: 5px 0;
}
header .menumobile ul.menu li .sub-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  transition-duration: 0.2s;
}
header .menumobile ul.menu li .sub-menu li a:hover {
  opacity: 0.7;
}
header .menumobile ul.menu li .sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #141414;
  top: -5px;
  left: 25px;
}
header .menumobile ul.menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .menumobile .socialnetworks {
  margin: 25px 0 0 0;
}
header .menumobile .socialnetworks li {
  margin: 0 10px;
}
header .menumobile .socialnetworks li a {
  color: #4F5364;
}
header .menumobile .subscribemenu.especialbt {
  display: none;
  float: left;
  width: 100%;
  margin: 20px 0;
}
header .menumobile .subscribemenu.especialbt a {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
  display: block;
  text-align: center;
}
header .subheadcats {
  background-color: #ffffff;
  position: relative;
}
header .subheadcats .listcat {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
header .subheadcats .listcat li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  /*&:first-child {
      padding-left: 0 !important;
  }
  &:last-child {
      padding-right: 0 !important;
  }*/
}
header .subheadcats .listcat li a {
  color: #4F5364;
  text-decoration: none;
  transition-duration: 0.2s;
  font-size: 18px;
  font-weight: 600;
  transition-duration: 0.2s;
}
header .subheadcats .listcat li a:hover {
  color: #086aa5;
}
header .subheadcats .listcat li.active a {
  color: #086aa5;
}
header .subheadcats .listcat li.has-sub-menu:hover:before {
  color: #086aa5 !important;
}
header .subheadcats .listcat li.has-sub-menu:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #141414;
  top: 4px;
  font-size: 26px;
}
header .subheadcats .listcat li .sub-menu {
  display: none;
  background-color: #141414;
  position: absolute;
  text-align: center;
  padding: 20px;
  margin: 0;
  min-width: 220px;
  left: -45px;
  top: 47px;
  width: auto;
}
header .subheadcats .listcat li .sub-menu li {
  margin: 0;
  display: block;
  color: #ffffff;
  padding: 5px 0;
}
header .subheadcats .listcat li .sub-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  transition-duration: 0.2s;
}
header .subheadcats .listcat li .sub-menu li a:hover {
  opacity: 0.7;
}
header .subheadcats .listcat li .sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #141414;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
header .subheadcats .listcat li.has-sub-menu:hover .sub-menu {
  display: block;
}
header .divsearch {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  height: 100px;
  border-bottom: 1px solid #086aa5;
  background-color: rgba(255, 255, 255, 0.93);
  flex-wrap: wrap;
  align-items: center;
  display: none;
  transition-duration: 0.2s;
}
header .divsearch form {
  width: 95%;
  float: left;
  position: relative;
  height: 100%;
}
header .divsearch form input {
  background-color: transparent;
  border: 0;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 20px;
  padding: 0 30px;
  color: #4F5364;
}
header .divsearch .closedivsearch {
  width: 5%;
  float: left;
  position: relative;
  text-align: center;
}
header .divsearch .closedivsearch i, header .divsearch .closedivsearch svg {
  font-size: 30px;
  cursor: pointer;
  color: #4F5364;
}

.home header {
  box-shadow: unset !important;
  margin-bottom: 0 !important;
}

.bt-subscrever,
.headaccess .especialbt a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #086aa5 !important;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 35px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
}
.bt-subscrever:hover,
.headaccess .especialbt a:hover {
  background-color: transparent;
  color: #ffffff !important;
}

footer {
  position: relative;
  width: 100%;
  background-color: #141414;
}
footer .footertop {
  padding: 40px 0;
}
footer .footertop .logo-rodape {
  position: relative;
}
footer .footertop .logo-rodape img {
  max-height: 100px;
  margin-bottom: 20px;
  margin-left: -5px;
}
footer .footertop .bt-subscrever {
  display: inline-block;
}
footer .footertop .widgetsection {
  position: relative;
}
footer .footertop .widgetsection .title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
footer .footertop .widgetsection .infocontacts {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footertop .widgetsection .infocontacts li {
  display: block;
  width: 100%;
  padding: 5px 0;
}
footer .footertop .widgetsection .infocontacts li.pagecontact a {
  color: #086aa5;
}
footer .footertop .widgetsection .infocontacts li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
footer .footertop .widgetsection .infocontacts li a:hover {
  opacity: 0.7;
}
footer .footertop .widgetsection ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer .footertop .widgetsection ul.menu li {
  padding: 4px 0;
  width: 50%;
}
footer .footertop .widgetsection ul.menu li a {
  color: #ffffff;
  text-decoration: none;
}
footer .footertop .widgetsection ul.menu li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .footertop .logos2020 {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
footer .footertop .logos2020 img {
  max-width: 100%;
  width: 700px;
}
footer .copyright {
  background-color: #000;
  padding: 10px 0;
}
footer .copyright .textcopyright {
  color: #ccc;
  text-align: center;
}

.hm-destaquenews {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.hm-destaquenews .recentnews {
  width: 65%;
  padding-right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 700px;
}
.hm-destaquenews .recentnews .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.hm-destaquenews .recentnews .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.hm-destaquenews .recentnews .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 12px;
  border-radius: 100%;
  border: 0;
  background-color: #ffffff;
}
.hm-destaquenews .recentnews .slick-dots li.slick-active button, .hm-destaquenews .recentnews .slick-dots li:hover button {
  background-color: #086aa5;
}
.hm-destaquenews .recentnews .divnews {
  position: relative;
  background-color: #cccccc;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-destaquenews .recentnews .divnews:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, #141414 -14.17%, rgba(20, 20, 20, 0) 65%);
  z-index: 0;
}
.hm-destaquenews .recentnews .divnews .conteudonew {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 20px 10% 40px 10%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.hm-destaquenews .recentnews .divnews .conteudonew .topinfoslider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-destaquenews .recentnews .divnews .conteudonew .tidestaq {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background-color: #086aa5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  float: left;
  width: auto;
  padding: 5px 20px;
}
.hm-destaquenews .recentnews .divnews .conteudonew .titlenew {
  color: #ffffff;
  font-weight: 700;
  float: left;
  width: 100%;
  font-size: 30px;
  margin: 10px 0;
}
.hm-destaquenews .recentnews .divnews .conteudonew .titlenew a {
  color: #ffffff;
  text-decoration: none;
}
.hm-destaquenews .recentnews .divnews .conteudonew .titlenew:hover {
  opacity: 0.7;
}
.hm-destaquenews .recentnews .divnews .conteudonew .excerpt {
  float: left;
  width: 100%;
  color: #ffffff !important;
}
.hm-destaquenews .recentnews .divnews .conteudonew .excerpt a {
  color: #ffffff;
  text-decoration: none;
}
.hm-destaquenews .recentnews .divnews .conteudonew .autor {
  position: relative;
  margin: 0 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-destaquenews .recentnews .divnews .conteudonew .autor img.avatar {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  margin-right: 10px;
}
.hm-destaquenews .recentnews .divnews .conteudonew .autor .nameautor {
  color: #ffffff;
  font-size: 16px;
}
.hm-destaquenews .recentnews .divnews .conteudonew .autor .nameautor span {
  font-weight: 600;
  color: #086aa5;
}
.hm-destaquenews .recentnews .slick-list, .hm-destaquenews .recentnews .slick-list .slick-track {
  height: 700px;
}
.hm-destaquenews .apub {
  width: 35%;
  padding-left: 10px;
}
.hm-destaquenews .apub .publicimgbannerpub {
  max-height: 700px;
}

.pubslider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease-out !important;
}

.noavailablebannerpub {
  position: relative;
  background-image: url("images/nobanneravailable.webp");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.noavailablebannerpub:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(20, 20, 20, 0.8);
  z-index: 0;
}

.publicbannerpub {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.listnews {
  position: relative;
}
.listnews .row {
  display: flex;
  flex-wrap: wrap;
}
.listnews .conteudonew {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.listnews .conteudonew .imgnews {
  background-color: #cccccc;
  width: 100%;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  overflow: hidden;
  transition-duration: 0.5s;
}
.listnews .conteudonew .imgnews:hover {
  opacity: 0.7;
}
.listnews .conteudonew .tidestaq {
  font-weight: 700;
  font-size: 18px;
  color: #086aa5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.listnews .conteudonew .tidestaq a {
  color: #086aa5;
  text-decoration: none;
  width: 50%;
}
.listnews .conteudonew .tidestaq a:hover {
  opacity: 0.7;
}
.listnews .conteudonew .tidestaq a.maisartigos {
  text-align: right;
  color: #797878;
  font-weight: 400;
  font-size: 11px;
}
.listnews .conteudonew .tidestaq span {
  color: #ccc;
}
.listnews .conteudonew .titlenew {
  color: #141414;
  font-weight: 700;
}
.listnews .conteudonew .titlenew a {
  color: #141414;
  text-decoration: none;
}
.listnews .conteudonew .titlenew:hover {
  opacity: 0.7;
}
.listnews .conteudonew .excerpt {
  color: #737373;
  position: relative;
  margin-top: 10px;
}
.listnews .conteudonew .excerpt a {
  color: #737373;
  text-decoration: none;
}
.listnews .conteudonew .autor {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.listnews .conteudonew .autor img.avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  margin-right: 20px;
}
.listnews .conteudonew .autor .nameautor {
  color: #141414;
  font-size: 16px;
}
.listnews .conteudonew .autor .nameautor span {
  font-weight: 600;
  color: #086aa5;
}
.listnews.smallbox .imgnews {
  height: 250px;
}
.listnews.smallbox .titlenew {
  font-size: 24px;
}
.listnews.mediumbox .imgnews {
  height: 400px;
}

.hm-investcronic {
  position: relative;
  margin: 50px 0;
}
.hm-investcronic .container {
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 50px;
}
.hm-investcronic .apub {
  margin-top: 30px;
  width: 100%;
}
.hm-investcronic .apub .noavailablebannerpub {
  height: 280px;
}
.hm-investcronic .apub .publicimgbannerpub {
  max-height: 280px;
}

.pubfullwidth {
  position: relative;
  margin: 50px 0;
}
.pubfullwidth .apub {
  margin-top: 30px;
  width: 100%;
}
.pubfullwidth .apub .publicimgbannerpub {
  max-height: 200px;
}
.pubfullwidth .apub .noavailablebannerpub {
  height: 200px;
}

section.listnews {
  position: relative;
  margin: 50px 0;
}

.hm-mediumnew {
  position: relative;
  margin: 50px 0;
}
.hm-mediumnew .apub .noavailablebannerpub {
  height: 600px;
}
.hm-mediumnew .apub .publicimgbannerpub {
  max-height: 600px;
}

.hm-podcast {
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
  background-color: #141414;
}
.hm-podcast .conteudonew {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hm-podcast .conteudonew .imgnews {
  background-color: #cccccc;
  width: 100%;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition-duration: 0.5s;
}
.hm-podcast .conteudonew .imgnews:hover {
  opacity: 0.7;
}
.hm-podcast .conteudonew .tidestaq {
  font-weight: 700;
  font-size: 18px;
  color: #086aa5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hm-podcast .conteudonew .tidestaq a {
  color: #086aa5;
  text-decoration: none;
}
.hm-podcast .conteudonew .titlenew {
  color: #ffffff;
  font-weight: 700;
}
.hm-podcast .conteudonew .titlenew a {
  color: #ffffff;
  text-decoration: none;
}
.hm-podcast .conteudonew .titlenew:hover {
  opacity: 0.7;
}
.hm-podcast .conteudonew .excerpt {
  color: #dddddd;
  position: relative;
  margin-top: 10px;
}
.hm-podcast .conteudonew .excerpt a {
  color: #dddddd;
  text-decoration: none;
}

.newsletter {
  position: relative;
  margin: 40px 0;
}
.newsletter .title {
  color: #141414;
  font-weight: 700;
}
.newsletter .subtitle {
  color: #9A9A9A;
  font-size: 18px;
}
.newsletter form {
  position: relative;
  margin: 25px auto auto auto;
  width: 80%;
}
.newsletter form input[type=text], .newsletter form input[type=email] {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition-duration: 0.5s;
}
.newsletter form input[type=text]:focus, .newsletter form input[type=email]:focus {
  border: 1px solid #086aa5;
}
.newsletter form button {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
}
.newsletter form button:hover {
  background-color: transparent;
  color: #086aa5 !important;
}

.random6news {
  position: relative;
  margin: 30px 0;
}
.random6news .conteudonew {
  margin-bottom: 50px;
}

#gotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: #086aa5;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 10px 17px;
  transition-duration: 0.2s;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
}
#gotop:hover {
  bottom: 30px;
}

.content-page {
  position: relative;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 16px;
}
.content-page .single-title {
  font-weight: 700;
  color: #4F5364;
  font-size: 44px;
  margin: 0 0 20px 0;
}
.content-page.cemporcentowidth {
  width: 100% !important;
}

.contactform {
  width: 100%;
  position: relative;
  margin: 20px 0 20px 0;
}
.contactform label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.contactform input[type=text], .contactform input[type=email], .contactform textarea {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition-duration: 0.5s;
}
.contactform input[type=text]:focus, .contactform input[type=email]:focus, .contactform textarea:focus {
  border: 1px solid #086aa5;
}
.contactform .submitbt {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.contactform button {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 75px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
}
.contactform button:hover {
  background-color: transparent;
  color: #086aa5 !important;
}
.contactform button:disabled {
  opacity: 0.5;
  cursor: no-drop;
  background-color: #086aa5 !important;
  border: 1px solid #086aa5 !important;
  color: #ffffff !important;
}

.boxlist {
  width: 100%;
  position: relative;
  padding: 50px;
  background-color: #141414;
  text-align: center;
  color: #ffffff;
}
.boxlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.boxlist ul li {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.boxlist ul li strong {
  color: #086aa5;
  display: block;
  font-weight: 700;
  font-size: 30px;
  text-transform: initial;
}

.textwait {
  text-align: center;
  font-size: 18px;
}
.textwait svg, .textwait i {
  color: #086aa5;
}

.listteam {
  position: relative;
  margin: 80px 0;
}
.listteam .infoteam {
  position: relative;
  width: 100%;
  margin: 60px 0;
}
.listteam .single-title {
  margin-bottom: 60px;
}
.listteam .row {
  display: flex;
  flex-wrap: wrap;
}
.listteam .omembroteam {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
.listteam .omembroteam .imgavatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: auto auto 20px auto;
}
.listteam .omembroteam .imgavatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.listteam .omembroteam .imgavatar img:hover {
  transform: scale(1.2);
}
.listteam .omembroteam .nome {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.listteam .omembroteam .cargo {
  color: #000;
}

.infoteam .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.infoteam .imgavatar {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  margin: auto auto 20px auto;
}
.infoteam .imgavatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 50%;
}
.infoteam .nome {
  color: #4F5364;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}
.infoteam .cargo,
.infoteam .email {
  color: #4F5364;
  text-align: center;
  line-height: 34px;
}

.apub {
  position: relative;
}
.apub:not(:empty):after {
  content: "PUB";
  position: absolute;
  bottom: -15px;
  right: 0;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  color: #b9b9b9;
}
.apub .publicimgbannerpub {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.wpb_wrapper p {
  margin-bottom: 15px;
}

.wpb_wrapper ol li, .wpb_wrapper ul li {
  padding: 5px 0;
}

.search .subtitle {
  position: relative;
  top: -22px;
}

.centerups {
  position: relative;
  text-align: center;
  margin: 90px 0;
}

.pagination {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
.pagination ul li:first-child {
  margin-left: 0 !important;
}
.pagination ul li:last-child {
  margin-right: 0 !important;
}
.pagination ul li a, .pagination ul li span {
  width: 40px;
  height: 40px;
  display: block;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: transparent;
  border: 1px solid #086aa5;
  color: #086aa5;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  transition-duration: 0.2s;
}
.pagination ul li a:hover, .pagination ul li span:hover {
  background-color: #086aa5;
  color: #ffffff;
}
.pagination ul li.selected a, .pagination ul li.selected span {
  background-color: #086aa5;
  color: #ffffff;
}

.custom-form {
  position: relative;
  width: 100%;
}
.custom-form .formgroup {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.custom-form .formgroup label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.custom-form .formgroup input[type=email], .custom-form .formgroup input[type=text], .custom-form .formgroup input[type=password], .custom-form .formgroup textarea {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ccc;
  transition-duration: 0.5s;
}
.custom-form .formgroup input[type=email]:focus, .custom-form .formgroup input[type=text]:focus, .custom-form .formgroup input[type=password]:focus, .custom-form .formgroup textarea:focus {
  border: 1px solid #086aa5;
}
.custom-form .formgroup input[type=email]:disabled, .custom-form .formgroup input[type=text]:disabled, .custom-form .formgroup input[type=password]:disabled, .custom-form .formgroup textarea:disabled {
  cursor: no-drop;
  opacity: 0.7;
}
.custom-form .formgroup .btsubmit {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 45px;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
}
.custom-form .formgroup .btsubmit:hover {
  background-color: transparent;
  color: #086aa5 !important;
}
.custom-form .formgroup .btsubmit:disabled {
  opacity: 0.5;
  cursor: no-drop;
  background-color: #086aa5 !important;
  border: 1px solid #086aa5 !important;
  color: #ffffff !important;
}

#popuplogin {
  position: fixed;
  width: 500px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 435px;
  z-index: 99999;
  margin: auto;
  visibility: hidden;
  backface-visibility: hidden;
}
#popuplogin .md-content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 50px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
#popuplogin.md-show {
  visibility: visible !important;
}
#popuplogin.md-show .md-content {
  transform: scale(1);
  opacity: 1;
}
#popuplogin .title-login {
  color: #141414;
  text-align: center;
  margin-bottom: 20px;
}
#popuplogin #lostpw {
  position: relative;
  margin-top: 10px;
  display: block;
}
#popuplogin #lostpw:hover {
  opacity: 0.7;
}
#popuplogin .closepopup {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #141414;
  cursor: pointer;
}
#popuplogin .closepopup:hover {
  opacity: 0.7;
}
#popuplogin .alert {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.fotogallerylist {
  position: relative;
  width: 100%;
}
.fotogallerylist .singfotogallery {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.fotogallerylist .singfotogallery .imgfotogallery {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.2s;
}
.fotogallerylist .singfotogallery .imgfotogallery:hover {
  opacity: 0.7;
}
.fotogallerylist .singfotogallery .datenrphotos {
  color: #086aa5;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.fotogallerylist .singfotogallery .title {
  color: #4F5364;
  font-weight: 700;
}
.fotogallerylist .singfotogallery .title a {
  color: #4F5364;
  font-size: 32px;
  text-decoration: none;
}
.fotogallerylist .singfotogallery .title a:hover {
  opacity: 0.7;
}
.fotogallerylist .singfotogallery .excerpt {
  color: #4F5364;
}

.single-post .datenrphotos {
  color: #086aa5;
  font-size: 16px;
  font-weight: 600;
  margin: -20px 0 40px 0;
}
.single-post .listmediagallery {
  position: relative;
  width: 100%;
}
.single-post .listmediagallery .mediasingle {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.single-post .listmediagallery .mediasingle .imgfotogallery {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 0.2s;
}
.single-post .listmediagallery .mediasingle .imgfotogallery:hover {
  opacity: 0.7;
}
.single-post .listmediagallery .mediasingle .desc {
  margin-top: 10px;
  position: relative;
  color: #4F5364;
}
.single-post .catspost {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.single-post .catspost li {
  margin: 0 5px;
  display: inline-block;
}
.single-post .catspost li:first-child {
  margin-left: 0 !important;
}
.single-post .catspost li:last-child {
  margin-right: 0 !important;
}
.single-post .catspost li a {
  padding: 5px 15px;
  border: 1px solid #086aa5;
  border-radius: 20px;
  background-color: rgba(51, 143, 209, 0.1);
  color: #086aa5;
  text-decoration: none;
  transition-duration: 0.2s;
}
.single-post .catspost li a:hover {
  color: #ffffff;
  background-color: #086aa5;
}
.single-post .excerpt {
  color: #4F5364;
  font-size: 20px;
  margin-top: -10px;
  position: relative;
}
.single-post h3.wp-block-heading {
  font-size: 20px;
}
.single-post .wp-block-heading {
  color: #4F5364;
  position: relative;
  margin-bottom: 20px;
}
.single-post .authorsharedarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0;
}
.single-post .authorsharedarea .autor {
  width: 50%;
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-post .authorsharedarea .autor img.avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  margin-right: 20px;
}
.single-post .authorsharedarea .autor .nameautor {
  color: #141414;
  font-size: 16px;
}
.single-post .authorsharedarea .autor .nameautor span {
  font-weight: 600;
  color: #086aa5;
}
.single-post .authorsharedarea .sharedlinks {
  width: 50%;
  position: relative;
  text-align: right;
}
.single-post .authorsharedarea .sharedlinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-post .authorsharedarea .sharedlinks ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-post .authorsharedarea .sharedlinks ul li:first-child {
  margin-left: 0 !important;
}
.single-post .authorsharedarea .sharedlinks ul li:last-child {
  margin-right: 0 !important;
}
.single-post .authorsharedarea .sharedlinks ul li .date {
  color: #4F5364;
  font-size: 20px;
}
.single-post .authorsharedarea .sharedlinks ul li a {
  width: 40px;
  height: 40px;
  background-color: #086aa5;
  color: #ffffff;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  transition-duration: 0.2s;
}
.single-post .authorsharedarea .sharedlinks ul li a:hover {
  opacity: 0.7;
}
.single-post .thumbnailbanner {
  position: relative;
  background-color: #cccccc;
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}
.single-post .oalerta-melhoriajornal {
  background: rgba(51, 143, 209, 0.1);
  width: 100%;
  padding: 20px 30px;
}
.single-post .oalerta-melhoriajornal .title {
  color: #4F5364;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-post .oalerta-melhoriajornal .desc {
  color: #4F5364;
  font-size: 16px;
}
.single-post .oalerta-melhoriajornal .btsubscribe {
  position: relative;
  width: 100%;
  margin: 30px 0 20px 0;
}
.single-post .oalerta-melhoriajornal .btsubscribe a {
  padding: 10px 50px;
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition-duration: 0.2s;
  text-transform: uppercase;
}
.single-post .oalerta-melhoriajornal .btsubscribe a:hover {
  background-color: transparent;
  color: #086aa5;
}




.single-post .exclusive-post {
  position: relative;
  display: inline-grid;
  width: 100%;
  background-color: #eaf4fa;
  box-shadow: 0 0 60px 80px rgba(255, 255, 255, 0.9);
  margin-top: -60px;
  padding: 20px 30px;
  margin-bottom: 60px;
}
.single-post .exclusive-post .title {
  color: #4F5364;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.single-post .exclusive-post .desc {
  color: #4F5364;
  font-size: 16px;
}
.single-post .exclusive-post .flexcolumnsbt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.single-post .exclusive-post .flexcolumnsbt .assineja {
  padding-right: 5px;
}
.single-post .exclusive-post .flexcolumnsbt .assineja a.btassineja {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  margin-bottom: 20px;
  display: inline-grid;
}
.single-post .exclusive-post .flexcolumnsbt .assineja a.btassineja:hover {
  background-color: transparent;
  color: #086aa5;
}
.single-post .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao {
  color: #4F5364;
  text-align: center;
  font-size: 14px;
}
.single-post .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao strong {
  color: #4F5364;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.single-post .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao a {
  color: #4F5364;
}
.single-post .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao a:hover {
  opacity: 0.7;
}
.single-post .exclusive-post .flexcolumnsbt .payonlypost {
  padding-left: 5px;
}
.single-post .exclusive-post .flexcolumnsbt .payonlypost button {
  background-color: transparent;
  border: 1px solid #086aa5;
  color: #086aa5;
  padding: 10px 70px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  margin-bottom: 20px;
  display: inline-grid;
}
.single-post .exclusive-post .flexcolumnsbt .payonlypost button:hover {
  background-color: #086aa5;
  color: #ffffff;
}
.single-post .exclusive-post .flexcolumnsbt .payonlypost .porapenas {
  text-align: center;
  color: #4F5364;
  font-size: 14px;
}









/* -----------------------------------------------------------------------------
  ----------------------------------------------------------------------------- */
  
  

.content-page .exclusive-post {
  position: relative;
  display: inline-grid;
  width: 100%;
  background-color: #eaf4fa;
  box-shadow: 0 0 60px 80px rgba(255, 255, 255, 0.9);
  margin-top: -60px;
  padding: 20px 30px;
  margin-bottom: 60px;
}
.content-page .exclusive-post .title {
  color: #4F5364;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.content-page .exclusive-post .desc {
  color: #4F5364;
  font-size: 16px;
}
.content-page .exclusive-post .flexcolumnsbt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.content-page .exclusive-post .flexcolumnsbt .assineja {
  padding-right: 5px;
}
.content-page .exclusive-post .flexcolumnsbt .assineja a.btassineja {
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  margin-bottom: 20px;
  display: inline-grid;
}
.content-page .exclusive-post .flexcolumnsbt .assineja a.btassineja:hover {
  background-color: transparent;
  color: #086aa5;
}
.content-page .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao {
  color: #4F5364;
  text-align: center;
  font-size: 14px;
}
.content-page .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao strong {
  color: #4F5364;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.content-page .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao a {
  color: #4F5364;
}
.content-page .exclusive-post .flexcolumnsbt .assineja .jatemsubscricao a:hover {
  opacity: 0.7;
}
.content-page .exclusive-post .flexcolumnsbt .payonlypost {
  padding-left: 5px;
}
.content-page .exclusive-post .flexcolumnsbt .payonlypost button {
  background-color: transparent;
  border: 1px solid #086aa5;
  color: #086aa5;
  padding: 10px 70px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  margin-bottom: 20px;
  display: inline-grid;
}
.content-page .exclusive-post .flexcolumnsbt .payonlypost button:hover {
  background-color: #086aa5;
  color: #ffffff;
}
.content-page .exclusive-post .flexcolumnsbt .payonlypost .porapenas {
  text-align: center;
  color: #4F5364;
  font-size: 14px;
}





  



/* ------------------------------------------------------------------------------ 
  ------------------------------------------------------------------------------ */

  



.listopinioes {
  width: 100%;
  position: relative;
  margin: 30px 0 0 0;
}
.listopinioes .row {
  display: flex;
  flex-wrap: wrap;
}
.listopinioes .singopiniao {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.listopinioes .singopiniao .author {
  color: #9D9D9D;
  font-size: 16px;
  font-weight: 700;
}
.listopinioes .singopiniao .title {
  color: #141414;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 10px 0;
}
.listopinioes .singopiniao .title a {
  color: #141414;
  text-decoration: none;
}
.listopinioes .singopiniao .title a:hover {
  opacity: 0.7;
}
.listopinioes .singopiniao .excerpt {
  color: #696969;
  position: relative;
  margin-top: 10px;
}
.listopinioes .singopiniao .excerpt a {
  color: #696969;
  text-decoration: none;
}
.listopinioes .singopiniao .imgthumb {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.listopinioes .singopiniao .imgthumb img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.listopinioes .singopiniao .imgthumb img:hover {
  opacity: 0.7;
}
.listopinioes.horizontallist {
  width: 80%;
  margin: 0 auto;
}
.listopinioes.horizontallist .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-podcats {
  position: relative;
  width: 100%;
}
.top-podcats .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-podcats .row .bannerimg {
  position: relative;
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.top-podcats .row .bannerimg:hover {
  opacity: 0.7;
}
.top-podcats .row .infopodcast {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.top-podcats .row .infopodcast .title {
  color: #4F5364;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.top-podcats .row .infopodcast .excerpt {
  color: #4F5364;
  font-size: 32px;
  font-weight: 700;
}
.top-podcats .row .infopodcast .excerpt a {
  color: #4F5364;
  text-decoration: none;
}
.top-podcats .row .infopodcast .excerpt a:hover {
  opacity: 0.7;
}
.top-podcats .row .infopodcast .date {
  color: #086aa5;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 20px 0;
}
.top-podcats .row .infopodcast .btplay {
  text-decoration: none;
  color: #086aa5;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition-duration: 0.2s;
}
.top-podcats .row .infopodcast .btplay:hover {
  background-color: #086aa5;
  color: #ffffff;
}

.otherpodcasts {
  width: 100%;
  position: relative;
}
.otherpodcasts .row {
  display: flex;
  flex-wrap: wrap;
}
.otherpodcasts .smallinfopodcast {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.otherpodcasts .smallinfopodcast .podhead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.otherpodcasts .smallinfopodcast .podhead .bannerimg {
  position: relative;
  width: 20%;
  text-align: left;
}
.otherpodcasts .smallinfopodcast .podhead .bannerimg img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition-duration: 0.2s;
}
.otherpodcasts .smallinfopodcast .podhead .bannerimg img:hover {
  opacity: 0.7;
}
.otherpodcasts .smallinfopodcast .podhead .title {
  width: 80%;
  color: #4F5364;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding-left: 15px;
}
.otherpodcasts .smallinfopodcast .podcontent {
  position: relative;
  width: 100%;
}
.otherpodcasts .smallinfopodcast .podcontent .excerpt {
  color: #4F5364;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.otherpodcasts .smallinfopodcast .podcontent .excerpt a {
  text-decoration: none;
  color: #4F5364;
}
.otherpodcasts .smallinfopodcast .podcontent .excerpt a:hover {
  opacity: 0.7;
}
.otherpodcasts .smallinfopodcast .podcontent .btplay {
  text-decoration: none;
  color: #086aa5;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  transition-duration: 0.2s;
}
.otherpodcasts .smallinfopodcast .podcontent .btplay:hover {
  background-color: #086aa5;
  color: #ffffff;
}

.listpodcast {
  position: relative;
  width: 100%;
}
.listpodcast .singpodcast {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.listpodcast .singpodcast .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.listpodcast .singpodcast .row > div {
  position: relative;
}
.listpodcast .singpodcast .date {
  color: #086aa5;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.listpodcast .singpodcast .title {
  color: #4F5364;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  text-align: left;
  width: 100%;
}
.listpodcast .singpodcast .excerpt {
  color: #4F5364;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  width: 100%;
}
.listpodcast .singpodcast .excerpt a {
  text-decoration: none;
  color: #4F5364;
}
.listpodcast .singpodcast .excerpt a:hover {
  opacity: 0.7;
}
.listpodcast .singpodcast .btplay {
  text-decoration: none;
  color: #086aa5;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition-duration: 0.2s;
  margin-top: 15px;
}
.listpodcast .singpodcast .btplay:hover {
  background-color: #086aa5;
  color: #ffffff;
}
.listpodcast .singpodcast .imgthumb {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.listpodcast .singpodcast .imgthumb img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition-duration: 0.2s;
}
.listpodcast .singpodcast .imgthumb img:hover {
  opacity: 0.7;
}

.comment-respond {
  width: 100%;
  position: relative;
  margin-top: 60px;
}
.comment-respond .comment-reply-title {
  color: #4F5364;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
  display: none;
}
.comment-respond .comment-form-comment, .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url, .comment-respond .comment-form-cookies-consent, .comment-respond .form-submit, .comment-respond .c4wp_captcha_field {
  padding: 0 10px;
}
.comment-respond .comment-form-author, .comment-respond .comment-form-email {
  width: 50%;
  float: left;
}
.comment-respond label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.comment-respond input[type=text], .comment-respond input[type=email], .comment-respond textarea {
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition-duration: 0.5s;
}
.comment-respond input[type=text]:focus, .comment-respond input[type=email]:focus, .comment-respond textarea:focus {
  border: 1px solid #086aa5;
}
.comment-respond .form-submit {
  text-align: center;
  position: relative;
  margin: 30px 0;
}
.comment-respond .form-submit input[type=submit] {
  padding: 10px 50px;
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition-duration: 0.2s;
  text-transform: uppercase;
}
.comment-respond .form-submit input[type=submit]:hover {
  background-color: transparent;
  color: #086aa5;
}

.singlepodcast .title {
  position: relative;
  text-align: center;
  color: #4F5364;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.singlepodcast .excerpt {
  position: relative;
  color: #4F5364;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
}
.singlepodcast .date {
  font-size: 16px;
  font-weight: 600;
  color: #086aa5;
  text-align: center;
  position: relative;
  margin: 50px 0;
}
.singlepodcast .iframepodcast {
  position: relative;
  width: 80%;
  margin: 30px auto 30px auto;
}
.singlepodcast .iframepodcast iframe {
  width: 100%;
  height: 250px;
}
.singlepodcast #loadpostlist {
  margin-top: 60px;
}

.contentblog {
  width: 100%;
  position: relative;
  color: #4F5364;
}
.contentblog p {
  color: #4F5364;
  margin-bottom: 15px;
}
.contentblog ul li, .contentblog ol li {
  padding: 5px 0;
}

.singleopiniao .catspost {
  text-align: center;
}
.singleopiniao .single-title {
  text-align: center;
}
.singleopiniao .thumbimg {
  width: 200px;
  height: 200px;
  margin: 40px auto 40px auto;
}
.singleopiniao .thumbimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}
.singleopiniao .excerpt {
  position: relative;
  color: #4F5364;
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.singleopiniao .date {
  color: #4F5364;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.listplanos {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
}
.listplanos .titleplan {
  color: #086aa5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
}
.listplanos .descplan {
  color: #4F5364;
  font-weight: 400;
  font-size: 16px;
}
.listplanos .btsubscrever {
  padding: 10px 30px;
  background-color: #086aa5;
  border: 1px solid #086aa5;
  margin: 15px 0 0 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  transition-duration: 0.2s;
}
.listplanos .btsubscrever:hover {
  background-color: transparent;
  color: #086aa5;
}
.listplanos .infoplan {
  margin-bottom: 30px;
}

.zonepayment {
  position: relative;
  width: 100%;
  margin: 50px 0 0 0;
}
.zonepayment .titleseparador {
  color: #086aa5;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
.zonepayment .boxprice {
  background-color: #e1e1e1;
  border: 1px solid #ccc;
  padding: 20px;
  color: #086aa5;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.zonepayment .boxprice .textprice {
  display: block;
  font-size: 14px;
  color: #4F5364;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: -10px;
}
.zonepayment .paymentmethods {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.zonepayment .paymentmethods li {
  display: block;
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  transition-duration: 0.2s;
  cursor: pointer;
}
.zonepayment .paymentmethods li img {
  margin-right: 10px;
  height: 50px;
}
.zonepayment .paymentmethods li:hover, .zonepayment .paymentmethods li.active {
  border: 1px solid #086aa5;
}
.zonepayment .paymentmethods li #nrmbway {
  display: none;
  padding: 6px 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.zonepayment .confirmform .lowertext {
  font-size: 14px;
  margin-bottom: 10px;
}
.zonepayment .confirmform button[type=submit] {
  display: block;
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 50px;
  margin-top: 10px;
  transition-duration: 0.2s;
}
.zonepayment .confirmform button[type=submit]:hover {
  background-color: transparent;
  color: #086aa5;
}

.resumepayment .centerups.success {
  margin: 30px 0 0 0;
}

.payment_table_show {
  width: 430px !important;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100% !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.payment_table_show tr {
  border-bottom: 1px solid #ddd;
}
.payment_table_show th {
  text-align: center;
  font-weight: bold;
}
.payment_table_show th img {
  margin: auto;
  margin-top: 10px;
  max-height: 48px;
  max-width: 100%;
  height: auto;
}
.payment_table_show th, .payment_table_show td {
  border-right: none;
  background-color: #e9e9e9;
  color: #000000;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.payment_table_show td.mb_value {
  text-align: right;
}
.payment_table_show td.extra_instructions {
  font-size: small;
  white-space: normal;
  background-color: #818181;
  color: #fff;
  text-align: center;
}

.page-template-template-subscricao .single-title {
  margin: 0 0 5px 0 !important;
}
.page-template-template-subscricao .shortdesc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-template-template-subscricao .shortdesc .imgthumb {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.page-template-template-subscricao .shortdesc .imgthumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
}

.clientarea .navbaruser {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clientarea .navbaruser li {
  display: block;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 5px;
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
}
.clientarea .navbaruser li.active, .clientarea .navbaruser li:hover {
  background-color: #086aa5;
  color: #ffffff;
  border: 1px solid #086aa5;
  font-weight: 600;
}
.clientarea .navsections {
  position: relative;
  width: 100%;
}
.clientarea .navsections .section {
  display: none;
}
.clientarea .navsections .section.active {
  display: block !important;
}
.clientarea .navsections .section .title-section {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.clientarea .navsections .section .confirmform .lowertext {
  font-size: 14px;
  margin-bottom: 10px;
}
.clientarea .navsections .section .confirmform button[type=submit] {
  display: block;
  background-color: #086aa5;
  border: 1px solid #086aa5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 50px;
  margin-top: 10px;
  transition-duration: 0.2s;
}
.clientarea .navsections .section .confirmform button[type=submit]:hover {
  background-color: transparent;
  color: #086aa5;
}
.clientarea .navsections .headlogin {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.clientarea .navsections .headlogin li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-size: 14px;
}
.clientarea .navsections .headlogin li strong {
  display: block;
  text-transform: uppercase;
  color: #086aa5;
  font-size: 18px;
  letter-spacing: 2px;
}
.clientarea .navsections .headlogin li img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  border: 2px solid #086aa5;
  position: relative;
}
.clientarea .navsections .welcome {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.clientarea .navsections .welcome strong {
  display: block;
}
.clientarea .navsections .customtable th {
  padding: 10px;
  background-color: #141414;
  color: #ffffff;
  vertical-align: middle;
}
.clientarea .navsections .customtable td {
  vertical-align: middle;
}

.comments-block {
  width: 100%;
  position: relative;
}
.comments-block .title {
  display: block;
  background: #ededed;
  position: relative;
  margin-bottom: 20px;
}
.comments-block .title h4 {
  background-color: #086aa5;
  display: inline-block;
  padding: 11px 22px;
  margin-bottom: 0;
  color: #ffffff;
}
.comments-block .title h4:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background: inherit;
  width: 100%;
  left: 0;
  bottom: 0;
}
.comments-block ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-block ol li {
  width: 100%;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.comments-block ol li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: inline-block;
}
.comments-block ol li .user-nick {
  color: #086aa5;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
}
.comments-block ol li .time-stamp {
  font-size: 13px;
  color: #aaa;
}
.comments-block ol li .comment-content {
  position: relative;
  width: 100%;
  display: block;
  margin: 20px 0 10px 0;
}

.chooselang {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chooselang li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition-duration: 0.2s;
}
.chooselang li:hover {
  opacity: 0.6;
}

.wpb_heading.wpb_singleimage_heading {
  font-size: 18px;
  color: #086aa5;
}

.wp-caption {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */