

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a img {
  border: 0;
}
a:link,
a:active,
a:visited {
  color: #5d5d5d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h2 a:link,
h2 a:active,
h2 a:visited {
  color: #000;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: none;
}

body {
  background: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  line-height: 40px;
  color: #5d5d5d;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1em;
  left: -5px;
}
.relative {
  position: relative;
}
.d_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  list-style: none;
}
.entry-content p {
  margin: 15px 0;
}
.entry-content a:link,
.entry-content a:active,
.entry-content a:visited {
  color: #555555;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #ad8d80;
  text-decoration: underline;
}
.txt_center {
  text-align: center;
}
.banner {
  max-width: 1100px;
  margin: 35px auto;
  text-align: center;
  padding: 0;
}
.banner img {
  max-width: 100%;
  height: auto;
}
.banner span {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  color: rgb(140,140,140);
  text-transform: uppercase;
}
.only-mobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}

h1 {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-family: 'Lato', sans-serif;
}

#main {
  /*background: url('./src/background-2.jpg') right bottom no-repeat;*/
  margin: 0;
}

header h1,
header h1 a {
  color: #0a5593;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 26px;
}

#container.wrapper.d_flex {
  align-items: flex-start;
  padding: 0 1em;
}
#container.wrapper.d_flex #content {
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  #container.wrapper.d_flex #content {
    max-width: 720px;
    padding-left: 0px;
  }
}
#container.wrapper.d_flex #sidebar {
  position: relative;
  max-width: 300px;
  list-style: none;
  margin-top: 15px;
  list-style: none;
}
#container.wrapper.d_flex #content p {
  line-height: 1.5em;
  margin: 8px 0;
}
#container.wrapper.d_flex #sidebar li.widget,
#container.wrapper.d_flex #sidebar li.widget li {
  list-style: none;
}
#container.wrapper.d_flex #sidebar .widget.mais_lidas h2.aside-destaques-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2575e8;
  float: none;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li {
  display: block;
  border-top: 1px solid #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  color: #333333;
  padding: 15px 0;
  height: fit-content;
  min-height: 65px;
}
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li img {
  float: left;
}
#container.wrapper.d_flex #sidebar .widget.mais_lidas ul li h3 {
  padding-left: 129px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #333333;
  margin: 0;
}
@media (min-width: 980px) {
  #container.wrapper.d_flex #sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
}
figure img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  #container.wrapper.d_flex #content {
    width: 100%;
    max-width: 100%;
  }
  #container.wrapper.d_flex #sidebar {
    max-width: 100%;
    list-style: none;
  }
}

/* Single */
#container.single.wrapper.d_flex {
  position: relative;
  padding-left: 45px;
  margin-top: 70px;
}
#topo_post {
  position: relative;
  padding-left: 80px;
  width: 100%;
}
#topo_post .share {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#topo_post .share li {
  margin: 0 0 20px 0;
  border: #eeeeee solid 1px;
  text-align: center;
  padding: 10px;
  margin: -1px 0 0 0;
}
#topo_post .share li a i {
  color: #5d5d5d;
  font-size: 22px;
  text-align: center;
}
#topo_post .share li a i.fab.fa-twitter {
  color: #54a9ea;
}
#topo_post .share li a i.fab.fa-facebook-f {
  color: #3a5795;
}
#topo_post .share li a i.fab.fa-linkedin-in {
  color: #0076b4;
}
@media screen and (max-width: 980px) {
  #container.single.wrapper.d_flex {
    padding: 0 1em;
  }
  #topo_post {
    padding-left: 0;
  }
  #topo_post .share {
    display: none;
  }
}

.type-categ-patrocinado {
  border-radius: 5px;
  background-color: #00a3d5;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding: 5px 8px;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  clear: both;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 5px;
}
.author_meta {
  margin: 23px 0 0 0;
  padding-left: 62px;
}
@media screen and (max-width: 980px) {
  .author_meta {
    padding-left: 0;
  }
}
.author_meta strong {
  line-height: 20px;
  color: #444;
  font-weight: bold;
}
.txt-cont-patrocinado {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  color: #444;
  margin-bottom: 3px;
}
span.txt-data {
  color: #787878;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
#container.single.wrapper.d_flex #topo_post h4 {
  color: #896066 !important;
  font-family: 'Lato', sans-serif;
  line-height: 18x;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px 0 8px 0;
}
.subtitle {
  color: #fff;
  text-transform: uppercase;
  margin: 20px auto;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subtitle strong {
  background: #064287;
  margin-bottom: 3px;
  padding: 5px 10px;
  display: inline-block;
}
#container.single.wrapper.d_flex #topo_post h1.the_title {
  color: #3333;
  font-size: 40px;
  line-height: 118%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  #container.single.wrapper.d_flex #topo_post h1.the_title {
    font-size: 30px;
  }
}
#container.single.wrapper.d_flex #topo_post .olho {
  color: #444;
  font-weight: 300;
  margin-top: 15px;
}
#container.single.wrapper.d_flex #content .entry-content p {
  color: #000;
  font-family: 'Lato', sans-serif;
  line-height: 32px;
  font-size: 18px;
  margin: 20px 0;
}
#container.single.wrapper.d_flex #content .entry-content a:link,
#container.single.wrapper.d_flex #content .entry-content a:active,
#container.single.wrapper.d_flex #content .entry-content a:visited {
  color: #2575e8;
  text-decoration: none;
}
#container.single.wrapper.d_flex #content .entry-content p img {
  width: 100%;
  height: auto;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption {
  background: #fff;
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
}
#container.single.wrapper.d_flex #content .entry-content p.wp-caption-text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.33;
  color: #444;
  margin-top: 5px;
  margin-bottom: 11px;
  text-align: left;
  padding: 0;
}
.tendencias {
  background-image: url('./imagens/ico-border-right.png');
  background-repeat: repeat-x;
  padding: 10px 0;
}
.tendencias p.titulos {
  background: url('./imagens/tendencias.png') left center no-repeat;
  padding-left: 35px;
}
.tendencias ul {
  list-style: none;
}
.tendencias ul li {
  margin: 0 0 15px 0;
  font-size: 16px;
}
p.titulos {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 18px !important;
  color: #333333;
  text-transform: none;
  margin: 0 15px 15px 0;
}
.erro {
  margin: 35px 0;
  color: #444;
}
.tags {
  display: flex;
}
.tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tags ul li {
  margin-bottom: 10px;
}
a:link,
a:active,
a:visited {
  color: #2575e8;
}
.tags a:link,
.tags a:active,
.tags a:visited {
  background-color: #2575e8;
  color: white;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #2575e8;
  padding: 9px 15px;
  text-transform: none;
  margin: 0 5px;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* Single */

.header {
  .d_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    list-style: none;
  }

  .d_flex a {
    display: block;
    text-decoration: none;
  }

  .d_flex figure {
    margin: 0;
  }

  .d_flex ul {
    margin: 0;
  }

  .wrapper {
    max-width: 1180px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 10px 1em;
  }

  #topo-estadao-novo {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffffff;
    background: #393c40;
    height: 44px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
  }

  #topo-estadao-novo .wrapper.d_flex {
    justify-content: flex-start;
    padding: 5px 1em;
    align-items: center;
  }

  #topo-estadao-novo .wrapper.d_flex .btn-menu-mobile {
    display: none;
  }

  #topo-estadao-novo .wrapper.d_flex nav.menu {
    margin: 0 30px;
  }

  #topo-estadao-novo .wrapper.d_flex nav.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    height: 12px;
  }

  #topo-estadao-novo .wrapper.d_flex nav.menu ul li {
    margin: 0 10px;
    height: 12px;
    display: block;
  }

  #topo-estadao-novo .wrapper.d_flex nav.menu ul li a:link,
  #topo-estadao-novo .wrapper.d_flex nav.menu ul li a:active,
  #topo-estadao-novo .wrapper.d_flex nav.menu ul li a:visited {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #topo-estadao-novo .wrapper.d_flex nav.menu ul li a:hover {
    text-decoration: none;
  }

  #topo-estadao-novo .wrapper.d_flex nav.assine_entrar {
    margin: 0 0 0 auto;
  }

  #topo-estadao-novo .wrapper.d_flex nav.assine_entrar ul {
    list-style: none;
    display: flex;
    align-items: center;
  }

  #topo-estadao-novo .wrapper.d_flex nav.assine_entrar ul li a.login {
    margin-left: 5px;
  }

  #topo-estadao-novo .wrapper.d_flex nav.assine_entrar ul li a.login img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
      hue-rotate(331deg) brightness(102%) contrast(101%);
  }

  #topo-estadao-novo .wrapper.d_flex a:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #topo-estadao-novo #menu_expandido {
    background: #393c40;
    width: 100%;
    max-width: 235px;
    position: fixed;
    top: 0;
    left: -1000px;
    padding: 0 15px 15px 15px;
    height: 100vh;
    z-index: 999999;

    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #topo-estadao-novo #menu_expandido.aberto {
    background: #393c40;
    width: 100%;
    max-width: 235px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 15px 15px;
    height: 100vh;
    z-index: 999999;

    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);

    overflow-y: auto;
    height: 100vh;
  }

  #topo-estadao-novo #menu_expandido .btn-fechar-menu-mobile {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #topo-estadao-novo #menu_expandido figure.estadao {
    margin: 15px 0 25px 0;
    text-align: left;
  }

  #topo-estadao-novo #menu_expandido .assine {
    margin: 25px 0;
  }

  #topo-estadao-novo #menu_expandido nav.menu {
    margin: 25px 0;
  }

  #topo-estadao-novo #menu_expandido nav.menu ul {
    list-style: none;
  }

  #topo-estadao-novo #menu_expandido nav.menu ul li {
    margin: 15px 0;
  }

  #topo-estadao-novo #menu_expandido nav.menu ul li a:link,
  #topo-estadao-novo #menu_expandido nav.menu ul li a:active,
  #topo-estadao-novo #menu_expandido nav.menu ul li a:visited {
    color: #ffffff;
    font-size: 16px;
  }

  #topo-estadao-novo #menu_expandido nav.menu ul li a:hover {
    text-decoration: none;
  }

  @media screen and (max-width: 920px) {
    #topo-estadao-novo .wrapper.d_flex .btn-menu-mobile {
      cursor: pointer;
      display: block;
      margin-right: 5px;
      padding: 5px;
    }

    #topo-estadao-novo .wrapper.d_flex nav.menu {
      display: none;
    }

    #topo-estadao-novo .wrapper.d_flex nav.assine_entrar ul li a.login {
      margin-left: 10px;
    }
  }

  footer {
    background: #393c40;
    color: #ffffff;
    font-size: 12px;
    padding: 40px 0;
    font-family: 'Lato', sans-serif;
  }

  footer a:link,
  footer a:active,
  footer a:visited {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
  }

  footer a:hover {
    opacity: 0.75;
    text-decoration: none;
  }

  footer .wrapper.d_flex {
    align-items: stretch;
    max-width: 800px;
  }

  footer .wrapper.d_flex .estadao {
    padding: 15px;
  }

  footer .wrapper.d_flex .estadao figure {
    margin-bottom: 20px;
    text-align: left;
    max-width: 94px;
  }

  footer .wrapper.d_flex .estadao .d_flex {
    max-width: 130px;
  }

  footer .wrapper.d_flex .estadao .d_flex a {
    margin: 5px 15px 5px 0;
  }

  footer .wrapper.d_flex .institucional {
    border-left: #707070 solid 1px;
    padding: 15px;
  }

  footer .wrapper.d_flex .institucional p {
    font-weight: bold;
    text-transform: uppercase;
  }

  footer .wrapper.d_flex .atendimento {
    border-left: #707070 solid 1px;
    padding: 15px;
  }

  footer .wrapper.d_flex .atendimento p {
    font-weight: bold;
    text-transform: uppercase;
  }

  footer .wrapper.d_flex .institucional ul,
  footer .wrapper.d_flex .atendimento ul {
    margin: 15px 0 0 0;
    padding: 0;
  }

  footer .wrapper.d_flex .institucional ul li,
  footer .wrapper.d_flex .atendimento ul li {
    margin: 10px 0;
    list-style: none;
    padding: 0;
  }

  footer .wrapper.d_flex .assine {
    border-left: #707070 solid 1px;
    padding: 15px;
  }

  footer .wrapper.d_flex .assine a:link,
  footer .wrapper.d_flex .assine a:active,
  footer .wrapper.d_flex .assine a:visited {
    display: block;
    margin: 0 0 15px 0;
  }

  footer .wrapper.d_flex .assine a:hover {
    opacity: 0.9;
  }

  footer .menu {
    display: block;
    border-top: #707070 solid 1px;
    border-bottom: #707070 solid 1px;
    padding: 5px 0;
    margin: 25px 0;
  }

  footer .menu .wrapper.d_flex {
    list-style: none;
    justify-content: center;
  }

  footer .menu .wrapper.d_flex a {
    margin: 0 10px;
  }

  footer .copyright {
    text-align: center;
  }

  @media screen and (max-width: 980px) {
    footer .wrapper.d_flex {
      padding: 0;
    }

    footer .wrapper.d_flex .estadao {
      order: 1;
      width: 40%;
      padding: 15px 4%;
    }

    footer .wrapper.d_flex .assine {
      border: none;
      order: 2;
      width: 40%;
      padding: 15px 4%;
    }

    footer .wrapper.d_flex .institucional {
      border: none;
      border-top: #707070 solid 1px;
      order: 3;
      width: 52%;
      padding: 15px 0;
    }

    footer .wrapper.d_flex .atendimento {
      border: none;
      border-top: #707070 solid 1px;
      order: 4;
      width: 48%;
      padding: 15px 0;
    }

    footer .wrapper.d_flex .institucional p,
    footer .wrapper.d_flex .atendimento p,
    footer .wrapper.d_flex .institucional ul,
    footer .wrapper.d_flex .atendimento ul {
      padding: 0 8%;
    }

    footer a img {
      width: 100%;
      max-width: 167px;
      height: auto;
    }

    footer .menu .wrapper.d_flex a {
      margin: 5px 10px;
      display: inline-block;
    }
  }
}

footer {
  background: #393c40;
  color: #ffffff;
  font-size: 12px;
  padding: 40px 0;
  font-family: 'Lato', sans-serif;
}

footer a:link,
footer a:active,
footer a:visited {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

footer a:hover {
  opacity: 0.75;
  text-decoration: none;
}

footer .wrapper-barra.d_flex-barra-barra {
  align-items: stretch;
  max-width: 800px;
}

footer .wrapper-barra.d_flex-barra-barra .estadao {
  padding: 15px;
}

footer .wrapper-barra.d_flex-barra-barra .estadao figure {
  margin-bottom: 20px;
  text-align: left;
  max-width: 94px;
}

footer .wrapper-barra.d_flex-barra-barra .estadao .d_flex-barra-barra {
  max-width: 130px;
}

footer .wrapper-barra.d_flex-barra-barra .estadao .d_flex-barra-barra a {
  margin: 5px 15px 5px 0;
}

footer .wrapper-barra.d_flex-barra-barra .institucional {
  border-left: #707070 solid 1px;
  padding: 15px;
}

footer .wrapper-barra.d_flex-barra-barra .institucional p {
  font-weight: bold;
  text-transform: uppercase;
}

footer .wrapper-barra.d_flex-barra-barra .atendimento {
  border-left: #707070 solid 1px;
  padding: 15px;
}

footer .wrapper-barra.d_flex-barra-barra .atendimento p {
  font-weight: bold;
  text-transform: uppercase;
}

footer .wrapper-barra.d_flex-barra-barra .institucional ul,
footer .wrapper-barra.d_flex-barra-barra .atendimento ul {
  margin: 15px 0 0 0;
  padding: 0;
}

footer .wrapper-barra.d_flex-barra-barra .institucional ul li,
footer .wrapper-barra.d_flex-barra-barra .atendimento ul li {
  margin: 10px 0;
  list-style: none;
  padding: 0;
}

footer .wrapper-barra.d_flex-barra-barra .assine {
  border-left: #707070 solid 1px;
  padding: 15px;
}

footer .wrapper-barra.d_flex-barra-barra .assine a:link,
footer .wrapper-barra.d_flex-barra-barra .assine a:active,
footer .wrapper-barra.d_flex-barra-barra .assine a:visited {
  display: block;
  margin: 0 0 15px 0;
}

footer .wrapper-barra.d_flex-barra-barra .assine a:hover {
  opacity: 0.9;
}

footer .menu {
  display: block;
  border-top: #707070 solid 1px;
  border-bottom: #707070 solid 1px;
  padding: 5px 0;
  margin: 25px 0;
}

footer .menu .wrapper-barra.d_flex-barra-barra {
  list-style: none;
  justify-content: center;
}

footer .menu .wrapper-barra.d_flex-barra-barra a {
  margin: 0 10px;
}

footer .copyright {
  text-align: center;
}

@media screen and (max-width: 980px) {
  footer .wrapper-barra.d_flex-barra-barra {
    padding: 0;
  }

  footer .wrapper-barra.d_flex-barra-barra .estadao {
    order: 1;
    width: 40%;
    padding: 15px 4%;
  }

  footer .wrapper-barra.d_flex-barra-barra .assine {
    border: none;
    order: 2;
    width: 40%;
    padding: 15px 4%;
  }

  footer .wrapper-barra.d_flex-barra-barra .institucional {
    border: none;
    border-top: #707070 solid 1px;
    order: 3;
    width: 52%;
    padding: 15px 0;
  }

  footer .wrapper-barra.d_flex-barra-barra .atendimento {
    border: none;
    border-top: #707070 solid 1px;
    order: 4;
    width: 48%;
    padding: 15px 0;
  }

  footer .wrapper-barra.d_flex-barra-barra .institucional p,
  footer .wrapper-barra.d_flex-barra-barra .atendimento p,
  footer .wrapper-barra.d_flex-barra-barra .institucional ul,
  footer .wrapper-barra.d_flex-barra-barra .atendimento ul {
    padding: 0 8%;
  }

  footer a img {
    width: 100%;
    max-width: 167px;
    height: auto;
  }

  footer .menu .wrapper-barra.d_flex-barra-barra a {
    margin: 5px 10px;
    display: inline-block;
  }
}

.d_flex-barra-barra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  list-style: none;
}
.wrapper-barra {
  /* max-width: 1180px; */
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px 1em;
}

/* Prevent Senior firma importante acordo com o MP */
#pequena .background {
  width: 100%;
  min-height: 200px;
}
#pequena {
  position: relative;
}
#pequena a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container.single.wrapper.d_flex #topo_post h1.the_title {
  font-size: 48px;
  font-style: normal;
  padding-top: 15px;
  color: #333333;
  max-width: 900px !important;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-transform: initial;
}
.sublinhado {
  margin-top: 20px;
  font-weight: 300;
  font-size: 24px;
  color: #333333;
  text-decoration: underline;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
#container.single.wrapper.d_flex #topo_post p.data {
  color: #868686;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
}
#content #post.relative .texto {
  margin: 50px auto;
}
#content #post.relative .texto p {
  margin: 30px 0;
}

#content #post.relative .texto ul li {
  background: #214178;
  border-radius: 20px;
  width: 288px;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 70px;
 
}

#content #post.relative .texto ul li h3{
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  color: #FE0B99;
}
#content #post.relative .texto ul li h3 strong{
  color: #fff;
  display: block;
  font-weight: 900;
}
#content #post.relative .texto ul li h5 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  line-height: 30.96px;
  text-align: center;
  color: #fff;
  
}


@media screen and (max-width: 980px) {
  body {
    font-size: 18px;
    line-height: 34px;
    color: #5d5d5d;
  }
  #container.single.wrapper.d_flex #topo_post h1.the_title {
    font-size: 35px;
    font-style: normal;
    padding-top: 15px;
  }
}

blockquote {
  position: relative;
  padding: 60px 0 40px;
  margin: 50px auto;
  text-align: center;
  max-width: 900px;
}
blockquote::after {
  content: '';
  top: 0;
  left: -100%;
  height: 100%;
  width: 200vw;
  position: absolute;
  background: #f8f8f8;
  z-index: -1;
}

p {
  font-size: 20px;
  line-height: 156%;
}
blockquote h2 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  line-height: 130%;
  font-family: 'Lato', sans-serif;
  max-width: 830px;
  margin: 0 auto;
  position: relative;
  font-weight: 700;
  text-align: left;
  padding-left: 63px;
}
blockquote h2::before {
  content: url('./src/aspas.svg');
  position: absolute;
  left: 0px;
  top: -5px;
}
.bannerfloat {
  float: right;
  margin: 0 !important;
}
p a {
  color: #00a3d5;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1.65 !important;
}

footer p {
  font-size: 12px !important;
}

@media screen and (max-width: 980px) {
  .bannerfloat {
    margin: 30px auto 70px !important;
    float: initial;
  }
}
.list {
  padding: 50px 0;
  background: #f8f8f8;
}

.list h5 {
  text-align: center;
  max-width: 1090px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  position: relative;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.list h5::before,
.list h5::after {
  content: '';
  width: 90%;
  position: absolute;
  height: 2px;
  background: #000;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.list h5::after {
  top: initial;
  bottom: -12px;
}
.list ul {
  max-width: 922px;
  margin: 50px auto 0px;
  padding: 0 20px;
}
.list ul li {
  font-size: 1rem;
  line-height: 165%;
  color: #333333;
}

.container-warning {
  padding: 50px 20px;
}
.box-warning {
  margin: 0px auto 30px;
  max-width: 727px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgb(192, 192, 202);
}

.box-titulo {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
}

.box-titulo svg {
  flex: 0 0 16px;
}

.box-titulo span {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: rgb(30, 30, 33);
}

.description {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(30, 30, 33);
  line-height: 24px;
  margin-top: 12px;
}


header#pequena{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0555FA;
  height: 120px;
  margin-top: 44px;
  position: relative;
}

header#pequena::after{
  content: '';
  background: #FF1065;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}