* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.ast-separate-container{
  background: #fff;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #484848;
  text-align: left;
  /*background: #F9F9F9;*/
  transition: all 0.6s;
}
.clear {
  clear: both;
}
.spacer {
  height: 70px;
}
.dev {
  background: #F9F9F9;
  padding: 10px;
}
.dev p {
  font-size: 10px;
  text-align: center;
  color: #282828;
}
.dev p a {
  text-decoration: none;
  color: #282828;
  font-weight: bold;
}
.dev p a span {
  color: #00FF85;
}
text-area {
  font-family: 'Open Sans', sans-serif;
}
/***** DEFINIÇÕES ******/
@font-face {
  font-family: 'MafraCondensedBold';
  src: url(../fonts/MafraCondensedBold.otf);
}

@font-face {
  font-family: 'Serca-ExtraBold';
  src: url(../fonts/Serca-ExtraBold.otf);
}

@font-face {
  font-family: 'Serca-Light';
  src: url(../fonts/Serca-Light.otf);
}

@font-face {
  font-family: 'Serca-Medium';
  src: url(../fonts/Serca-Medium.otf);
}
.content {
  /*width: 1080px;*/
  margin: 0px auto;
}
::selection {
  background: #7b0808;
  color: #fff;
}
::-moz-selection {
  background: #7b0808;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: coranto-2, serif;
}
a {
  text-decoration: none;
  color: #484848;
  transition: all ease 0.2s;
}
a:hover {
  color: #7b0808;
}
.singlelink {
  color: #7b0808;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.btn {
  font-size: 14px;
  text-align: center;
  display: table;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  background: #7b0808;
  border: 2px solid #7b0808;
  cursor: pointer;
  font-weight: bold;
}
.btn i {
  margin-right: 8px;
}
.btn:hover {
  background: #484848;
  color: #fff;
  border-color: #484848;
}
.btn.center {
  margin: 0px auto;
}
.btn.grey {
  background: #484848;
  border-color: #484848;
}
.btn.grey:hover {
  background: #7b0808;
  border-color: #7b0808;
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
  background-size: 100px;
  transition: all ease 0.2s;
}
.breadcrumb {
  font-size: 12px;
  margin: 30px 0px 20px 0px;
  position: relative;
  z-index: 10;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #7b0808;
}
.wpcf7-form {
  background: white;
  padding: 30px 40px;
  width: 60%;
  margin: 0px auto;
}
.wpcf7-form label {
  font-weight: bold;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  font-weight: normal;
  width: 100%;
  padding: 10px 0px 10px 10px;
  border-radius: 5px;
  border: 1px solid #cecece;
  margin-bottom: 20px;
}
.wpcf7-form input[type=submit] {
  float: right;
  font-size: 14px;
  text-align: center;
  display: table;
  border-radius: 5px;
  color: #fff;
  padding: 10px 30px;
  background: #7b0808;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  border: none;
  width: auto;
  margin-top: 20px;
  transition: all ease 0.2s;
}
.wpcf7-form input[type=submit]:hover {
  background: #7b0808;
  color: #fff;
}
h1 span {
  display: block;
  text-align: center;
  position: relative;
  left: 115px;
}
.sectitle {
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 28px;
  color: #7b0808;
  font-weight: bold;
  /*border-bottom: 1px solid #7b0808;*/
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Open Sans';
  margin-left: 10px;
}
.secsubtitle {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 20px 0px 30px 0px;
}
.pagetitle {
  font-size: 42px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 9px;
}
.subtitle {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.subtitle:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #7b0808;
  margin: 20px auto 0px auto;
}
#menuicon {
  font-size: 30px;
  z-index: 100;
  color: #484848;
  cursor: pointer;
  float: left;
  /*margin: 3px 20px 0px 0px;*/
}
.closemenumobile {
  font-size: 30px;
  left: 30px;
  top: 30px;
  position: fixed;
  z-index: 100;
  color: #fff;
  display: none !important;
  cursor: pointer;
  z-index: 1600;
}
.closemenumobile.open {
  display: block !important;
}
.menu-menu-principal-container.open {
  transform: translate3d(0%, 0, 0);
}
.menu-menu-principal-container {
  position: fixed;
  z-index: 1500;
  top: 0;
  bottom: 0;
  padding-top: 85px;
  padding-left: 85px;
  background: #7b0808;
  width: 40%;
  min-width: 400px;
  max-width: 510px;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: all ease 0.2s;
}
.menu-menu-principal-container .menu {
  list-style-type: none;
}
.menu-menu-principal-container .menu li {
  margin-bottom: 20px;
  display: block;
}
.menu-menu-principal-container .menu li a {
  font-family: 'Serca-ExtraBold';
  color: #fff;
  font-size: 32px;
}
.menu-menu-principal-container .menu li a:hover {
  opacity: 0.5;
}
.red .fa-user {
  color: #7b0808 !important;
}
.siteheader {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 30px 30px 20px 38px;
  background: #fff;
  border-bottom: 5px solid #7b0808;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.8s;
}
.siteheader .leftheader .topmenu a {
  font-family: 'MafraCondensedBold';
  color: #484848;
  margin-right: 10px;
  margin-right: 18px;
  font-size: 22px;
}
.siteheader .leftheader .topmenu a:hover {
  color: #7b0808;
}
.siteheader .leftheader div {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all ease 0.2s;
}
.siteheader .leftheader div i {
  font-size: 24px;
  margin-right: 5px;
  float: left;
}
.siteheader .leftheader div p {
  font-size: 12px;
  font-weight: bold;
  margin: 4px 0px 0px 30px;
}
.siteheader .leftheader div:hover i,
.siteheader .leftheader div:hover p {
  color: #7b0808;
}
.siteheader .rightheader {
  text-align: right;
}
.siteheader .rightheader .logout {
  margin-left: 20px;
  font-size: 12px;
  color: #7b0808;
  font-weight: bold;
}
.siteheader .rightheader .logout:hover {
  color: #484848;
}
.siteheader .rightheader .logout:hover i {
  color: #484848;
}
.siteheader .rightheader .loginicon,
.siteheader .rightheader .logout {
  display: inline-block;
  margin: 0px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all ease 0.2s;
  color: #484848;
}
.siteheader .rightheader .loginicon a,
.siteheader .rightheader .logout a {
  color: #484848;
}
.siteheader .rightheader .loginicon a:hover,
.siteheader .rightheader .logout a:hover {
  color: #7b0808;
}
.siteheader .rightheader .loginicon i,
.siteheader .rightheader .logout i {
  float: left;
  font-size: 16px;
}

.siteheader .rightheader .logout i {
  padding-top: 1px;
  font-size: 24px;
  margin-right: 4px;
}
.siteheader .rightheader .loginicon p,
.siteheader .rightheader .logout p {
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 0px 25px;
}
.siteheader .rightheader .loginicon:hover i,
.siteheader .rightheader .logout:hover i,
.siteheader .rightheader .loginicon:hover p,
.siteheader .rightheader .logout:hover p {
  color: #7b0808;
}
.siteheader .rightheader .btn {
  display: inline-block;
}
.siteheader p.logo {
  font-family: 'MafraCondensedBold';
  color: #7b0808;
  font-size: 40px;
  margin-top: -10px;
  text-align: center;
}
.siteheader p.logo a {
  color: #7b0808;
}
.searchbar.open {
  display: block;
}
.searchbar {
  background: #fff;
  /*padding: 10px 0px;*/
  display: none;
  transition: all ease 0.2s;
  border-bottom: 3px solid #7b0808;
  /*margin-top: 95px;
  margin-bottom: -97px;*/
}
.searchbar form {
  /* text-align: center; */ 
  margin-left: 5em;
  margin-top: 2.5em;
  padding: 10px;
}
.search-form button{
/*  margin-left: 10px;*/
    padding: 14px;
}
.searchbar form input[type=text] {
  /*width: 90%;*/
  background: none;
  border: 1px solid gray;
  color: #7b0808;
  font-family: 'MafraCondensedBold';
  font-size: 20px;
  padding: 0.2em;
}
.searchbar form input[type=text]::placeholder {
  color: #484848;
  opacity: 0.5;
}
.searchbar form .searchicon {
  color: #7b0808;
  /*margin: 20px 30px 0px 0px;
  float: right;  */
  font-size: 20px;
  cursor: pointer;
}
.searchbar form .searchicon:hover {
  color: #484848;
}
.searchbar form button {
  /*margin: 7px 30px 0px 0px;
  float: right;*/
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
}
.searchbar form button i {
  color: #7b0808;
}
.searchbar form button:hover i {
  color: #484848;
}
.searchpage {
  margin-bottom: 80px;
}
.searchpage .fa-lock {
  bottom: 89px!important;
}
.prefooter {
  background: #343434c2;
  padding: 40px 0px;
}
.prefooter iframe {
  width: 40% !important;
  float: right;
  max-height: 400px !important;
}
.prefooter .prelist {
  width: 28%;
  float: left;
  margin-right: 15px;
}
.prefooter .prelist .tags {
  color: #fff !important;
}
.prefooter .prelist .sectitle {
  color: #fff !important;
  border-color: #fff !important;
  margin-bottom: 30px;
  margin-top: 18px;
}
.prefooter .prelist div {
  color: #fff !important;
}
.prefooter .prelist div a {
  color: #fff !important;
}
.prefooter .prelist div a i {
  color: #fff !important;
}
.prefooter .prelist div p.cat {
  color: #fff !important;
}
.prefooter .timeline-Widget h1 span a {
  color: #7b0808;
}
footer {
  background: #7b0808;
  display: grid;
  grid-template-columns: 1.2fr 2fr 0.6fr 0.7fr;
  padding: 30px 0;
  align-items: center;
}
footer p.logo {
  text-align: center;
  font-family: 'MafraCondensedBold';
  color: #fff;
  font-size: 25px;
  top: 2px;
  position: relative;
  text-transform: capitalize;
}
footer p.logo a {
  color: #fff;
}
footer p.copy {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}
footer p.cnpj {
  color: #fff;
  font-size: 10px;
  position: relative;
  top: 0px;
}
footer ul {
  list-style-type: none;
  position: relative;
  margin: 0 auto;
}
footer ul li {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0px 5px;
  color: #fff;
}
footer ul li i {
  color: #fff;
  font-size: 16px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #fff;
  opacity: 0.5;
}
/*footer .menu-footer {
  position: relative;
  top: 4px;
}*/

ul.redes {
    margin-left: 0px;
}
footer .redes-footer span {
  margin: 0 5px;
}
.posfooter {
  background: #7b0808;
  text-align: center;
  position: relative;
  bottom: 4px;
}
.posfooter ul {
  list-style-type: none;
  display: inline-block;
}
.posfooter ul li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.posfooter ul li i {
  color: #fff;
  font-size: 16px;
}
.posfooter ul li a {
  color: #fff;
}
.posfooter ul li a:hover {
  color: #fff;
  opacity: 0.5;
}
.posfooter .seguro {
  display: inline-block;
  color: #fff;
  position: relative;
  bottom: 3px;
}
.posfooter .seguro li {
  display: inline-block;
}
.posfooter .seguro li p {
  color: #fff;
  font-size: 12px;
}
.posfooter .seguro img {
  max-width: 100px;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: -8px;
}
.slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 94px;
}
.slider button {
  position: absolute;
  z-index: 1000;
  font-size: 0px;
  border: none;
  background: none;
  top: 50%;
  transform: translateY(-50%);
}
.slider .slick-prev {
  left: 20px;
}
.slider .slick-next {
  right: 20px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  cursor: pointer;
}
.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
  color: #7b0808;
}
.slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 22px;
  color: #fff;
}
.slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 22px;
  color: #fff;
}
.slider .slide {
  width: 33%;
  padding: 14vw 5vw 2vw 5vw;
  position: relative;
  background-size: cover !important;
  min-height: 400px;
  /*border-right: 5px solid #cecece; retirar borda direita do slider*/
}
.slider .slide:hover .shadow {
  opacity: 0.1;
}
.slider .slide .woocommerce .wc-memberships-restriction-message {
  display: none;
}
.slider .slide .shadow {
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all ease 0.2s;
}
.slider .slide .text {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 85%;
  left: 40px;
}
.slider .slide .text h2 {
  font-size: 32px;
  color: #fff;
}
.slider .slide .text h2 i {
  display: none;
}
.slider .slide .text h2 a {
  color: #fff;
  background: #7b0808;
  padding: 0px 0px;
}
.slider .slide .text h2 a:hover {
  opacity: 0.7;
}
.slider .slide .text p.date {
  font-size: 12px;
  margin-bottom: 0px;
  color: #fff;
}
.slider .slide .text p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.dayresume {
  background: #E6E6E6;
  padding: 3px 0px;
  text-align: center;
}
.dayresume p {
  font-size: 14px;
  display: inline;
  margin-right: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 6px;
}
.dayresume .btn {
  display: inline-block;
}
.abouthome {
  margin-top: 60px;
  display: grid;
  grid-template-areas: "sec sec" "post banner";
  grid-template-columns: 68% 30%;
}
.aboutsec {
  grid-area: sec;
}
.aboutsec h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
}
.aboutsec p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.aboutposts {
  grid-area: post;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.aboutposts .smallresume {
  width: 30%;
}
.aboutbanner {
  grid-area: banner;
  margin-left: 50px;
}
.aboutbanner img {
  width: 100%;
}
.newsletter {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsletter .samplebanner {
  width: 48%;
  margin: 0px;
  min-height: 200px;
}
.newsletter .samplebanner img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.newsletter .newsletterbox {
  background: #484848 url('../images/rr-destaques.png');
  padding: 30px 50px;
  width: 48%;
}
.newsletter .newsletterbox.materia {
  background: #484848 url('../images/rr-destaques-materia.png')!important;
  background-repeat: no-repeat!important;
  width: 743px;
}

.newsletter .newsletterbox .text p.tit {
  margin-bottom: 20px;
  font-size: 28px;
  font-family: 'MafraCondensedBold';
}
.newsletter .newsletterbox .text p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.newsletter .newsletterbox form {
  margin-top: 10px;
  margin-right: 10px;
}
.newsletter .newsletterbox form input,
.newsletter .newsletterbox form button {
  display: inline-block;
  font-family: 'Open Sans';
}
.newsletter .newsletterbox form input {
  width: 70%;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  margin-right: 10px;
}
.postgrid {
  display: grid;
  grid-template-areas: "small big small";
  grid-template-columns: 25% 50% 25%;
  margin-bottom: 80px;
  margin-top: 65px;
}
.postgrid section {
  margin: 0px 20px;
}
.samplebanner {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border: 1px solid #484848;
  background: #fff;
  margin: 0px 0px 30px 0px;
}
.smalltitle {
  /*margin-bottom: 30px !important;*/
}
.smalltitle img {
  height: 170px !important;
}
.addtoany_shortcode {
  float: right;
  margin-right: 35px;
}
.addtoany_shortcode img {
  height: auto !important;
}
.smallresume,
.resume,
/*.smalltitle,*/
.noimage {
  position: relative;
  margin-bottom: 20px;
}
.smallresume .woocommerce .wc-memberships-restriction-message,
.resume .woocommerce .wc-memberships-restriction-message,
.smalltitle .woocommerce .wc-memberships-restriction-message,
.noimage .woocommerce .wc-memberships-restriction-message {
  display: none;
}
.smallresume .fa-lock,
.resume .fa-lock,
.smalltitle .fa-lock,
.noimage .fa-lock {
  font-size: 16px;
  color: #484848;
}
.smallresume .cat,
.resume .cat,
.smalltitle .cat,
.noimage .cat {
  font-weight: bold;
  color: #7b0808;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.smallresume h2,
.resume h2,
.smalltitle h2,
.noimage h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 10px 0px 15px;
  /*max-height: 105px;*/
}
/*
.smallresume p,
.resume p,
.smalltitle p,
.noimage p {
  font-size: 14px;
  line-height: 24px;
  color: #2a2a2a;
}*/
.smallresume hr,
.resume hr,
.smalltitle hr,
.noimage hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #484848;
  opacity: 0.2;
  margin: 12px 0px 0px 0px;
}
.smallresume .tags,
.resume .tags,
/*.smalltitle .tags,*/
.noimage .tags {
  margin-top: 5px;
  font-size: 13px;
}
.smallresume img,
.resume img,
.noimage img {
  width: 100%;
  height: auto;
  height: 280px;
  object-fit: cover;
  margin-bottom: 5px;
}
.footergrid {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
  height: 115px;
}
.footergrid .woocommerce .wc-memberships-restriction-message {
  display: none;
}
.footergrid .fa-lock {
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.footergrid .cat {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footergrid h2 {
  font-size: 20px;
  height: 46px;
}
.footergrid p {
  font-size: 14px;
  line-height: 24px;
  color: #2a2a2a;
}
.footergrid .tags {
  margin-top: 5px;
  font-size: 13px;
  color: #fff;
}
.footergrid .addtoany_shortcode {
  top: 0px!important;
}
.big .fa-lock {
  position: absolute;
  bottom: 24px;
  right: 10px;
}
.small .fa-lock {
  position: absolute;
  bottom: 24px;
  right: 10px;
}
.sidebar .addtoany_shortcode {
  float: right !important;
}
.sidebar .smalltitle.pic .fa-lock {
  /*position: absolute;*/
  bottom: 22px !important;
  right: 10px;
  top: auto !important;
}
.sidebar .date {
  position: relative;
  top: 27px;
}
.sidebar .fa-lock {
  /*position: absolute;*/
  bottom: 24px;
  left: 205px;
}
.readtoo .fa-lock {
  position: absolute;
  bottom: 24px;
  right: 10px;
}
.obrigatorio-form {
  color: red;
}
.homegrid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  row-gap: 20px;
  column-gap: 40px;
  margin-bottom: 30px;
}
.homegrid .smalltitle {
  margin-bottom: 0px !important;
  align-self: stretch;
}
.homegrid .smalltitle h2 {
  width: 90%;
}
.noticiasgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}
.noticiasgrid .smalltitle {
  width: 30%;
}
.moreposts {
  border-top: 1px solid #7b0808;
  padding: 20px 0px 30px 0px;
}
.moreposts form {
  margin-bottom: 30px;
}
.resumefilter {
  text-align: right;
  border-bottom: 1px solid #7b0808;
  padding-bottom: 20px;
}
.resumefilter select {
  padding: 8px 12px 8px 9px;
  border: 1px solid #cecece;
  border-radius: 5px;
}
.resumefilter button,
.noticiasdodia {
  border: none;
  padding: 7px 15px;
  color: #fff;
  background: #7b0808;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

.resumefilter button:hover,
.noticiasdodia:hover {
  background: #484848;
  color: white;
}
.datas-noticias {
  position: relative;
  bottom: 64px;
  right: 180px;
}
.bigblocklist {
  width: 100%;
  display: block;
  margin: 0px auto;
  max-width: 900px;
}
.bigblocklist .bigblock {
  padding: 20px 40px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 20px;
  position: relative;
}
.bigblocklist .bigblock .date_shared {
  position: absolute;
  bottom: 13px;
}
.bigblocklist .bigblock .date_shared .date {
  margin-top: 8px;
}
.bigblocklist .bigblock .imageside {
  width: 40%;
  float: left;
}
.bigblocklist .bigblock .imageside h2 {
  font-size: 24px;
  /*line-height: 34px;*/
  margin: 7px 0px;
}
.bigblocklist .bigblock .imageside .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.bigblocklist .bigblock .imageside img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}
.bigblocklist .bigblock .imageside .cat {
  font-weight: bold;
  color: #7b0808;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.bigblocklist .bigblock .addtoany_shortcode {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.bigblocklist .bigblock .fa-lock {
  font-size: 16px;
  color: #484848;
  position: absolute;
  bottom: 20px;
  right: 10px;
  top: auto;
}
.bigblocklist .bigblock .textside {
  margin-top: 20px;
  /*width: 48%;
  float: right;
  padding-bottom: 30px;*/
}
.bigblocklist .bigblock .textside .woocommerce .wc-memberships-restriction-message {
  display: none;
}
.bigblocklist .bigblock .textside h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 10px 0px;
}
.bigblocklist .bigblock .textside .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
}
.bigblocklist .bigblock .textside p {
  font-size: 18px;
  line-height: 24px;
}
.bigblocklist .bigblock .textside .tags {
  margin-top: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}
.fullresumeblock .imageside {
  width: 100% !important;
  float: none !important;
}
.fullresumeblock .imageside img {
  max-height: initial !important;
}
.fullresumeblock .textside {
  width: 100% !important;
  float: none !important;
}
.materia{
  padding: 20px 40px;
  border-bottom: 1px solid #56565687;
  /*margin: 20px 10px 20px 10px;*/
}
.prev-next-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: #7b0808;
  margin: 40px auto;
  font-weight: bold;
  width: 25%;
}
.prev-next-posts a {
  color: #7b0808;
}
.prev-next-posts a:hover {
  color: #484848;
}
.prev-next-posts i {
  margin: 0px 5px;
}
.internas {
  /*margin-top: 35px;*/
}
.internas .addtoany_shortcode {
  /*float: left;*/
}
.basic .maincontent {
  padding-bottom: 80px;
}
.basic .maincontent h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.basic .maincontent p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
.sidebar {
  width: 27%;/*25%;*/
  float: right;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  margin-top: 30px;
}
.readtoo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.readtoo .smalltitle {
  width: 32%;
  border-bottom: 1px solid #cecece;
}
.readtoo .smalltitle .addtoany_shortcode {
  position: absolute;
  bottom: 0px;
  right: 40px;
  margin-right: 0px;
}
.readtoo .smalltitle .tags {
  color: #484848;
}
.readtoo .noimage {
  height: 250px;
  border-bottom: 1px solid #cecece;
}
.readtoo .noimage h2 {
  font-size: 20px !important;
}
.readtoo .noimage p {
  font-size: 12px !important;
}
.readtoo .noimage hr {
  display: none !important;
}
.date_shared {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.date_shared li {
  list-style: none;
}
.singlepost {
  width: 72%;/*70%;*/
  float: left;
  margin: 30px 0px 30px 0px;
}
.singlepost img {
  width: 100%;
  height: auto;
  /*max-height: 300px; removendo limite altura foto dentro da notícia - RVC*/
  object-fit: cover;
  /*margin-bottom: 20px;*/
}

.singlepost h1 {
  font-size: 32px;
  line-height: 44px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
}
.singlepost h1 i {
  display: none;
}
.singlepost p {
  /*font-size: 14px;
  line-height: 24px;*/
}
.singlepost p a {
  font-weight: bold;
  color: #7b0808;
}
.singlepost p a:hover {
  color: #484848;
}
.singlepost hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #484848;
  opacity: 0.2;
  margin: 12px 0px;
}
.singlepost .tags {
  /*margin-top: 15px;*/
  font-size: 12px;
  color: #484848;
  position: relative;
}
.singlepost .tags a {
  color: #484848 !important;
}
.singlefullpost {
  width: 100%;
  margin: 20px 0px 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
}
.singlefullpost img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.singlefullpost .cat {
  font-weight: bold;
  color: #7b0808;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.singlefullpost .date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.singlefullpost h1 {
  font-size: 32px;
  line-height: 44px;
  margin: 0px 0px 10px 0px;
}
.singlefullpost h1 i {
  display: none;
}
.singlefullpost p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.singlefullpost p a {
  font-weight: bold;
  color: #7b0808;
}
.singlefullpost p a:hover {
  color: #484848;
}
.singlefullpost hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background: #484848;
  opacity: 0.2;
  margin: 12px 0px;
}
.singlefullpost .tags {
  margin-top: 5px;
  font-size: 12px;
  color: #7b0808;
}
.planlist.pj {
  display: none;
}
.planlist.pf {
  display: none;
}
.planlist.active {
  display: block;
}
.plans {
  padding-bottom: 50px;
}
.plans .difplan {
  text-align: center;
}
.plans .difplan a.btn {
  margin-left: 20px;
  display: inline;
}
.plans .plantype {
  text-align: center;
  list-style-type: none;
}
.plans .plantype li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 30px;
  border-bottom: 1px solid #484848;
  cursor: pointer;
  font-weight: bold;
}
.plans .plantype li:hover,
.plans .plantype li.active {
  border-color: #7b0808;
  color: #7b0808;
}
.plans .planlist {
  text-align: center;
  display: flex;
  justify-content: center;
  /*text-align: center;*/
  /**padding: 40px;**/

}
.plans .planlist .planbox {
  background: #fff;
  border: 1px solid #cecece;
  width: 75%;
  margin: 0px 5px 70px 5px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0px 40px 0px;
  position: relative;
  display: inline-block;
}
.plans .planlist .planbox .prantit {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.plans .planlist .planbox .prantit span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
}
.plans .planlist .planbox hr {
  border: 0px;
  margin: 10px 0px 0px 0px;
  height: 1px;
  background: #cecece;
}
.plans .planlist .planbox .maisinfo {
  margin: 20px 0px;
  display: block;
  font-size: 16px;
  text-align: left;
  padding: 0 4em;
}
.plans .planlist .planbox .price {
  margin-top: 20px;
  display: block;
}
.plans .planlist .planbox .price .woocommerce-Price-amount {
  display: block;
  font-weight: bold;
  color: #484848;
  font-size: 32px;
}
.plans .planlist .planbox .price .subscription-details.parcelamento{
  font-weight: 500;
  color: black;
  font-size: 24px; 
}

.equivalente{
  font-size: 20px;
}
.plans .planlist .planbox .buy {
  display: inline-block;
  background: #7b0808;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}
.plans .planlist .planbox .buy:hover {
  background: #484848;
}
.rrpremium {
  margin-top: 0px;
}
.rrpremium .topsec {
  padding: 120px 0px;
}
.rrpremium .topsec .text {
  max-width: 50%;
}
.rrpremium .topsec .text h1 {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #7b0808;
}
.rrpremium .topsec .text p {
  font-size: 16px;
  line-height: 26px;
}
.rrpremium .middlesec {
  padding: 100px 0px;
}
.rrpremium .middlesec .text {
  max-width: 50%;
  float: right;
}
.rrpremium .middlesec .text h2 {
  color: #7b0808;
  font-size: 28px;
  margin-bottom: 20px;
}
.rrpremium .middlesec .text p {
  margin-bottom: 20px;
}
.rrpremium .middlesec .text ul {
  margin-left: 30px;
}
.rrpremium .middlesec .text ul li {
  margin-bottom: 10px;
}
.rrpremium .finalsec {
  padding: 60px 0px;
  background: #fff;
}
.rrpremium .finalsec h2 {
  color: #7b0808;
  font-size: 28px;
  margin-bottom: 20px;
}
.rrpremium .finalsec h2,
.rrpremium .finalsec p {
  text-align: center;
}
.rrpremium .finalsec form p {
  text-align: left;
}
.rrpremium .finalsec form p label {
  font-size: 14px;
}
.rrpremium .finalsec form p label input,
.rrpremium .finalsec form p label select {
  margin-top: 10px;
}
.rrpremium .finalsec form p input[type=submit] {
  width: 100%;
  float: none;
}
.rrpremium .finalsec form p input[type=submit]:hover {
  background: #484848;
}
.order-total.recurring-total,
.fee.recurring-total {
  display: none;
}
.woocommerce .wc-memberships-restriction-message {
  background: #7b0808;
  border: none;
  font-size: 18px;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.woocommerce .wc-memberships-restriction-message i {
  font-size: 14px;
  margin-right: 10px;
}
.woocommerce .wc-memberships-restriction-message a {
  color: #fff;
  font-weight: bold;
}
.woocommerce .wc-memberships-restriction-message a:hover {
  opacity: 0.5;
}
.woocommerce .wc-memberships-restriction-message:before {
  display: none;
}
.woocommerce-Addresses header {
  position: relative;
  font-size: 14px;
  display: block;
  border: none;
}
.woocommerce-Addresses address {
  font-size: 12px;
  text-decoration: underline;
  font-style: initial;
}
.woocommerce-account .addresses .title .edit {
  float: none;
  margin-left: 10px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--duvidas-frequentes,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--termos-de-uso,
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .woocommerce-table__line-item .woocommerce-table__product-name .wc-item-meta {
  display: none;
}
.cookieConsentContainer {
  z-index: 999;
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  padding: 0px 30px 30px 30px;
  background: rgba(4, 0, 0, 0.63);
  overflow: hidden;
  position: fixed;
  bottom: 1px;
  display: none;
}
.cookieConsentContainer .cookieTitle a {
  font-family: 'MafraCondensedBold';
  color: #7b0808;
  font-size: 42px;
  line-height: 20px;
  display: block;
  padding: 0px 20px;
  position: relative;
  top: 36px;
  display: none;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 15px;
  /* line-height: 40px; */
  display: block;
  position: relative;
  top: 38px;
  /* padding: 0px 20px; */
  text-align: center;
}
.cookieConsentContainer .cookieDesc a {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  /* margin-top: 14px; */
  background: #7b0808;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
  float: right;
  height: 100%;
  position: relative;
  right: 73px;
  top: 5px;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #2a2a2a;
}
@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0!important;
    left: 0!important;
    width: 100% !important;
  }
}
#rd-column-kx7l3cuw > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#rd-section-kx7l3cuq {
  background: none !important;
}
#rd-section-kx7l3cuq #conversion-form-banner-rr-destaques,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-1-novo-site,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-2-novo-site,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-tag,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-categoria-novo-site,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-busca-novo-site {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;

}
#rd-section-kx7l3cuq #conversion-form-banner-rr-destaques .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-1-novo-site .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-2-novo-site .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-tag .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-categoria-novo-site .bricks-form__fieldset,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-busca-novo-site .bricks-form__fieldset {
  width: 90%;
}

#rd-section-kx7l3cuq #conversion-form-banner-rr-destaques .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-1-novo-site .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-2-novo-site .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-tag .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-categoria-novo-site .bricks-form__submit,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-busca-novo-site .bricks-form__submit{
  width: 90%;
}

#rd-section-kx7l3cuq #conversion-form-banner-rr-destaques .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-1-novo-site .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-2-novo-site .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-tag .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-categoria-novo-site .bricks-form__label,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-busca-novo-site .bricks-form__label {
  color: #fff;
  font-size: 14px;
}

#rd-section-kx7l3cuq #conversion-form-banner-rr-destaques .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-1-novo-site .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-materia-posicao-2-novo-site .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-tag .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-ultimas-noticias-categoria-novo-site .bricks-form__submit #rd-button-kx7l3cv0,
#rd-section-kx7l3cuq #conversion-form-rr-destaques-busca-novo-site .bricks-form__submit #rd-button-kx7l3cv0 {
  background: #7b0808;
  font-size: 16px;
  height: 36px;
  border: none;
  margin-top: 23px;
}

select{
  background-size: 0.6em!important;
}