@charset "UTF-8";
/* SETUP */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;0,900;1,100&display=swap");

.home-page .links-rapidos .main .link .left,
.home-page .links-rapidos .main .link,
.home-page section.content-products .title .btn-ver i,
.home-page section.lancamentos .main .right .ctn li.product .ctnDown,
.home-page section.lancamentos .main .right .ctn li.product,
.home-page section.lancamentos .main .right .ctn,
._itemGrid .ctn .bottom,
._itemGrid .ctn figure img,
._itemGrid .ctn figure:before,
.modalBusca .topo .main .close,
.btn:before,
.btn i,
.site-header .headerMiddle .right .link img,
.site-header .headerMiddle .right .account,
.site-header .headerMiddle .left .selectEditorial .dropdown,
a,
span,
svg,
img,
ul,
li {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin: 0px;
}

img.no-cut {
  object-fit: contain !important;
}

.main {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  position: relative;
  z-index: 2;
}

a {
  color: #000;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: 900 !important;
}

h1 {
  font-size: 28px !important;
}

h2 {
  font-size: 26px !important;
}

h3 {
  font-size: 22px !important;
}

::selection {
  background: #fad686;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #fad686;
  /* Gecko Browsers */
  color: #fff;
}

/* SETUP */
/* CORES */
/* CORES */
body.home .site-header {
  width: 100%;
  background-color: #000;
}

.lineTopFixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
}

.scroll {
  width: 100%;
}

.woocommerce.columns-3 {
  columns: initial !important;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.site-header {
  margin: 0px !important;
  padding-top: 0 !important;
  border-bottom: 0px !important;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: #000;
  z-index: 4 !important;
}

.site-header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
}

.site-header .headerTop {
  width: 100%;
  padding: 4px 0;
}

.site-header .headerTop .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .headerTop .main .listaMenu {
  display: flex;
  margin: 0;
  margin-left: -15px;
}

.site-header .headerTop .main .listaMenu li {
  margin: 0px 10px;
}

.site-header .headerTop .main .listaMenu a {
  color: rgba(255, 255, 255, 0.4666666667);
  padding: 0px 5px;
  font-size: 15px;
  font-weight: 400;
}

.site-header .headerTop .main .listaMenu a:hover {
  color: #fff;
}

.site-header .headerTop .main .redes {
  display: flex;
}

.site-header .headerTop .main .redes a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4666666667);
  margin: 0px 10px;
}

.site-header .headerTop .main .redes a:hover {
  color: #fff;
}

.site-header .headerMiddle {
  width: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 4;
}

.site-header .headerMiddle .left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header .headerMiddle .left .brand {
  font-size: 0px;
}

.site-header .headerMiddle .left .brand img {
  max-width: 160px;
}

.site-header .headerMiddle .left .selectEditorial {
  color: #fff;
  position: relative;
}

.site-header .headerMiddle .left .selectEditorial p {
  font-size: 13px;
  white-space: nowrap;
  margin: 0;
}

.site-header .headerMiddle .left .selectEditorial .flex {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .headerMiddle .left .selectEditorial .flex strong {
  font-size: 18px;
  white-space: nowrap;
}

.site-header .headerMiddle .left .selectEditorial:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.site-header .headerMiddle .left .selectEditorial .dropdown {
  position: absolute;
  padding: 10px 15px;
  background-color: #000;
  top: 35px;
  left: 0px;
  z-index: 2;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
}

.site-header .headerMiddle .left .selectEditorial .dropdown a {
  display: inline-block;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  margin: 5px 0;
  font-size: 14px;
}

.site-header .headerMiddle .right {
  width: calc(100% - 210px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header .headerMiddle .right .account {
  margin: 0px 13px;
  position: relative;
  z-index: 9;
}

.site-header .headerMiddle .right .account .submenu {
  width: 220px;
}

.site-header .headerMiddle .right .link {
  position: relative;
  margin: 0px 13px;
}

.site-header .headerMiddle .right .link:hover img {
  opacity: 0.6;
}

.site-header .headerMiddle .right .link img {
  position: relative;
  z-index: 2;
  border-radius: 0px;
}

.site-header .headerMiddle .right .link .number {
  position: absolute;
  right: -9px;
  top: -7px;
  background-color: #f9b000;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 600;
  display: flex;
  z-index: 9;
}

.site-header .headerMiddle .right .link .number.loading {
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-size: 58%;
  background-position: center;
}

.site-header .headerBottom {
  background-color: #1F1F1F;
}

.site-header .headerBottom .menu-item-has-children {
  position: relative;
}

.site-header .headerBottom .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 46px;
}

.site-header .headerBottom .menu-item-has-children .sub-menu {
  width: 220px;
  position: absolute;
  right: 0px;
  top: 60px;
  background-color: #fff;
  padding: 13px 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  margin: 0;
  display: block;
}

.site-header .headerBottom .menu-item-has-children .sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 18px;
  top: -10px;
}

.site-header .headerBottom .menu-item-has-children .sub-menu:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: -16px;
}

.site-header .headerBottom .menu-item-has-children .sub-menu li {
  width: 100%;
  padding: 0;
}

.site-header .headerBottom .menu-item-has-children .sub-menu li a {
  width: 100%;
  display: block;
  color: #000;
  padding: 5px 0;
}

.site-header .headerBottom .listaMenu {
  display: flex;
  margin: 0;
}

.site-header .headerBottom .listaMenu li {
  margin: 0 10px;
}

.site-header .headerBottom .listaMenu li.yellow {
  background-color: #f9b000;
}

.site-header .headerBottom .listaMenu li.yellow a {
  color: #000;
  padding: 10px 15px;
  font-weight: 600;
}

.site-header .headerBottom .listaMenu li a {
  padding: 10px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.site-header .headerBottom .listaMenu li a:hover {
  opacity: 0.5;
}

.site-header .headerBottom .submenu .listaMenu {
  display: block;
}

.site-header .btn {
  padding: 10px 15px;
}

.site-header .btn img {
  margin-right: 7px;
}

.site-header .clickMenuDrop {
  position: relative;
  z-index: 2;
}

.site-header .clickMenuDrop:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 34px;
}

.site-header .clickMenuDrop .submenu {
  opacity: 0;
  visibility: hidden;
  width: 220px;
  position: absolute;
  right: -18px;
  top: 110px;
  background-color: #fff;
  padding: 13px 20px;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  margin: 0;
  display: block;
  z-index: 4;
}

.site-header .clickMenuDrop .submenu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 18px;
  top: -10px;
}

.site-header .clickMenuDrop .submenu:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: -16px;
}

.site-header .clickMenuDrop .submenu ul {
  margin: 0;
}

.site-header .clickMenuDrop .submenu li {
  width: 100%;
  padding: 0;
}

.site-header .clickMenuDrop .submenu li a {
  width: 100%;
  display: block;
  color: #000;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-header .clickMenuDrop .submenu li a span {
  padding: 2px 5px;
  background-color: #f9b000;
  color: #000;
  font-size: 12px;
  border-radius: 20px;
}

.site-header .clickMenuDrop .submenu li a:hover {
  opacity: 0.5;
}

.btn {
  padding: 10px 20px;
  background-color: #f9b000;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  min-width: 110px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  text-align: center;
}

.btn img {
  margin-right: 10px;
  width: auto;
  height: auto;
}

.btn.red {
  background-color: red;
  color: #fff;
}

.btn.btn-purple {
  background-color: #8d45c5;
  color: #fff;
}

.btn.btn-black {
  background-color: #000;
  color: #fff;
}

.btn.btn-bordered {
  background-color: transparent;
  border: 2px solid #f9b000;
  color: #fff;
  white-space: nowrap;
  padding: 15px 30px;
}

.btn.center {
  display: table;
  margin: 0 auto;
}

.btn i {
  margin-left: 15px;
}

.btn:before {
  content: "";
  width: 0px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.btn:hover:before {
  width: 100%;
}

.btn:hover i {
  margin-left: 20px;
  margin-right: -5px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-color: transparent;
  margin: auto;
  z-index: 2;
  border: 0px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: transparent;
  opacity: 0.7;
}

.slick-prev {
  left: -30px;
  background-image: url("../images/icones/arrow-left.png");
}

.slick-next {
  background-image: url("../images/icones/arrow-right.png");
  right: -30px;
}

.contentProdutos {
  width: 100%;
  padding: 20px 0;
}

.contentProdutos .main {
  max-width: 1430px;
}

.contentProdutos .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  box-sizing: border-box;
}

.contentProdutos .top h3 {
  font-weight: 800;
  margin: 0;
}

.contentProdutos .top a {
  color: #848484;
  font-weight: 600;
}

.contentProdutos .top a:hover {
  color: #000;
}

.contentProdutos .slick-prev {
  left: -45px;
}

.contentProdutos .slick-next {
  right: -45px;
}

.barAds {
  width: 100%;
  margin: 60px 0;
  position: relative;
  z-index: 2;
}

.barAds.first {
  margin-bottom: 20px;
}

.barAds .ads {
  margin: 0 auto;
  display: table;
}

.barAds .ads .g-col {
  margin: 0 10px;
}

.barAds .ads.apoie {
  width: 970px;
  max-width: 90%;
  padding: 25px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  background: url("../images/banner-apoie.jpg") no-repeat;
  background-size: cover;
  position: relative;
  align-items: center;
}

.barAds .ads.apoie:before {
  content: "";
  width: 12px;
  height: 100%;
  background-color: #8d45c5;
  position: absolute;
  left: 0;
  top: 0;
}

.barAds .ads.apoie .left {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  max-width: 500px;
  line-height: 1.2;
  margin-left: 10px;
}

.barAds .ads.apoie .left strong {
  font-weight: 900;
  color: #f9b000;
}

footer {
  width: 100%;
  background-color: #2c2c2c;
  color: #fff;
}

footer .lineTop {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .lineTop .main {
  display: flex;
  justify-content: space-between;
}

footer .lineTop .main .left {
  display: flex;
  align-items: center;
}

footer .lineTop .main .left .substantivo {
  margin-left: 70px;
}

footer .lineTop .main .left .substantivo p {
  margin: -2px 0;
  font-size: 15px;
}

footer .lineTop .main .right p {
  margin: 0;
}

footer .lineTop .main .right .redes {
  display: flex;
}

footer .lineTop .main .right .redes a {
  font-size: 18px;
  color: #f9b000;
  margin-right: 20px;
}

footer .lineMiddle {
  padding: 30px 0;
}

footer .lineMiddle .main .listaMenu {
  width: 100%;
  display: flex;
  margin: 0;
}

footer .lineMiddle .main .listaMenu .menu-item-has-children {
  width: 20%;
  padding: 10px;
}

footer .lineMiddle .main .listaMenu .menu-item-has-children a {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 900;
  color: #fff;
}

footer .lineMiddle .main .listaMenu .menu-item-has-children .sub-menu a {
  font-size: 15px;
  margin-bottom: 0px;
  color: #b0b0b0;
  font-weight: normal;
}

footer .lineMiddle .main .listaMenu ul {
  margin: 0;
}

footer .lineMiddle .main .listaMenu li {
  margin: 2px 0;
}

footer .lineMiddle .main .listaMenu li a {
  color: #b0b0b0;
  font-weight: normal;
}

footer .lineMiddle .main .listaMenu li a:hover {
  color: #fff;
}

footer .lineDown {
  width: 100%;
  background-color: #1f1f1f;
  color: #4f4f4f;
  font-size: 14px;
  padding: 20px 0;
}

footer .lineDown .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .lineDown .main .selo img {
  max-width: 110px;
}

.modalBusca {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #000;
  display: none;
}

.modalBusca .topo {
  width: 100%;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modalBusca .topo .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalBusca .topo .main .close {
  cursor: pointer;
}

.modalBusca .topo .main .close:hover {
  opacity: 0.8;
}

.modalBusca .bottom {
  width: 100%;
  padding: 150px 0;
}

.modalBusca .bottom form {
  display: flex;
  justify-content: space-between;
}

.modalBusca .bottom form input {
  width: 80%;
  padding: 10px 0;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  font-size: 22px;
}

.modalBusca .bottom form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.modalBusca .bottom form button {
  width: 15%;
  padding: 10px 30px;
  text-align: center;
}

.overModalBusca {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.gridPost {
  width: 100%;
  margin: 40px 0;
}

.gridPost.col-5 .grid li {
  width: 20%;
}

.gridPost.col-3 .grid li {
  width: 33.3%;
}

.gridPost .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.gridPost .grid li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.gridPost .grid li.pd-20 {
  padding: 20px;
}

.gridPost .grid li:hover img {
  opacity: 0.8;
}

.gridPost .grid li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gridPost .grid li .cat {
  margin-top: 7px;
  font-size: 14px;
  color: #868686;
  display: block;
}

.gridPost .grid li .data {
  margin-top: 0px;
  font-size: 13px;
  color: #868686;
  display: block;
}

.gridPost .grid li h4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0;
}

.home-page {
  overflow-x: hidden !important;
}

.site {
  overflow-x: initial !important;
}

.inner-page,
.site-content {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .col-full {
    max-width: 1200px !important;
  }

  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 100% !important;
    margin-top: -45px !important;
  }
}

.woocommerce-cart-form {
  float: left;
  width: 60%;
}

.cart-collaterals {
  width: calc(40% - 50px);
  float: right;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #f9b000 !important;
}

.cart-collaterals .cross-sells {
  display: none;
}

.main .storefront-sorting .woocommerce-pagination {
  display: none;
}

.main.last .storefront-sorting .woocommerce-pagination {
  display: flex;
}

.main.last .storefront-sorting .woocommerce-ordering,
.main.last .storefront-sorting .woocommerce-result-count {
  display: none;
}

.woocommerce-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

#woocommerce_ordering_custom {
  display: none;
}

#woocommerce_ordering_custom select,
#woocommerce_ordering_custom option {
  text-transform: capitalize;
}

.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #000 !important;
}

.added_to_cart {
  background-color: transparent !important;
  color: #f9b000 !important;
  width: 100%;
  text-align: center;
}

.posts {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.posts.col-crazy ._itemGrid:nth-child(3),
.posts.col-crazy ._itemGrid:nth-child(4) {
  width: 50%;
}

.posts.pd-20 ._itemGrid {
  padding: 20px;
  box-sizing: border-box;
}

.posts.col-crazy2 ._itemGrid:nth-child(3) {
  width: 50%;
}

.posts.col-3-crazy ._itemGrid:first-child {
  width: 50%;
}

.posts.col-1 ._itemGrid {
  width: 100%;
}

.posts.col-2 ._itemGrid {
  width: 50%;
}

.posts.col-3 ._itemGrid {
  width: 33.3%;
}

.posts ._itemGrid {
  width: 25%;
}

.posts ._itemGrid.col-4 {
  width: 25%;
}

.posts ._itemGrid.col-3 {
  width: 33.3%;
}

.posts ._itemGrid.col-2 {
  width: 50%;
}

._itemGrid {
  padding: 10px;
  box-sizing: border-box;
  float: left;
}

._itemGrid .ctn {
  width: 100%;
  position: relative;
}

._itemGrid .ctn .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 3;
}

._itemGrid .ctn:hover .bottom {
  padding-bottom: 40px;
}

._itemGrid .ctn:hover figure img {
  transform: scale(1.1);
}

._itemGrid .ctn .tags {
  display: flex;
  margin: 0px;
  margin-bottom: 10px;
}

._itemGrid .ctn .tags li {
  margin-right: 10px;
}

._itemGrid .ctn .tags li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 5px;
  background-color: #f9b000;
}

._itemGrid .ctn .tags li:first-child {
  margin-left: 0px;
}

._itemGrid .ctn span {
  font-size: 15px;
}

._itemGrid .ctn .title-c {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  margin: 2px 0px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  max-width: 450px;
}

._itemGrid .ctn .title-c a {
  color: #fff;
}

._itemGrid .ctn .date {
  border-left: 4px solid #f9b000;
  padding-left: 8px;
  width: 100%;
  display: inline-block;
}

._itemGrid .ctn .autor {
  display: flex;
  align-items: center;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 14px;
}

._itemGrid .ctn .autor span {
  margin: 0px 5px;
}

._itemGrid .ctn .autor span i {
  margin-right: 5px;
  font-size: 18px;
}

._itemGrid .ctn .autor img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 80px;
}

._itemGrid .ctn .infos {
  font-size: 13px;
  display: flex;
  font-weight: lighter;
  justify-content: space-between;
}

._itemGrid .ctn .infos span {
  margin: 0px 5px;
}

._itemGrid .ctn .infos span:first-child {
  margin-left: 0px;
}

._itemGrid .ctn .infos span:first-child {
  margin-right: 0px;
}

._itemGrid .ctn .infos span i {
  margin-right: 0px;
}

._itemGrid .ctn figure {
  width: 100%;
  height: 350px !important;
  position: relative;
  z-index: 0;
  background-color: #000;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

._itemGrid .ctn figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.65;
  z-index: 1;
}

._itemGrid .ctn figure img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

._itemGrid .ctn .bottom {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 28px;
  padding-top: 50px;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
}

._itemGrid .ctn .bottom .redes {
  display: flex;
}

._itemGrid .ctn .bottom .redes a {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}

._itemGrid .ctn .bottom a {
  color: #fff;
}

._itemGrid.style-02 .iconMicrophone {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  font-size: 32px;
  z-index: 2;
}

._itemGrid.style-02 .autor {
  display: none;
}

._itemGrid.style-03 .ctn figure {
  height: 250px !important;
}

._itemGrid.style-03 .ctn figure:before {
  opacity: 0.4;
}

._itemGrid.style-04 .ctn {
  display: inline-block;
}

._itemGrid.style-04 .ctn figure {
  width: 130px;
  height: 130px !important;
  margin-right: 15px;
  float: left;
}

._itemGrid.style-04 .ctn figure:before {
  display: none;
}

._itemGrid.style-04 .ctn .right {
  width: calc(100% - 160px);
  float: left;
}

._itemGrid.style-04 .ctn .right .title-c {
  color: #000;
  font-size: 18px;
}

._itemGrid.style-04 .ctn .right a.more {
  font-weight: bold;
  color: #000;
}

._itemGrid.style-04 .ctn .tags {
  margin-bottom: 5px;
}

._itemGrid.style-04 .ctn .tags li a {
  color: #fff !important;
}

._itemGrid.style-05 {
  padding: 0px 40px;
}

._itemGrid.style-05 .ctn {
  overflow: hidden;
  border-radius: 5px;
}

._itemGrid.style-05 .ctn figure {
  height: 400px !important;
}

._itemGrid.style-05 .ctn figure:before {
  display: none;
}

._itemGrid.style-05 .ctn .bottom {
  background-color: #fff;
  color: #000;
  padding-top: 25px;
}

._itemGrid.style-05 .ctn .title-c {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

._itemGrid.style-06 {
  position: relative;
  padding: 0;
}

._itemGrid.style-06.flex .main {
  display: flex;
  align-items: flex-end;
}

._itemGrid.style-06.flex .main .btn {
  width: auto;
}

._itemGrid.style-06.flex .ctn .date {
  border-left: 0px;
  padding-left: 0px;
}

._itemGrid.style-06.flex .ctn .title-c {
  margin-top: 10px;
  font-size: 32px;
  max-width: 100%;
}

._itemGrid.style-06.flex .ctn .description {
  margin-top: 10px;
  font-size: 15px;
}

._itemGrid.style-06 .main .left {
  width: 60%;
}

._itemGrid.style-06 .main .btn {
  margin-bottom: 20px;
  width: 225px;
  padding: 10px;
}

._itemGrid.style-06 .bg {
  width: 100%;
  height: 450px !important;
}

._itemGrid.style-06 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._itemGrid.style-06 .number {
  position: absolute;
  left: 20px;
  top: -10px;
  background-color: #000;
  color: #f9b000;
  padding: 5px 10px;
  z-index: 2;
}

._itemGrid.style-06 .totalViews {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 2;
  font-weight: bold;
}

._itemGrid.style-06 .totalViews i {
  font-size: 20px;
  margin-right: 6px;
}

._itemGrid.style-07 {
  padding: 20px;
}

._itemGrid.style-07 .ctn {
  border-radius: 0px;
}

._itemGrid.style-07 .ctn figure {
  height: auto !important;
}

._itemGrid.style-07 .ctn figure:before {
  display: none;
}

._itemGrid.style-07 .ctn figure img {
  height: 250px;
  border-radius: 0px;
  opacity: 0.7;
}

._itemGrid.style-07 .ctn .bottom {
  color: #000;
  position: relative;
  padding: 10px 0;
}

._itemGrid.style-07 .ctn .title-c {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 45px;
}

._itemGrid.style-07 .ctn .description {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 1.4;
}

._itemGrid.style-07 .ctn .lineBottom {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

._itemGrid.style-07 .ctn .lineBottom .btn {
  padding: 7px 15px;
  font-size: 17px;
}

._itemGrid.style-07 .ctn .date {
  border-left: 0px;
  padding-left: 0;
  font-weight: 700;
  color: #7d7d7d;
  display: flex;
  font-size: 17px;
  align-items: center;
  width: auto;
}

._itemGrid.style-07 .ctn .date i {
  font-size: 26px;
  margin-right: 8px;
  color: #000;
}

.bloco-posts {
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}

.bloco-posts .title {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  padding: 0px 10px;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bloco-posts .title .center {
  max-width: 400px;
  font-size: 14px;
  text-align: left;
}

.bloco-posts .title .btn-ver {
  font-weight: 900;
  color: #8d45c5;
}

.bloco-posts .title .btn-ver:hover {
  opacity: 0.8;
}

.bloco-posts .title h3 {
  font-size: 32px !important;
  font-weight: bold;
  position: relative;
  color: #000;
  margin: 0;
}

.bloco-posts .title h3:before {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  top: -5px;
  margin: auto;
}

.bloco-posts .title .right {
  display: flex;
  align-items: center;
}

.bloco-posts .title .arrows {
  display: flex;
  margin-left: 10px;
}

.bloco-posts .title .arrows .arrow {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: 3px solid #bfbfbf;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: relative !important;
  margin: 0px 3px;
  font-size: 17px;
  color: #bfbfbf;
}

.bloco-posts .title .arrows .arrow:hover {
  border-color: #8d45c5;
  color: #8d45c5;
}

.bloco-posts .filtroData {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.bloco-posts .filtroData .leftL {
  width: 160px;
  padding-left: 8px;
  border-left: 4px solid #f9b000;
  font-weight: 900;
  margin-right: 0px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.bloco-posts .filtroData .fields {
  position: relative;
}

.bloco-posts .filtroData .fields input {
  background-color: #fff;
  box-shadow: initial;
  font-weight: 600;
  font-size: 18px;
  padding: 0px;
  margin-left: 0px;
  padding-right: 60px;
  border-bottom: 1px solid #d2cece;
  width: 200px;
}

.bloco-posts .filtroData .fields i {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.bloco-posts.loja {
  background-color: #f9b000;
  padding: 30px 0;
  padding-bottom: 60px;
}

.bloco-posts.loja .title .btn-ver {
  color: #000;
}

.bloco-posts.grey {
  padding: 40px 0;
  background-color: #f0f0f0;
}

.bloco-posts.grid-6-posts {
  display: inline-block;
}

.bloco-posts.grid-6-posts .ctn-down {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bloco-posts.grid-6-posts .ctn-down .left {
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
}

.bloco-posts.grid-6-posts .ctn-down .left ._itemGrid {
  width: 50%;
}

.bloco-posts.grid-6-posts .ctn-down .ads-right {
  width: 360px;
}

.bloco-posts.acervo {
  background-image: url("../images/bg-acervo.jpg");
  background-size: cover;
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  margin-bottom: -5px;
}

.bloco-posts.acervo .title {
  margin-bottom: 40px;
}

.bloco-posts.acervo .title h3 {
  color: #fff;
  display: flex;
  align-items: center;
}

.bloco-posts.acervo .title h3 img {
  margin-right: 20px;
}

.bloco-posts.acervo .title h3:before {
  display: none;
}

.bloco-posts.acervo .title .btn-ver {
  color: #f9b000;
}

.bloco-posts.acervo .title .arrows .arrow:hover {
  border-color: #f9b000;
  color: #f9b000;
}

.bloco-posts.acervo .posts {
  width: calc(100% + 50px);
  margin-left: -25px;
}

.newsletter {
  width: 100%;
  display: inline-block;
  padding: 40px 0;
  background-color: #f9b000;
  margin-top: -2px;
}

.newsletter .main {
  display: flex;
  justify-content: space-between;
}

.newsletter .main .title {
  width: 280px;
  font-weight: 900;
  font-size: 28px;
  color: #000;
  line-height: 1.1;
}

.newsletter .main form {
  width: calc(100% - 310px);
  display: flex;
  align-items: baseline;
  margin: 0;
}

.newsletter .main form input[type=submit] {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10px !important;
}

.field {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.field.field-50 {
  width: 50%;
}

.field input,
.field textarea {
  width: 100%;
  padding: 13px !important;
  box-sizing: border-box;
  border: 0px;
  font-size: 16px;
}

.field .btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10px !important;
}

.bannerTop {
  width: 100%;
  position: relative;
  padding: 100px 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.bannerTop.catProduct {
  padding: 20px 0 !important;
  margin-bottom: 0;
  background: #f9b000;
}

.bannerTop.catProduct:before {
  display: none;
}

.bannerTop.catProduct .subtitle {
  font-size: 46px;
}

.bannerTop .main {
  position: relative;
  z-index: 2;
}

.bannerTop.entrevista .title {
  font-size: 42px;
  margin-bottom: 60px;
  margin-top: 0;
}

.bannerTop:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.bannerTop .title {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0px;
  color: #fff;
}

.bannerTop .subtitle {
  width: 100%;
  font-weight: 900;
  color: #fff;
  font-size: 57px;
  margin: 0;
  line-height: 1.1;
}

.bannerTop .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.bannerTop .barBottom {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bannerTop .barBottom .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bannerTop .barBottom .main .left {
  display: flex;
}

.bannerTop .barBottom .main .left a {
  padding: 25px 20px;
  color: #fff;
  border-bottom: 3px solid transparent;
}

.bannerTop .barBottom .main .left a:hover {
  opacity: 0.8;
}

.bannerTop .barBottom .main .left a.active {
  border-color: #f9b000;
}

.bannerTop .barBottom .main .issn {
  padding: 5px 10px;
  color: #000;
  background-color: #f9b000;
  font-weight: 900;
}

.page-template-poroutrofutebol .bannerTop {
  border-bottom: 5px solid #ccc;
}

.page-template-poroutrofutebol .bloco-posts .title h3:before {
  background-color: #fff;
}

.page-template-poroutrofutebol .bloco-posts .title .btn-ver {
  color: #989898;
}

.page-template-poroutrofutebol .bloco-posts.loja .title .btn-ver {
  color: #000 !important;
}

.titleCtn {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.titleCtn:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}

.ctnForm {
  width: 100%;
}

.ctnForm .main {
  max-width: 650px;
}

.ctnForm .field {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.ctnForm .field input,
.ctnForm .field textarea {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 0px;
  background-color: #fff;
  box-shadow: initial;
  font-size: 16px;
  border-radius: 6px;
}

.ctnForm .field span {
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}

.ctnForm .field input[type=submit] {
  width: 220px;
  background-color: #f9b000;
  border: 0px;
  color: #000;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.barSearch {
  width: 100%;
  padding: 30px 0;
  background-color: #f2f2f2;
  margin-top: -40px;
  position: relative;
  z-index: 3;
  display: inline-block;
}

.barSearch form {
  margin: 0;
}

.barSearch .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.barSearch .main .form {
  width: 60%;
  position: relative;
  margin: 0;
}

.barSearch .main .form input {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 0px;
  background-color: #fff;
}

.barSearch .main .form button {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: transparent;
  border: 0;
}

.barSearch .main .form button i {
  font-size: 22px;
}

.barSearch .main .typesSearch {
  display: flex;
}

.barSearch .main .typesSearch a {
  color: #858585;
  margin-right: 20px;
  text-decoration: underline;
}

.barSearch .main .typesSearch a.active {
  color: #000;
  font-weight: 900;
}

.barSearch .main .typesSearch a:last-child {
  margin-right: 0;
}

.barSearch .main .typesSearch a:hover {
  color: #000;
}

.barSearch .main .typesSearch a strong {
  font-weight: bold;
  margin-right: 4px;
}

.barSearch .main .right {
  display: flex;
}

.barSearch .main .right select {
  background-color: transparent;
  border: 0;
  margin-right: 20px;
  max-width: 150px;
}

.barSearch .main .linkDropdown {
  position: relative;
  margin-right: 30px;
}

.barSearch .main .linkDropdown:last-child {
  margin-right: 0;
}

.barSearch .main .linkDropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 35px;
}

.barSearch .main .linkDropdown span {
  display: flex;
  align-items: center;
}

.barSearch .main .linkDropdown span i {
  margin-left: 7px;
}

.barSearch .main .linkDropdown .dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  background-color: #f9b000;
  max-height: 1000px;
  overflow: auto;
}

.barSearch .main .linkDropdown .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f9b000;
  position: absolute;
  right: 18px;
  top: -10px;
}

.barSearch .main .linkDropdown .dropdown:after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  top: -16px;
}

.barSearch .main .linkDropdown .dropdown a {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d09403;
  font-size: 15px;
  color: #000;
  line-height: 1.1;
  display: flex;
}

.barSearch .main .linkDropdown .dropdown a p {
  margin: 0;
}

.barSearch .main .linkDropdown .dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.blocoGrid {
  width: 100%;
  margin: 40px 0;
  display: inline-block;
}

.blocoGrid .title {
  display: flex;
  align-items: baseline;
}

.blocoGrid .title h3 {
  position: relative;
  font-weight: 900;
  padding-top: 5px;
  margin: 0;
  font-size: 36px !important;
}

.blocoGrid .title h3:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  top: 0;
}

.blocoGrid .title span {
  margin-left: 20px;
  margin-bottom: 8px;
}

.blocoGrid ul.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.blocoGrid ul.grid li._item {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.blocoGrid ul.grid li._item figure {
  width: 100%;
  margin-bottom: 15px;
}

.blocoGrid ul.grid li._item figure img {
  width: 100%;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 0px !important;
}

.pagination .page-numbers {
  width: 36px;
  height: 36px;
  border: 0px;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  margin: 5px !important;
  color: #8e8e8e;
  font-size: 18px;
}

.pagination .page-numbers.current {
  color: #000;
  background-color: #f9b000;
}

.productsGray {
  width: 100%;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.productsGray .title {
  font-weight: 900;
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
}

.productsGray .products.columns-3 {
  display: flex;
  flex-wrap: wrap;
}

.productsGray .products.columns-3 li.product {
  width: 25% !important;
}

.highlight a {
  background: #f9b000 !important;
  color: #ffffff !important;
}

.sliderCategory {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.sliderCategory.hasBar {
  height: 400px;
}

.sliderCategory.hasBar ._itemGrid .ctn .bottom {
  padding-bottom: 100px;
}

.sliderCategory.hasBar ._itemGrid .bg {
  height: 400px !important;
}

.sliderCategory .barBottom {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
}

.sliderCategory .barBottom .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sliderCategory .barBottom .main .left {
  display: flex;
}

.sliderCategory .barBottom .main .left a {
  padding: 25px 20px;
  color: #fff;
  border-bottom: 3px solid transparent;
}

.sliderCategory .barBottom .main .left a:hover {
  opacity: 0.8;
}

.sliderCategory .barBottom .main .left a.active {
  border-color: #f9b000;
}

.sliderCategory .barBottom .main .issn {
  padding: 5px 10px;
  color: #000;
  background-color: #f9b000;
  font-weight: 900;
}

.sliderCategory ._itemGrid {
  width: 100%;
}

.sliderCategory ._itemGrid .ctn .bottom {
  padding: 40px;
  padding-bottom: 60px;
}

.sliderCategory ._itemGrid .ctn .title-c {
  font-size: 36px;
  max-width: 550px;
  margin-top: 30px;
}

.sliderCategory ._itemGrid .ctn .autor {
  display: block;
  margin: 20px 0;
}

.sliderCategory .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  height: 100%;
  flex-direction: column;
}

.sliderCategory .slick-dots li {
  margin: 8px;
}

.sliderCategory .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.8);
}

.sliderCategory .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 0px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  font-size: 0;
}

.sliderCategory .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.mejs-container,
.mejs-controls,
.mejs-mediaelement {
  background: #f9b000 !important;
}

.breadcrumbBar {
  width: 100%;
  padding: 40px 0;
  background-color: #f5f5f5;
}

.breadcrumbBar .main {
  padding: 0px 10px;
  box-sizing: border-box;
}

.breadcrumbBar #breadcrumbs {
  width: 100%;
  display: block;
  color: #a0a0a0;
  font-size: 15px;
  margin: 0;
}

.breadcrumbBar #breadcrumbs a,
.breadcrumbBar #breadcrumbs span {
  color: #a0a0a0;
  margin: 0px 8px;
  display: flex;
  align-items: center;
}

.breadcrumbBar #breadcrumbs .breadcrumb_last {
  white-space: nowrap;
  max-width: 600px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.ui-widget-header {
  background: #fff !important;
  border: 0px !important;
}

.bloco-volume {
  margin: 20px 0;
}

.bloco-volume .top {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}

.bloco-volume .top .main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.bloco-volume .top .main .btn-ver {
  font-weight: 900;
  color: #8d45c5;
  font-size: 18px;
  margin-bottom: 10px;
}

.bloco-volume .top .main .btn-ver:hover {
  opacity: 0.8;
}

.bloco-volume .top .title {
  border-left: 3px solid #f9b000;
  padding-left: 10px;
}

.bloco-volume .top .title span {
  width: 100%;
  display: block;
  margin-bottom: -10px;
}

.bloco-volume .top .title h3 {
  font-weight: 900;
  font-size: 30px !important;
  color: #000;
  margin: 0;
  display: flex;
}

.bloco-volume .top .title h3 p {
  margin: 0;
}

.bloco-volume .posts {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.bloco-volume ._itemGrid.style-06 {
  padding: 20px;
}

.bloco-volume ._itemGrid.style-06 .ctn .tags li a {
  background-color: transparent !important;
  color: #f9b000;
  padding: 0;
}

.bloco-volume ._itemGrid.style-06 .ctn .title-c {
  font-size: 22PX;
}

.bloco-volume ._itemGrid.style-06 .ctn .bottom {
  padding: 25px;
  padding-bottom: 30px;
}

.bloco-volume ._itemGrid.style-06 .bg {
  height: 350px !important;
}

._itemGridVolume {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 40px;
}

._itemGridVolume figure {
  width: 370px;
  margin-right: 40px;
  position: relative;
}

._itemGridVolume figure:hover {
  opacity: 0.8;
}

._itemGridVolume figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

._itemGridVolume figure .number {
  position: absolute;
  right: -20px;
  top: 20px;
  background-color: #000;
  color: #f9b000;
  padding: 5px 10px;
  z-index: 2;
}

._itemGridVolume .right {
  width: 50%;
}

._itemGridVolume .right .totalViews {
  display: flex;
  float: right;
  color: #767676;
  align-items: center;
  font-weight: bold;
}

._itemGridVolume .right .totalViews i {
  font-size: 25px;
  margin-right: 7px;
}

._itemGridVolume .right .tags {
  display: flex;
  margin: 0px;
  margin-bottom: 10px;
}

._itemGridVolume .right .tags li {
  margin-right: 10px;
}

._itemGridVolume .right .tags li a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 2px 5px;
  background-color: #f9b000;
}

._itemGridVolume .right .tags li:first-child {
  margin-left: 0px;
}

._itemGridVolume .right .title-c {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  color: #000;
  margin: 2px 0px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

._itemGridVolume .right .title-c:hover {
  opacity: 0.8;
}

._itemGridVolume .right .title-c a {
  color: #fff;
}

._itemGridVolume .right .description {
  margin: 10px 0;
  font-size: 16px;
}

.search-page .bannerTop {
  margin-bottom: 0;
}

.search-page .bannerTop .title {
  font-size: 32px;
}

#calc_shipping_country_field,
#calc_shipping_state_field,
#calc_shipping_city_field {
  display: none !important;
}

.colaborador-page .bannerTop {
  padding-top: 50px;
}

.colaborador-page .bannerTop .title {
  max-width: 700px;
}

.colaborador-page .bannerTop .subtitle {
  font-size: 41px;
  margin-bottom: 40px;
}

.colaborador-page .bannerTop .text {
  font-weight: 300;
  line-height: 1.4;
  font-size: 21px;
}

.colaborador-page .bannerTop .btns {
  display: flex;
  margin: 40px 0;
}

.colaborador-page .bannerTop .btns a {
  margin-right: 16px;
}

.parceiros-page .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.parceiros-page .grid ._item {
  width: 50%;
  padding: 30px;
}

.parceiros-page .grid ._item:hover {
  opacity: 0.7;
}

.parceiros-page .grid ._item figure {
  width: 120px;
  margin-bottom: 30px;
}

.parceiros-page .grid ._item figure img {
  width: 100%;
}

.parceiros-page .grid ._item h4 {
  font-size: 17px;
  font-weight: 900;
  position: relative;
  padding-top: 10px;
}

.parceiros-page .grid ._item h4:before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  top: 0;
}

.parceiros-page .grid ._item .text {
  margin-top: 10px;
}

.bloco-form {
  width: 100%;
  padding: 50px 0;
}

.bloco-form .main {
  max-width: 500px;
}

.bloco-form .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #000;
  position: relative;
  padding-top: 10px;
}

.bloco-form .title:before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.bloco-form .ctnForm {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

.bloco-form .ctnForm .field {
  width: 100%;
  padding: 5px 10px;
}

.bloco-form .ctnForm .field input,
.bloco-form .ctnForm .field textarea,
.bloco-form .ctnForm .field select {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  border: 1px solid #969ca7;
  border-radius: 10px;
}

.bloco-form .ctnForm .field input[type=submit] {
  background-color: #f9b000;
  color: #fff;
  border: 0;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px 15px;
}

.bloco-form .ctnForm .field input[type=submit]:hover {
  background-color: #f54e1b;
}

.wpcf7 .ajax-loader {
  width: 24px !important;
}

.anuncie-page .bannerTop .title {
  width: auto;
}

.anuncie-page .bannerTop .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#bitnami-banner {
  display: none !important;
}

.woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}

.buddypress .site-main {
  max-width: 1200px;
  margin: 0 auto !important;
  margin-top: 40px !important;
}

.rc-anchor-invisible {
  display: none !important;
}

.favorite-post-button.favorited svg {
  fill: #f9b000;
}

#colecaoGridManager ._itemGrid .ctn .check {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: #fff;
  border-radius: 60px;
  z-index: 9;
  border: 1px solid #f9b000;
}

#colecaoGridManager ._itemGrid .ctn .check.checked {
  background-color: #f9b000;
}

#colecaoGridManager ._itemGrid .ctn .check.checked:hover {
  background-color: #e3a004;
}

#colecaoGridManager ._itemGrid .ctn .check:hover {
  background-color: #a1a1a1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.switch input:checked+.slider {
  background-color: #f9b000;
}

.switch input:checked+.slider::before {
  transform: translateX(26px);
}

.btn-add-preferencie {
  width: 90px;
  height: 90px;
  border: 4px solid #ccc;
  border-radius: 90px;
  background-color: #fff;
  background-image: url("../images/icones/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0;
}

.btn-add-preferencie.active {
  position: relative;
}

.btn-add-preferencie.active::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../images/icones/plus.svg") center no-repeat;
  background-color: rgba(255, 255, 255, 0.6745098039);
  transform: rotate(45deg);
  opacity: 0;
}

.btn-add-preferencie.active:hover::before {
  opacity: 1;
}

.btn-add-preferencie.active img {
  opacity: 1;
}

.btn-add-preferencie img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0;
}

.bloco-posts.loja .columns-4 {
  columns: initial !important;
}

#buddypress ul.item-list {
  display: flex;
  flex-wrap: wrap;
}

#buddypress ul.item-list li {
  width: 33.3%;
}

.soccer-field {
  width: 800px;
  height: 535px;
  background-image: url(../images/soccer-field-h.svg);
  background-size: contain;
  background-color: #4a995a;
  position: relative;
  display: flex;
}

.soccer-field .away {
  display: none;
}

#dayGamesList {
  width: calc(100% - 150px);
  opacity: 0;
}

#dayGamesList .slick-arrow {
  width: 18px;
  height: 18px;
  background-size: contain;
  opacity: 0.5;
}

#dayGamesList a {
  margin: 0px 10px;
}

#dayGamesList a strong {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dayGamesList.ready {
  opacity: 1;
}

.columns-4 {
  columns: initial !important;
}

@media only screen and (max-width: 780px) {
  #dayGamesList {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}

.home-page.admin-bar .site-header {
  top: 32px;
}

.home-page .sliderCtn {
  width: 100%;
  margin-bottom: 40px;
  height: 550px;
  overflow: hidden;
}

.home-page .sliderCtn .slider {
  width: 100%;
  margin: 0px;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.home-page .sliderCtn .slider.show {
  opacity: 1;
  visibility: visible;
}

.home-page .sliderCtn .slider .slick-dots {
  position: absolute;
  top: 40%;
  display: flex;
  margin: 0;
  opacity: 0;
  flex-direction: column;
}

.home-page .sliderCtn .slider .slick-dots.active {
  opacity: 1;
}

.home-page .sliderCtn .slider .slick-dots li {
  padding: 10px;
}

.home-page .sliderCtn .slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 80px;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 0px;
}

.home-page .sliderCtn .slider .slick-dots li.slick-active button {
  background-color: #f9b000;
  border-color: #f9b000;
}

.home-page .sliderCtn .slider .itemSlider {
  width: 100%;
  padding: 40px 0;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.home-page .sliderCtn .slider .itemSlider .main {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.home-page .sliderCtn .slider .itemSlider .left {
  width: 50%;
  color: #fff;
  padding: 65px 0;
}

.home-page .sliderCtn .slider .itemSlider .left .tags {
  display: flex;
  flex-wrap: wrap;
}

.home-page .sliderCtn .slider .itemSlider .left .tags a {
  margin-right: 10px;
  padding: 5px;
  font-weight: bold;
  color: #f9b000 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.home-page .sliderCtn .slider .itemSlider .left span {
  font-weight: bold;
  color: #f9b000;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.home-page .sliderCtn .slider .itemSlider .left h3 {
  font-weight: bold;
  color: #fff;
  font-size: 53px !important;
  line-height: 1;
}

.home-page .sliderCtn .slider .itemSlider .left .descricao {
  margin: 15px 0;
  position: relative;
  font-size: 19px;
  line-height: 1.5;
}

.home-page .sliderCtn .slider .itemSlider .left .btn {
  margin-top: 20px;
  display: inline-block;
}

.home-page .sliderCtn .slider .itemSlider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
}

.home-page .sliderCtn .slider .itemSlider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6446953782) 100%);
}

.home-page .sliderCtn .slider .itemSlider .linkBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.home-page .sliderCtn .slider .itemSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}

.home-page section.lancamentos {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.home-page section.lancamentos:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid transparent;
  border-left: 200px solid #8d45c5;
  position: absolute;
  left: 0px;
  top: 100px;
}

.home-page section.lancamentos:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid transparent;
  border-left: 200px solid #8d45c5;
  position: absolute;
  left: 0px;
  top: 250px;
}

.home-page section.lancamentos .main {
  display: flex;
  align-items: center;
}

.home-page section.lancamentos .main .left {
  width: 25%;
  margin-right: 40px;
}

.home-page section.lancamentos .main .left h3 {
  font-size: 40px !important;
  font-weight: bold;
  line-height: 1;
}

.home-page section.lancamentos .main .left .desc {
  margin: 20px 0;
  padding-top: 20px;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
}

.home-page section.lancamentos .main .left .desc:before {
  content: "";
  width: 62px;
  height: 3px;
  background-color: #8d45c5;
  position: absolute;
  left: 0;
  top: 0px;
}

.home-page section.lancamentos .main .left .btn {
  display: inline-block;
  margin-top: 20px;
}

.home-page section.lancamentos .main .right {
  width: 70%;
}

.home-page section.lancamentos .main .right .ctn {
  width: 1300px;
  overflow: hidden;
  background-color: #000;
  padding: 80px;
  box-sizing: border-box;
  position: relative;
}

.home-page section.lancamentos .main .right .ctn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 80px solid transparent;
  border-left: 80px solid #fff;
}

.home-page section.lancamentos .main .right .ctn .arrows {
  position: absolute;
  left: 75px;
  bottom: 45px;
  display: flex;
}

.home-page section.lancamentos .main .right .ctn .arrows button {
  width: 50px;
  height: 50px;
  position: relative;
}

.home-page section.lancamentos .main .right .ctn .arrows i {
  font-size: 20px;
  color: #fff;
}

.home-page section.lancamentos .main .right .ctn .slick-track {
  min-height: 550px;
  display: flex;
  align-items: center;
}

.home-page section.lancamentos .main .right .ctn:hover li.product {
  opacity: 0.7;
}

.home-page section.lancamentos .main .right .ctn li.product {
  clear: initial !important;
  position: relative;
  top: 0;
  margin-bottom: 0 !important;
}

.home-page section.lancamentos .main .right .ctn li.product:hover {
  top: -60px;
  opacity: 1;
}

.home-page section.lancamentos .main .right .ctn li.product:hover img {
  opacity: 1;
}

.home-page section.lancamentos .main .right .ctn li.product:hover .ctnDown {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.home-page section.lancamentos .main .right .ctn li.product .ctnDown {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 15px;
  bottom: -100px;
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
}

.home-page section.lancamentos .main .right .ctn li.product .onsale {
  background-color: #8d45c5;
  display: none;
}

.home-page section.lancamentos .main .right .ctn li.product .button {
  color: #fff;
}

.home-page section.lancamentos .main .right .ctn li.product .ctnTitleProduct .woocommerce-loop-product__title,
.home-page section.lancamentos .main .right .ctn li.product .author_product {
  color: #fff;
}

.home-page section.lancamentos .main .right .ctn li.product .price .woocommerce-Price-amount {
  color: #fff;
}

.home-page section.content-products {
  padding: 50px 0;
  position: relative;
}

.home-page section.content-products.first {
  margin-top: -90px;
  padding-top: 180px;
}

.home-page section.content-products.cinza {
  background-color: #f5f5f5;
}

.home-page section.content-products.with-arrows.third:before {
  display: none;
}

.home-page section.content-products.with-arrows.third:after {
  top: 0;
  border-bottom: 500px solid transparent;
  border-right: 200px solid #a4edd4;
}

.home-page section.content-products.with-arrows.fourth:before {
  border-top: 500px solid transparent;
  border-left: 200px solid #ffe488;
}

.home-page section.content-products.with-arrows.fourth:after {
  display: none;
}

.home-page section.content-products.with-arrows:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid transparent;
  border-left: 200px solid #8d45c5;
  position: absolute;
  left: 0px;
  bottom: 10%;
}

.home-page section.content-products.with-arrows:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 150px solid transparent;
  border-right: 200px solid #8d45c5;
  position: absolute;
  right: 0px;
  top: 250px;
}

.home-page section.content-products .title {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  margin-bottom: 0px;
  position: relative;
}

.home-page section.content-products .title .btn-ver {
  position: absolute;
  right: 0;
  top: 15px;
  font-weight: bold;
  color: #000;
}

.home-page section.content-products .title .btn-ver:hover {
  opacity: 0.8;
}

.home-page section.content-products .title .btn-ver:hover i {
  margin-left: 5px;
  margin-right: 5px;
}

.home-page section.content-products .title .btn-ver i {
  margin-left: 10px;
}

.home-page section.content-products .title h3 {
  font-size: 38px !important;
  font-weight: bold;
  position: relative;
}

.home-page section.content-products .title h3:before {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #8d45c5;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
}

.home-page .links-rapidos {
  width: 100%;
  padding: 80px 0;
}

.home-page .links-rapidos .main {
  display: flex;
}

.home-page .links-rapidos .main .link {
  width: 50%;
  margin: 10px;
  position: relative;
  background-size: cover;
  display: flex;
}

.home-page .links-rapidos .main .link:hover {
  opacity: 0.8;
}

.home-page .links-rapidos .main .link:hover .left {
  padding-bottom: 50px;
}

.home-page .links-rapidos .main .link .left {
  width: 60%;
  min-height: 300px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.home-page .links-rapidos .main .link .left h5 {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 36px !important;
  max-width: 180px;
}

.home-page .links-rapidos .main .link .left h5 .first {
  color: #fff;
}

.home-page .links-rapidos .main .link .right {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 2;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  opacity: 0.9;
}

.home-page .circleYellow {
  width: 800px;
  height: 800px;
  border: 150px solid #f9b000;
  background-color: transparent;
  position: absolute;
  border-radius: 800px;
}

.home-page .bloco-posts {
  position: relative;
}

.home-page .bloco-posts.first .circleYellow {
  top: -50%;
  right: -500px;
}

.home-page .bloco-posts.second:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40%;
  width: 100%;
  height: 500px;
  background-color: #f0f0f0;
  z-index: 0;
}

.home-page .bloco-posts.third .circleYellow {
  top: -50%;
  left: -500px;
}

.home-page .bloco-posts.acervo {
  overflow: hidden;
}

.home-page .bloco-posts.acervo .circleYellow {
  bottom: -88%;
  right: -200px;
}

.home-page.editorial {
  margin-top: 0px;
}

.home-page.editorial .slider-colaboradores .slick-arrow {
  width: 30px;
  height: 30px;
  left: 0px;
  filter: invert(1);
}

.home-page.editorial .slider-colaboradores .slick-arrow.slick-next {
  right: 0;
  left: initial;
}

.home-page.editorial .slider-colaboradores .item .author {
  background: rgba(240, 248, 255, 0.1294117647);
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
}

.home-page.editorial .slider-colaboradores .item .author img {
  width: 40px;
  border-radius: 100%;
}

.home-page.editorial .first-block {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
  margin-top: 50px;
}

.home-page.editorial .first-block h2,
.home-page.editorial .first-block h3,
.home-page.editorial .first-block h4 {
  color: #fff;
}

.home-page.editorial .first-block .main {
  display: flex;
  justify-content: space-between;
}

.home-page.editorial .first-block .main .main-col {
  width: calc(100% - 360px);
}

.home-page.editorial .first-block .main .sidebar {
  width: 330px;
}

.home-page.editorial .first-block .main .sidebar a {
  color: #000;
}

.home-page.editorial .first-block .main .sidebar .block {
  background-color: #ebebeb;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar {
  margin: 50px 0;
  color: #fff;
  text-align: center;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar h3 {
  color: #fff;
  font-size: 22px !important;
  display: block;
  line-height: 1.2;
  margin-bottom: 30px;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar .boxLinks {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar .boxLinks a.link {
  width: 100%;
  padding: 5px 10px;
  background-color: #ccc;
  margin: 15px 0;
  border-radius: 10px;
  display: block;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar .boxLinks a.link p {
  margin: 0;
  font-size: 12px;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar a {
  color: #fff;
  display: block;
  margin-top: 20px;
}

.home-page.editorial .first-block .main .sidebar .block-apoiar a:hover {
  opacity: 0.7;
}

.home-page.editorial .first-block .main .sidebar .topo {
  width: 100%;
  background-color: #000;
  padding: 10px;
}

.home-page.editorial .first-block .main .sidebar .topo p {
  margin: 0;
  font-size: 18px;
}

.home-page.editorial .first-block .main .sidebar .topo span {
  font-size: 13px;
  font-weight: 600;
}

.home-page.editorial .first-block .main .sidebar .content {
  width: 100%;
  color: #000;
  padding: 0px;
  padding-bottom: 0;
  min-height: 150px;
}

.home-page.editorial .first-block .main .sidebar .content .date {
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 6px;
  background-color: #fff;
}

.home-page.editorial .first-block .main .sidebar .content .item {
  width: 100%;
  margin: 20px 0;
}

.home-page.editorial .first-block .main .sidebar .content .item .teams {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-page.editorial .first-block .main .sidebar .content .item .teams .team {
  width: calc(50% - 35px);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

.home-page.editorial .first-block .main .sidebar .content .item .teams .team:first-child {
  text-align: right;
}

.home-page.editorial .first-block .main .sidebar .content .item .teams .score {
  width: 70px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-page.editorial .first-block .main .sidebar .content .item .teams .score div {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
}

.home-page.editorial .first-block .main .sidebar .content .item .place {
  font-size: 14px;
  margin-top: 5px;
  color: #585858;
}

.home-page.editorial .first-block .main .sidebar .table {
  width: 100%;
  color: #000;
  max-height: 300px;
  overflow: auto;
  display: block;
}

.home-page.editorial .first-block .main .sidebar .table table {
  width: 100%;
  margin-bottom: 10px;
}

.home-page.editorial .first-block .main .sidebar .table table thead th {
  color: #a7a7a7;
  font-weight: 300;
}

.home-page.editorial .first-block .main .sidebar .table table th,
.home-page.editorial .first-block .main .sidebar .table table td {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
}

.home-page.editorial .title {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
}

.home-page.editorial .bloco-posts.loja .title {
  display: flex;
}

.apoie-page.cursos .bannerTop .bg {
  width: 100%;
}

.apoie-page.cursos .bannerTop:after {
  display: none;
}

.apoie-page .bannerTop {
  width: 100%;
  padding: 100px 0;
  padding-bottom: 200px;
}

.apoie-page .bannerTop:after {
  content: "";
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f9b000;
  z-index: 1;
}

.apoie-page .bannerTop .bg {
  width: 70%;
}

.apoie-page .bannerTop .main {
  display: flex;
  justify-content: space-between;
}

.apoie-page .bannerTop .main .left {
  width: 55%;
  max-width: 600px;
}

.apoie-page .bannerTop .main .left h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  font-size: 22px !important;
}

.apoie-page .bannerTop .main .left h3:before {
  content: "";
  width: 68px;
  height: 3px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.apoie-page .bannerTop .main .left h2 {
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 38px !important;
  line-height: 1.1;
}

.apoie-page .bannerTop .main .left h2 strong {
  color: #f9b000;
  font-weight: bold;
}

.apoie-page .bannerTop .main .left h2 p {
  margin: 0;
}

.apoie-page .bannerTop .main .left .text {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-weight: normal;
}

.apoie-page .bannerTop .main .right {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 35%;
  max-width: 400px;
}

.apoie-page .bannerTop .main .right .ctn {
  max-width: 285px;
  margin: 0 auto;
}

.apoie-page .bannerTop .main .right .ctn .cifrao {
  margin-left: -30px;
}

.apoie-page .bannerTop .main .right .ctn strong {
  color: #000;
  font-weight: bold;
}

.apoie-page .bannerTop .main .right .ctn #totalApoio {
  font-weight: 900;
  font-size: 42px;
  color: #000;
  margin: 0;
  margin: -10px 0;
}

.apoie-page .bannerTop .main .right .ctn span {
  font-weight: bold;
  color: #6c6c6c;
  font-size: 20px;
}

.apoie-page .bannerTop .main .right .ctn hr {
  margin-top: 15px;
}

.apoie-page .bannerTop .main .right .ctn .btn {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #f9b000;
}

.apoie-page .section01 {
  width: 100%;
  background-color: #fff;
  padding-bottom: 60px;
}

.apoie-page .section01 .main {
  max-width: 990px;
}

.apoie-page .section01 .embed {
  width: 90%;
  max-width: 889px;
  margin: 0 auto;
  margin-top: -150px;
  margin-bottom: 60px;
}

.apoie-page .section01 .embed iframe {
  width: 100%;
  height: 500px;
}

.apoie-page .section01 .abasPlanos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-bottom: 40px;
}

.apoie-page .section01 .abasPlanos ._item {
  padding: 15px;
  background-color: #a3a3a3;
  color: #000;
  font-weight: 900;
  margin: 0 5px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
}

.apoie-page .section01 .abasPlanos ._item:hover {
  background-color: #c5bfbf;
}

.apoie-page .section01 .abasPlanos ._item.active {
  background-color: #f9b000;
}

.apoie-page .section01 .conteudoPlano {
  width: 100%;
  display: none;
}

.apoie-page .section01 .conteudoPlano.active {
  display: block;
}

.apoie-page .section01 .conteudoPlano .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.apoie-page .section01 .conteudoPlano .grid li.item {
  width: calc(25% - 20px);
  background-color: #f9f9f9;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  margin: 10px;
  border: 2px solid transparent;
  position: relative;
}

.apoie-page .section01 .conteudoPlano .grid li.item:hover {
  background-color: #f0f0f0;
  border-color: #c7c7c7;
}

.apoie-page .section01 .conteudoPlano .grid li.item .toolTip {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url("../images/icones/alert.png") no-repeat;
  background-size: contain;
  opacity: 0.6;
  cursor: pointer;
}

.apoie-page .section01 .conteudoPlano .grid li.item .toolTip:hover {
  opacity: 1;
}

.apoie-page .section01 .conteudoPlano .grid li.item h4 {
  font-weight: 900;
  font-size: 20px !important;
  margin: 0;
}

.apoie-page .section01 .conteudoPlano .grid li.item .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.apoie-page .section01 .conteudoPlano .grid li.item .price span {
  font-size: 26px;
  font-weight: 900;
  margin-right: 2px;
  color: #000;
}

.apoie-page .section01 .conteudoPlano .grid li.item .price h5 {
  font-size: 38px !important;
  font-weight: 900;
  margin: 0;
  color: #000;
}

.apoie-page .section01 .conteudoPlano .grid li.item .btn {
  width: 100%;
  display: block;
  margin-top: 20px;
  background-color: #f9b000;
}

.apoie-page .section02 {
  width: 100%;
  background-color: #f0f0f0;
  padding: 40px 0;
}

.apoie-page .section02 .main {
  max-width: 990px;
}

.apoie-page .section02 .text {
  padding: 15px 0;
}

.apoie-page .section02 .text p {
  font-size: 20px;
}

.modalPlano {
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  width: 90%;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9992;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  min-height: 400px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.44);
  display: none;
}

.modalPlano:before {
  content: "";
  width: 60%;
  height: 5px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  top: 0;
}

.modalPlano .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.modalPlano .close:hover {
  color: #000;
}

.modalPlano .close i {
  font-size: 26px;
}

.modalPlano .content {
  width: 100%;
  max-height: 70vh;
  overflow: auto;
}

.modalPlano .content h4 {
  font-size: 32px !important;
  font-weight: 900;
}

.modalPlano .content .text {
  font-size: 18px;
}

.modalPlano .content .button {
  background-color: #000;
  color: #fff;
  font-weight: 900;
  margin-top: 40px;
  padding: 20px 25px;
}

.overflowPlano {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}

.editora-page .bannerTop {
  padding: 80px 0;
}

.editora-page .bannerTop:before {
  display: none;
}

.editora-page .bannerTop .title {
  max-width: 600px;
}

.editora-page .bannerTop .title .title {
  color: #f9b000;
  font-weight: 600;
  font-size: 32px;
}

.editora-page .bannerTop .title .subtitle {
  font-size: 67px;
}

.editora-page .bannerTop .title .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 40px;
}

.editora-page .section02 {
  width: 100%;
  margin: 60px 0;
}

.editora-page .section02 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editora-page .section02 .main .left {
  width: 50%;
}

.editora-page .section02 .main .left h3 {
  font-weight: 900;
  font-size: 28px !important;
}

.editora-page .section02 .main .left .texto p {
  margin: 15px 0;
  font-size: 20px;
}

.editora-page .section02 .main .right {
  width: 45%;
}

.editora-page .section02 .main .right img {
  width: 875px;
  max-width: initial;
  height: 500px;
  object-fit: cover;
}

.editora-page .section03 {
  width: 100%;
  position: relative;
  padding: 80px 0;
  color: #fff;
  margin-top: -20px;
}

.editora-page .section03 .main {
  max-width: 1000px;
}

.editora-page .section03:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.editora-page .section03 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.editora-page .section03 h3 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 38px !important;
  color: #fff;
}

.editora-page .section03 .texto p {
  margin: 18px 0;
  font-size: 20px;
}

.editora-page .section04 {
  width: 100%;
  margin: 60px 0;
  display: inline-block;
}

.editora-page .section04 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editora-page .section04 .main .left {
  width: 45%;
}

.editora-page .section04 .main .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editora-page .section04 .main .right {
  width: 50%;
  padding: 40px 0;
}

.editora-page .section04 .main .right h3 {
  font-weight: 900;
  font-size: 38px !important;
  line-height: 1;
  color: #000;
  position: relative;
  padding-top: 15px;
}

.editora-page .section04 .main .right h3:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  top: 0;
}

.editora-page .section04 .main .right .texto p {
  margin: 15px 0;
  font-size: 20px;
}

.editora-page .section05 {
  width: 100%;
  padding: 40px 0;
  background-color: #f2f2f2;
}

.editora-page .section05 .main {
  max-width: 580px;
}

.products {
  margin: 0;
  width: 100% !important;
}

.products.columns-3 {
  columns: initial !important;
}

.products li.product {
  padding: 10px;
  clear: initial !important;
  margin-bottom: 0px;
  position: relative;
  text-align: left !important;
}

.products li.product.onbackorder .button {
  background-color: #efaa04;
}

.products li.product:hover img {
  opacity: 0.7;
}

.products li.product .tag {
  padding: 10px;
  background-color: #f9b000;
  color: #000;
  font-size: 15px;
}

.products li.product img {
  margin-bottom: 15px !important;
  height: 210px;
  width: 180px;
  object-fit: contain;
}

.products li.product .ctn {
  width: 100%;
  background-color: #fff;
  padding: 30px 25px;
}

.products li.product .tinvwl_add_to_wishlist_button {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #000;
}

.products li.product .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
  display: none;
}

.products li.product .ctnTitleProduct {
  text-align: left;
  margin-bottom: 10px;
}

.products li.product .ctnTitleProduct .woocommerce-loop-product__title {
  font-weight: bold;
  font-size: 17px !important;
  color: #000;
  min-height: 62px;
}

.products li.product .woocommerce-loop-product__link {
  min-height: 80px;
}

.products li.product .onsale {
  padding: 8px 10px;
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 20px;
  border-radius: 0px;
  border: 0;
}

.products li.product .button {
  padding: 10px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.products li.product .price {
  font-size: 20px;
  margin-bottom: -5px !important;
  min-height: 74px;
}

.products li.product .price del .woocommerce-Price-amount {
  font-size: 18px !important;
  text-decoration: line-through;
  font-weight: normal;
}

.products li.product .price ins {
  margin-left: 0 !important;
}

.products li.product .price .woocommerce-Price-amount {
  color: #000;
  font-weight: bold;
  font-size: 32px;
  width: 100%;
  display: inline-block;
  margin-top: -10px;
}

.products li.product .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 20px;
  margin-right: 5px;
}

.products.columns-4 li.product {
  width: 25%;
  margin-bottom: 20px;
}

.products-page .productDestaque {
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.products-page .productDestaque .main {
  max-width: 1050px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.products-page .productDestaque .left {
  width: 50%;
  max-width: 460px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 160px;
}

.products-page .productDestaque .left span {
  font-weight: bold;
  color: #f9b000;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.products-page .productDestaque .left h3 {
  font-weight: bold;
  color: #fff;
  font-size: 48px !important;
  line-height: 1;
}

.products-page .productDestaque .left .descricao {
  margin: 20px 0;
  position: relative;
  font-size: 17px;
  line-height: 1.4;
}

.products-page .productDestaque .left .linePrice {
  display: flex;
  align-items: center;
}

.products-page .productDestaque .left .linePrice .regularPrice {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.7;
  text-decoration: line-through;
  margin-bottom: -10px;
  display: block;
}

.products-page .productDestaque .left .linePrice h5 {
  color: #fff;
  font-weight: 900;
  font-size: 32px !important;
  margin: 0;
  white-space: nowrap;
}

.products-page .productDestaque .left .linePrice .button {
  background-color: #f9b000;
  color: #000;
  margin-left: 30px;
  text-transform: uppercase;
  font-weight: 900;
  display: table;
  white-space: nowrap;
}

.products-page .productDestaque .right {
  width: 46%;
}

.products-page .productDestaque .right img {
  max-width: 100%;
  max-height: 520px;
  box-shadow: 1px 4px 24px -6px rgba(0, 0, 0, 0.62);
  -webkit-box-shadow: 1px 4px 24px -6px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 1px 4px 24px -6px rgba(0, 0, 0, 0.62);
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
}

.products-page .productDestaque:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 0;
  background-color: #000;
}

.products-page .productDestaque .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  object-fit: cover;
  z-index: 0;
  opacity: 0.4;
}

.products-page .site-main .main {
  max-width: 1200px;
  display: block;
}

.autor-page .bannerTop {
  background: url("../images/bg-autor.jpg");
  background-size: cover;
}

.autor-page .bannerTop .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.autor-page .bannerTop .main figure {
  width: 200px;
}

.autor-page .bannerTop .main .right {
  width: calc(100% - 260px);
}

.autor-page .bannerTop .main .right .lineTop {
  display: flex;
  justify-content: space-between;
}

.autor-page .bannerTop .main .right .lineTop .name {
  width: 80%;
}

.autor-page .bannerTop .main .right .lineTop .name h2 {
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  margin: 0;
}

.autor-page .bannerTop .main .right .lineTop .name span {
  font-size: 18px;
  font-weight: lighter;
  margin-top: -10px;
}

.autor-page .bannerTop .main .right .lineTop .redes {
  display: flex;
  justify-content: flex-end;
}

.autor-page .bannerTop .main .right .lineTop .redes a {
  margin: 0px 5px;
  font-size: 20px;
  color: #fff;
}

.autor-page .bannerTop .main .right .text {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 20px 0;
  line-height: 1.4;
}

.ctnUserRelated {
  width: 100%;
  margin: 40px 0;
}

.ctnUserRelated .titleGrid {
  width: 100%;
  font-weight: 900;
  font-size: 20px;
}

.ctnUserRelated .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.ctnUserRelated .grid li._item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.ctnUserRelated .grid li._item figure {
  width: 100%;
  margin-bottom: 6px;
}

.ctnUserRelated .grid li._item figure img {
  width: 100%;
}

.ctnUserRelated .grid li._item h5 {
  font-weight: 700;
  font-size: 18px;
}

.museu-page .blocoGalerias {
  width: 100%;
  margin: 40px 0;
  display: inline-block;
}

.museu-page .blocoGalerias ul.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.museu-page .blocoGalerias ul.grid li._item {
  width: 33.3%;
  padding: 10px;
  box-sizing: border-box;
}

.museu-page .blocoGalerias ul.grid li._item figure {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

.museu-page .blocoGalerias ul.grid li._item figure:hover .image {
  transform: scale(1.1);
}

.museu-page .blocoGalerias ul.grid li._item figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.museu-page .blocoGalerias ul.grid li._item figure .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.museu-page .blocoGalerias ul.grid li._item figure span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  color: #fff;
  font-size: 20px;
  z-index: 3;
}

.museu-page .blocoGalerias ul.grid li._item figure span img {
  margin-right: 10px;
  object-fit: contain;
}

.museu-page .blocoGalerias ul.grid li._item h4 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.museu-page .contentMain {
  margin: 60px 0;
}

.museu-page .contentMain .main {
  max-width: 900px;
}

.museu-page .contentMain .top {
  width: 100%;
  padding: 0px 20px;
  border-left: 7px solid #f9b000;
  margin-bottom: 20px;
}

.museu-page .contentMain .top span {
  width: 100%;
  color: #000;
  font-size: 18px;
  margin-bottom: -6px;
  display: block;
}

.museu-page .contentMain .top h2 {
  font-weight: 900;
  color: #000;
  margin: 0;
}

.museu-page .contentMain .slider {
  width: 100%;
  position: relative;
}

.museu-page .contentMain .slider a[rel=prev],
.museu-page .contentMain .slider a[rel=next] {
  position: absolute;
  top: 0;
  bottom: 0px;
  color: #000;
  width: 25px;
  height: 36px;
  margin: auto;
}

.museu-page .contentMain .slider a[rel=prev]:hover,
.museu-page .contentMain .slider a[rel=next]:hover {
  opacity: 0.7;
}

.museu-page .contentMain .slider a[rel=prev] i,
.museu-page .contentMain .slider a[rel=next] i {
  font-size: 36px;
}

.museu-page .contentMain .slider a[rel=prev] {
  right: -40px;
}

.museu-page .contentMain .slider a[rel=next] {
  left: -40px;
}

.museu-page .contentMain .slider img {
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.museu-page .contentMain .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e1e2e3;
  margin-bottom: 10px;
}

.museu-page .contentMain .bottom .left {
  display: flex;
  align-items: center;
}

.museu-page .contentMain .bottom .left .linkExternal {
  margin-left: 20px;
  color: #000;
}

.museu-page .contentMain .bottom .left .linkExternal:hover {
  color: #f9b000;
}

.museu-page .contentMain .bottom .left .linkExternal i {
  font-size: 26px;
}

.museu-page .contentMain .bottom .left .autor {
  display: flex;
  margin-left: 30px;
  font-weight: 500;
  color: #000;
}

.museu-page .contentMain .bottom .left .autor a {
  color: #000;
  margin: 0px 5px;
}

.museu-page .contentMain .bottom .left .autor a:hover {
  color: #f9b000;
}

.museu-page .contentMain .bottom .share {
  display: flex;
  align-items: center;
}

.museu-page .contentMain .bottom .share span {
  margin-right: 10px;
}

.museu-page .contentMain .bottom .share .redes {
  display: flex;
}

.museu-page .contentMain .bottom .share .redes a {
  font-size: 20px;
  color: #000;
  margin: 0 7px;
}

.museu-page .contentMain .content {
  width: 100%;
}

.museu-page .contentMain .content h4 {
  font-weight: 900;
  display: flex;
  align-items: center;
  color: #000;
}

.museu-page .contentMain .content h4 .totalViews {
  color: #000;
  display: flex;
  align-items: center;
}

.museu-page .contentMain .content h4 .totalViews i {
  font-size: 26px;
  margin-right: 5px;
}

.museu-page .contentMain .content p {
  margin: 10px 0;
}

.museu-page .gridGaleryMin {
  width: 100%;
  margin: 40px 0;
}

.museu-page .gridGaleryMin .main {
  max-width: 1000px;
}

.museu-page .gridGaleryMin .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.museu-page .gridGaleryMin .grid li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.museu-page .gridGaleryMin .grid li:hover img {
  opacity: 0.8;
}

.museu-page .gridGaleryMin .grid li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.museu-page .gridGaleryMin .grid li .cat {
  margin-top: 7px;
  font-size: 14px;
  color: #868686;
  display: block;
}

.museu-page .gridGaleryMin .grid li .data {
  margin-top: 0px;
  font-size: 13px;
  color: #868686;
  display: block;
}

.museu-page .gridGaleryMin .grid li h4 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

span[class*=iconcc],
span[class*=icon-cc] {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../images/icones/sprite-creative-commons.png");
  vertical-align: middle;
  margin: 2px;
}

.iconcc-cc {
  background-position: 0px 0px;
}

.icon-cc-c-sprite {
  background-position: 0px -173px;
}

.iconcc-cc-pd {
  background-position: 0px -29px;
}

.iconcc-cc-by {
  background-position: 0px -57px;
}

.iconcc-cc-nc {
  background-position: 0px -86px;
}

.iconcc-cc-nd {
  background-position: 0px -144px;
}

.iconcc-cc-sa {
  background-position: 0px -115px;
}

.single-post-page {
  margin-bottom: 40px;
}

.single-post-page .barAds {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-post-page .imageMain {
  width: 100%;
  margin-bottom: 20px;
}

.single-post-page .imageMain img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: top;
  border-radius: 6px;
}

.single-post-page .imageMain iframe {
  width: 100%;
  min-height: 520px;
  border-radius: 6px;
}

.single-post-page .datasEvento p {
  margin: 10px 0px;
}

.single-post-page .olhoPost {
  font-size: 25px;
  width: 100%;
  margin-top: 23px;
  font-weight: 500;
}

.single-post-page.grupo .content-grupo .main {
  display: flex;
  justify-content: space-between;
}

.single-post-page.grupo .content-grupo .main .left {
  width: 200px;
}

.single-post-page.grupo .content-grupo .main .right {
  width: calc(100% - 250px);
}

.single-post-page.grupo .content-grupo .main .right img.size-full {
  display: none;
}

.single-post-page.grupo .content-grupo .main .right .topo {
  width: 100%;
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.single-post-page.grupo .content-grupo .main .right .titleGrid {
  font-weight: 900;
}

.single-post-page.grupo .content-grupo .main .right .grid {
  width: calc(100% + 20px);
  margin: 0;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.single-post-page.grupo .content-grupo .main .right .grid ._item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.single-post-page.grupo .content-grupo .main .right .grid ._item:hover {
  opacity: 0.8;
}

.single-post-page.grupo .content-grupo .main .right .grid ._item figure {
  width: 100%;
  margin-bottom: 6px;
}

.single-post-page.grupo .content-grupo .main .right .grid ._item figure img {
  width: 100%;
}

.single-post-page.grupo .content-grupo .main .right .grid ._item h5 {
  font-weight: 700;
  font-size: 18px !important;
}

.single-post-page.entrevista .lineTitlePost .category {
  background-color: #f9b000;
}

.single-post-page.entrevista .lineTitlePost .numero {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 5px 10px;
  color: #f9b000;
  display: inline-block;
  background-color: #000;
  margin-right: 5px;
}

.single-post-page.entrevista ._itemGrid.style-06 .bg {
  height: 350px !important;
}

.single-post-page .tptn_counter {
  display: none;
}

.expedienteLista {
  width: 100%;
  margin: 0;
}

.expedienteLista li._item {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}

.expedienteLista li._item h3 {
  font-weight: 900;
  font-size: 28px !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  color: #000;
}

.expedienteLista li._item .grid {
  width: calc(100% + 20px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.expedienteLista li._item .grid .item {
  width: 20%;
  padding: 20px;
}

.expedienteLista li._item .grid .item figure {
  width: 100%;
  margin-bottom: 10px;
}

.expedienteLista li._item .grid .item figure img {
  width: 100%;
  display: block;
}

.expedienteLista li._item .grid .item h5 {
  font-weight: bold;
  color: #000;
  margin: 0;
  font-size: 17px;
  line-height: 1.1;
}

.expedienteLista li._item .grid .item span {
  font-size: 15px;
}

.lineTitlePost {
  width: 100%;
  display: inline-block;
  margin: 30px 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lineTitlePost .category {
  display: inline-block;
}

.lineTitlePost .category a {
  background-color: #f9b000;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 5px 10px;
  color: #000;
  display: inline-block;
}

.lineTitlePost .totalViews {
  display: inline-block;
  margin-left: 15px;
}

.lineTitlePost .totalViews i {
  font-size: 28px;
  color: #000;
  float: left;
}

.lineTitlePost .totalViews .tptn_counter {
  display: inline-block !important;
  margin-left: 6px;
}

.lineTitlePost h2 {
  font-size: 48px !important;
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  margin: 0px;
}

.lineTitlePost .date {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.lineTitlePost .date span {
  font-weight: normal;
  color: #828282;
}

.lineTitlePost .date span.bar {
  margin: 0 12px;
  width: 1px;
  height: 23px;
  background-color: #a39f9f;
}

.lineTitlePost .date span a {
  color: #828282;
}

.lineTitlePost .date span a:hover {
  color: #000;
}

.post-content {
  margin-bottom: 30px;
}

.ctnPostContent .main {
  max-width: 980px;
}

.ctnPostContent.no-sidebar .main {
  max-width: 1200px;
}

.contentText {
  position: relative;
}

.contentText img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.contentText iframe {
  max-width: 100%;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
}

.contentText iframe[src*="youtube."],
.contentText iframe[data-src*="youtube."] {
  max-width: 100%;
  border-radius: 3px;
  width: 820px;
  margin: 0 auto;
  display: block;
  height: 450px;
}

.contentText .twitter-tweet,
.contentText .instagram-media {
  margin: 10px auto !important;
}

.contentText .adsbygoogle {
  display: block !important;
  margin: 10px auto !important;
}

.contentText .wp-caption-text {
  margin: 0px;
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 40px;
}

.contentText blockquote {
  display: inline-block;
  clear: both;
  color: #fcb923;
  border-left: 6px solid #fcb923;
  margin: 10px 0px;
  padding: 0px 20px;
  position: relative;
}

.contentText blockquote p {
  font-size: 26px;
  font-weight: 600;
}

.contentText a {
  color: #d79603;
}

.contentText a:hover {
  color: #7f5903;
}

.contentText p {
  margin: 25px 0px;
  line-height: 1.4;
  font-size: 22px;
}

.contentText ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 15px;
  margin: 0;
}

.contentText li {
  margin: 20px 0px;
  line-height: 1.4;
  font-size: 18px;
  list-style: disc;
}

.contentText h3 {
  margin: 35px 0px;
}

.contentText .comments {
  margin: 40px 0;
}

.linkExternal {
  font-size: 28px;
  margin-bottom: 20px;
  display: block;
}

.author-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 2px solid #dfdfdf;
  padding: 20px 0;
}

.author-box:first-child {
  margin-top: 40px;
}

.author-box:last-child {
  margin-bottom: 40px;
  border-bottom: 2px solid #dfdfdf;
}

.author-box figure {
  width: 135px;
  margin-right: 30px;
}

.author-box figure img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 200px;
}

.author-box .author-box-content {
  width: calc(100% - 160px);
}

.author-box .author-box-content .author-box-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.author-box .author-box-content .author-box-name a {
  color: #000;
  font-weight: 900;
  font-size: 16px;
}

.author-box .author-box-content .redes {
  display: flex;
}

.author-box .author-box-content .redes a {
  margin: 5px 7px;
  font-size: 22px;
  color: #222;
}

.author-box .author-box-content p {
  margin: 10px 0;
}

.ctnScroll {
  position: relative;
}

.barFloatLeft {
  position: absolute;
  left: -105px;
  top: 0;
  text-align: center;
  width: 100px;
}

.barFloatLeft .author {
  width: 100%;
  margin-bottom: 70px;
  margin-top: 60px;
}

.barFloatLeft .author figure {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.barFloatLeft .author figure img {
  width: 65px;
  height: 65px;
  border-radius: 200px;
}

.barFloatLeft .author strong {
  width: 100%;
  font-size: 13px;
}

.barFloatLeft .author p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.barShared {
  width: 65px;
}

.barShared label {
  font-size: 11px;
  font-weight: bolder;
  color: #000;
  letter-spacing: -1px;
  border-bottom: 4px solid #f9b000;
  padding-bottom: 5px;
  display: inline-block;
}

.barShared a {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

.barShared a:last-child {
  border-bottom: 0;
}

.barShared a:hover {
  color: #84e8f0;
}

.authorCtn {
  width: auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.authorCtn figure {
  margin-right: 30px;
}

.authorCtn figure img {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  object-fit: cover;
}

.authorCtn a {
  color: #fff;
  font-weight: bold;
}

.authorCtn a:hover {
  color: #fcb923;
}

.authorCtn .redes {
  display: flex;
  margin-left: 10px;
}

.authorCtn .redes a {
  font-size: 20px;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-weight: bolder;
}

.authorCtn .redes a:hover {
  color: #e8736d;
}

a.link-facebook:hover {
  color: #1e3487 !important;
}

a.link-instagram:hover {
  color: #f8780b !important;
}

a.link-twitter:hover {
  color: #03a9f4 !important;
}

a.link-whatsapp:hover {
  color: #05ca6f !important;
}

.relateds {
  width: 100%;
}

.relateds .title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #000;
}

.relateds .posts {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.comments {
  width: 100%;
}

.comments .content {
  width: 100%;
  padding: 20px 0px;
  background: #222;
  padding: 20px;
  box-sizing: border-box;
}

.box-commons-como {
  width: 100%;
  margin: 40px 0;
}

.single-product .site-main {
  margin-top: 40px;
}

.single-product div.product .summary {
  width: 48% !important;
}

.single-product .woocommerce-product-gallery {
  margin-right: 25px !important;
  width: calc(50% - 25px) !important;
}

.single-product .woocommerce-product-gallery img {
  margin: 0 auto !important;
}

.single-product .woocommerce-product-gallery li {
  margin: 0px !important;
  clear: initial !important;
  padding: 0px 10px;
  box-sizing: border-box;
}

.single-product .woocommerce-product-gallery li img {
  width: 100%;
  opacity: 1 !important;
  border-radius: 6px;
  border: 3px solid rgba(255, 255, 255, 0);
}

.single-product .woocommerce-product-gallery li img.flex-active {
  border-color: #f9b000;
}

.single-product .product_title {
  font-weight: 900;
  font-size: 46px;
  margin-bottom: 0px;
}

.single-product .ctnTitle {
  margin-bottom: 40px;
}

.single-product div.product form.cart {
  margin-bottom: 0 !important;
  padding: 0px !important;
}

.single-product .tinvwl_add_to_wishlist_button {
  display: none;
}

.single-product .single_add_to_cart_button {
  background-color: #000 !important;
  color: #fff !important;
}

.single-product .ctnPrice {
  padding: 15px 20px;
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.single-product .ctnPrice.virtual {
  border-color: transparent;
  padding: 0px 20px;
}

.single-product .ctnPrice.virtual .priceLeft .woocommerce-Price-amount {
  font-size: 28px;
}

.single-product .ctnPrice.virtual .priceLeft span {
  color: #636363;
  font-size: 18px;
  margin-bottom: -8px !important;
}

.single-product .ctnPrice.virtual .links {
  display: flex;
  flex-wrap: wrap;
}

.single-product .ctnPrice.virtual .links .btn {
  padding: 8px 20px;
  background-color: #fff;
  border: 2px solid #000;
  margin: 4px 5px;
  color: #000;
  font-weight: bold;
  text-align: center;
  min-width: auto !important;
}

.single-product .ctnPrice.virtual .links .btn:hover {
  background-color: #f2f2f2;
}

.single-product .ctnPrice form {
  margin-bottom: 0;
}

.single-product .ctnPrice .input-text.qty {
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 20px;
}

.single-product .ctnPrice .priceLeft {
  width: 120px;
  margin-right: 20px;
  font-weight: 900;
}

.single-product .ctnPrice .priceLeft span {
  font-size: 18px;
  color: #000;
}

.single-product .ctnPrice .priceLeft span.labelP {
  margin-bottom: 0px;
  display: block;
  font-weight: 900;
}

.single-product .ctnPrice .priceLeft del {
  display: block;
  margin-bottom: -16px;
}

.single-product .ctnPrice .priceLeft del .woocommerce-Price-amount {
  font-size: 16px;
}

.single-product .ctnPrice .priceLeft del .woocommerce-Price-amount span {
  font-size: 15px;
}

.single-product .ctnPrice .priceLeft ins {
  margin-left: 0px;
  display: block;
  margin-bottom: -10px;
}

.single-product .ctnPrice .priceLeft .woocommerce-Price-amount {
  font-size: 32px;
  font-weight: 900;
}

.single-product .ctnPrice .priceLeft .woocommerce-Price-amount span {
  margin-right: 5px;
}

.yith-wfbt-section .yith-wfbt-images {
  width: 70% !important;
}

.yith-wfbt-submit-block {
  float: left;
  text-align: center;
}

.yith-wfbt-section .yith-wfbt-images td {
  background-color: transparent !important;
}

.yith-wfbt-section .yith-wfbt-images td img {
  margin: 0 auto;
  width: 230px !important;
  border: 15px solid #fff;
  border-radius: 6px;
}

.yith-wfbt-section .yith-wfbt-images .image_plus {
  font-size: 50px;
}

.ctnLine {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  padding: 25px 0;
  padding-bottom: 0px;
  border-top: 1px solid #c5c5c5;
}

.ctnLine h4 {
  font-weight: 900;
  font-size: 20px !important;
}

.ctnLine.autor {
  border-top: 0px;
}

.ctnLine.autor .ctn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctnLine.autor .ctn figure {
  width: 160px;
}

.ctnLine.autor .ctn figure img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.ctnLine.autor .ctn .bio {
  width: calc(100% - 200px);
  color: #787878;
}

.ctnLine .grid-noticias {
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.ctnLine .grid-noticias ._item {
  width: 25%;
  color: #aaa9a9;
  padding: 15px 20px;
  box-sizing: border-box;
}

.ctnLine .grid-noticias ._item h3 {
  font-weight: 900;
  font-size: 20px !important;
  line-height: 1.2;
  color: #787878;
}

.ctnLine .grid-noticias ._item h3:hover {
  color: #000;
}

.ctnLine .grid-noticias ._item a.ver {
  color: #000;
  font-weight: 600;
}

.btn-trecho {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 30px;
}

.dadosTecnicos .woocommerce-product-details__short-description {
  column-count: 3;
}

.ctnDescription {
  width: 100%;
  overflow-x: auto;
  max-height: 450px;
}

.ctnDescription .btnMore {
  font-size: 28px;
  color: #000;
}

.ctnDescription.hasMore {
  position: relative;
}

.ctnDescription.hasMore .btnMore {
  display: block;
}

.ctnDescription.hasMore:after {
  content: "";
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.up-sells {
  margin-top: 40px !important;
}

.yith-wfbt-section h3,
.up-sells h2 {
  font-weight: 900 !important;
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 0px !important;
}

.single-product .yith-wfbt-submit-block {
  margin-top: 150px;
}

.single-product .yith-wfbt-submit-block .total_price {
  font-size: 32px;
  font-weight: 900;
  color: #000;
  width: 100%;
  display: block;
}

.single-product .yith-wfbt-submit-block .yith-wfbt-submit-button {
  border-radius: 100px;
}

.biblioteca-page .listBilioteca {
  width: 100%;
  margin: 40px 0;
}

.biblioteca-page .listBilioteca .title {
  font-size: 32px;
  font-weight: 900;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}

.biblioteca-page .listBilioteca.grey {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-bottom: 0;
}

.biblioteca-page .listBilioteca .topList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.biblioteca-page .listBilioteca .topList h3 {
  margin: 0;
}

.biblioteca-page .listBilioteca .topList .btn-ver {
  font-weight: 900;
  color: #f9b000;
}

.biblioteca-page .bloco-first {
  width: 100%;
  margin: 50px 0;
  margin-bottom: 0px;
  display: inline-block;
}

.biblioteca-page .bloco-first .main {
  display: flex;
  justify-content: space-between;
}

.biblioteca-page .bloco-first .main figure {
  width: 30%;
}

.biblioteca-page .bloco-first .main figure img {
  width: 100%;
}

.biblioteca-page .bloco-first .main .right {
  width: calc(70% - 50px);
}

.biblioteca-page .bloco-first .main .right span {
  font-weight: 100;
  color: #000;
}

.biblioteca-page .bloco-first .main .right h2 {
  font-weight: 900;
  font-size: 48px;
  margin: 5px 0;
  line-height: 1;
  color: #000;
}

.biblioteca-page .bloco-first .main .right h5 {
  color: #a4a7ab;
  margin: 0;
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}

.biblioteca-page .bloco-first .main .right .ctnFields {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.biblioteca-page .bloco-first .main .right .ctnFields .item {
  padding: 10px;
  width: 33.3%;
}

.biblioteca-page .bloco-first .main .right .ctnFields .item p {
  margin: 0;
  color: #000;
  margin-top: -4px;
}

.biblioteca-page .bloco-first .main .right .ctnFields .item a {
  font-weight: bold;
  color: #f9b000;
}

.biblioteca-page .bloco-first .main .right .ctnFields .item strong {
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

.biblioteca-page .bloco-first .main .right .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}

.biblioteca-page .bloco-first .main .right .links .col {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.biblioteca-page .bloco-first .main .right .links .col:last-child {
  margin-right: 0;
}

.biblioteca-page .bloco-first .main .right .links .col img {
  margin-right: 20px;
}

.biblioteca-page .bloco-second {
  width: 100%;
}

.biblioteca-page .bloco-second .line {
  width: 100%;
  margin: 40px 0;
}

.biblioteca-page .bloco-second .line .title {
  font-size: 32px;
  font-weight: 900;
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}

.biblioteca-page .bloco-second .line .text {
  font-size: 20px;
}

.biblioteca-page .bloco-second .line .text p {
  margin: 15px 0;
}

.biblioteca-page .bloco-second .line .links {
  display: flex;
  flex-wrap: wrap;
}

.biblioteca-page .bloco-second .line .links .link {
  margin-right: 40px;
  margin-bottom: 20px;
}

.biblioteca-page .bloco-second .line .links .link p {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.biblioteca-page .bloco-second iframe {
  margin-top: 40px;
}

.biblioteca-page .tptn_counter {
  display: none;
}

.gridBiblioteca {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.gridBiblioteca.custom ._item figure img {
  max-width: 100%;
  object-fit: cover;
}

.gridBiblioteca ._item {
  width: 25%;
  padding: 20px;
  text-align: center;
}

.gridBiblioteca ._item:hover figure img {
  transform: scale(1.05);
}

.gridBiblioteca ._item figure {
  width: 100%;
  margin-bottom: 15px;
  height: 230px;
}

.gridBiblioteca ._item figure img {
  max-width: 160px;
  margin: auto;
  display: block;
  height: 100%;
  object-fit: contain;
}

.gridBiblioteca ._item h4 {
  font-weight: 900;
  font-size: 17px;
  color: #000;
  line-height: 1.1;
}

.gridBiblioteca ._item span {
  font-size: 15px;
  color: #676767;
  font-weight: lighter;
}

.quem-somos-page .bannerTop .title {
  font-size: 30px;
}

.quem-somos-page p {
  font-size: 18px;
}

.quem-somos-page .bloco-first {
  width: 100%;
  display: inline-block;
  margin: 90px 0;
}

.quem-somos-page .bloco-first .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quem-somos-page .bloco-first .main .left {
  width: 42%;
}

.quem-somos-page .bloco-first .main .left img {
  max-width: 250px;
}

.quem-somos-page .bloco-first .main .right {
  width: 50%;
}

.quem-somos-page .bloco-first .main .right img {
  width: 952px;
  height: 550px;
  object-fit: cover;
  max-width: initial;
  border-radius: 0px;
}

.quem-somos-page .bloco-second {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}

.quem-somos-page .bloco-second .main {
  max-width: 1000px;
  text-align: center;
}

.quem-somos-page .bloco-second .main .icon {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.quem-somos-page .bloco-second .main h3 {
  font-size: 24px !important;
  font-weight: 900;
}

.quem-somos-page .bloco-second .main .text {
  width: 100%;
  margin: 20px 0;
}

.quem-somos-page .bloco-third {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
  background-color: #f5f5f5;
}

.quem-somos-page .bloco-third .main .icon {
  margin: 0 auto;
  display: block;
}

.quem-somos-page .bloco-third .main h3 {
  font-size: 26px !important;
  font-weight: 900;
}

.quem-somos-page .bloco-third .main .text {
  width: 100%;
  margin: 20px 0;
}

.quem-somos-page .bloco-fourth {
  width: 100%;
  display: inline-block;
  padding: 80px 0;
}

.quem-somos-page .bloco-fourth h3 {
  font-size: 26px !important;
  font-weight: 900;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.quem-somos-page .bloco-fourth h3:before {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #f9b000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.quem-somos-page .bloco-fourth .slider {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}

.quem-somos-page .bloco-fourth .slider:hover li {
  opacity: 0.6;
}

.quem-somos-page .bloco-fourth .slider li:hover {
  opacity: 1;
}

.quem-somos-page .bloco-fourth .slider li img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  margin: 0 auto;
}

.quem-somos-page .bloco-fifth {
  width: 100%;
  position: relative;
  padding: 90px 0;
}

.quem-somos-page .bloco-fifth .main {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.quem-somos-page .bloco-fifth .main .left {
  width: calc(100% - 350px);
}

.quem-somos-page .bloco-fifth .main .left h3 {
  font-weight: 900;
  font-size: 22px !important;
  color: #fff;
}

.quem-somos-page .bloco-fifth .main .btn {
  min-width: 230px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

.quem-somos-page .bloco-fifth:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.quem-somos-page .bloco-fifth img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.politicas-page {
  padding: 80px 0;
}

.politicas-page p {
  font-size: 22px;
}

.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  text-align: center;
  position: relative;
}

.page-404 .ctn {
  position: relative;
  z-index: 2;
}

.page-404 .ctn h2 {
  font-weight: 900;
  font-size: 28px;
}

.page-404 .ctn h4 {
  font-weight: 900;
  font-size: 90px;
}

.page-404 .btn {
  margin-top: 60px;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 1785) {
  .home-page .bloco-posts.third .circleYellow {
    left: -600px;
  }
}

@media only screen and (max-width: 1530px) {
  .site-header .brand img {
    max-width: 160px;
  }

  .site-header .right {
    width: calc(100% - 178px);
  }

  .site-header .right nav.main-menu ul li a {
    padding: 20px 9px;
  }

  .site-header .btn {
    padding: 10px 11px;
  }

  .home-page .bloco-posts.third .circleYellow {
    left: -700px;
  }
}

@media only screen and (max-width: 1438px) {
  .site-header .btn img {
    display: none;
  }

  .site-header .right nav.main-menu ul li {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 1320px) {
  .home-page .bloco-posts.first .circleYellow {
    right: -600px;
  }

  .home-page .bloco-posts.third .circleYellow {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .site-header .right nav.main-menu ul li a {
    padding: 20px 5px;
  }

  .site-header .btn {
    min-width: initial;
    padding: 10px 7px;
  }
}

@media only screen and (max-width: 1160px) {
  .site-header .right nav.main-menu {
    display: none;
  }

  .site-header .right {
    width: auto;
    margin: 20px 0px;
  }

  .site-header .right .infosCtn .clickMenuDrop .submenu .mobile {
    display: block;
  }

  .site-header .right .infosCtn .clickMenuDrop {
    margin-left: 30px;
  }

  .newsletter .main .title {
    width: 25%;
  }

  .newsletter .main form {
    width: 70%;
  }
}

@media only screen and (max-width: 980px) {
  .home-page .sliderCtn .slider .itemSlider .left {
    width: 90%;
  }

  .home-page .sliderCtn .slider .itemSlider .left h3 {
    font-size: 40px !important;
  }

  .home-page .bloco-posts.first .circleYellow {
    display: none;
  }

  .barAds .ads.apoie .left {
    font-size: 26px;
  }

  .posts ._itemGrid,
  .posts.col-crazy ._itemGrid:nth-child(3),
  .posts.col-crazy ._itemGrid:nth-child(4) {
    width: 33.3%;
  }

  .bloco-posts.grid-6-posts .ctn-down .left {
    width: 80%;
  }

  .bloco-posts.grid-6-posts .ctn-down .ads-right {
    width: 30%;
  }

  .bloco-posts.grid-6-posts .ctn-down .ads-right {
    display: none;
  }

  .bloco-posts.grid-6-posts .ctn-down .left {
    width: 100%;
  }

  ._itemGrid.style-05 {
    padding: 0px 10px;
  }

  .gridPost.col-5 .grid li {
    width: 25%;
  }

  ._itemGrid.style-06.flex .main {
    flex-wrap: wrap;
  }

  ._itemGrid.style-06 .main .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 810px) {

  .posts ._itemGrid,
  .posts.col-crazy ._itemGrid:nth-child(3),
  .posts.col-crazy ._itemGrid:nth-child(4) {
    width: 50%;
  }

  .products.columns-4 li.product {
    width: 50%;
  }

  .wc-block-grid__products,
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  .bloco-posts .title .center {
    display: none;
  }

  footer .lineMiddle {
    display: none;
  }

  .site-header .headerTop .main .left {
    display: none;
  }

  .site-header .headerTop .main {
    justify-content: center;
  }

  .biblioteca-page .listBilioteca .gridBiblioteca ._item {
    width: 33.3%;
  }

  .biblioteca-page .bloco-first .main {
    flex-wrap: wrap;
  }

  .biblioteca-page .bloco-first .main figure {
    width: 100%;
    margin-bottom: 15px;
  }

  .biblioteca-page .bloco-first .main figure img {
    height: auto;
    object-fit: cover;
  }

  .biblioteca-page .bloco-first .main .right {
    width: 100%;
  }

  .apoie-page .bannerTop .main .right {
    width: 42%;
  }

  .museu-page .blocoGalerias ul.grid li._item {
    width: 50%;
  }

  .gridPost.col-5 .grid li {
    width: 33.3%;
  }

  .productsGray .products.columns-3 li.product {
    width: 100% !important;
  }
}

@media only screen and (max-width: 750px) {
  ._itemGrid.style-04 .ctn .right {
    width: 100%;
  }

  ._itemGrid.style-04 .ctn figure {
    width: 100%;
    margin-bottom: 10px;
  }

  .newsletter .main {
    flex-wrap: wrap;
  }

  .newsletter .main .title {
    width: 100%;
  }

  .newsletter .main form {
    width: 100%;
  }

  footer .lineTop .main .left .substantivo {
    display: none;
  }

  .site-header {
    padding-bottom: 0px !important;
  }

  .biblioteca-page .listBilioteca .gridBiblioteca ._item {
    width: 50%;
  }

  .apoie-page .bannerTop .main {
    flex-wrap: wrap;
  }

  .apoie-page .bannerTop .main .right {
    width: 100%;
    margin-top: 40px;
  }

  .apoie-page .bannerTop:after {
    display: none;
  }

  .apoie-page .bannerTop .main .left {
    width: 100%;
  }

  .apoie-page .section01 .conteudoPlano .grid li.item {
    width: 33.3%;
  }

  .apoie-page .section01 .embed iframe {
    height: 300px;
  }

  .apoie-page .bannerTop .bg {
    width: 100%;
  }

  .blocoGrid ul.grid li._item {
    width: 25%;
  }

  .blocoGrid ul.grid li._item h4 {
    font-size: 20px !important;
  }

  .posts.col-2 ._itemGrid {
    width: 100%;
  }

  .museu-page .contentMain .slider a[rel=prev] {
    right: 10px;
  }

  .museu-page .contentMain .slider a[rel=next] {
    left: 10px;
  }

  ._itemGrid.style-06 .main .btn {
    width: auto;
  }

  .scroll {
    overflow: auto;
  }

  .lineTitlePost .date {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 650px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .site-header .headerBottom .menu-menu-principal-container .listaMenu li {
    display: none;
  }

  .site-header .headerBottom .menu-menu-principal-container .listaMenu li.yellow {
    display: block;
  }

  .single-product .woocommerce-product-gallery {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .single-product div.product .summary {
    width: 100% !important;
  }

  .author-box {
    flex-wrap: wrap;
  }

  .single-product .product_title {
    font-size: 32px;
  }

  .author-box .author-box-content {
    width: 100%;
  }

  .blocoGrid ul.grid li._item {
    width: 33.3%;
  }

  .museu-page .blocoGalerias ul.grid li._item {
    width: 100%;
  }

  .museu-page .contentMain .bottom {
    flex-wrap: wrap;
  }

  .museu-page .contentMain .bottom .left {
    width: 100%;
  }

  .museu-page .gridGaleryMin .grid li {
    width: 33.3%;
  }

  .gridPost.col-5 .grid li {
    width: 50%;
  }

  .single-post-page.grupo .content-grupo .main {
    flex-wrap: wrap;
  }

  .single-post-page.grupo .content-grupo .main .left {
    width: 100%;
  }

  .single-post-page.grupo .content-grupo .main .right {
    width: 100%;
    margin-top: 15px;
  }

  .single-post-page.grupo .content-grupo .main .right .grid ._item {
    width: 33.3%;
  }

  .bannerTop .subtitle {
    font-size: 38px;
  }

  .quem-somos-page .bloco-fifth .main {
    flex-wrap: wrap;
  }

  .quem-somos-page .bloco-fifth .main .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .colaborador-page .bannerTop .btns {
    flex-wrap: wrap;
  }

  .colaborador-page .bannerTop .btns .btn {
    margin: 5px 0;
  }

  .woocommerce-cart-form,
  .cart-collaterals {
    width: 100%;
  }

  .products-page .site-main .main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .products-page .productDestaque .left h3 {
    font-size: 30px !important;
  }

  .dadosTecnicos .woocommerce-product-details__short-description {
    column-count: initial;
  }

  .ctnDescription {
    max-height: initial;
  }

  .products-page .productDestaque .left {
    width: 100%;
  }

  .products-page .productDestaque .right {
    width: 100%;
  }

  footer .lineDown .main {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .lineDown .main .left {
    width: 100%;
  }

  footer .lineDown .main .selo {
    margin-top: 20px;
  }

  .home-page.editorial .first-block .main .sidebar {
    width: 100%;
  }

  .home-page.editorial .first-block .main .main-col {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .newsletter .main .title {
    font-size: 24px;
  }

  .apoie-page .section01 .embed iframe {
    height: 220px;
  }

  .newsletter .main form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-page .sliderCtn .slider .itemSlider .left {
    padding: 25px 0;
  }

  .home-page .sliderCtn .slider .itemSlider .left h3 {
    font-size: 33px !important;
  }

  .barAds .ads.apoie {
    flex-wrap: wrap;
  }

  .barAds .ads.apoie .left {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  ._itemGrid .ctn .bottom {
    padding: 20px;
    padding-top: 40px;
  }

  ._itemGrid .ctn .title-c {
    font-size: 20px;
  }

  .bloco-posts .title h3 {
    font-size: 26px !important;
  }

  .posts.col-3-crazy ._itemGrid:first-child {
    width: 100%;
  }

  .bloco-posts.acervo .posts {
    width: 100%;
    margin-left: 0;
  }

  footer .lineTop .main {
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .lineTop .main .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  footer .lineTop .main .right .redes {
    justify-content: center;
  }

  .site-header .brand img {
    max-width: 130px;
  }

  .modalBusca .bottom form {
    flex-wrap: wrap;
  }

  .modalBusca .bottom form button {
    width: 100%;
    text-align: center;
  }

  .modalBusca .bottom form input {
    width: 100%;
  }

  .sliderCategory ._itemGrid .ctn .title-c {
    font-size: 28px;
  }

  .sliderCategory ._itemGrid .ctn .bottom {
    padding: 20px;
  }

  .sliderCategory .barBottom .main .left {
    display: none;
  }

  .sliderCategory .slick-dots {
    right: 10px !important;
  }

  .barSearch .main {
    flex-wrap: wrap;
  }

  .barSearch .main .form {
    width: 100%;
    margin-bottom: 20px;
  }

  .barSearch .main .right {
    width: 100%;
  }

  .bloco-volume .posts {
    width: 100%;
    margin-left: 0;
  }

  ._itemGridVolume {
    flex-wrap: wrap;
    padding-left: 0;
  }

  ._itemGridVolume figure {
    width: 100%;
    margin-right: 0;
  }

  ._itemGridVolume .right {
    width: 100%;
  }

  .bloco-volume ._itemGrid.style-06 {
    padding: 10px;
  }

  .lineTitlePost h2 {
    font-size: 30px !important;
  }

  .relateds .posts {
    width: 1000px;
  }

  .biblioteca-page .bloco-first .main .right h2 {
    font-size: 36px !important;
  }

  .biblioteca-page .bloco-first .main .right .ctnFields .item {
    width: 50%;
  }

  .biblioteca-page .bloco-second iframe {
    height: 550px;
  }

  .biblioteca-page .listBilioteca .title {
    font-size: 28px;
  }

  .editora-page .bannerTop .title .subtitle {
    font-size: 52px;
  }

  .editora-page .section02 .main .right,
  .editora-page .section04 .main .left {
    display: none;
  }

  .editora-page .section02 .main .left,
  .editora-page .section04 .main .right {
    width: 100%;
  }

  .apoie-page .section01 .conteudoPlano .grid li.item {
    width: 100%;
  }

  .bannerTop {
    padding: 60px 0;
    padding-bottom: 20px;
  }

  .bannerTop .subtitle {
    font-size: 38px;
  }

  .blocoGrid ul.grid li._item {
    width: 50%;
  }

  .autor-page .bannerTop .main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .autor-page .bannerTop .main figure {
    width: 100px;
    margin: 0 auto;
  }

  .autor-page .bannerTop .main .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .autor-page .bannerTop .main .right .lineTop {
    flex-wrap: wrap;
  }

  .museu-page .gridGaleryMin .grid li {
    width: 50%;
  }

  .single-post-page.grupo .content-grupo .main .right .grid ._item {
    width: 50%;
  }

  ._itemGrid.style-07 .ctn .lineBottom .btn {
    padding: 7px 7px;
    font-size: 13px;
  }

  .quem-somos-page .bloco-first .main .right {
    display: none;
  }

  .quem-somos-page .bloco-first .main .left {
    width: 100%;
  }

  .museu-page .contentMain .bottom .left {
    flex-wrap: wrap;
  }

  .museu-page .contentMain .bottom .left .autor {
    width: 100%;
    margin-left: 0;
  }

  #buddypress ul.item-list li {
    width: 50%;
  }

  .site-header .headerMiddle .left .brand img {
    min-width: 100px;
  }

  .btn-add-preferencie {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 390px) {
  .biblioteca-page .bloco-first .main .right .ctnFields .item {
    width: 100%;
  }

  .home-page .sliderCtn .slider .itemSlider .left h3 {
    font-size: 28px !important;
  }

  .posts ._itemGrid,
  .posts.col-crazy ._itemGrid:nth-child(3),
  .posts.col-crazy ._itemGrid:nth-child(4) {
    width: 100%;
  }

  .bloco-posts .title h3 {
    font-size: 20px !important;
  }

  .bloco-posts .title .arrows .arrow {
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
  }

  .products.columns-4 li.product {
    width: 100%;
  }

  .posts ._itemGrid,
  .posts.col-crazy ._itemGrid:nth-child(3),
  .posts.col-crazy ._itemGrid:nth-child(4) {
    width: 100%;
  }

  .bloco-posts.grid-6-posts .ctn-down .left ._itemGrid {
    width: 100%;
  }

  .bloco-volume ._itemGrid.style-06 {
    width: 100%;
  }

  .bannerTop .barBottom .main .left {
    display: none;
  }

  .biblioteca-page .listBilioteca .gridBiblioteca ._item {
    width: 100%;
  }

  .gridPost.col-5 .grid li {
    width: 100%;
  }

  ._itemGrid.style-07 .ctn .lineBottom {
    flex-wrap: wrap;
  }

  ._itemGrid.style-07 .ctn .lineBottom .btn {
    margin-top: 10px;
  }

  .posts.col-crazy2 ._itemGrid:nth-child(3) {
    width: 100%;
  }
}

.template-apoie section {
  padding: 100px 0;
}

.template-apoie .section-title {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
}

.template-apoie .section-title strong {
  color: #f9b000;
  font-weight: 800;
}

.template-apoie .slider-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template-apoie .slider-section .left {
  width: 40%;
}

.template-apoie .slider-section .left h2 {
  font-size: 45px;
  font-weight: 800;
}

.template-apoie .slider-section .left h2 strong {
  color: #f9b000;
  font-weight: 800;
}

.template-apoie .slider-section .left p {
  font-size: 18px;
}

.template-apoie .slider-section .left p strong {
  color: #f9b000;
}

.template-apoie .slider-section .right {
  width: 55%;
}

.template-apoie .slider-section .right img {
  width: 100%;
}

.template-apoie .beneficios-section {
  padding-top: 0;
}

.template-apoie .beneficios-section .grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 50px 0;
}

.template-apoie .beneficios-section .grid .gridItem {
  background-color: #F3F3F3;
  border: 2px solid #f9b000;
  border-radius: 50px;
  text-align: center;
  width: 25%;
  padding: 50px 15px;
}

.template-apoie .beneficios-section .grid .gridItem h4 {
  font-size: 18px;
  line-height: 1;
  color: #f9b000;
}

.template-apoie .beneficios-section .grid .gridItem p {
  margin: 0;
}

.template-apoie .plans-section {
  background-color: #F3F3F3;
}

.template-apoie .plans-section .tabs {
  width: 200px;
  display: flex;
  margin: 20px auto;
  margin-bottom: 50px;
  padding: 3px;
  border-radius: 40px;
  background-color: #fff;
}

.template-apoie .plans-section .tabs button {
  width: 50%;
  text-align: center;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  border-radius: 40px;
}

.template-apoie .plans-section .tabs button.active {
  background-color: #000;
  color: #fff;
}

.template-apoie .plans-section .plan-content {
  display: none;
}

.template-apoie .plans-section .plan-content.active {
  display: block;
}

.template-apoie .plans-section .products-grid {
  width: 100%;
  padding: 20px 0;
  overflow: auto;
  display: flex;
  gap: 10px;
}

.template-apoie .plans-section .products-grid .product-card {
  width: 25%;
  min-width: 230px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}

.template-apoie .plans-section .products-grid .product-card .tag-recomendado {
  position: absolute;
  padding: 3px 10px;
  background-color: #f9b000;
  color: #000;
  top: -20px;
  border-radius: 20px;
  text-align: center;
  max-width: 80%;
  left: 0;
  font-size: 14px;
  right: 0;
  margin: auto;
}

.template-apoie .plans-section .products-grid .product-card.bg-black {
  background-color: #000;
  color: #fff;
}

.template-apoie .plans-section .products-grid .product-card.bg-black .product-title {
  color: #fff;
}

.template-apoie .plans-section .products-grid .product-card.bg-black .product-text ul li::before {
  background-color: #999;
}

.template-apoie .plans-section .products-grid .product-card .product-title {
  margin: 0;
}

.template-apoie .plans-section .products-grid .product-card .product-price .price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.template-apoie .plans-section .products-grid .product-card .product-price .price strong {
  font-size: 26px;
  margin: 0;
  position: relative;
  font-weight: 300;
}

.template-apoie .plans-section .products-grid .product-card .product-price .price .discount {
  padding: 5px 15px;
  background-color: #f9b000;
  color: #000;
  border-radius: 5px;
}

.template-apoie .plans-section .products-grid .product-card .product-text {
  min-height: 278px;
}

.template-apoie .plans-section .products-grid .product-card .product-text ul {
  margin: 0;
}

.template-apoie .plans-section .products-grid .product-card .product-text ul li {
  margin: 5px 0;
  font-size: 12px;
  position: relative;
  display: flex;
  gap: 10px;
}

.template-apoie .plans-section .products-grid .product-card .product-text ul li::before {
  content: "✔";
  width: 18px;
  height: 18px;
  background-color: #f4f4f4;
  display: block;
  text-align: center;
  border-radius: 5px;
}

.template-apoie .plans-section .products-grid .product-card .button {
  width: 100%;
  display: block;
  background-color: #f9b000;
  color: #000;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 0;
}

.template-apoie .doeqrcode-section .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.template-apoie .doeqrcode-section .main .left {
  max-width: 400px;
}

.template-apoie .doeqrcode-section .main .left h2 {
  font-size: 36px;
}

.template-apoie .doeqrcode-section .main .left h2 strong {
  color: #f9b000;
}

.template-apoie .doeqrcode-section .main .left p {
  font-size: 18px;
}

.template-apoie .doeqrcode-section .main .left .values {
  margin-top: 40px;
}

.template-apoie .doeqrcode-section .main .left .values p {
  margin-bottom: 5px;
}

.template-apoie .doeqrcode-section .main .left .values .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.template-apoie .doeqrcode-section .main .left .values .grid a {
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #f9b000;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.template-apoie .doeqrcode-section .main .left .values .grid a:hover {
  background-color: #000;
  color: #fff;
}

.template-apoie .doeqrcode-section .main .right {
  position: relative;
  background-color: #F1F1F1;
  border-radius: 60px;
  padding: 40px;
  text-align: center;
  max-width: 400px;
}

.template-apoie .doeqrcode-section .main .right .brand {
  width: 100px;
  background-color: #fff;
  padding: 20px;
  border-radius: 200px;
  margin: 0 auto;
  margin-top: -70px;
  display: block;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.template-apoie .doeqrcode-section .main .right .brand img {
  width: 100%;
}

.template-apoie .doeqrcode-section .main .right .qrCode {
  width: 90%;
  margin: 30px auto;
  border-radius: 20px;
}

.template-apoie .doeqrcode-section .main .right .text p {
  margin: 5px 0;
}

@media only screen and (max-width: 800px) {
  .template-apoie .slider-section {
    flex-direction: column-reverse;
  }

  .template-apoie .slider-section .left {
    width: 100%;
  }

  .template-apoie .slider-section .right {
    width: 100%;
    margin-bottom: 50px;
  }

  .template-apoie .slider-section .left h2 {
    font-size: 30px;
  }

  .template-apoie .beneficios-section .grid {
    flex-wrap: wrap;
  }

  .template-apoie .beneficios-section .grid .gridItem {
    width: calc(50% - 10px);
  }

  .template-apoie .doeqrcode-section .main {
    display: block;
  }

  .template-apoie .doeqrcode-section .main .right {
    margin-top: 50px;
  }
}

.template-projetos table {
  margin: 20px 0 !important;
}

.template-projetos table td {
  padding: 10px !important;
  font-size: 14px !important;
}

.template-projetos table td span {
  font-size: 14px !important;
}

.template-projetos .text {
  overflow: auto !important;
}

.template-projetos .destaque-section {
  position: relative;
  display: block;
  padding: 50px 0;
  padding-top: 200px;
}

.template-projetos .destaque-section .main {
  position: relative;
  z-index: 2;
}

.template-projetos .destaque-section .main .text {
  max-width: 700px;
}

.template-projetos .destaque-section .main .text h2 {
  font-size: 24px !important;
  color: #fff;
  margin: 0;
}

.template-projetos .destaque-section .main .text h3 {
  font-size: 36px !important;
  display: block;
  margin: 15px 0;
  color: #fff;
  padding: 0;
  line-height: 1.2;
  margin-bottom: 30px;
}

.template-projetos .destaque-section .main .text .btn {
  color: #fff;
}

.template-projetos .destaque-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  mix-blend-mode: soft-light;
}

.template-projetos .conheca-section {
  padding: 100px 0;
  background-color: #1F1F1F;
  color: #fff;
  text-align: center;
}

.template-projetos .conheca-section .main {
  max-width: 800px;
}

.template-projetos .conheca-section h3 {
  color: #fff;
  margin-bottom: 20px;
}

.template-projetos .realizacao-section {
  padding: 60px 0;
  text-align: center;
}

.template-projetos .realizacao-section .grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.template-projetos .realizacao-section .grid img {
  max-width: 200px;
  max-height: 120px;
}

.template-projetos .bloco-coluna-section.direction-right .main {
  flex-direction: row-reverse;
}

.template-projetos .bloco-coluna-section .main {
  display: flex;
  justify-content: space-between;
}

.template-projetos .bloco-coluna-section .main .col-text {
  width: 45%;
  padding: 40px;
  padding-left: 0;
}

.template-projetos .bloco-coluna-section .main .col-text h3 {
  font-size: 30px !important;
}

.template-projetos .bloco-coluna-section .main .col-image {
  width: 50%;
  position: relative;
}

.template-projetos .bloco-coluna-section .main .col-image img {
  height: 100%;
  object-fit: cover;
}

.template-projetos .artigos-section {
  padding: 50px 0;
}

.template-projetos .text-section {
  padding: 150px 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.template-projetos .text-section h3 {
  color: #fff;
}

.template-projetos .text-section .main {
  max-width: 800px;
}

.template-projetos .video-section {
  position: relative;
}

.template-projetos .video-section a {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.template-projetos .video-section a:hover {
  transform: scale(1.2);
}

.template-projetos .video-section a svg {
  width: 60px;
  height: 60px;
}

.template-projetos .video-section .bg {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.template-projetos .equipe-section {
  padding: 100px 0;
  background-color: #EBEBEB;
}

.template-projetos .equipe-section h3 {
  text-align: center;
  font-size: 36px !important;
}

.template-projetos .mapa-section {
  padding-bottom: 150px;
  position: relative;
  margin-top: -40px;
}

.template-projetos .mapa-section .box {
  width: 250px;
  padding: 30px;
  background: #4a4444;
  display: block;
}

.template-projetos .mapa-section .box svg {
  display: block;
  margin-bottom: 20px;
}

.template-projetos .mapa-section .box p {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.template-projetos .mapa-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.template-projetos .contact-section {
  padding: 50px 0;
  background-color: #EBEBEB;
}

.template-projetos .contact-section h3 {
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 30px;
}

.template-projetos .contact-section .main {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 20px;
}

.template-projetos .contact-section .main .left {
  width: 45%;
}

.template-projetos .contact-section .main .right {
  width: 45%;
  padding: 20px;
  background-color: #fff;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.home-page.admin-bar .site-header{
	top: 0 !important;
}

@media only screen and (max-width: 800px) {
  .template-projetos .destaque-section .main .text h3 {
    font-size: 28px !important;
  }

  .template-projetos .destaque-section .main .text h2 {
    font-size: 20px !important;
  }

  .template-projetos .text-section {
    padding: 100px 0;
  }

  .template-projetos .realizacao-section .grid {
    flex-wrap: wrap;
  }

  .template-projetos .bloco-coluna-section .main {
    flex-wrap: wrap;
  }

  .template-projetos .bloco-coluna-section .main .col-text {
    width: 100%;
  }

  .template-projetos .bloco-coluna-section .main .col-image {
    width: 100%;
  }

  .template-projetos .text-section h3 {
    font-size: 28px !important;
  }

  .template-projetos .video-section .bg {
    height: 280px;
  }

  .template-projetos .contact-section .main {
    flex-wrap: wrap;
  }

  .template-projetos .contact-section .main .left {
    width: 100%;
  }

  .template-projetos .contact-section .main .right {
    width: 100%;
  }

  .site-header .headerTop {
    display: none;
  }

  .site-header .headerMiddle .left .brand img {
    max-width: 140px;
  }

  .site-header .headerMiddle .right .account {
    margin: 0;
  }

  .site-header .headerMiddle .left .brand {
    overflow: hidden;
    width: 50px;
  }

  .site-header .headerMiddle .left {
    gap: 10px;
  }
}