/* ff3300 */
.laranja {
  color: #f68501;
}
.azul {
  color: #0e2b47;
}
.oswald {
  font-family: "Oswald", sans-serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.desktop {
  display: block;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
* {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  background: #fff;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #0e2b47;
}
h1 {
  font-size: 60px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.bt {
  border: 0;
  font-family: "Oswald", sans-serif;
  background: #f68501;
  color: #fff;
  display: inline-table;
  margin-top: 0px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
.bt a {
  font-weight: 900;
  padding: 15px 20px;
  display: block;
}
.bt a:hover {
  text-decoration: none;
  color: #0e2b47;
}
.bt-small {
  border: 0;
  font-family: "Oswald", sans-serif;
  background: #000;
  color: #fff;
  display: inline-table;
  margin-top: 0px;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.bt-small a {
  font-weight: 900;
  padding: 5px 5px;
  display: block;
}
.bt-small a:hover {
  text-decoration: none;
  color: #f68501;
}
.inicio {
  padding-top: 120px;
  /*	&.fixo{
		padding-top: 70px;
	}*/
}
@media (max-width: 768px) {
  .inicio {
    padding-top: 65px;
  }
}
header {
  border-top: 10px solid #0e2b47;
  width: 100%;
  display: table;
  z-index: 90;
  top: 0;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  header {
    height: 65px;
    position: fixed;
    top: 0;
  }
}
header .r-logo {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 100px;
}
@media (max-width: 768px) {
  header .r-logo {
    margin-top: 5px;
    position: fixed;
    left: 15px;
    width: 50px;
  }
}
header .r-logo img {
  width: 100%;
}
header .r-logo.fixo {
  width: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
}
header .r-coluna {
  width: calc(100% - 100px);
  float: right;
  display: table;
  margin-top: 10px;
}
@media (max-width: 768px) {
  header .r-coluna {
    width: calc(100% - 50px);
    background: #e83351;
    position: relative;
    margin-top: 0px;
  }
}
header .r-coluna.fixo {
  margin-top: 0;
}
header .r-coluna ul.social {
  display: table;
  clear: both;
  float: right;
  list-style: none;
  margin: 5px 0 5px 15px;
  padding: 0;
}
@media (max-width: 768px) {
  header .r-coluna ul.social {
    display: none;
    margin: 0 0 0 15px;
    float: none;
    width: 100%;
    background: #f00;
  }
}
header .r-coluna ul.social li {
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
  width: 18px;
}
header .r-coluna ul.social li.idiomas {
  width: 80px;
}
@media (max-width: 768px) {
  header .r-coluna ul.social li {
    padding: 0px 0 0 0px;
    margin: 0 10px 0 0;
    font-size: 26px;
    color: #666;
    float: left;
  }
}
header .r-coluna ul.social li img {
  width: 100%;
}
header .r-coluna ul.social li a:hover {
  color: #0099ff;
}
header nav {
  float: right;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  header nav {
    display: none;
    float: none;
    background: #fff;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 60;
    top: 60px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
  }
}
header nav.fixo {
  margin-top: 0px;
}
header nav ul.menu {
  font-family: "Oswald", sans-serif;
  float: left;
  list-style: none;
  margin: 4px 0 0 100px;
  padding: 0;
}
@media (max-width: 768px) {
  header nav ul.menu {
    padding: 10px 0;
    width: 100%;
    float: none;
    margin: 4px 0 0 0;
  }
}
header nav ul.menu li {
  margin: 0 0 0 2px;
  padding: 6px 10px 4px 10px;
  float: left;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  header nav ul.menu li {
    text-align: left;
    padding: 10px 15px;
    margin: 0;
    float: none;
  }
}
header nav ul.menu li:hover ul.submenu {
  display: table;
}
header nav ul.menu li a {
  display: table;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
header nav ul.menu li a:hover {
  color: #f68501;
}
@media (max-width: 768px) {
  header nav ul.menu li a:hover {
    background: none;
  }
}
header nav ul.submenu {
  display: none;
  position: absolute;
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-top: 4px solid #0e2b47;
  background: #fff;
}
header nav ul.submenu li {
  display: block;
  clear: both;
  font-size: 14px;
}
header .search {
  margin-top: 7px;
  float: right;
  width: 200px;
}
@media (max-width: 768px) {
  header .search {
    float: none;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
header .search .form-search {
  margin-right: 4px;
  position: relative;
  display: flex;
}
header .search .form-search .searchTerm {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px;
  height: 26px;
  border-radius: 2px 0 0 2px;
  outline: none;
  color: #9dbfaf;
}
header .search .form-search .searchTerm:focus {
  color: #0e2b47;
}
header .search .form-search .searchButton {
  width: 30px;
  height: 26px;
  border: 1px solid #ccc;
  background: #ccc;
  text-align: center;
  color: #fff;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  font-size: 14px;
}
header #bt-doacao {
  background: #f68501;
  float: right;
  margin-left: 15px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
header #bt-doacao a {
  padding-top: 8px;
  padding-bottom: 8px;
}
header #bt-doacao a:hover {
  color: #000;
}
@media (max-width: 768px) {
  header #bt-doacao {
    display: none;
  }
}
header #bt-menu {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  header #bt-menu {
    font-size: 32px;
    width: 40px;
    height: 40px;
    display: table;
    position: absolute;
    top: 10px;
    right: 4px;
    z-index: 999333;
    color: #074882;
  }
}
header #bt-menu .fa-times {
  display: none;
}
#contato {
  display: none;
  width: 860px;
}
@media (max-width: 768px) {
  #contato {
    font-size: 16px;
  }
}
#contato form {
  margin-bottom: 0;
}
#contato fieldset {
  padding: 0;
  margin: 4px 0;
}
#contato .campo {
  width: 100%;
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none;
}
#contato .textarea {
  width: 100%;
  height: 150px;
  margin: 0;
  border: 0;
  border: 1px solid #ccc;
  padding: 10px 0;
  resize: none;
  background: none;
}
@media (max-width: 480px) {
  #contato .textarea {
    height: 110px;
  }
}
#contato label {
  width: 100%;
  height: 40px;
  margin: 0;
  line-height: 40px;
}
#contato .submit {
  background: #000;
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 4px 10px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #contato .submit {
    width: 100%;
  }
}
#contato .checkbox {
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-bottom: 0;
  float: left;
  margin-right: 5px;
}
@media (max-width: 480px) {
  #contato .checkbox {
    margin-top: 5px;
    width: 20px;
    height: 20px;
  }
}
#contato small {
  display: table;
  margin-top: 7px;
  float: left;
}
@media (max-width: 480px) {
  #contato small {
    width: calc(100% - 40px);
    margin-top: 4px;
    line-height: 14px;
  }
}
#contato .erro {
  font-size: 14px;
  color: #f00;
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 20px;
  }
}
.banner {
  background: #fff;
  margin-bottom: 50px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .banner {
    margin-bottom: 20px;
  }
}
.banner .imagem {
  position: relative;
}
.banner .imagem .suporte {
  bottom: 120px;
  z-index: 99;
  position: absolute;
  width: 100%;
}
.banner .imagem .suporte .texto {
  display: table;
  position: relative;
  max-width: 600px;
  font-size: 30px;
  color: #fff;
}
.banner .imagem .suporte .texto:after {
  width: 40%;
  position: absolute;
  content: "";
  border-bottom: 6px solid #f68501;
}
.banner .imagem .suporte .texto h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #333;
  color: #fff;
}
@media (max-width: 768px) {
  .banner .imagem .suporte .texto h2 {
    font-size: 28px;
  }
}
.banner .imagem img {
  width: 100%;
}
.slick-dots {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  display: table;
  position: relative;
  bottom: 70px;
  list-style-type: none;
}
@media (max-width: 1200px) {
  .slick-dots {
    max-width: 930px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .slick-dots {
    display: flex;
    justify-content: center;
    width: 930px;
    max-width: 100%;
  }
}
.slick-dots li {
  float: left;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 576px) {
  .slick-dots li {
    float: none;
  }
}
.slick-dots button {
  display: table;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: blue;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #f68501;
}
#conheca {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #conheca {
    margin-bottom: 50px;
  }
}
#conheca ul.pilares {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  #conheca ul.pilares {
    margin-bottom: 40px;
  }
}
#conheca ul.pilares li {
  padding: 0;
  text-align: center;
  display: inline-table;
  margin: 0 20px;
}
#conheca ul.pilares li:nth-child(1) {
  margin-left: 0;
}
#conheca ul.pilares li:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  #conheca ul.pilares li {
    margin: 0 auto 10px auto;
    display: table;
    clear: both;
  }
  #conheca ul.pilares li:nth-child(1) {
    margin-left: auto;
  }
  #conheca ul.pilares li:nth-child(3) {
    margin-right: auto;
  }
}
#conheca ul.pilares li .icone {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  background: #0e2b47;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #conheca ul.pilares li .icone {
    float: left;
    margin: 0 auto 5px auto;
  }
}
#conheca ul.pilares li .icone img {
  width: 80%;
}
#conheca ul.pilares li .titulo {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #666;
}
@media (max-width: 768px) {
  #conheca ul.pilares li .titulo {
    text-align: left;
    width: 110px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
  }
}
.banner-slider-home {
  margin-bottom: 80px;
  /* the slides */
  /* the parent */
}
@media (max-width: 768px) {
  .banner-slider-home {
    margin-bottom: 20px;
  }
}
.banner-slider-home .slick-slide {
  margin: 0 10px;
}
.banner-slider-home .slick-list {
  margin: 0 -10px;
}
.r-slider h2 {
  color: #fff !important;
}
.r-slider h3 {
  color: #fff !important;
}
.r-slider .short {
  position: relative;
}
@media (max-width: 768px) {
  .r-slider .short {
    width: 100%;
    margin-bottom: 2px;
  }
}
.r-slider .short img {
  width: 100%;
}
.r-slider .short .mask {
  position: absolute;
  z-index: 20;
  bottom: 0;
  top: 0;
  width: 100%;
  background: url("../img/bg-mask.png") bottom repeat-x;
}
.r-slider .short .mask .texto {
  color: #fff;
  position: absolute;
  z-index: 20;
  padding: 10px 20px;
  bottom: 0;
}
.r-slider .short .mask .texto h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.r-slider .short .mask .texto .resumo {
  display: none;
}
@media (max-width: 768px) {
  .r-slider .short .mask .texto .resumo {
    display: table;
  }
}
.single {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .single {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.single .headline {
  margin-bottom: 30px;
}
.single .headline select {
  border: 1px solid #ccc;
  outline: none;
  color: rgb(124, 124, 124);
  background-color: transparent;
  cursor: pointer;
}
.single .headline .categoria {
  display: table;
  position: relative;
  color: #f68501;
  margin-bottom: 16px;
}
.categoria-title {
  text-transform: uppercase;
}
.single .headline .categoria h4 {
  font-size: 20px;
  margin: 0;
}
.single .headline .categoria:after {
  width: 80%;
  position: absolute;
  content: "";
  border-bottom: 4px solid #666;
}
.headline-container {
  display: flex;
  justify-content: space-between;
}
.single .headline .chamada {
  margin-top: 20px;
  font-style: italic;
  font-size: 120%;
  color: #666;
  line-height: 120%;
}
.single .headline h1 {
  font-size: 36px;
  text-transform: uppercase;
}
.single .headline .data {
  font-size: 12px;
}
.single .body-text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single .body-text {
    margin-bottom: 00px;
  }
}
.single .body-text a {
  color: #0056b3;
  text-decoration: underline;
}
.single .footer-information {
  margin-bottom: 40px;
}
#parte {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #parte {
    margin-bottom: 40px;
    text-align: center;
  }
}
#parte h2 {
  font-size: 40px;
  color: #0e2b47;
}
@media (max-width: 768px) {
  #parte h2 {
    font-size: 30px;
  }
}
#parte .faixa {
  background: #0e2b47;
  color: #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #parte .faixa {
    padding: 20px 0 0 0;
    text-align: center;
  }
}
#parte .faixa h4 {
  color: #fff;
  margin-bottom: 0;
}
#parte .faixa p {
  margin-bottom: 4px;
}
#parte .faixa .bt {
  line-height: 10px;
}
#parte .faixa .redes {
  background: #f68501;
  margin: -45px 0;
  padding: 24px 14px;
  max-width: 645px;
  width: 100%;
}

.container-footer-social {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: 20px;
}

.formulario-newslatter-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 10px;
}

.ocupacao-container {
  width: 100%;
  text-align: left;
}

.input-nome-newslatter input {
  width: 100%;
  border-style: hidden;
  border-radius: 3px;
  color: #0e2b47;
  font-size: 15px;
  padding: 5px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.input-email-newslatter input {
  width: 100%;
  border-style: hidden;
  border-radius: 3px;
  color: #0e2b47;
  font-size: 15px;
  padding: 5px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.input-ocupacao-newsletter select {
  width: 100%;
  border-style: hidden;
  border-radius: 3px;
  color: #0e2b47;
  font-size: 15px;
  padding: 5px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.botao-cadastrar-newslatter button {
  border-style: hidden;
  border-radius: 3px;
  background-color: #0e2b47;
  color: #ffff;
  font-size: 15px;
  padding: 5px 52px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

input::placeholder {
  color: #0e2b47;
}

@media (max-width: 768px) {
  #parte .faixa .redes {
    margin: 20px -20px 20px 0;
    padding: 20px 20px;
    text-align: center;
    max-width: auto !important;
    width: 100%;
  }
}
#parte .faixa .redes h3 {
  font-size: 22px;
  margin-bottom: 0;
}
#parte .faixa .redes p {
  margin-bottom: 0;
  font-size: 13px;
}
#parte .faixa .redes ul.social {
  display: table;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  #parte .faixa .redes ul.social {
    display: table;
    left: auto;
    right: 15px;
    z-index: 9999;
    margin: 0 auto;
  }
}
#parte .faixa .redes ul.social li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  font-size: 24px;
  width: 30px;
}
@media (max-width: 768px) {
  #parte .faixa .redes ul.social li {
    padding: 0px 10px 0 0px;
    margin: 0;
    font-size: 30px;
    color: #666;
    float: left;
  }
}
#parte .faixa .redes ul.social li img {
  width: 85%;
}
#parte .faixa .redes ul.social li a:hover {
  color: #0099ff;
}
h4.titulo {
  font-size: 20px;
  margin: 0 0 20px 0;
  position: relative;
  display: table;
  color: #f68501;
}
h4.titulo:after {
  bottom: -4px;
  left: 0;
  width: 80%;
  position: absolute;
  content: "";
  border-bottom: 4px solid #666;
}
.sidebar .banner-slider-interno {
  margin-bottom: 40px;
}
.articles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.articles li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.articles li h2 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.articles li .data {
  font-size: 12px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
}
#footer .sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
}
#copyright {
  padding: 10px 0;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #666;
  border-bottom: 10px solid #0e2b47;
}
@media (max-width: 768px) {
  #copyright {
    margin-top: 20px;
  }
}
.wp-block-table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .wp-block-table {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
}
.wp-block-table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .wp-block-image img {
    width: 100%;
    max-width: 700px;
  }
}
.menu-interno {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.menu-interno li {
  margin: 0;
  padding: 0;
}
.menu-interno li a {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.noticia-interna {
  padding: 0 40px 0 0;
}
@media (max-width: 768px) {
  .noticia-interna {
    padding: 0 0 0 0;
  }
}
.pagina-interna {
  padding: 0 40px 0 0;
}
@media (max-width: 768px) {
  .pagina-interna {
    padding: 0 0 0 0;
  }
}
.posts {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.posts li {
  margin: 0;
  padding: 0;
}
.post-label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 6px;
}
.post-label-category {
  background: #f68501;
  font-size: 12px;
  padding: 0px 3px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffff;
}
.title-post-content {
  margin-top: 4px;
}
.posts .postcontent {
  border-bottom: 1px solid #ccc;
  text-align: justify;
}
.posts .postcontent h2 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.posts .postcontent h3 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
ul.page-numbers {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
}
ul.page-numbers li {
  margin: 0 !important;
  display: inline-table !important;
  font-size: 12px;
  padding: 0 !important;
}
ul.page-numbers li a {
  background: #0e2b47;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  padding: 5px 7px !important;
  display: block;
}
ul.page-numbers li a:hover {
  background: #f68501;
}
ul.page-numbers .current {
  margin: 0;
  color: #fff;
  font-weight: bold;
  background: #6ab6d8;
  padding: 5px 7px 2px 7px !important;
  display: block;
  line-height: 21px;
}
ul.page-numbers .current span {
  padding: 0;
}
.su-spoiler-style-default > .su-spoiler-title {
  color: #f68501;
}
.sdp-box {
  padding: 10px;
  background: #f68501;
  color: #fff;
}
.banner-page {
  background-color: #0e2b47;
  /*333*/
}
.banner-page h5 {
  color: #f68501;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.banner-page h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.banner-page .box-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-page .box-middle .item {
  flex: 1;
}
.banner-page .box-middle .icone {
  flex-basis: 200px;
  max-width: 30px;
  padding: 20px 0;
  text-align: right;
}
.banner-page .box-middle .icone img {
  width: 100%;
  max-width: 80px;
}
.su-spoiler-content a {
  display: table;
  margin-bottom: 0;
  padding-left: 10px;
}
.su-spoiler-content a:before {
  content: "•";
  margin-left: -10px;
  margin-right: 10px;
  text-decoration: none;
}
.su-spoiler-content br {
  line-height: 3px;
}
.download {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ccc;
}
.download .item {
  flex: 1;
}
.download .botao {
  flex-basis: 800px;
  max-width: 50px;
  margin-left: 10px;
  padding: 4px 0;
  text-align: right;
}
.download .botao .abrir {
  text-align: center;
  padding: 3px 6px;
  background: #f68501;
  font-family: "Oswald", sans-serif;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 12px;
}
.materia {
  padding: 4px 0;
  border-top: 1px solid #ccc;
}
.pagina-materia .body-text img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .fancybox-toolbar {
    padding: 10px !important;
  }
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  max-width: 900px;
}
@media (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    padding: 10px !important;
  }
}
.plus {
  float: right;
  color: #f68501;
  font-size: 12px;
}
.box-short {
  margin-bottom: 10px;
}
.box-short .titulo-short {
  border-bottom: 1px solid #033059;
  color: #033059;
}
.box-short .short-item {
  padding-top: 4px;
  padding-bottom: 4px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.box-short .short-item .imagem {
  flex: 0 0 100px;
  height: 67px;
  overflow: hidden;
  margin-right: 10px;
}
.box-short .short-item .short-texto {
  width: 100%;
}
.download-button {
  color: #f68501 !important;
  text-decoration: none !important;
  font-weight: bold;
}
.wp-block-file .wp-block-file__button {
  background: #f68501 !important;
}
.su-spoiler-content a .acesse {
  background: #0e2b47;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  margin-left: 10px;
}
.parceiro-link {
  text-decoration: none !important;
  color: inherit !important;
  text-align: center;
  display: table;
  margin-bottom: 30px;
  line-height: 16px;
}
.parceiro-link img {
  margin: 0 auto 10px auto !important;
  clear: both;
  display: block;
}
.banner-doe {
  height: 200px;
  overflow: hidden;
}

.inicio-policialismo {
  padding-top: 53px;
}

.policialismo-background {
  background-image: url("../img/policialismo/fundo_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.podcast {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  line-height: 140%;
}
.titulo-podcast {
  text-transform: uppercase;
  font-size: 85px;
  line-height: 140%;
}
.titulo-podcast-imagem {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.titulo-podcast-imagem img {
  width: 80%;
}

.segundo-article-container {
  padding: 90px 0px;
  background-color: #f69d05;
}

.qr-code-article {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.qr-code-text-container {
  margin-top: 16px;
  width: 90%;
}
.qr-code-text-container img {
  width: 50%;
}
.qr-code-text-container h3 {
  width: 60%;
  font-family: "Oswald";
  font-style: italic;
  font-weight: 600;
  font-size: 17px;
  line-height: 140.5%;
  text-transform: uppercase;
  color: #ffff;
}
.qr-code-container {
  width: 100%;
}
.qr-code {
  background-image: url("../img/policialismo/QRCode.svg");
  background-size: 50%;
  width: 100%;
  height: 160px;
  background-position: left;
  background-repeat: no-repeat;
}
.segundo-article-text p {
  font-size: 19px;
  color: #000;
}

.icone-microfone {
  margin-top: -126px;
  width: 44px;
}

.text-header {
  font-family: "Oswald";
  font-style: normal;
  font-size: 38px;
  text-transform: uppercase;
  padding: 0;
  font-weight: bold;
}

.aviso-temporada {
  background-image: url("../img/policialismo/fundo_texto.jpg");
  background-position: 30% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 104px 0 178px 0;
}
.imagem-aviso-temporada-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
}
.imagem-aviso-temporada-container img {
  width: 330px;
  height: 330px;
}
.aviso-temporada-paragrafo p {
  color: white;
  margin-top: 26px;
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 160%;
  font-weight: 400;
}
.aviso-temporada-titulo h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  line-height: 160%;
  margin-bottom: 28px;
  font-style: italic;
}

.episodios-section {
  width: 100%;
  background-color: #0d0d0d;
  padding: 280px 0px 131px 0px;
}

.episodios-titulo h1 {
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 20px;
}

.card-container {
  width: 100%;
  background-color: #fff9df;
  padding: 32px 50px 20px 50px;
}
.card-titulo {
  padding-bottom: 18px;
  margin-left: 15px;
}
.card-titulo h3 {
  font-size: 22px;
}

.card-imagem-container {
  width: 100%;
}

.card-imagem-container img {
  width: 100%;
}

.card-redes-sociais-container {
  width: 100%;
}

#redes-sociais-titulo img {
  width: 85%;
}

.redes-sociais-icons {
  display: flex;
  list-style: none;
  align-items: flex-end;
  padding: 20px;
  padding-inline-start: 0px;
}
.redes-sociais-icons li {
  margin-right: 2px;
}

.redes-sociais-icons li img {
  width: 76%;
}

.card-column {
  display: flex;
}

.card-texto-container p,
.card-convidados-container p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28.4px;
}

.container-episodios {
  background-color: black;
  padding-top: 226px;
}

.carousel-control-next {
  top: -80px !important;
  position: absolute;
  top: -80px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  height: 60px;
  color: #f68501;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next-icon {
  background-image: url("../img/policialismo/icons/botão_rolagem.svg");
  width: 80px;
  height: 30px;
}

.gerador-margin-episodios {
  width: 100%;
  height: 100px;
  background-color: black;
  overflow: hidden;
  margin-left: 91%;
}

.video-container {
  display: flex;
  justify-content: center;
}
.video-session {
  padding: 180px 0;
  background-image: url("../img/policialismo/backgroundVideoLanding.png.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.video-container iframe {
  z-index: 10;
}

.podcast-footer {
  background-color: #f68501;
}
.footer-podcast-div-preta {
  width: 100%;
  background-color: #000;
  padding-top: 40px;
  display: flex;
  justify-content: flex-end;
}

.footer-podcast-div-preta-img {
  filter: saturate(4);
}

.podcast-footer-texto-container {
  padding: 10% 0px;
}
.podcast-footer-texto-container h2 {
  font-size: 39px;
  text-transform: uppercase;
  color: #fff;
}
.podcast-footer-texto-container p {
  color: #fff;
}
.redes-sociais-container ul {
  display: flex;
  list-style: none;
  padding-inline-start: 0px;
}
.redes-sociais-container li {
  margin: 0px 3px;
}
.redes-sociais-container ul li a img {
  width: 70%;
}
.footer-listras img {
  width: 45%;
}

.footer-botao-mobile {
  display: none;
}

.sou-da-paz-box-container {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  align-items: flex-end;
}
.sou-da-paz-box-container img {
  width: 12%;
  margin: -7%;
  display: block;
}
.sou-da-paz-box {
  width: 70%;
  padding: 30px 0px 45px 30px;
  background-color: white;
}
.titulo-footer-sou-da-paz {
  font-size: 34px;
}
.sou-da-paz-box-podcast {
  font-weight: 300;
  font-size: 35px;
  color: black;
  text-transform: uppercase;
}
.sou-da-paz-box-seguranca {
  text-transform: uppercase;
  color: black;
  font-size: 35px;
}

.footer-agradecimento {
  width: 100%;
  background: white;
}
.box-agradecimento {
  height: 260px;
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
}
.logo-footer-agradecimento img {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1800px) {
  .policialismo-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 184px;
  }

  .borda-alvo-video {
    position: absolute;
    width: 156px;
    height: 141px;
    top: 402px;
    left: 80px;
  }

  .footer-podcast-div-preta-img {
    width: 496px;
    height: 56px;
  }

  .episodios-section-tela-pequena {
    display: none;
  }
  .episodios-section-tela-grande {
    display: block;
  }
  .card-imagem-container img {
    width: 96%;
  }
}

@media (min-width: 1200px) and (max-width: 1799px) {
  .policialismo-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px;
  }

  .aviso-temporada {
    background-image: url("../img/policialismo/fundo2.png");
    background-position: 30% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-podcast-div-preta-img {
    width: 300px;
  }

  .borda-alvo-video {
    position: absolute;
    width: 106px;
    height: 106px;
    top: 400px;
    left: 113px;
  }

  .episodios-section-tela-pequena {
    display: none;
  }
  .episodios-section-tela-grande {
    display: block;
  }
  .card-imagem-container img {
    width: 96%;
  }
}

@media (max-width: 997px) {
  .input-ocupacao-newsletter select {
    width: 100%;
  }

  .nome-container {
    width: 100%;
  }

  .input-nome-newslatter input {
    width: 100%;
  }

  .email-container {
    width: 100%;
  }

  .input-email-newslatter input {
    width: 100%;
  }
}

@media (min-width: 997px) and (max-width: 1200px) {
  .policialismo-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px;
  }

  .aviso-temporada {
    background-image: url("../img/policialismo/fundo_texto.png");
    background-position: 30% -24%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 104px 0 67px 0;
  }
  .aviso-temporada h2 {
    font-size: 25px;
  }
  .aviso-temporada-paragrafo p {
    font-size: 16px;
  }

  .borda-alvo-video {
    position: absolute;
    width: 136px;
    height: 122px;
    top: 401px;
    left: 6px;
  }

  .episodios-section-tela-pequena {
    display: none;
  }
  .episodios-section-tela-grande {
    display: block;
  }

  .footer-podcast-div-preta-img {
    width: 276px;
  }
}

@media (min-width: 768px) and (max-width: 997px) {
  .qr-code-article {
    display: none;
  }
  .segundo-article-text p {
    padding: 0 15px 0 15px;
  }

  .policialismo-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 57px;
    padding: 70px;
  }

  .podcast {
    font-size: 20px;
    padding-top: 20px;
  }
  .titulo-podcast {
    font-size: 65px;
  }
  .titulo-podcast-imagem img {
    width: 90%;
  }
  .imagem-subtitulo {
    font-size: 18px;
  }

  .aviso-temporada {
    background-color: black;
  }
  .aviso-temporada-titulo h2 {
    font-size: 30px;
  }
  .imagem-aviso-temporada-container {
    margin-top: 200px;
  }
  .imagem-aviso-temporada-container img {
    width: 290px;
    height: 290px;
  }
  .footer-podcast-div-preta-img {
    width: 244px;
  }

  .aviso-temporada {
    background-image: url("../img/policialismo/fundo2.png");
    background-position: 30% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .video-container iframe {
    height: 390px;
  }
  .borda-alvo-video {
    position: absolute;
    width: 136px;
    height: 134px;
    top: 313px;
    left: -41px;
  }

  .card-column {
    display: flex;
    flex-direction: column;
  }

  .episodios-section-tela-pequena {
    display: block;
  }
  .episodios-section-tela-grande {
    display: none;
  }

  .podcast-footer-texto-container h2 {
    font-size: 33px;
  }
  .sou-da-paz-box {
    width: 100%;
  }
  .sou-da-paz-box-podcast {
    font-size: 29px;
  }
  .sou-da-paz-box-seguranca {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .qr-code-article {
    display: none;
  }
  .segundo-article-text p {
    padding: 0 15px 0 15px;
  }

  .inicio-policialismo {
    padding-top: 0px;
  }
  .policialismo-background {
    background-image: url("../img/policialismo/responsividade/fundo_banner_responsivo.png.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .podcast {
    font-size: 13px;
    margin-top: 40px;
  }
  .titulo-podcast {
    font-size: 40px;
  }
  .titulo-podcast-imagem img {
    width: 50%;
  }
  .imagem-subtitulo {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .icone-microfone {
    margin-top: -126px;
    width: 44px;
    margin-left: 82%;
  }

  .aviso-temporada {
    background-color: #0d0d0d;
  }
  .video-session {
    background-size: cover;
  }

  .aviso-temporada-titulo h2 {
    font-size: 25px;
  }
  .video-container iframe {
    height: 292px;
    z-index: 10;
    padding: 0 30px;
  }
  .borda-alvo-video {
    position: absolute;
    width: 96px;
    height: 84px;
    top: 246px;
    left: 13px;
  }

  .imagem-aviso-temporada-container {
    margin-top: 200px;
  }
  .imagem-aviso-temporada-container img {
    width: 230px;
    height: 230px;
  }

  .footer-podcast-div-preta-img {
    width: 244px;
  }

  .aviso-temporada {
    background-image: url("../img/policialismo/fundo2.png");
    background-position: 30% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .card-column {
    display: flex;
    flex-direction: column;
  }
  .card-container {
    width: 100%;
    background-color: #fff9df;
    padding: 32px 22px 20px 22px;
  }
  .podcast-thumb {
    height: 250px;
  }
  .episodios-section-tela-pequena {
    display: block;
  }
  .episodios-section-tela-grande {
    display: none;
  }
  .redes-sociais-icons {
    align-items: center;
    justify-content: center;
  }

  .podcast-footer-responsivo {
    display: flex; /* */
    padding-top: 5%;
  }
  .podcast-responsividade-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .podcast-footer-texto-container {
    padding: 0px;
    flex: 1.4;
  }
  .podcast-footer-texto-container h2 {
    font-size: 49px; /* */
  }
  .podcast-footer-texto-container p {
    font-size: 20px;
  }
  .redes-sociais-container {
    padding-top: 3%;
  }
  .footer-listras img {
    width: 84%;
  }
  .footer-botao-mobile {
    display: block;
    text-align: right;
    flex: 1;
  }
  .footer-botao-mobile img {
    margin-top: 33%;
  }
  .sou-da-paz-box-container img {
    display: none; /* */
  }
  .sou-da-paz-box {
    width: auto;
    padding: 22px 25px;
  }
  .titulo-footer-sou-da-paz {
    font-size: 23px;
  }
  .sou-da-paz-box-podcast {
    font-size: 24px;
  }
  .sou-da-paz-box-seguranca {
    font-size: 24px;
  }
}

.cookie-consent-container {
  z-index: 999;
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #03182d;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  display: none;
}

.cookie-content-container {
  display: flex;
  align-items: center;
}

.cookie-modal-description {
  flex: 1;
}

.cookie-button {
  margin-left: 10px;
}

.cookie-consent-container a {
  font-family: "Oswald", sans-serif;
  color: white !important;
  font-size: 30px;
  display: block;
}

.cookie-consent-container .cookie-modal-description p {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: white !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.cookie-consent-container
  .cookie-content-container
  .cookie-modal-description
  p
  .link-banner-cookies {
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  color: white !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.cookie-consent-container .cookie-modal-description a {
  font-family: "Oswald", sans-serif;
  color: white !important;
  text-decoration: underline;
}

.cookie-consent-container .cookie-button a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  margin-top: 14px;
  background: #f68501;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 15px 24px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  transition: background 0.3s;
}

.cookie-consent-container .cookie-button a:hover {
  cursor: pointer;
  color: #0e2b47 !important;
}

@keyframes modal-capture-visible {
  0% {
    opacity: 0%;
    margin-top: 200px;
  }

  100% {
    opacity: 100%;
    margin-top: 100px;
  }
}

#modal-capture {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.container-modal-capture {
  display: flex;
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  animation: modal-capture-visible 0.5s;
}

.solid-capture-modal {
  flex: 0.8;
}

.background-capture-modal {
  flex: 1.2;
}

.close-modal-container {
  display: flex;
  justify-content: flex-end;
  padding: 10px 16px 0 0;
}

.body-modal {
  padding: 60px 40px;
}

.social-media-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px 10px 0;
}

.background-capture-modal h1 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;

  color: #0e2b47;
  text-align: center;
}

.background-capture-modal p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  max-width: 500px;
  margin: 0 auto;

  color: #5e5b66;
  text-align: center;
}

.formulario-newsletter-modal {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 0;
  justify-content: center;
  gap: 8px;
}

.formulario-newsletter-modal button {
  border-style: hidden;
  border-radius: 3px;
  background-color: #f68501;
  color: #ffff;
  font-size: 18px;
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  margin: 22px 0;
}

.formulario-newsletter-modal input {
  width: 100%;
  border-style: hidden;
  border-radius: 3px;
  color: #0e2b47;
  font-size: 15px;
  padding: 8px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.select-newsletter-modal {
  width: 100%;
  border-style: hidden;
  border-radius: 3px;
  color: #0e2b47;
  background: white;
  font-size: 15px;
  padding: 10px 0 9px 0;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.nome-container {
  flex: 1;
}

.email-container {
  flex: 1;
}

.nome-container-footer {
  flex: 0.33;
}

.email-container-footer {
  flex: 0.33;
}

.select-newsletter-footer {
  flex: 0.33;
}

@media (max-width: 733px) {
  .body-modal {
    padding: 50px 20px;
  }

  .container-modal-capture {
    width: 100%;
    margin-top: 10%;
  }

  .solid-capture-modal {
    display: none;
  }
}

@media (max-width: 980px) {
  .cookie-consent-container {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  .formulario-newslatter-footer {
    display: grid;
  }

  .formulario-newsletter-modal {
    display: grid;
    gap: 2px;
  }
}

@media (max-width: 600px) {
  .cookie-content-container {
    flex-direction: column;
  }
}
