.materiais-pagina-topo {
  padding-bottom: 0;
  background-color: #ffc300 !important;
}

.vc_custom_1654894270812.materiais-pagina-topo {
  padding-bottom: 0;
  background-color: #ffc300 !important;
}

.materiais-pagina-topo .vc_column-inner {
  padding-top: 0 !important;
}

.materiais-pagina-topo h1 {
  font-size: 19px;
  text-transform: uppercase;
  font-family: "BebasNeue" !important;
  line-height: 36px;
  letter-spacing: 1px;
  margin: 10px 0 5px 0 !important;
}

.materiais-pagina-topo h1 span {
  color: #004943 !important;
}

.compartilhamento-template-default .materiais-pagina-topo {
  padding-top: 0;
  padding-bottom: 0;
}

.compartilhamento-template-default .materiais-pagina-topo h1 {
  padding-left: 10px;
}

.compartilhar_ind {
  padding-left: 5px !important;
  padding-right: 5px !important;
  position: relative;
  margin-bottom: 5px;
  width: 50%;
  margin-bottom: 10px !important;
}

.compartilhar_ind > div {
  position: relative;
}

.compartilhar_ind > div:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.compartilhar_ind > div .overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  background-color: rgba(36, 83, 203, 0.406);
  padding: 5px;
  transition: all 300ms ease;
}

.compartilhar_ind > div .overlay > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.compartilhar_ind > div .overlay > div:nth-of-type(1) svg {
  width: 35px;
  height: 35px;
  margin: 5px;
}

.compartilhar_ind > div .overlay > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
}

.compartilhar_ind > div .overlay > div:nth-of-type(2) svg {
  width: 35px;
  height: 35px;
}

.compartilhar_ind > div .overlay > div a {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "DINNextLTPro";
  line-height: 12px;
  font-weight: 400;
  text-decoration: unset !important;
  word-break: keep-all;
  cursor: pointer;
  position: relative;
}

.compartilhar_ind > div .overlay > div button {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "DINNextLTPro";
  line-height: 12px;
  font-weight: 400;
  text-decoration: unset !important;
  word-break: keep-all;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.compartilhar_ind > div .overlay > div a svg rect, .compartilhar_ind > div .overlay > div button svg rect {
  opacity: 0.5;
  fill: #004943;
}

.compartilhar_ind > div .overlay > div a svg circle, .compartilhar_ind > div .overlay > div button svg circle {
  opacity: 0.5;
  fill: #004943;
}

.compartilhar_ind > div .overlay > div button:hover span.sociais {
  display: flex;
}

.compartilhar_ind > div .overlay > div a span.copiar {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 3px;
  border-radius: 5px;
  background-color: #00b58b;
  display: none;
}

.compartilhar_ind > div .overlay > div a span.avisovideo {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: -20px;
  padding: 3px;
  border-radius: 5px;
  background-color: #ff2854;
  display: none;
}

.compartilhar_ind > div .overlay > div button span.sociais {
  position: absolute;
  top: 22px;
  left: 36%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.compartilhar_ind > div .overlay > div button span.sociais svg {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border: 0;
  border-radius: 0;
}

.compartilhar_ind > div .overlay > div button span.sociais svg path {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  fill: #004943;
}

.compartilhar_ind > div .overlay > div button span.sociais svg:hover path {
  fill: #ff2854;
}

.compartilhar_ind > div .overlay > div svg {
  width: 40px;
  height: 40px;
  border: 2px solid #ffc900;
  border-radius: 200px;
}

.compartilhar_ind > div .overlay > div button svg path {
  opacity: 1;
  fill: #ffc900;
}

.compartilhar_ind > div .overlay > div a svg rect {
  opacity: 1;
  fill: transparent;
}

.compartilhar_ind > div .overlay > div a svg circle {
  opacity: 1;
  fill: transparent;
}

.compartilhar_ind > div .overlay > div button svg rect {
  opacity: 1;
  fill: transparent;
}

.compartilhar_ind > div .overlay > div button svg circle {
  opacity: 1;
  fill: transparent;
}

.compartilhar_ind > div img {
  overflow: hidden;
  margin: 0;
  line-height: 0;
  padding: 0;
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-sizer {
  width: 50%;
}

.filter-button-group {
  display: flex;
}

.filter-button-group button {
  margin-right: 10px;
  background-color: transparent;
  border: 0;
  border-bottom: 5px solid transparent;
  padding: 0 0 10px 0;
  font-family: "DINNextLTPro";
  color: #ffc900;
  font-weight: 400 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-button-group button svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.filter-button-group button svg rect {
  fill: transparent;
}

.filter-button-group button svg g path {
  fill: #ffc900;
}

.filter-button-group button:hover {
  border-bottom: 5px solid #ffc900;
}

.filter-button-group button:focus {
  border-bottom: 5px solid #ffc900;
}

.compartilhamento-template-default .bloco {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.compartilhamento-template-default .bloco .midia {
  width: 100%;
}

.compartilhamento-template-default .bloco .midia img {
  width: 100%;
  height: auto;
}

.compartilhamento-template-default .bloco .texto {
  width: 100%;
  padding-top: 30px;
  text-align: left;
}

.compartilhamento-template-default .texto h2 {
  color: #004943 !important;
  font-family: "DINNextLTPro";
  text-transform: unset;
  font-size: 28px !important;
  word-break: break-word !important;
  line-height: 28px;
  margin: 0 !important;
  font-weight: 700;
}

.compartilhamento-template-default .texto h2 svg {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border: 0 !important;
  border-radius: 0 !important;
}

.compartilhamento-template-default .texto h4 {
  color: #004943 !important;
  font-family: "DINNextLTPro";
  text-transform: unset;
  font-size: 24px !important;
}

.compartilhamento-template-default .texto div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.compartilhamento-template-default .texto div svg {
  border: 2px solid #004943;
  border-radius: 200px;
}
.compartilhamento-template-default .texto div svg circle {
  fill: transparent;
}
.compartilhamento-template-default .texto div svg rect {
  fill: transparent;
}
.compartilhamento-template-default .texto div svg path {
  fill: #004943;
}

.compartilhamento-template-default .texto p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 145%;
  color: #004943;
}

.compartilhamento-template-default .texto img {
  width: 300px;
  height: auto;
}

.compartilhamento-template-default .texto a {
  text-align: center;
  color: #004943;
  font-size: 12px;
  font-family: "DINNextLTPro";
  line-height: 16px;
  font-weight: 400;
  text-decoration: unset !important;
  word-break: keep-all;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
}
.compartilhamento-template-default .texto a:hover {
  color: #ff2854;
}
.compartilhamento-template-default .texto a:hover svg {
  border: 2px solid #ff2854;
  border-radius: 200px;
}
.compartilhamento-template-default .texto a:hover svg circle {
  fill: transparent;
}
.compartilhamento-template-default .texto a:hover svg rect {
  fill: transparent;
}
.compartilhamento-template-default .texto a:hover svg path {
  fill: #ff2854;
}

.compartilhamento-template-default .texto button {
  text-align: center;
  color: #004943;
  font-size: 12px;
  font-family: "DINNextLTPro";
  line-height: 16px;
  font-weight: 400;
  text-decoration: unset !important;
  word-break: keep-all;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: 15px;
}

.compartilhamento-template-default .texto button:hover span.sociais {
  display: flex;
}

.compartilhamento-template-default .texto button span.sociais a {
  margin-right: 5px;
}

.compartilhamento-template-default .texto a span.copiarpg {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 3px;
  border-radius: 5px;
  background-color: #00b58b;
  display: none;
  color: #fff;
  margin: 0;
}

.compartilhamento-template-default .texto a span.avisovideo {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: -3px;
  padding: 3px;
  border-radius: 5px;
  background-color: #ff2854;
  display: none;
  color: #fff;
  margin: 0;
}

.compartilhamento-template-default .texto button span.sociais {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.compartilhamento-template-default .texto button span.sociais svg {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  border: 0;
  border-radius: 0;
}

.compartilhamento-template-default .texto button span.sociais svg:hover path {
  fill: #ff2854;
}

.compartilhamento-template-default .texto svg {
  width: 60px;
  height: 60px;
}

.filtros-bloco .filtros-compartilhamento {
  text-align: center;
}

.blocofiltros {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.botoesmat {
  display: flex;
  align-items: center;
}

.botoesmat svg {
  width: 30px;
  height: 30px;
}

.botoesmat button {
  border: 0;
  background-color: transparent;
  margin: 0 0 0 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}

.botoesmat button.maximizar {
  display: none;
}

.botoesmat .voltar {
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
}

.compartilhamento-template-default .texto div.formatos {
  margin: 15px 0 30px 0 !important;
  align-items: flex-start;
  justify-content: flex-start;
}

.formatos button {
  border: 0;
  background-color: transparent;
  margin: 0 10px 0 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px !important;
  opacity: 1;
}

.formatos button:hover {
  opacity: 1;
}

.formatos svg {
  width: 30px !important;
  height: auto !important;
  margin-top: 5px !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.formatos svg path {
  fill: #004943;
}

.formatos button.show {
  opacity: 1;
  color: #ff2854;
}
.formatos button.show svg path {
  fill: #ff2854;
}

.compartilhamento-template-default .texto .formatos_conteudos > div {
  display: none;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.compartilhamento-template-default .texto div.formatos_conteudos {
  margin-top: 0;
}

.compartilhamento-template-default .texto .formatos_conteudos > div.show {
  display: flex !important;
}

.compartilhamento-template-default .bloco .midia .formato_midia {
  display: none;
}

.compartilhamento-template-default .bloco .midia .formato_midia.show {
  display: block;
}

.compartilhamento-template-default .texto a.copytexto {
  position: relative;
}

.compartilhamento-template-default .texto a.copytexto:hover svg path {
  fill: #ff2854;
}

.compartilhamento-template-default .texto a span.textocopiado {
  position: absolute;
  top: -55px;
  left: -5px;
  padding: 3px;
  border-radius: 5px;
  background-color: #00b58b;
  display: none;
  color: #fff;
  margin: 0;
}

.compartilhar_ind.compartilhar_ind_home {
  width: 100%;
}

.compartilhar_ind.compartilhar_ind_home > div .overlay {
  justify-content: center;
}

.compartilhar_ind.compartilhar_ind_home > div img {
  min-height: 129px;
}

.compartilhar_ind.compartilhar_ind_home > div .overlay > div:nth-of-type(1) {
  width: auto;
}

.grid-compartilhamento, .formatos-interna {
  padding: 0 0 50px 0;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (max-width: 575px) and (orientation: landscape) {
  .compartilhar_ind, .grid-sizer {
    width: 33%;
  }
}
/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 321px) and (orientation: portrait) {
  .compartilhar_ind, .grid-sizer {
    width: 50%;
  }
  .compartilhar_ind > div .overlay > div a {
    font-size: 10px;
  }
  .compartilhar_ind > div .overlay > div button {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .compartilhar_ind, .grid-sizer {
    width: 33%;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  .botoesmat {
    position: absolute;
    right: 0;
    top: 0;
  }
  .compartilhar_ind {
    width: 33%;
  }
  .filter-button-group button {
    margin-right: 20px;
    font-size: 18px;
  }
  .compartilhamento-template-default .texto div.formatos_conteudos {
    margin-top: 10px;
  }
  .desktop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
  .compartilhamento-template-default .materiais-pagina-topo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .materiais-pagina-topo h1 {
    font-size: 27px;
  }
  .compartilhar_ind > div .overlay {
    width: 100%;
    width: 100%;
    height: calc(100% - 3px);
    padding: 10px;
  }
  .compartilhar_ind.compartilhar_ind_home > div .overlay {
    width: calc(100% - 0px);
    height: calc(100% - 3px);
  }
  .botoesmat .voltar {
    display: block;
  }
  .compartilhamento-template-default .bloco {
    flex-wrap: nowrap;
  }
  .compartilhamento-template-default .texto div {
    justify-content: flex-start;
  }
  .compartilhamento-template-default .texto a {
    font-size: 12px;
    margin-right: 15px;
  }
  .compartilhamento-template-default .texto button {
    font-size: 12px;
    margin-right: 15px;
  }
  .compartilhamento-template-default .bloco .midia {
    width: 50%;
  }
  .compartilhamento-template-default .bloco .midia img {
    width: 100%;
    height: auto;
  }
  .compartilhamento-template-default .bloco .texto {
    width: 50%;
    padding-left: 30px;
    padding-top: 0;
  }
  .grid-sizer {
    width: 25%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .compartilhar_ind, .grid-sizer {
    width: 25%;
  }
}
/* Medium devices (desktops and tablets ld, 992px and up) */
@media (min-width: 992px) {
  .compartilhar_ind, .grid-sizer {
    width: 20%;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  .compartilhar_ind, .grid-sizer {
    width: 25%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .grid-compartilhamento {
    padding: 50px 0;
  }
  .grid-compartilhamento > div {
    width: 100% !important;
    max-width: 1180px !important;
  }
  .formatos-interna {
    padding: 50px 0;
  }
  .compartilhar_ind, .grid-sizer {
    width: 16.6666667%;
  }
  .compartilhar_ind.compartilhar_ind_home {
    width: 33.33333334%;
  }
  .compartilhar_ind > div .overlay > div button span.sociais {
    left: 36%;
  }
  .compartilhar_ind > div .overlay > div a {
    font-size: 10px;
    line-height: 12px;
  }
  .compartilhar_ind > div .overlay > div button {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (min-width: 1366px) {
  .grid-compartilhamento > div {
    width: 100% !important;
    max-width: 1300px !important;
  }
  .compartilhar_ind, .grid-sizer {
    width: 16.6666667%;
  }
  .compartilhar_ind > div .overlay > div button span.sociais {
    left: 32%;
  }
  .compartilhar_ind > div .overlay > div a {
    font-size: 12px;
    line-height: 12px;
  }
  .compartilhar_ind > div .overlay > div button {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1440px) {
  .grid-compartilhamento > div {
    max-width: 1600px !important;
    padding-left: 75px;
    padding-right: 75px;
  }
  .compartilhar_ind > div .overlay > div button span.sociais {
    left: 32%;
  }
  .compartilhar_ind, .grid-sizer {
    width: 16.6666667%;
  }
}
@media (min-width: 1920px) {
  .grid-compartilhamento > div {
    max-width: 1785px !important;
    padding-left: 75px;
    padding-right: 75px;
  }
  .compartilhar_ind > div .overlay > div a {
    font-size: 13px;
    line-height: 18px;
  }
  .compartilhar_ind > div .overlay > div button span.sociais {
    left: 32%;
  }
  .compartilhar_ind > div .overlay > div button {
    font-size: 13px;
    line-height: 18px;
  }
  .compartilhar_ind > div .overlay > div:nth-of-type(2) {
    justify-content: space-around;
  }
}/*# sourceMappingURL=compartilhamento.css.map */