@charset "UTF-8";
/*
Theme Name: Divi Child
Description: Divi
Author: Agência Javali
Author URI: https://agenciajavali.com.br/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("slider.scss");
/*COMEÇO RESET*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: "" "";
}

/*FIM RESET*/
::-moz-selection {
  color: #e82c88;
  background: #242d5d;
}

::selection {
  color: #e82c88;
  background: #242d5d;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  line-height: 1.1;
  width: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

img {
  outline: 1px solid transparent;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

strong {
  font-weight: 700;
}

header {
  position: relative;
  z-index: 2;
  min-height: 93px;
}

.home header, .page-id-341 header {
  min-height: unset;
}

#et-main-area {
  position: relative;
  z-index: 1;
}

.menusite {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #242D5D;
  transition: all 300ms;
}
.menusite .centraliza {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px;
  margin: 0 auto;
  position: relative;
}
.menusite .centraliza .menubotao {
  background-color: transparent;
  border: 0;
}
.menusite .centraliza .menubotao svg {
  width: 40px;
  height: 40px;
}
.menusite .centraliza .logotopo {
  width: 150px;
  transition: all 300ms;
}
.menusite .centraliza ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  background-color: #242D5D;
  max-height: 0;
  overflow: hidden;
  display: none;
  transition: all 300ms;
}
.menusite .centraliza ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.menusite .centraliza ul > li.conosco > a {
  padding: 5px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 200px;
  transition: all 300ms;
}
.menusite .centraliza ul > li.conosco > a:hover {
  background-color: #E82C88;
  border: 2px solid #E82C88;
  opacity: 1;
}

.home .menusite, .page-id-341 .menusite {
  background-color: transparent;
}

.home #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.home header#main-header {
  background-color: transparent;
}

.home header#main-header.et-fixed-header {
  background-color: #242D5D;
}

header#main-header {
  position: relative;
  z-index: 3;
  background-color: #242D5D;
  box-shadow: none;
}
header#main-header #et_top_search {
  display: none;
}
header#main-header #et-top-navigation nav > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
header#main-header .mobile_menu_bar:before {
  color: #E82C88;
}
header#main-header .et_mobile_menu {
  border-top: 3px solid #E82C88;
}

#main-content {
  background-color: transparent;
  z-index: 2;
  position: relative;
}

.banner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.banner a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}
.banner a:before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: #E82C88;
  position: absolute;
  left: -2px;
  top: -12px;
  z-index: -1;
  border-radius: 50%;
}
.banner a:after {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/setas-para-cima-7.svg");
  position: absolute;
  right: -40px;
  top: -3px;
}
.banner a:hover {
  color: #fff;
}
.banner .et_pb_slide_description {
  padding: 20% 0 0 0 !important;
  text-align: left;
}

.intro .texto h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.intro .texto p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.intro .texto a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
}
.intro .texto a:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #242D5D;
  position: absolute;
  left: -30px;
  top: -18px;
  z-index: -1;
  border-radius: 50%;
}
.intro .texto a:after {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/setas-para-cima-7.svg");
  position: absolute;
  right: -40px;
  top: -3px;
}
.intro .texto a:hover {
  color: #fff;
}

.atuacao-conteudo .texto h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  text-align: center;
  color: #242D5D;
}
.atuacao-conteudo .atuacao .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.atuacao-conteudo .atuacao .cada {
  width: 100%;
  border-radius: 25px;
  padding: 40px 30px;
  margin-bottom: 20px !important;
  transition: 300ms;
}
.atuacao-conteudo .atuacao .cada p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #242D5D;
  transition: 300ms;
}
.atuacao-conteudo .atuacao .cada img {
  max-width: 35px;
  max-height: 35px;
  margin-bottom: 10px;
  transition: 300ms;
}
.atuacao-conteudo .atuacao .cada:hover {
  background-color: #242D5D;
}
.atuacao-conteudo .atuacao .cada:hover p {
  color: #FFFFFF;
}
.atuacao-conteudo .atuacao .cada:hover img {
  filter: invert(1);
}

.sobreintro .texto h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.sobreintro .texto p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.sobreintro .texto p strong {
  font-weight: 900;
}
.sobreintro .texto a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.sobreintro .texto a:hover {
  color: #fff;
}

.sobretextos .texto h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #242D5D;
  margin-bottom: 20px;
}
.sobretextos .texto p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  margin-bottom: 20px;
}
.sobretextos .texto h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 26px;
  color: #242D5D;
  margin-bottom: 10px;
}
.sobretextos .texto h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 26px;
  color: #242D5D;
  margin-bottom: 20px;
}
.sobretextos .texto h6 {
  font-family: "Philosopher", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #656565;
  margin-bottom: 20px;
}
.sobretextos .texto ul {
  list-style: none;
  padding-left: 30px;
}
.sobretextos .texto ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #656565;
  position: relative;
  margin-bottom: 15px;
}
.sobretextos .texto ul li:before {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/icon-1.png");
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 3px;
}

footer img {
  max-width: 110px;
}
footer .col2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .col2 .et_pb_module {
  margin: 0 20px 0 0 !important;
}
footer .col2 .et_pb_text_inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 200px;
  transition: 300ms;
}
footer .col2 .et_pb_text_inner a:hover {
  background-color: #E82C88;
  border: 2px solid #E82C88;
  opacity: 1;
}

.copy .texto p, .copy .texto a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  color: #656565;
  margin-bottom: 0;
}
.copy .texto a {
  text-decoration: underline !important;
}

.fale .et_pb_row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.fale .col1 {
  padding: 100px 30px 150px 30px;
  text-align: left;
}
.fale .col1 .et_pb_module.texto {
  display: flex;
  align-items: center;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner {
  margin-bottom: 20px;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 50px;
  color: #242D5D;
  margin-bottom: 40px;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  padding-left: 30px;
  margin-bottom: 10px;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  transition: 300ms;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner a:hover {
  color: #242d5d;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner p:nth-of-type(1) {
  position: relative;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner p:nth-of-type(1):before {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/localizacao.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner p:nth-of-type(2) {
  position: relative;
}
.fale .col1 .et_pb_module.texto .et_pb_text_inner p:nth-of-type(2):before {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/e-mail.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.fale .col1 .et_pb_icon {
  display: inline-block;
  margin-right: 20px;
}
.fale .col2 {
  padding: 50px 30px;
}
.fale .col2 form > p {
  margin-bottom: 5px;
}
.fale .col2 form input[type=text], .fale .col2 form input[type=email], .fale .col2 form input[type=tel], .fale .col2 form textarea {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 10px 20px;
  border: 2px solid #FFFFFF;
  border-radius: 200px;
  background-color: transparent;
}
.fale .col2 form input[type=text]::-moz-placeholder, .fale .col2 form input[type=email]::-moz-placeholder, .fale .col2 form input[type=tel]::-moz-placeholder, .fale .col2 form textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.fale .col2 form input[type=text]::placeholder, .fale .col2 form input[type=email]::placeholder, .fale .col2 form input[type=tel]::placeholder, .fale .col2 form textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.fale .col2 form textarea {
  height: 150px;
  border-radius: 30px;
}
.fale .col2 form input[type=submit], .fale .col2 form button {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  border: 0;
  background-color: transparent;
  text-align: center;
  margin: 40px auto 0 auto;
  cursor: pointer;
  position: relative;
}
.fale .col2 form input[type=submit]:before, .fale .col2 form button:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #242D5D;
  position: absolute;
  left: -30px;
  top: -18px;
  z-index: -1;
  border-radius: 50%;
}
.fale .col2 form input[type=submit]:after, .fale .col2 form button:after {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/setas-para-cima-7.svg");
  position: absolute;
  right: -30px;
  top: 1px;
}
.fale .col2 form p:last-of-type {
  text-align: center;
}
.fale .col2 form #nome_arquivo {
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
}
.fale .col2 form #nome_arquivo span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.publicacao .topo {
  text-align: center;
  margin-bottom: 30px;
}
.publicacao .topo h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #242D5D;
  max-width: 770px;
  margin: 0 auto 20px auto;
}
.publicacao .topo p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.publicacao .topo p svg {
  margin-right: 10px;
}
.publicacao .topo img {
  margin-top: 30px;
  border-radius: 30px;
  aspect-ratio: 1/0.56;
  -o-object-fit: cover;
     object-fit: cover;
}
.publicacao .texto p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  margin-bottom: 20px;
}
.publicacao .texto h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #242D5D;
  margin-bottom: 10px;
}
.publicacao .texto h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #242D5D;
  margin-bottom: 10px;
}
.publicacao .texto h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #e82c88;
  margin-bottom: 10px;
}
.publicacao .texto h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #e82c88;
  margin-bottom: 10px;
}
.publicacao .texto h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #e82c88;
  margin-bottom: 10px;
}
.publicacao .texto h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #e82c88;
  margin-bottom: 10px;
}
.publicacao .linkfora {
  margin-top: 50px;
}
.publicacao .linkfora a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms;
}
.publicacao .linkfora a:hover {
  color: #e82c88;
}
.publicacao .linkfora a:hover svg {
  margin-left: 20px;
}
.publicacao .linkfora a svg {
  margin-left: 10px;
  transition: 300ms;
}

.load-more-container {
  text-align: center;
  margin-top: 50px;
}
.load-more-container button#load-more {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.load-more-container button#load-more svg {
  margin-left: 5px;
}
.load-more-container button#load-more:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #E82C88;
  position: absolute;
  left: -30px;
  top: -14px;
  z-index: -1;
  border-radius: 50%;
}

.conteudos h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 30px;
  color: #242D5D;
  margin-bottom: 50px;
}
.conteudos p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #656565;
  margin-bottom: 80px;
  margin-top: -30px;
}
.conteudos .bloco {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
.conteudos .bloco .ind {
  width: 100%;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 30px;
}
.conteudos .bloco .ind .post-thumbnail img {
  display: block;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.conteudos .bloco .ind .post-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 25px 15px 20px;
  background-color: #656565;
  border-radius: 0 3px 20px 3px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.conteudos .bloco .ind .post-title {
  padding: 20px 30px 15px 30px;
  background-color: #656565;
  min-height: 220px;
}
.conteudos .bloco .ind .post-title h2 {
  min-height: 90px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.conteudos .bloco .ind .post-title h4 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.conteudos .bloco .ind .post-title span {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.conteudos .bloco .ind .post-title span svg {
  margin-left: 5px;
}
.conteudos .bloco .ind.podcasts .post-date {
  background-color: #242D5D;
}
.conteudos .bloco .ind.podcasts .post-title {
  background-color: #242D5D;
}
.conteudos .bloco .ind.noticias .post-date {
  background-color: #E82C88;
}
.conteudos .bloco .ind.noticias .post-title {
  background-color: #E82C88;
}
.conteudos .bloco .ind.artigos .post-date {
  background-color: #FFD405;
}
.conteudos .bloco .ind.artigos .post-title {
  background-color: #FFD405;
}

.postshome h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #242D5D;
}
.postshome p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #656565;
}
.postshome a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  position: relative;
  display: none;
}
.postshome a:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #E82C88;
  position: absolute;
  left: -30px;
  top: -18px;
  z-index: -1;
  border-radius: 50%;
}
.postshome a:after {
  content: url("https://a2clegal.com.br/wp-content/uploads/2025/01/setas-para-cima.svg");
  position: absolute;
  right: -40px;
  top: -3px;
}

.sliderposts {
  padding-left: calc((100% - 1080px) / 2);
}
.sliderposts .bloco .ind {
  position: relative;
  margin-bottom: 30px;
}
.sliderposts .bloco .ind .radius {
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}
.sliderposts .bloco .ind .post-thumbnail img {
  display: block;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderposts .bloco .ind .post-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 25px 15px 20px;
  background-color: #656565;
  border-radius: 0 3px 20px 3px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sliderposts .bloco .ind .post-title {
  padding: 20px 30px 15px 30px;
  background-color: #656565;
}
.sliderposts .bloco .ind .post-title h2 {
  min-height: 90px;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sliderposts .bloco .ind .post-title h4 {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sliderposts .bloco .ind .post-title span {
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.sliderposts .bloco .ind .post-title span svg {
  margin-left: 5px;
}
.sliderposts .bloco .ind.podcasts .post-date {
  background-color: #242D5D;
}
.sliderposts .bloco .ind.podcasts .post-title {
  background-color: #242D5D;
}
.sliderposts .bloco .ind.noticias .post-date {
  background-color: #E82C88;
}
.sliderposts .bloco .ind.noticias .post-title {
  background-color: #E82C88;
}
.sliderposts .bloco .ind.artigos .post-date {
  background-color: #FFD405;
}
.sliderposts .bloco .ind.artigos .post-title {
  background-color: #FFD405;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
@media (min-width: 390px) and (orientation: portrait) {
  .publicacao .topo h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .atuacao-conteudo .atuacao .cada p {
    font-size: 20px;
    line-height: 26px;
  }
  .banner h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  footer .col2 .et_pb_module {
    margin: 0 0 0 20px !important;
  }
  .postshome a {
    display: inline-block;
  }
  .postshome h3 {
    font-size: 40px;
    line-height: 56px;
  }
  .atuacao-conteudo .atuacao .cada p {
    font-size: 16px;
    line-height: 22px;
  }
  .fale .et_pb_row {
    flex-wrap: nowrap;
  }
  .publicacao .topo h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .conteudos .bloco .ind {
    width: 46%;
    margin-bottom: 30px;
  }
  footer .col2 {
    justify-content: flex-end;
  }
  footer .col2 a {
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
  }
  .atuacao-conteudo .atuacao .cada {
    width: 32%;
    padding: 40px 30px;
    margin-bottom: 20px !important;
  }
  .banner .et_pb_slide_description {
    padding: 16% 0 !important;
    text-align: left;
  }
  .banner h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .conteudos .bloco .ind .post-title h2 {
    font-size: 14px;
  }
}
@media (min-width: 981px) {
  .conteudos .bloco .ind .post-title h2 {
    font-size: 14px;
  }
  .postshome h3 {
    font-size: 36px;
    line-height: 56px;
  }
  header#main-header #et-top-navigation nav > ul > li.conosco > a {
    padding: 0 20px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
  }
  header#main-header #et-top-navigation nav > ul > li.conosco > a:hover {
    background-color: #E82C88;
    border: 2px solid #E82C88;
    opacity: 1;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
  .menusite {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #242D5D;
    transition: all 300ms;
  }
  .menusite .centraliza {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .menusite .centraliza .menubotao {
    display: none;
  }
  .menusite .centraliza .logotopo {
    width: 150px;
    transition: all 300ms;
  }
  .menusite .centraliza ul {
    list-style: none;
    display: flex;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding: 0;
    position: relative;
    flex-direction: row;
    max-height: unset;
    overflow: unset;
    width: auto;
    background-color: transparent;
  }
  .menusite .centraliza ul > li > a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .menusite .centraliza ul > li.conosco > a {
    padding: 5px 20px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
    transition: all 300ms;
  }
  .menusite .centraliza ul > li.conosco > a:hover {
    background-color: #E82C88;
    border: 2px solid #E82C88;
    opacity: 1;
  }
  .fale .col2 {
    padding: 100px calc((100% - 1080px) / 2) 75px 75px;
  }
  .fale .col1 {
    padding: 120px 50px 50px calc((100% - 1080px) / 2);
    text-align: left;
  }
  .conteudos .bloco .ind {
    width: 31%;
    margin-bottom: 30px;
  }
  .postshome h3 {
    font-size: 50px;
    line-height: 56px;
  }
  .sliderposts {
    padding-left: calc((100% - 958px) / 2);
  }
  .postshome h3 {
    font-size: 44px;
    line-height: 56px;
  }
  header#main-header #et-top-navigation nav > ul > li.conosco > a {
    padding: 0 20px;
    border: 2px solid #FFFFFF;
    border-radius: 200px;
  }
  header#main-header #et-top-navigation nav > ul > li.conosco > a:hover {
    background-color: #E82C88;
    border: 2px solid #E82C88;
    opacity: 1;
  }
}
@media all and (min-width: 1366px) {
  .sliderposts {
    padding-left: calc((100% - 1090px) / 2);
  }
  .postshome h3 {
    font-size: 50px;
    line-height: 56px;
  }
}
.embed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 10px 0;
  clear: both;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */