html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: unset !important;
}
a:hover {
  color: unset !important;
}

*::focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn, .btn__primary, button, .wpcf7-submit {
  border: 1px solid #fff;
  color: #fff !important;
  background: transparent;
  padding: 0.5rem 2rem;
  transition: 300ms;
  text-transform: uppercase;
}
.btn:hover, .btn__primary:hover, button:hover, .wpcf7-submit:hover {
  border-color: #FF4F00;
  background: #FF4F00;
  color: #fff !important;
}

@font-face {
  font-family: "Eina03";
  src: url("../fonts/EINA03-LIGHT.TTF");
  font-weight: 200;
}
@font-face {
  font-family: "Eina03";
  src: url("../fonts/EINA03-REGULAR.TTF");
  font-weight: 400;
}
@font-face {
  font-family: "Eina03";
  src: url("../fonts/EINA03-SEMIBOLD.TTF");
  font-weight: 600;
}
@font-face {
  font-family: "Eina03";
  src: url("../fonts/EINA03-BOLD.TTF");
  font-weight: 800;
}
@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro-Bold.otf");
  font-weight: 800;
}
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: #343432;
}

*::-webkit-scrollbar-thumb {
  background: #FF4F00;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #ff6e2b;
}

:root {
  font-size: 100%;
}

body {
  background-color: #1D1D1B;
  font-family: "Eina03", sans-serif;
}
body .section_title {
  color: #08BEA2;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: "Trajan Pro", sans-serif;
}
body .section_title + p {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(5px);
  background-color: #1d1d1b;
  color: #fff;
  z-index: 10;
  transition: 400ms;
}
body header .row_header {
  display: flex;
}
body header .top_side {
  border-top: 1px solid #ffffff61;
  border-bottom: 1px solid #ffffff61;
  font-size: 0.75rem;
}
body header .top_side .redes {
  border-right: 1px solid #ffffff61;
  width: max-content;
  display: flex;
  padding: 0.5vw 0.5vw 0.5vw 0;
  justify-content: space-between;
  min-width: 7.5vw;
}
body header .top_side .redes a {
  padding: 5px;
  width: 1.75rem;
}
body header .top_side .redes svg {
  width: 100%;
  height: 100%;
}
body header .top_side .redes svg:hover path {
  fill: #FF4F00;
}
body header .top_side svg path {
  fill: #fff;
}
body header .top_side .oabfield {
  padding: 0 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff61;
  font-weight: 700;
}
body header .top_side .space {
  flex: 1 1 auto;
}
body header .top_side .emailfield, body header .top_side .phonefield {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11vw;
  justify-self: self-end;
  border-left: 1px solid #ffffff61;
  padding: 0 1rem;
}
body header .top_side .emailfield svg, body header .top_side .phonefield svg {
  margin-right: 10px;
  width: 0.95rem;
}
body header .top_side .emailfield:hover svg path, body header .top_side .phonefield:hover svg path {
  fill: #FF4F00;
}
body header .bottom_side .logo {
  min-width: 50%;
  padding: 1vw 0;
  height: 10vw;
  transition: 700ms;
}
body header .bottom_side .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  transition: 700ms;
}
body header .bottom_side .logo img:hover {
  transform: scale(1.02);
}
body header .bottom_side .menu {
  flex: 1 1 auto;
}
body header .bottom_side .menu .menu-menu-1-container {
  height: 100%;
}
body header .bottom_side .menu ul {
  display: flex;
  list-style: none;
  height: 100%;
  justify-content: space-between;
}
body header .bottom_side .menu ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0.6vw;
}
body header .bottom_side .menu ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: 400ms;
}
body header .bottom_side .menu ul li.current_page_item a, body header .bottom_side .menu ul li:hover a {
  color: #b84917 !important;
}
body header .bottom_side .menu ul li.current_page_item:after, body header .bottom_side .menu ul li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #b84917;
}
body.home header {
  background-color: #00000030;
}
body.scrolled header {
  background-color: #1d1d1b;
  box-shadow: 0px -18px 30px 0 #fff;
}
body.scrolled header .bottom_side .logo {
  height: 5vw;
}
body main {
  margin-top: 12.6vw;
}
body.home main {
  margin-top: 0;
}
body section.banner .banner__item {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
body section.banner .banner__item img.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body section.banner .banner__item img.banner_img.mobile {
  display: none;
}
body section.banner .banner__item .container.texto {
  position: relative;
  z-index: 4;
  transform: translateY(25%);
}
body section.banner .banner__item div.banner__item {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
body section.banner .banner__item .banner__content h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2vw;
}
body section.banner .banner__item .banner__content p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.4vw;
  line-height: 1.4;
}
body section.banner_not_home {
  height: 15vw;
  background: var(--bg_desktop);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: top left;
  position: relative;
}
body section.banner_not_home h2 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 2.875rem;
  font-family: "Trajan Pro", sans-serif;
}
body div.efeitoazul {
  position: relative;
}
body div.efeitoazul::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 12rem;
  background: #08bea2;
  z-index: 9;
  transform: translateY(45%);
}
body .container.banner_container_dots {
  position: relative;
}
body .container.banner_container_dots ul.slick-dots {
  background: transparent;
  position: absolute;
  top: -55vh;
  right: 0;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: max-content;
  bottom: unset;
}
body .container.banner_container_dots ul.slick-dots li button {
  transition: 400ms;
  height: 1.7vw;
  background: #08BEA2;
  width: 5px;
  color: transparent;
  line-height: 0;
  opacity: 1;
  margin: 5px 0;
  padding: 0;
}
body .container.banner_container_dots ul.slick-dots li {
  margin: 0rem;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .container.banner_container_dots ul.slick-dots li button::before {
  content: none;
}
body .container.banner_container_dots ul.slick-dots li.slick-active button {
  background: #FF4F00;
}
body section.atuacao {
  padding: 2.5vw 0;
  position: relative;
}
body section.atuacao::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3vw;
  background: linear-gradient(0deg, #1d1d1b 55%, #00000005 100%);
  transform: translateY(-100%);
}
body section.atuacao .todas_as_atuacoes .area {
  width: 100%;
  height: 44rem;
  border: 1px solid #FF4F00;
  border-radius: 10vw;
  margin: 10vw 0;
  position: relative;
}
body section.atuacao .todas_as_atuacoes .area .item {
  position: relative;
  z-index: 2;
}
body section.atuacao .todas_as_atuacoes .area .item:after {
  content: "";
  position: absolute;
  z-index: -1;
}
body section.atuacao .todas_as_atuacoes .area .item.top::after {
  left: calc(50% - -8.5rem / var(--rotacao)) !important;
  transform: translate(-50%, 65%) rotate(calc(-51deg / var(--rotacao))) !important;
  background: linear-gradient(0deg, #ff4f00, #0000);
  width: 4px;
  height: 23rem;
  bottom: 0;
}
body section.atuacao .todas_as_atuacoes .area .item.right::after {
  left: 25%;
  bottom: calc(50% - -21rem / var(--rotacao)) !important;
  transform: translate(-100%, 50%) rotate(calc(80deg / var(--rotacao))) !important;
  background: linear-gradient(75deg, #ff4f00, #0000);
  width: 30rem;
  height: 3px;
}
body section.atuacao .todas_as_atuacoes .area .item.bottom::after {
  left: calc(50% - -9rem / var(--rotacao)) !important;
  transform: translate(-50%, -20%) rotate(calc(55deg / var(--rotacao))) !important;
  background: linear-gradient(180deg, #ff4f00, #0000);
  width: 4px;
  height: 23rem;
  bottom: 0;
}
body section.atuacao .todas_as_atuacoes .area .item.left::after {
  left: -25%;
  bottom: calc(50% - 23rem / var(--rotacao)) !important;
  transform: translate(40%, 50%) rotate(calc(75deg / var(--rotacao))) !important;
  background: linear-gradient(-75deg, #ff4f00, #0000);
  width: 30rem;
  height: 3px;
}
body section.atuacao .todas_as_atuacoes .area .item.central a {
  width: 18rem;
  height: 18rem;
  border: 2px solid #ff4f00;
  border-radius: 150px;
}
body section.atuacao .todas_as_atuacoes .area .item a {
  width: 11.25rem;
  height: 11.25rem;
  border: 1px solid #ff4f00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff !important;
  padding: 1.5vw;
  text-align: center;
  background: #1d1d1b;
  transition: 200ms;
}
body section.atuacao .todas_as_atuacoes .area .item img {
  width: 2.7rem;
  height: 2.7rem;
  object-fit: contain;
  margin-bottom: 0.3rem;
  filter: grayscale(2) brightness(20);
}
body section.atuacao .todas_as_atuacoes .area .item span.titulo {
  font-size: 1rem;
}
body section.atuacao .todas_as_atuacoes .area .item:hover a {
  background: #2C6D63;
  border: 1px solid #2C6D63;
}
body section.atuacao .todas_as_atuacoes .area .item.central {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5vw;
}
body section.atuacao .todas_as_atuacoes .area .item.central img {
  width: 5.7rem;
  height: 5.7rem;
}
body section.atuacao .todas_as_atuacoes .area .area__item {
  position: absolute;
  display: flex;
  display: none;
}
body section.atuacao .todas_as_atuacoes .area .area__item.area__item--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 6vw);
  width: max-content;
  top: 50%;
  transform: translate(-50%, -50%);
}
body section.atuacao .todas_as_atuacoes .area .area__item.area__item--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 6vw);
  width: max-content;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
body section.atuacao .todas_as_atuacoes .area .area__item.area__item--top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: calc(100% - 15vw);
  height: max-content;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
body section.atuacao .todas_as_atuacoes .area .area__item.area__item--bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: calc(100% - 15vw);
  height: max-content;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
}
body section.atuacao .atuacao_botao {
  display: flex;
  justify-content: center;
}
body section.quemsomos {
  padding: 8vw 0;
  background-image: url(../img/quemsomos_fundo.png);
  position: relative;
}
body section.quemsomos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  background: linear-gradient(180deg, #1d1d1b 20%, #00000005 100%);
  transform: translateY(0%);
}
body section.quemsomos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  background: linear-gradient(0deg, #1d1d1b 55%, #00000005 100%);
  transform: translateY(0%);
}
body section.quemsomos .coluna_texto {
  display: flex;
  align-items: center;
}
body section.quemsomos h2 {
  text-align: left;
}
body section.quemsomos p {
  font-weight: 200;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 3rem;
}
body section.quemsomos .coluna_img .img {
  position: relative;
}
body section.quemsomos .coluna_img .img::after {
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #b84917;
  position: absolute;
}
body section.quemsomos .coluna_img img {
  width: 100%;
  transition: 400ms;
}
body section.quemsomos .coluna_img img:hover {
  transform: translateY(-1.4rem);
}
body section.main_content_quem_somos {
  padding: 8vw 0;
  background: url("../img/quemsomos_fundo.png") no-repeat center center fixed;
}
body section.main_content_quem_somos .maintext {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
}
body section.main_content_quem_somos .maintext p {
  margin-bottom: 2rem;
}
body section.main_content_quem_somos .maintext + a.btn {
  margin: 0 auto;
  display: block;
  width: max-content;
}
body section.main_content_quem_somos .mvv {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  height: 20rem;
}
body section.main_content_quem_somos .mvv .slick-list.draggable {
  height: max-content;
}
body section.main_content_quem_somos .mvv_content {
  padding: 1.5rem;
  background-image: var(--mvv_image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  height: max-content;
  transition: 400ms;
  position: relative;
  margin: 0 1rem;
}
body section.main_content_quem_somos .mvv_content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #174b42f5;
}
body section.main_content_quem_somos .mvv_content:hover::after {
  background: #FF4F00;
}
body section.main_content_quem_somos .mvv_content svg {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  z-index: 2;
  position: inherit;
}
body section.main_content_quem_somos .mvv_content h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  z-index: 2;
  position: inherit;
}
body section.main_content_quem_somos .mvv_content .text {
  line-height: 1.7;
  transition: 400ms;
  z-index: 2;
  position: inherit;
  max-height: 5.5rem;
  height: 100%;
  overflow: hidden;
}
body section.main_content_quem_somos .mvv_content:hover .text {
  max-height: 15.8vw;
}
body section.main_content_quem_somos .mvv_content:hover .text {
  -webkit-line-clamp: 7 !important;
  line-clamp: 7 !important;
}
body section.visitenos {
  padding: 8vw 0;
  background: linear-gradient(45deg, #202D29, #1E2522, #202D29);
}
body section.visitenos p {
  font-weight: 300;
  line-height: 1.7;
}
body section.visitenos .loop_local {
  margin: 2rem 0;
}
body section.visitenos .local_item {
  padding: 0.7rem;
}
body section.visitenos .local_item a {
  overflow: hidden;
  display: block;
}
body section.visitenos .local_item img {
  width: 100%;
  margin: 0 !important;
  transition: 400ms;
}
body section.visitenos .local_item img:hover {
  transform: scale(1.05);
}
body section.visitenos .botao {
  display: flex;
  justify-content: center;
}
body section.main_content_socios {
  padding: 8vw 0;
}
body section.main_content_socios .socios {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
body section.main_content_socios .socios .socio_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  flex: 1 1 33%;
  padding: 1rem;
  transition: 400ms;
}
body section.main_content_socios .socios .socio_item .socio_item_text {
  transition: 400ms;
}
body section.main_content_socios .socios .socio_item .socio_item_text h3 {
  color: #08BEA2;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Trajan Pro", serif;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
body section.main_content_socios .socios .socio_item .socio_item_text p.oab {
  color: #08BEA2;
  font-size: 0.875rem;
  font-weight: 200;
  font-family: "Eina03", serif;
  margin-bottom: 1.5rem;
}
body section.main_content_socios .socios .socio_item .socio_item_text p.text {
  font-family: "Eina03", serif;
  font-weight: 200;
  font-size: 1.25rem;
}
body section.main_content_socios .socios .socio_item_img {
  border: 2px solid transparent;
  transition: 400ms;
}
body section.main_content_socios .socios .socio_item_img img {
  width: 100%;
  height: 100%;
}
body section.main_content_socios .redes_sociais {
  justify-content: center;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  background: #b84917;
  margin-top: -5px;
  display: none;
}
body section.main_content_socios .redes_sociais a {
  display: block;
  margin: 0 0.5rem;
}
body section.main_content_socios .redes_sociais a svg {
  fill: #fff;
}
body section.main_content_socios .socio_item_img {
  position: relative;
}
body section.main_content_socios .socio_item_img:hover {
  border-color: #b84917;
  transform: scale(1.05) translateY(-5%);
}
body section.main_content_socios .socio_item_img.redes_ok:hover .redes_sociais {
  display: flex;
}
body section.main_content_socios .socio_item_img:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #b84917, #0000);
  z-index: 1;
}
body section.main_content_socios .areabtn {
  width: 100%;
  display: flex;
  justify-content: center;
}
body section.atuacao .title p, body section.more_atuacoes .title p {
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  font-family: "Eina03", serif;
  color: #fff;
  text-align: center;
  transition: 400ms;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body section.atuacao .lista_de_itens, body section.more_atuacoes .lista_de_itens {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body section.atuacao .lista_de_itens div.item, body section.more_atuacoes .lista_de_itens div.item {
  flex: 0 0 40%;
  padding: 1rem;
  color: #fff;
  margin-bottom: 2rem;
  position: relative;
}
body section.atuacao .lista_de_itens div.item h3, body section.more_atuacoes .lista_de_itens div.item h3 {
  margin: 1rem 0;
  font-size: 20px;
  color: #08BEA2;
  height: 2.5rem;
}
body section.atuacao .lista_de_itens div.item img, body section.more_atuacoes .lista_de_itens div.item img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}
body section.atuacao .lista_de_itens div.item span.texto, body section.more_atuacoes .lista_de_itens div.item span.texto {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  height: max-content;
  text-overflow: ellipsis;
}
body section.atuacao .lista_de_itens div.item span.texto p, body section.more_atuacoes .lista_de_itens div.item span.texto p {
  text-align: left !important;
  line-height: 1.7;
}
body section.atuacao .lista_de_itens div.item:hover, body section.more_atuacoes .lista_de_itens div.item:hover {
  background: #fff;
}
body section.atuacao .lista_de_itens div.item:hover :is(h3, p), body section.more_atuacoes .lista_de_itens div.item:hover :is(h3, p) {
  color: #FF4F00;
}
body section.more_atuacoes .lista_de_itens {
  margin: 2rem 0;
}
body section.more_atuacoes .lista_de_itens .item {
  flex: unset;
  border: 1px solid #fff;
  margin: 0 0.5rem;
}
body section.more_atuacoes .lista_de_itens .item img {
  filter: grayscale(100%) brightness(20);
}
body section.more_atuacoes .lista_de_itens .item:hover img {
  filter: none;
}
body section.more_atuacoes .ver_todos {
  display: flex;
  justify-content: center;
}
body section.atuacao_single_main_content {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 8vw 0;
  font-family: "Eina03", serif;
  font-weight: 200;
}
body section.atuacao_single_main_content ul {
  column-count: 2;
  margin: 3rem 0 0;
}
body section.atuacao_single_main_content ul li {
  position: relative;
  margin-bottom: 1rem;
}
body section.atuacao_single_main_content ul li::after {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #08bea2;
  top: 0.9rem;
  border-radius: 50px;
  left: -1rem;
}
body section.blog {
  padding: 8vw 0;
}
body section.blog .blog__botao {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body section.blog .post__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body section.blog .post__img img {
  transition: 200ms;
	width: 100%;
	height: 100%;
}
body section.blog .post__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(358deg, #08bea263 10%, #0000 60%);
}
body section.blog .post:hover .post__img:after {
  background: linear-gradient(358deg, #B84917 10%, #0000 60%);
}
body section.blog .post:hover img {
  transform: scale(1.07);
}
body section.blog .blog__posts.home {
  margin-top: 3rem;
  width: 100%;
}
body section.blog .blog__posts .post {
  box-shadow: 0 0 15px 0px #ffffff1a;
  position: relative;
  color: #fff;
  height: 17rem;
  margin: 0 1.2rem;
}
body section.blog .blog__posts .post__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.3vw;
  z-index: 3;
}
body section.blog .blog__posts .userandcat {
  display: flex;
}
body section.blog .blog__posts .userandcat > div {
  display: flex;
  margin-bottom: 0.8vw;
  font-size: 0.9375rem;
}
body section.blog .blog__posts .userandcat > div.user {
  margin-right: 0.7vw;
}
body section.blog .blog__posts .userandcat > div svg {
  margin-right: 0.4vw;
}
body section.blog .blog__posts h3.post__title {
  font-size: 1.125rem;
}
body section.page_blog .blog__posts, body section.single_post .blog__posts {
  display: block;
  padding-right: 5rem;
}
body section.page_blog .blog__posts .post, body section.single_post .blog__posts .post {
  margin-bottom: 2rem;
}
body section.page_blog .blog__posts .post img, body section.single_post .blog__posts .post img {
  width: 100%;
  height: 27vw;
}
body section.page_blog .blog__posts .post svg, body section.single_post .blog__posts .post svg {
  width: 1.6rem;
  height: 1.6rem;
}
body section.page_blog .blog__posts .post .userandcat > div, body section.single_post .blog__posts .post .userandcat > div {
  display: flex;
  align-items: center;
}
body section.page_blog .blog__posts .post h3, body section.single_post .blog__posts .post h3 {
  font-weight: bold;
}
body section.page_blog .blog__posts .post span, body section.single_post .blog__posts .post span {
  display: block;
  line-height: 1.7;
  margin-top: 1rem;
}
body section.page_blog .coluna-sidebar div.widget_block h2, body section.single_post .coluna-sidebar div.widget_block h2 {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-size: 1.354167vw;
  font-weight: bold;
  color: #08bea2;
  position: relative;
}
body section.page_blog .coluna-sidebar div.widget_block ul.wp-block-latest-posts li a, body section.single_post .coluna-sidebar div.widget_block ul.wp-block-latest-posts li a {
  color: #fff !important;
}
body section.page_blog .coluna-sidebar div.widget_block ul.wp-block-latest-posts li, body section.single_post .coluna-sidebar div.widget_block ul.wp-block-latest-posts li {
  padding-left: 0vw;
  position: relative;
  margin-bottom: 0.78125vw;
  font-size: 0.954167vw;
}
body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li {
  display: flex;
}
body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li a, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li a {
  color: #fff !important;
}
body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li .wp-block-latest-posts__featured-image, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li .wp-block-latest-posts__featured-image {
  margin-right: 1rem;
}
body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li img, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li img {
  height: 6vw;
  object-fit: cover;
}
body section.page_blog .coluna-sidebar div.widget_block p.wp-block-tag-cloud, body section.single_post .coluna-sidebar div.widget_block p.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
}
body section.page_blog .coluna-sidebar div.widget_block a.tag-cloud-link, body section.single_post .coluna-sidebar div.widget_block a.tag-cloud-link {
  background: #FF4F00;
  padding: 7px 20px;
  color: #fff !important;
  font-weight: 100;
  font-size: 0.7vw !important;
  margin-right: 0.7vw;
  margin-bottom: 0.7vw;
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
}
body section.page_blog .coluna-sidebar input#wp-block-search__input-1, body section.single_post .coluna-sidebar input#wp-block-search__input-1 {
  border: none;
  flex: 0 0 80%;
  padding: 0 20px;
}
body section.page_blog .coluna-sidebar .wp-block-search__inside-wrapper, body section.single_post .coluna-sidebar .wp-block-search__inside-wrapper {
  border-radius: 0px;
  overflow: hidden;
  display: flex;
}
body section.page_blog .coluna-sidebar button.wp-block-search__button, body section.single_post .coluna-sidebar button.wp-block-search__button {
  flex: 1 1 20%;
  min-height: 60px;
  margin: 0;
  background: #FF4F00;
  border: 2px solid #FF4F00;
  border-radius: 0;
}
body section.page_blog .coluna-sidebar .caixa_form, body section.single_post .coluna-sidebar .caixa_form {
  background: #202020;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  margin-top: 50px;
}
body section.page_blog .coluna-sidebar .caixa_form h2, body section.single_post .coluna-sidebar .caixa_form h2 {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 0.78125vw;
}
body section.page_blog .coluna-sidebar .caixa_form h2 + p, body section.single_post .coluna-sidebar .caixa_form h2 + p {
  line-height: 1.55;
  font-size: 0.78125vw;
  font-weight: 200;
  margin-bottom: 0.78125vw;
}
body section.page_blog .coluna-sidebar .caixa_form input.blog_input, body section.single_post .coluna-sidebar .caixa_form input.blog_input {
  width: 100%;
  height: 2.6041666667vw;
  border: none;
  padding: 0 10px;
}
body section.page_blog .coluna-sidebar .caixa_form input.blog_input::placeholder, body section.single_post .coluna-sidebar .caixa_form input.blog_input::placeholder {
  text-align: center;
}
body section.page_blog .coluna-sidebar .caixa_form input.wpcf7-form-control.has-spinner.wpcf7-submit, body section.single_post .coluna-sidebar .caixa_form input.wpcf7-form-control.has-spinner.wpcf7-submit {
  height: 2.6041666667vw;
  width: 100%;
  background: #ACACAC;
  color: #fff;
  border: none;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.8333333333vw;
}
body section.page_blog .coluna-sidebar p.wp-block-tag-cloud, body section.single_post .coluna-sidebar p.wp-block-tag-cloud {
  overflow: hidden;
  height: max-content;
  max-height: 5vw;
}
body section.page_blog .coluna-sidebar ul.wp-block-categories-list.wp-block-categories, body section.single_post .coluna-sidebar ul.wp-block-categories-list.wp-block-categories {
  overflow: auto;
  height: 10vw;
  box-shadow: inset -9px -15px 25px -35px;
}
body section.page_blog .coluna-sidebar ul.wp-block-categories-list.wp-block-categories li, body section.single_post .coluna-sidebar ul.wp-block-categories-list.wp-block-categories li {
  color: #fff;
  margin-bottom: 1.2rem;
}
body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries img, body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries img {
  width: 100px;
  height: 4.5vw;
}
body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title, body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title {
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  color: #fff;
}
body section.page_blog .coluna-sidebar div#wpcf7-f1879-o1, body section.single_post .coluna-sidebar div#wpcf7-f1879-o1 {
  top: 110px;
  position: sticky;
}
body main.main.blog_page .page_blog .post {
  width: 100%;
  height: 27vw;
}
body main.main.blog_page .page_blog .post img {
  height: 100%;
}
body div.erro_404 {
  padding: 3rem 0;
  line-height: 1.7;
  color: #fff;
}
body div.erro_404 h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
body div.erro_404 a.btn.btn-primary {
  margin-top: 1.5rem;
}
body section.blog.single_post .post img {
  width: 100%;
  height: 20vw;
}
body section.blog.single_post .post {
  padding-right: 5rem;
}
body section.blog.single_post .post img {
  transform: unset !important;
}
body section.blog.single_post .post .content img {
  width: max-content;
  margin: 2rem 0;
  padding: 1rem;
}
body section.blog.single_post .post .content {
  color: #fff;
  line-height: 1.4;
}
body section.blog.single_post .post .content svg path {
  stroke: #fff;
}
body section.blog.single_post .linha_autor_e_categoria_principal {
  display: flex;
  margin: 2rem 0 1rem;
}
body section.blog.single_post .linha_autor_e_categoria_principal .autor {
  margin-right: 1rem;
}
body section.blog.single_post .linha_autor_e_categoria_principal svg {
  margin-right: 0.3rem;
}
body section.blog.single_post .linha_autor_e_categoria_principal {
  font-size: 0.8rem;
}
body section.blog.single_post .coluna-posts.blog__posts {
  margin: 0;
}
body section.blog.single_post .coluna-posts .content > h2 {
  font-size: calc(1.9rem - 0.045vw);
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content > div {
  width: 100% !important;
}
body section.blog.single_post .coluna-posts .content .content iframe {
  width: 100%;
  height: 22vw;
}
body section.blog.single_post .coluna-posts .content .content ul {
  margin-top: 0.78125vw;
  margin-bottom: 0.78125vw;
  list-style: disc;
  margin-left: 0;
  padding-left: 1vw;
}
body section.blog.single_post .coluna-posts .content .content ol {
  margin-top: 0.78125vw;
  margin-bottom: 0.78125vw;
  list-style: number;
  margin-left: 0;
  padding-left: 1vw;
}
body section.blog.single_post .coluna-posts .content .content h1 {
  font-size: calc(1.9rem - (1 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content h2 {
  font-size: calc(1.9rem - (2 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content h3 {
  font-size: calc(1.9rem - (3 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content h4 {
  font-size: calc(1.9rem - (4 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content h5 {
  font-size: calc(1.9rem - (5 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .coluna-posts .content .content h6 {
  font-size: calc(1.9rem - (6 * 0.09vw));
  font-weight: bold;
  margin: 1vw 0 0.6vw;
}
body section.blog.single_post .share {
  margin-top: 5vw;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}
body section.blog.single_post .share:after {
  width: 100%;
  height: 2px;
  border: 1px solid #D4D4D4;
  border-radius: 50px;
  background: #D4D4D4;
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateY(1.5vw);
}
body section.blog.single_post .share .meks_ess {
  margin: 0 0 0 10px;
  top: 0;
}
body section.blog.single_post .share .meks_ess a.meks_ess-item {
  color: #fff !important;
  font-size: 11px;
  margin: 0 5px 0 0px !important;
  display: block;
  width: 27px;
  height: 27px;
  max-width: 27px;
  min-width: 27px;
  line-height: 2.5;
}
body section.blog.single_post .share h3 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
body section.contato {
  padding: 8vw 0;
}
body section.contato .coluna_texto {
  display: flex;
  align-items: center;
}
body section.contato .coluna_texto .texto {
  background: #2C6D63;
  padding: 2rem;
  color: #fff;
}
body section.contato .coluna_texto .texto h2.title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
body section.contato .coluna_texto .texto span.sub_title {
  margin: 0 0 1.5rem;
  display: block;
  line-height: 1.4;
}
body section.contato .coluna_texto .texto .item_info {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
body section.contato .coluna_texto .texto .item_info.mapa {
  flex-direction: column;
  align-items: flex-start;
}
body section.contato .coluna_texto .texto .item_info.mapa > div {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
body section.contato .coluna_texto .texto svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  padding: 0.3rem;
}
body section.contato form .contato {
  background: #fff;
  text-align: center;
  padding: 4.23rem 3rem;
}
body section.contato form .contato h2 {
  font-size: 1.25rem;
  color: #2c6d63;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body section.contato form .contato .campos input, body section.contato form .contato .campos textarea {
  width: 100%;
  height: 3rem;
  border: none !important;
  border-bottom: 1px solid #aaa !important;
  margin-bottom: 0.5rem;
  outline: none !important;
}
body section.contato form .contato .campos input.wpcf7-not-valid, body section.contato form .contato .campos textarea.wpcf7-not-valid {
  border-bottom-color: red !important;
}
body section.contato form .contato .campos textarea {
  margin-top: 1rem;
  height: 7.5rem;
  resize: none;
}
body section.contato form .contato .campos input::placeholder, body section.contato form .contato .campos textarea::placeholder {
  font-size: 0.8rem;
}
body section.contato form .contato .campos input:focus::placeholder, body section.contato form .contato .campos textarea:focus::placeholder {
  position: absolute;
  top: 0;
}
body section.contato form .contato span.politica {
  font-size: 1rem;
  padding: 0.5rem 3rem;
  width: 100%;
  display: block;
  line-height: 1.7;
}
body section.contato form .contato span.politica br {
  display: none;
}
body section.contato form .contato span.politica a {
  color: #FF4F00 !important;
  font-weight: 500;
  text-decoration: underline;
}
body section.contato form .contato .area_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
body section.contato form .contato .area_btn span.wpcf7-spinner {
  display: none;
}
body section.contato form .contato .area_btn input.wpcf7-submit.btn {
  color: #2c6d63 !important;
  font-size: 0.9rem !important;
  border: 1px solid #2c6d63;
  margin: 1rem 0 0;
}
body section.contato form .contato .area_btn input.wpcf7-submit.btn:hover {
  color: #fff !important;
  border-color: #FF4F00 !important;
}
body section.contato .wpcf7-response-output {
  font-size: 1rem;
  padding: 1rem !important;
  color: #fff;
}
body section.contato .wpcf7-response-output {
  font-size: 1rem;
  padding: 1rem !important;
  color: #fff;
}
body section.contato .wpcf7-not-valid-tip {
  display: none;
}

.open_for_mobile {
  display: none;
}

footer.footer {
  color: #fff;
  background: linear-gradient(0deg, #155b4fbd 10%, #0000 90%);
  padding-top: 4rem;
}
footer.footer .titulo {
  height: 6.5vw;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}
footer.footer .titulo h2 {
  font-size: 1.4375rem;
  font-family: "Trajan Pro", sans-serif;
}
footer.footer .logo {
  margin-bottom: 1.25rem;
  height: 6.5vw;
}
footer.footer .logo img {
  max-width: 100%;
  max-height: 100%;
}
footer.footer .description {
  font-size: 1.25rem;
  line-height: 1.7;
}
footer.footer ul li {
  margin: 1rem 0;
}
footer.footer ul li a {
  font-size: 1.25rem;
  transition: 300ms;
}
footer.footer ul li:hover a, footer.footer ul li.current-menu-item a {
  color: #ff4f00 !important;
}
footer.footer .footer-right a {
  width: max-content;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
footer.footer .footer-right a svg {
  margin-right: 0.5rem;
  fill: #fff;
}
footer.footer .footer-right a:hover {
  color: #ff4f00 !important;
}
footer.footer .footer-right a:hover svg {
  fill: #ff4f00;
}
footer.footer .copyright .tudo {
  position: relative;
  text-align: center;
  padding: 2rem 0 1.5rem;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.footer .copyright .tudo img {
  margin: 0 0.5rem !important;
}
footer.footer .copyright .tudo br {
  display: none;
}
footer.footer .copyright .tudo span.default {
  display: flex;
  align-items: center;
}
footer.footer .copyright p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  height: 2px;
  background: #4A7972;
}
footer.footer .toUp {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: #f24d02;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
footer.footer .coluna_copy {
  position: relative;
}

/*********************************************
                  AJUSTES 
*********************************************/

body section.banner .banner__item .banner__content h2 {
    text-transform: uppercase;
    font-family: "Trajan Pro";
    font-size: 2.7rem;
    line-height: 1.6;
}
body section.atuacao .todas_as_atuacoes .area .item span.titulo {
    font-size: 0.8rem;
    line-height: 1.2;
}
body section.blog .blog__posts h3.post__title {
    font-size: 1rem;
    min-height: 75px;
}
body section.contato form .contato span.politica {
    font-size: 0.8rem;
    padding: 0.5rem 6rem;
}
body section.main_content_quem_somos .mvv_content:hover::after {
    opacity: 0.9;
}
body section.atuacao_single_main_content ul li {
    margin-bottom: 1.5rem;
}
body section.blog.page_blog .blog__posts h3.post__title {
    min-height: auto;
}
body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title,
body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title {
    font-size: 15px;
}
body section.blog.single_post .coluna-posts .content .content p{
    margin-bottom: 20px;
}
body section.blog.single_post .coluna-posts .content .content a{
    color: #FF4F00 !important;
    font-weight: bold;
}
body section.blog .blog__posts .userandcat > div {
    align-items: center;
}




/*********************************************
            AJUSTES RESPONSIVOS
*********************************************/

@media screen and (max-width: 1600px) {
    
    .container{
        max-width: 1150px;
    }
    body section.banner .banner__item .banner__content h2 {
        font-size: 2.5rem;
    }
    body header .top_side .redes a {
        width: 1.55rem;
    }
    body header .top_side {
        border-top: 1px solid #ffffff40;
        border-bottom: 1px solid #ffffff40;
    }
    body section.atuacao .todas_as_atuacoes .area .item.central a {
        width: 14rem;
        height: 14rem;
    }
    body section.atuacao .todas_as_atuacoes .area .item a {
        width: 10.25rem;
        height: 10.25rem;
    }
    body section.atuacao .todas_as_atuacoes .area {
        height: 39rem;
    }
    body .section_title + p {
        font-size: 1.05rem;
    }
    body section.blog .blog__posts .post {
        height: 15rem;
    }
    body section.blog .blog__posts h3.post__title {
        font-size: 0.9rem;
    }
    body section.blog .blog__posts .userandcat > div {
        font-size: 0.8rem;
    }
    body section.contato form .contato span.politica {
        padding: 0.5rem 5rem;
    }
    footer.footer .description {
        font-size: 1.05rem;
    }
    footer.footer ul li a {
        font-size: 1.05rem;
    }
    footer.footer .copyright .tudo {
        font-size: 0.8rem;
    }
    body section.main_content_quem_somos .maintext {
        font-size: 1rem;
    }
    body section.main_content_quem_somos .mvv_content .text {
        max-height: 4rem;
        font-size: 0.8rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text h3 {
        font-size: 1rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text p.text {
        font-size: 1rem;
        line-height: 1.6;
    }
    body section.atuacao .title p,
    body section.more_atuacoes .title p {
        font-size: 1.05rem;
        font-weight: bold;
    }
    body section.atuacao .lista_de_itens div.item h3,
    body section.more_atuacoes .lista_de_itens div.item h3 {
        font-size: 18px;
    }
    body section.atuacao_single_main_content {
        font-size: 1rem;
        line-height: 1.6;
    }
    body section.page_blog .coluna-sidebar ul.wp-block-categories-list.wp-block-categories li,
    body section.single_post .coluna-sidebar ul.wp-block-categories-list.wp-block-categories li {
        font-size: 0.9rem;
    }
    body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title,
    body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title {
        font-size: 13px;
    }
    body.single-post section.banner_not_home h2 {
        font-size: 1.875rem;
    }
            
    
}
@media screen and (max-width: 1440px) {
    
  :root {
    font-size: 86% !important;
  }
    .container {
        max-width: 1050px;
    }
    body section.main_content_quem_somos .mvv_content .text {
        font-size: 0.86rem;
    }
    body section.atuacao .lista_de_itens div.item h3,
    body section.more_atuacoes .lista_de_itens div.item h3 {
        font-size: 16px;
    }
    body section.page_blog .coluna-sidebar button.wp-block-search__button, body section.single_post .coluna-sidebar button.wp-block-search__button {
        min-height: 50px;
    }
    
    
}
@media screen and (max-width: 1280px){
    
    .container {
        max-width: 980px;
    }
    body section.banner .banner__item {
        height: 86vh;
    }
    body .section_title {
        font-size: 1.5rem;
    }
    body section.banner .banner__item .banner__content h2 {
        font-size: 2.3rem;
    }
    
        
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 75% !important;
  }

  .todas_as_atuacoes {
    padding: 0 6rem;
  }

  body.scrolled header .bottom_side .logo {
    height: 7vw;
  }
  body section.atuacao .todas_as_atuacoes .area .area__item.area__item--bottom, body section.atuacao .todas_as_atuacoes .area .area__item.area__item--top {
    width: calc(100% - 6vw);
  }
  body section.atuacao .todas_as_atuacoes .area .area__item.area__item--left, body section.atuacao .todas_as_atuacoes .area .area__item.area__item--right {
    height: calc(100% - 10vw);
  }
  body section.atuacao {
    padding: 5vw 0 7vw 0;
  }
  body section.quemsomos {
    padding: 12vw 0;
  }
  body section.blog .post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
    .container {
        max-width: 95%;
    }
    body section.blog .blog__posts .post {
        height: 16rem;
    }
    body section.blog .blog__posts h3.post__title {
        min-height: 55px;
    }
    body section.atuacao .lista_de_itens div.item h3,
    body section.more_atuacoes .lista_de_itens div.item h3 {
        font-size: 14px;
    }
    body section.banner_not_home h2 {
        font-size: 2rem;
    }
    body section.page_blog .coluna-sidebar div.widget_block a.tag-cloud-link, body section.single_post .coluna-sidebar div.widget_block a.tag-cloud-link {
        font-size: 1vw !important;
    }
    body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title,
    body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title {
        font-size: 12px;
    }
    body section.contato form .contato span.politica {
        padding: 0.5rem 5.5rem;
    }
  
  
}
@media screen and (max-width:  991px) {
  :root {
    font-size: 90% !important;
  }

  .open_for_mobile {
    display: block;
    transition: 400ms;
  }

  body:scrolled .open_for_mobile {
    padding: 1.5rem;
    height: 8rem;
  }
  body main {
    margin-top: 19vw;
  }
  body.body_fixed {
    overflow: hidden;
  }
  body.body_fixed header:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000cf;
    z-index: -1;
    top: 0;
    left: 0;
  }
  body header .formobile_menu {
    top: 0;
    left: 0;
    position: fixed;
    width: 65%;
    height: 100vh;
    background: #1d1d1b;
    box-shadow: 0 0 16px 0 #ffffff00;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 2rem;
    transition: 400ms;
    transform: translateX(-100%);
  }
  body header .formobile_menu.active {
    transform: translateX(0%);
  }
  body header .formobile_menu .row_header {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body header .bottom_side .logo {
    height: auto !important;
    width: 65% !important;
    margin: 0 0 2rem;
  }
  body header .bottom_side .menu {
    display: flex;
    flex-direction: column;
  }
  body header .bottom_side .menu li {
    margin-bottom: 0.6rem !important;
    justify-content: center;
    height: 4rem;
    font-size: 1.5rem;
  }
  body header .bottom_side .menu li a {
    text-align: center !important;
  }
  body header .top_side {
    margin: 3rem 0 0;
    padding: 1.5rem;
  }
  body header .formobile_menu .top_side .row_header {
    flex-direction: column-reverse;
  }
  body header .top_side .redes {
    border: none;
    margin: 1rem 0 0;
  }
  body header .top_side .redes a {
    width: 2.5rem;
    margin: 0 5px;
  }
  body header .top_side .emailfield, body header .top_side .phonefield {
    padding: 0 !important;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border: none;
  }
  body header .top_side .oabfield {
    font-size: 1.5rem;
    margin: 0.3rem 0;
    padding: 0.7rem 0;
    border: 1px solid #fff;
    width: 100%;
    border-left: none;
    border-right: none;
  }
  body section.banner_not_home {
    height: 25vw;
  }
  body .section_title + p {
    line-height: 1.7;
  }
  body section.banner .banner__item {
    height: 55vh;
  }
  body section.banner .banner__item .banner__content p {
    font-size: 1.2rem;
    margin: 2rem 0;
    line-height: 1.7;
  }
  body section.banner .banner__item .banner__content br {
    display: none;
  }
  body section.banner_not_home h2 {
    text-align: center;
  }
  body .container.banner_container_dots ul.slick-dots {
    position: absolute;
    top: -25vh;
  }
  body .container.banner_container_dots ul.slick-dots {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translate(50%, -50%);
    flex-direction: row;
    z-index: 5;
  }
  body .container.banner_container_dots ul.slick-dots li {
    width: max-content;
    margin: 0rem 0.5rem;
  }
  body .container.banner_container_dots ul.slick-dots li button {
    width: 5vw;
    height: 0.5rem;
    margin: 0;
  }
  body section.atuacao .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  body section.atuacao .caixa_loop, body section.atuacao .caixa_loop * {
    height: 100%;
  }
  body section.atuacao .todas_as_atuacoes {
    padding: 0;
  }
  body section.atuacao .todas_as_atuacoes .area {
    border: none;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide.slick-current + div {
    margin-left: 7rem;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide {
    padding: 0.5rem;
    margin-left: 0rem;
    transition: 400ms;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide > div {
    height: max-content;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide .item a {
    width: 14.5rem;
    height: 14.5rem;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide .item span.titulo {
    height: max-content;
    margin: 0rem 0 0;
    line-height: 1.5;
    padding: 0.4rem;
    font-size: 1.3rem;
  }
  body section.atuacao .todas_as_atuacoes .area::after {
    content: "";
    position: absolute;
    bottom: -6vw;
    left: calc(50% - 0vw);
    height: calc(100% + 10vw);
    width: 3px;
    background: #B84917;
    transform: rotate(313.5deg);
    z-index: -1;
  }
  body section.atuacao .todas_as_atuacoes .area::before {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: calc(50% - 0vw);
    height: calc(100% + 10vw);
    width: 3px;
    background: #B84917;
    transform: rotate(-313.5deg);
    z-index: -1;
  }
  body section.atuacao .todas_as_atuacoes .area svg {
    width: 1rem;
  }
  body section.atuacao .todas_as_atuacoes .arrow.arrow_left {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: max-content !important;
  }
  body section.atuacao .todas_as_atuacoes .arrow.arrow_right {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(180deg);
    height: max-content !important;
    z-index: 6;
  }
  body section.blog .blog__posts .post {
    padding: 0;
    margin: 0 2rem;
  }
  body section.contato .coluna_texto {
    justify-content: center;
  }
  body section.contato .coluna_form {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body section.quemsomos .row {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
  body section.quemsomos :is(h2, p) {
    text-align: center;
  }
  body section.quemsomos :is(h2, p) br {
    display: none;
  }
  body section.quemsomos .content {
    margin-top: 5rem;
  }
  body section.main_content_quem_somos {
    text-align: center;
  }
  body section.main_content_socios .socios {
    flex-direction: column;
  }
  body section.main_content_socios .socios .socio_item .socio_item_text p.oab {
    font-size: 1.375rem;
  }
  body section.main_content_socios .socios .socio_item .socio_item_text h3 {
    font-size: 1.525rem;
  }
  body section.main_content_socios .socios .socio_item .socio_item_text p.text {
    line-height: 1.5;
    font-size: 1.65rem;
  }
  body section.main_content_socios > div:nth-child(2) {
    order: 0;
  }
  body section.main_content_socios > div:nth-child(1) {
    order: 2;
  }
  body section.atuacao .lista_de_itens div.item {
    flex: 0 0 50%;
  }
  body section.atuacao_single_main_content {
    padding: 8vw 0 15vw;
  }
  body main.main.blog_page .page_blog .post {
    height: 25rem;
    width: 100%;
    margin: 0 0 3rem;
  }
  body section.blog {
    padding: 15vw 0;
  }
  body section.blog .blog__posts .userandcat {
    margin-bottom: 0.6rem;
  }
  body section.blog .blog__posts {
    padding: 0;
  }
  body section.blog .alm-reveal {
    position: relative;
    display: block;
  }
  body section.page_blog .coluna-sidebar div.widget_block h2, body section.single_post .coluna-sidebar div.widget_block h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
  }
  body section.page_blog .coluna-sidebar div.widget_block a.tag-cloud-link, body section.single_post .coluna-sidebar div.widget_block a.tag-cloud-link {
    font-size: 1.2rem !important;
    padding: 7px 30px;
    margin-right: 3.7vw;
  }
  body section.page_blog .coluna-sidebar p.wp-block-tag-cloud, body section.single_post .coluna-sidebar p.wp-block-tag-cloud {
    height: max-content;
    max-height: 5rem;
  }
  body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li {
    font-size: 2.354167vw;
  }
  body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries img, body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries img {
    height: 10.5vw;
    width: 12rem;
  }
  body section.page_blog .coluna-sidebar ul.wp-block-categories-list.wp-block-categories, body section.single_post .coluna-sidebar ul.wp-block-categories-list.wp-block-categories {
    height: 20vw;
  }
  body section.blog.single_post .post img {
    height: 25rem;
  }
  body section.blog.single_post .post {
    padding-right: 0;
    margin-bottom: 5rem;
  }
  body section.blog.single_post .linha_autor_e_categoria_principal {
    font-size: 1rem;
  }
  body section.blog.single_post .linha_autor_e_categoria_principal svg {
    width: 1.3rem;
    height: 1.3rem;
  }
  body section.blog.single_post .share:after {
    transform: translateY(3.5vw);
  }

  footer.footer .logo {
    display: flex;
    justify-content: center;
    height: 10rem;
  }
  footer.footer .description {
    font-size: 1.25rem;
    text-align: center;
  }
  footer.footer .titulo {
    display: flex;
    justify-content: center;
  }
  footer.footer ul li {
    text-align: center;
  }
  footer.footer .footer-right a {
    margin: 0 auto 1rem;
  }
  footer.footer .copyright p br {
    display: block;
  }
  footer.footer .copyright p {
    flex-wrap: wrap;
  }
  footer.footer .footer-middle {
    margin: 3rem 0;
  }
  footer.footer .tudo {
    padding: 1rem 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer.footer .tudo > span {
    margin: 0.3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.footer .tudo > span br {
    display: none;
  }
  footer.footer .tudo > span.default span {
    display: none;
  }
  footer.footer .tudo > span.default img {
    margin: 0 0.5rem !important;
  }

  .open_for_mobile {
    padding: 2rem;
    height: 10rem;
  }
  .open_for_mobile * {
    height: 100%;
  }
  .open_for_mobile .row_header {
    justify-content: space-between;
  }
  .open_for_mobile svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .open_for_mobile .active svg {
    transform: rotate(90deg);
  }
  .open_for_mobile path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .open_for_mobile path:nth-child(1) {
    transform-origin: 36% 40%;
  }
  .open_for_mobile path:nth-child(2) {
    stroke-dasharray: 29 299;
  }
  .open_for_mobile path:nth-child(3) {
    transform-origin: 35% 63%;
  }
  .open_for_mobile path:nth-child(4) {
    stroke-dasharray: 29 299;
  }
  .open_for_mobile path:nth-child(5) {
    transform-origin: 61% 52%;
  }
  .open_for_mobile path:nth-child(6) {
    transform-origin: 62% 52%;
  }
  .open_for_mobile .active path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
  .open_for_mobile .active path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .open_for_mobile .active path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .open_for_mobile .active path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .open_for_mobile .active path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .open_for_mobile .active path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
    body section.banner .banner__item {
        height: 75vh;
    }
    body section.main_content_quem_somos .mvv_content {
        padding: 2rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text p.text {
        font-size: 1.25rem;
    }
    body.single-post section.banner_not_home h2 {
        font-size: 1.675rem;
    }
    body section.blog {
        padding: 10vw 0;
    }
    body section.blog.single_post .coluna-posts .content .content iframe {
        height: 45vw;
    }
    footer.footer .description {
        font-size: 1.15rem;
    }
	.grecaptcha-badge {
		visibility: hidden;
	}
           
        
    
    
}
@media screen and (max-width:  570px) {
    .container {
        max-width: 100%;
    }
  :root {
    font-size: 75% !important;
  }
    
  body .section_title + p {
    font-size: 1.75rem !important;
  }
  body main {
    margin-top: 30vw !important;
  }
  body .open_for_mobile .active svg {
    width: 4rem;
  }
  body section.banner_not_home {
    background: var(--bg_mobile);
    height: 60vw;
    background-size: cover;
    background-repeat: no-repeat;
  }
  body header .formobile_menu {
    width: 100%;
  }
  body header .bottom_side .logo {
    align-self: flex-start;
  }
  body section.banner .banner__item {
    height: 75vh;
    text-align: center;
  }
  body section.banner .banner__item img.banner_img.desktop {
    display: none;
  }
  body section.banner .banner__item img.banner_img.mobile {
    display: block;
  }
  body .container.banner_container_dots ul.slick-dots {
    top: -15vw;
  }
  body section.atuacao {
    padding: 15vw 0 10vw 0;
  }
  body section.atuacao .todas_as_atuacoes .area {
    height: 40rem;
  }
  body section.atuacao .todas_as_atuacoes .area .item a {
    width: 40vw !important;
    height: 40vw !important;
  }
  body section.atuacao .todas_as_atuacoes .area .slick-slide.slick-current + div {
    margin-left: 6vw;
  }
  body section.atuacao .todas_as_atuacoes .area::after {
    transform: rotate(325.5deg);
  }
  body section.atuacao .todas_as_atuacoes .area::before {
    transform: rotate(-326.5deg);
  }
  body section.quemsomos {
    padding: 15vw 0;
  }
  body section.quemsomos::after {
    height: 10vw;
    background: linear-gradient(0deg, #1d1d1b 0%, #00000005 100%);
  }
  body section.blog .blog__posts .post__content {
    padding: 2.5vw;
  }
  body section.blog .blog__posts .userandcat > div.user {
    margin-right: 5vw;
    margin-bottom: 3vw;
  }
  body section.blog .blog__posts .userandcat > div svg {
    margin-right: 1.5vw;
  }
  body section.main_content_quem_somos {
    padding: 15vw 0;
  }
  body section.main_content_quem_somos .mvv_content .text {
    max-height: max-content !important;
    font-size: 1.2rem;
  }
  body section.visitenos {
    padding: 15vw 0;
  }
  body section.main_content_socios .socios .socio_item .socio_item_text p.text {
    font-size: 1.2rem;
  }
  body section.main_content_socios .socios .socio_item .socio_item_text p.text br {
    display: none;
  }
  body section.atuacao .lista_de_itens div.item {
    flex: 0 0 100%;
  }
  body section.atuacao_single_main_content {
    padding: 15vw 0;
  }
  body section.atuacao_single_main_content ul {
    column-count: 1;
    padding-left: 2rem;
  }
  body section.atuacao .lista_de_itens div.item h3, body section.more_atuacoes .lista_de_itens div.item h3 {
    height: max-content;
  }
  body section.blog .alm-reveal {
    padding: 0 1rem;
  }
  body section.page_blog .coluna-sidebar div.widget_block.widget_recent_entries ul li, body section.single_post .coluna-sidebar div.widget_block.widget_recent_entries ul li {
    font-size: 3.5vw;
  }
  body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries img, body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries img {
    height: 20vw;
  }
  body section.page_blog .coluna-sidebar ul.wp-block-categories-list.wp-block-categories, body section.single_post .coluna-sidebar ul.wp-block-categories-list.wp-block-categories {
    height: 39vw;
  }
  body section.page_blog .coluna-sidebar div.widget_block a.tag-cloud-link, body section.single_post .coluna-sidebar div.widget_block a.tag-cloud-link {
    font-size: 1.2rem !important;
    padding: 7px 30px;
    margin-right: 3.7vw;
    margin-bottom: 2vw;
  }
  body section.page_blog .coluna-sidebar p.wp-block-tag-cloud, body section.single_post .coluna-sidebar p.wp-block-tag-cloud {
    max-height: 20rem;
  }
  body div.efeitoazul::after {
    right: 1rem;
  }

  footer.footer .toUp {
    top: -5.8125rem;
    right: 1.5rem;
  }
  
    body section.banner .banner__item .container.texto {
        transform: translateY(0%);
    }
    body section.banner .banner__item .banner__content h2 {
        font-size: 2rem;
    }
    body .section_title {
        font-size: 2rem;
    }
    body .section_title + p {
        font-size: 1.25rem !important;
    }
    body section.atuacao .todas_as_atuacoes .area .slick-slide .item span.titulo {
        padding: 0.4rem;
        font-size: 1rem;
    }
    body section.atuacao .todas_as_atuacoes .area .item img {
        width: 3.5rem;
        height: 3.5rem;
    }
    body section.blog .blog__posts .post {
        height: 18rem;
    }
    body section.blog .blog__posts .userandcat > div.user {
        margin-bottom: 1vw;
    }
    body section.blog .blog__posts .userandcat > div {
        font-size: 0.9rem;
    }
    body header .bottom_side .menu li {
        font-size: 1.4rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text h3 {
        font-size: 1.325rem;
    }
    body section.atuacao_single_main_content {
        font-size: 1.1rem;
    }
    body section.blog .blog__posts h3.post__title {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    body section.blog.single_post .post .content {
        font-size: 1.2rem;
    }
    body section.contato form .contato span.politica {
        padding: 0.5rem 3rem;
    }
  
  
}
@media screen and (max-width:  375px){
    
    
     :root {
        font-size: 85% !important;
      }
    body section.banner .banner__item .banner__content h2 {
        font-size: 1.8rem;
    }
    body section.banner .banner__item {
        height: 85vh;
    }
    
    .open_for_mobile svg {
        width: 65px !important;
    }
    .header .logo {
        max-width: 200px;
    }
    .header .logo img{
        max-width: 100%;
        object-fit: contain;
    }
    body header .bottom_side .menu li {
        font-size: 1.2rem;
        height: 2.5rem;
    }
    body header .top_side .oabfield {
        font-size: 1.3rem;
    }
    body header .top_side .emailfield,
    body header .top_side .phonefield {
        font-size: 1.2rem;
    }
    body section.main_content_quem_somos .mvv_content .text {
        font-size: 1rem;
    }
    body section.main_content_quem_somos .mvv_content {
        padding: 1.5rem;
    }
    body .section_title + p {
        font-size: 1.05rem !important;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text h3 {
        font-size: 1.025rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text p.oab {
        font-size: 1.075rem;
    }
    body section.main_content_socios .socios .socio_item .socio_item_text p.text {
        font-size: 1rem;
    }
    body section.banner_not_home h2 {
        font-size: 1.6rem;
    }
    body section.atuacao .lista_de_itens div.item h3,
    body section.more_atuacoes .lista_de_itens div.item h3 {
        font-size: 12px;
    }
    footer.footer .description {
        font-size: 1.05rem;
    }
    body section.page_blog .blog__posts .post span, body section.single_post .blog__posts .post span {
        line-height: 1.4;
    }
    body section.contato form .contato span.politica {
        padding: 0.5rem 0.4rem;
    }
                
}
@media screen and (max-width:  330px){
    
    .open_for_mobile {
        padding: 1.5rem;
        height: 7rem;
    }
    body section.banner .banner__item .banner__content h2 {
        font-size: 1.4rem;
    }
    body section.banner .banner__item .banner__content p {
        font-size: 1rem;
        line-height: 1.5;
    }
    body section.atuacao .todas_as_atuacoes .area {
        height: 35rem;
    }
    body section.atuacao .todas_as_atuacoes .area .slick-slide .item span.titulo {
        padding: 0.3rem;
        font-size: 0.8rem;
    }
    body section.atuacao .todas_as_atuacoes .area::before {
        transform: rotate(-331deg);
    }
    body section.atuacao .todas_as_atuacoes .area::before {
        bottom: 3vw;
        left: calc(50% - 0vw);
        height: calc(90% + 0vw);
    }
    body section.atuacao .todas_as_atuacoes .area::after {
        transform: rotate(331deg);
    }
    body section.atuacao .todas_as_atuacoes .area::after {
        bottom: 5vw;
        left: calc(50% - 0vw);
        height: calc(90% + 0vw);
    }
    body .section_title + p {
        font-size: 0.95rem !important;
    }
    body section.blog .blog__posts h3.post__title {
        font-size: 1rem;
    }
    body section.blog .blog__posts h3.post__title {
        font-size: 0.9rem;
    }
    body section.blog .blog__posts .userandcat > div {
        font-size: 0.85rem;
    }
    body section.contato .coluna_texto .texto {
        padding: 1.5rem;
    }
    body section.contato form .contato {
        padding: 2rem;
    }
    body section.contato form .contato span.politica {
        padding: 0.5rem 0rem;
        font-size: 0.7rem;
    }
    footer.footer .description {
        font-size: 0.92rem;
    }
    body header .top_side {
        margin: 1rem 0 0;
        padding: 1rem;
    }
    body header .top_side .emailfield,
    body header .top_side .phonefield {
        font-size: 1rem;
    }
    body header .top_side .oabfield {
        font-size: 1.1rem;
    }
    body header .top_side .redes {
        margin: 0.5rem 0 0;
    }
    body section.main_content_quem_somos .mvv_content {
        padding: 1rem;
    }
    body section.main_content_quem_somos .mvv_content .text {
        line-height: 1.4;
    }
    body .section_title {
        font-size: 1.8rem;
    }   
    body section.atuacao .lista_de_itens div.item span.texto p,
    body section.more_atuacoes .lista_de_itens div.item span.texto p {
        font-size: 0.8rem;
    }
    body section.atuacao .lista_de_itens div.item h3,
    body section.more_atuacoes .lista_de_itens div.item h3 {
        font-size: 13px;
    }
    body section.atuacao_single_main_content {
        font-size: 1rem;
    }
    body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries img, body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries img {
        width: 10rem;
    }
    body section.page_blog .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title,
    body section.single_post .coluna-sidebar .widget.widget_block.widget_recent_entries a.wp-block-latest-posts__post-title {
        font-size: 11px;
    }
    body section.page_blog .coluna-sidebar div.widget_block h2,
    body section.single_post .coluna-sidebar div.widget_block h2 {
        font-size: 1.8rem;
    }
    body.single-post section.banner_not_home h2 {
        font-size: 1.075rem;
    }
    body section.blog.single_post .coluna-posts .content > h2 {
        font-size: calc(1.5rem - 0.045vw);
    }
    body section.blog.single_post .coluna-posts .content .content h3 {
        font-size: calc(1.8rem - (3 * 0.09vw));
    }
    body section.blog.single_post .coluna-posts .content .content h4 {
        font-size: calc(1.7rem - (4 * 0.09vw));
    }
    body section.blog.single_post .coluna-posts .content .content h5 {
        font-size: calc(1.6rem - (5 * 0.09vw));
    }
    body section.blog.single_post .coluna-posts .content .content h6 {
        font-size: calc(1.5rem - (6 * 0.09vw));
    }
    body section.blog.single_post .post .content {
        font-size: 1rem;
    }
    body section.blog.single_post .coluna-posts .content .content ol {
        padding-left: 5vw;
    }
    body section.blog.single_post .coluna-posts .content .content ul {
        margin-left: 5vw;
    }
    body section.blog.single_post .coluna-posts .content .content p {
        margin-bottom: 20px;
        margin-top: 20px;
    }
        
 
}


/* Página Proteção de Dados */

.page-id-819 .mvv ,
.page-id-819 .visitenos {
	display: none !important;
}

@media (max-width: 568px) {
.page-id-819 .arrows > div.arrow.arrow_right ,
.page-id-819 .arrows > div.arrow.arrow_left {
	display: none !important;
}
}

/* Retirar o item Proteção de Dados do Menu principal */

#menu-menu-1 .pg819 {
	display: none !important;
}














