
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap'); */


body {
   /* font-family: 'Montserrat', sans-serif; */
}

.texto-p {
  font-size: 1rem;
}
 
.texto-m {
  font-size: 1.7rem;
}

.texto-g {
  font-size: 2.4rem;
}

.texto-branco {
  color: #fff !important;
}

.texto-preto {
  color: #000!important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.topo {
  /* background: rgba(32, 79, 58, 0.66) !important; */
}

.menu {
  background: #0D47C4;
}

.margem-linha-negativa {
  margin-top: -40px!important;
}

figure {margin: 0;}

/* .stk-block-m-0{
  margin-bottom: 0!important;
} */

.wp-block-kadence-posts a{
  text-decoration: none;
color: #000;}

@media (min-width: 576px) { 
  .espacamento-lg-atuacao{
    margin: 0 410px;
  }
 }

.rodape {
  background: #1f3c91;
  background-repeat: no-repeat;
  /* background-image: url("../img/bg-rodape.jpg");   */
  background-size: cover;  
}

.social a{text-decoration: none;}

.rodape a {
  color: #fff;
  text-decoration: none;
}

.rodape a:hover {
  color: #ff5a28 !important;
}

.rodape .redes {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rodape .redes svg path {
  fill: #fff;
}

.rodape h5,
.rodape b {
  color: #fff !important;
}



.topo .nav-link {
  font-size: 19px;
}

@media (max-width: 768px) {
  .topo {
    background: none;
  }
}




/* .noticias-home {
  background-image: url(../img/bg-noticias4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */

.noticias-home {
  background-image: url(../img/bg-ultimas.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-noticias {
  /* removing blue outline from buttons */
}

.owl-noticias .item {
  background: #fff;
  padding-bottom: 8px;
  border-radius: 0 0 43px 43px;
}

.owl-noticias .item a {
  color: #000 !important;
  text-decoration: none;
}

.owl-noticias .owl-prev span,
.owl-noticias .owl-next span {
  color: #FFF;
}

.owl-noticias .owl-prev span:hover,
.owl-noticias .owl-next span:hover {
  color: #8199A3;
}

.owl-noticias .owl-prev,
.owl-noticias .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  background: none !important;
}

.owl-noticias .owl-prev {
  left: -60px;
}

.owl-noticias .owl-next {
  right: -60px;
}

@media (max-width: 768px) {
  .owl-noticias .owl-prev {
    left: 10px;
  }

  .owl-noticias .owl-next {
    right: 10px;
  }
}

.owl-noticias button:focus,
.owl-noticias button:active {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff5a28 !important;
}

.sub-titulo-verde {
  background: #ff5a28;
  display: inline-table;
  padding: 5px 25px 4px;
  color: #fff;
  -webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.fale-conosco-home {
  background-image: url(../img/bg-noticias.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
  opacity: 0.8;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel-init[data-slider-dots=true] {
  margin-bottom: 0 !important;
}

.blog-home div.box-blog {
  padding: 20px 20px 0;
  /* border-radius: 0 0 20px 20px; */

  min-height: 220px;
}

.blog-home img {
  /* border-radius: 1rem 1rem 0 0; */
}

.blog-home a {
  text-decoration: none;
  color: #003274;
}

.blog-home a p {
  height: 75px;
  overflow: hidden;
}

.blog-home a svg {
  margin-top: 15px;
  width: 30px;
  align-items: center;
  fill: #27f19c;
  margin-bottom: 15px;
  float: right;
}

.blog-home h3 {
  margin-bottom: 20px;
}

.blog-home .item img {
  z-index: 999;
  transition: transform 0.2s;
}

.blog-home .item img:hover {
  animation: fadeIn 1s;
}

.imageContainer {
  border: solid 1px;
  height: 310px;
  align-items: flex-end;
  display: flex;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover !important;
  /* border-radius: 2rem;
  border-radius: 1rem 1rem 0 0; */
  border-radius: 0;
}

.imageContainer p {
  text-shadow: 1px 1px #000;
}

.imageContainer:hover {
  color: #ccc;
}

.imageContainer div {
  z-index: 1;
  position: absolute;
  bottom: 0;
  margin-left: 4px;
}

.imageContainer div p {
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0;
}

.sombra-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  transform: translate(0, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
  z-index: 9000;
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #FFF;
  background: 0 0;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin: -51px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #27f19c;
  border-color: #27f19c;
  color: #003274;
}

#search .close {
  border: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #333;
  border-radius: 50%;
  opacity: 1;
  padding: 3px 17px;
  font-size: 27px;
  height: 50px;
  width: 50px;
}

#search .btn:focus {
  box-shadow: 0 0 0 0.2rem #5A0808;
}

.form-control:disabled,
.form-control[readonly] {
  background: 0 0 !important;
}

a[href="#search"] {
  outline: transparent solid 10px;
  transition: all 0.5s;
  cursor: pointer;
}

a[href="#search"] * {
  cursor: pointer;
}

button.close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}

button.close svg {
  fill: #5A0808;
}

.card {
  background: #f5f5f5 !important;
  transition: 0.5s;
  border: 0 !important;
  /* margin-bottom: 30px; */
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  border-radius: 0 0 43px 43px!important;
  /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); */
}

.card .chips-fomento {
  padding: 20px;
}

.card .chips-fomento a {
  font-size: 1rem;
}

.card .body {
  color: #444;
  padding: 20px;
  font-weight: 400;
}

.card .header {
  color: #444;
  padding: 20px 20px 0 20px;
  position: relative;
  box-shadow: none;
}

.single_post {
  transition: all 0.4s ease;
}

.single_post .body {
  padding: 30px;
}

.single_post .img-post {
  position: relative;
  overflow: hidden;
}

.single_post .footer {
  padding: 0 30px 30px 30px;
}

.single_post .footer .actions {
  display: inline-block;
}

.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  float: right;
  margin: 0;
  line-height: 35px;
}

.single_post .footer .stats a {
  color: #003274;
  text-decoration: none;
}

.single_post h3 a {
  color: #003274;
  text-decoration: none;
}

.badge a {
  color: #fff;
  text-decoration: none;
}

.list-group-item+.list-group-item {
  border-top-width: 1px !important;
}

.bibliotecas-pg .card a {
  color: #000;
  text-decoration: none;
}



/* .navbar-nav>li:last-child {
  background: #00C814;

  border-radius: 50px;
  font-weight: bolder;
  padding: 0 15px;
  margin-left: 5px;

} */

/* .navbar-nav>li:last-child a {
  color: #fff !important;
} */


.navbar-nav .nav-link{
font-weight: 600 !important;
}


.search-container {
  position: relative;
}

.search-input {
  height: 50px;
  border-radius: 30px;
  padding-left: 35px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
}

.nav-pills .nav-link {
  color: #000 !important;
  font-weight: 500 !important;
}

.nav-pills .nav-link.active {
  color: #fff !important;
}

.bt-idioma-esq {
  border-radius: 16px 0 0 16px !important;
}

.bt-idioma-dir {
  border-radius: 0 16px 16px 0 !important;
}

.bt-idioma-ativo {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #f8f9fa !important;
}

.bg-verde-topo {
  background: #15593B;
  min-height: 190px;
}

.topo-single-novo {}

.topo-single {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.topo-single h1 {
  font-size: 80px;
}

@media (min-width: 576px) {
  .topo-single h1 {
    padding: 0 150px;
  }
}

.topo-single .overlay {
  background-color: #272727db;
  /* preto com transparência */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topo-single .text-center {
  position: relative;
  /* mantém o conteúdo acima da overlay */
  z-index: 2;
}

.topo-single img {
  max-width: 80px;
  margin-bottom: 15px;
}

.topo-single h1,
.topo-single a {
  color: white;
}

.topo-single a {
  text-decoration: none;
}

.busca-single {
  background: #c9101f;
  padding: 80px 0;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  z-index: 9999;
  /* background-color: rgba(255, 255, 255, 0.15); */
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  /* backdrop-filter: blur(10px); */
  background: #15593B;
  animation: slideDown 0.35s ease-out;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.categorias-link {
  color: #fff;
}

.categorias-link a {
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
  font-size: 25px;
}

.titulo-single {
  background: #c9101f;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 40px;
  font-weight: bold;
}

.interna-categorias {
  color: #000!important;
}

.interna-categorias .categorias-link a,
.interna-categorias .categorias-link {
  color: #000!important;
}

.paginacao {
color: #c9101f;
font-size: 20px;
}

.paginacao a{
color: #000;
text-decoration: none;
}


.contato-home {
  color: #fff!important;
}

.contato-home p{
  margin: 0!important;
}



/* css contato */
.contato-home input[type=text],.contato-home input[type=email] {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #003274;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 98%;
    outline: none;
    cursor: pointer
}

.contato-home button,.contato-home .botao-contato-home {
    background: #12AE4D;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all .3s ease 0s
}

.contato-home select {
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #003274;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 98%;
    outline: none
}

.contato-home textarea {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #003274;
    margin-right: 17px;
    padding-left: 35px;
    padding-top: 20px;
    width: 100%
}

.contato-home .wpcf7-list-item-label {
    color: #fff
}

.contato-home label {
  display: block!important;
}

.contato-home .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0!important;
}

.contato-home .form-check {
    padding-left: 0!important;
}

.contato-home input[type=text], .contato-home input[type=email] {

    width: 100%!important;
}

.wpcf7 form.invalid .wpcf7-response-output{
    color: #fff;
}

.atuacao-home p{
margin: 0!important;
padding: 0!important;
}