.topo-internas{
  padding: 140px 0 52px 0;
  height: 30dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

.topo-internas::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0E0F11;
  background: linear-gradient(0deg, rgba(14, 15, 17, 1) 0%, rgba(14, 15, 17, 0) 100%);
}

.topo-internas .container{
  position: relative;
  z-index: 2;
}

.post-card {
  
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 4px;
  border: 1px solid #212529;
  transition: .25s all ease-in-out;
  color: #fff;
  
}

.post-card__meta h3{
   transition: .25s all ease-in-out;
}

.post-card figure{
  width: 100%;
  height: auto;
  overflow: hidden; 
  aspect-ratio: 4/3;
  border-radius: 16px;
}

.post-card span{
  font-size: 14px;
  color: #494949;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  line-height: 0;
} 

.post-card__meta span svg{
  width: 14px;
  height: 14px; 
}

.post-card figure img{
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.post-card__meta{
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
}

.post-card button{
  width: fit-content;
  background-color: transparent;
  color: #fff;
  height: 48px;
  padding: 0 32px;
  display: flex;
  justify-content: center; 
  align-items: center;
  transition: .25s all ease-in-out;
  border-radius: 50px;
  border: 1px solid #fff;
}

  .post-card:hover{
    border: 1px solid rgba(19, 151, 213, 1);
  }

  .post-card:hover .post-card__meta>h3{
    color: var(--cor-azul);
  }

.post-card:hover button{
  border: 1px solid var(--cor-azul);
  background-color: var(--cor-azul);
}



[class*="-feedback"] {
      color: var(--bs-danger);
      display: flex;
      align-items: center;
      gap: 4px;
      margin-top: 8px;
      font-weight: normal;
      line-height: 0;
      font-size: 16px;
      letter-spacing: 1px;
    }
    
[class*="-feedback"] svg {
      fill: var(--bs-danger);
      color: var(--bs-danger);
      width: 14px;
      height: 14px;
    }



    .cmc-contato-mensagem-resultado{
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: green;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    
}

.cmc-contato-mensagem-resultado svg{
    width: 20px;
    height: 20px;
}




.sk-chase {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}














.data-postagem{
  color: rgb(139, 139, 146);
  line-height: 0;
  font-size: 14px;
}




 /* BOTOES DE COMPARTILHAMENTO EM REDES SOCIAIS PADRAO */


#share {
    display: block;
}

/*responsivo*/
@media only screen and (max-width: 967px) {

#share {
display: block;
}

}


#share {
	width: 100%;
  	margin: 10px auto;
    display: flex;
  
}

/* buttons */

#share a {
	width: 36px;
  	height: 36px;
  	margin: 4px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
    transition: opacity 0.15s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share svg {
  	width: 22px;
  	height: 22px;
}

/* colors */
.facebook {
 	background: #28478a;
}

.twitter {
  	background: #000;
}

.whatsapp {
  	background: #12b466;
}

.email {
  	background: #a6a6a6;
}


/* BOTOES DE COMPARTILHAMENTO EM REDES SOCIAIS PADRAO */




._sidebar__widget{
  background-color: rgb(247, 247, 247,.55);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

._sidebar__widget input[type=text]{
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ccc;
  transition: .25s all ease-in-out;
}

._sidebar__widget input[type=text]:focus{
  border: 1px solid var(--cor-azul);
}

._sidebar__widget>div{
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 100%;
  gap: 5px;
}

._sidebar__widget>div>span{
  display: none; 
}

._sidebar__widget>div>span>svg{
  color: var(--cor-azul);
  fill: var(--cor-azul);
  width: 18px;
  height: 18px; 
}

._sidebar__widget ul{
  list-style: none;
  padding: 0;
}

._sidebar__widget ul li a{
  color: #0E0F11;
  display: flex;
  gap: 8px;
  align-items: center;

}

._sidebar__widget ul li a img{
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 4px;
}

._sidebar__widget ul li a p{
  margin-bottom: 0;
  font-size: 14px;
}


.redes-rodape{
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.redes-rodape a svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.redes-rodape a{
  background-color: rgb(32, 32, 32);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.redes-rodape a:hover {
    background-color: var(--cor-azul);
}













.pos-rel{
    position: relative;
}


.cmc-blog-pesquisa-botao-enviar svg{
    width: 20px;
    height: 20px;
    color: var(--cor-azul);
}


.cmc-blog-pesquisa-botao-enviar{
    position:absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}





























