.blog-list img.card-img-top:hover {
  opacity: .84;
}
.blog-list a:hover {
  text-decoration: none;
}
.blog-list a:hover .card-title {
    color: #EF6C00;
}
.blog-list .cat-label {
  bottom: 0;
  right: 0;
}
.elementor-widget-text-editor p {
  color: #273E74;
}
.elementor-heading-title {
  color: #EF6C00;
}
.elementor-button {
  background-color: #F36C00;
}
.blog-list .cat-label a {
    display: inline-flex;
    vertical-align: bottom;
    background: #273E74;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .2em;
    line-height: 22px;
}
.blog-list .cat-label a:hover {
  background-color: #EF6C00;
}
.btn-link svg{
  fill: var(--orange)
}

.img-post-popular{
  object-fit: cover;
  height: 195px;
}

.posts-cliente h1, .posts-cliente h2, .posts-cliente h3, .posts-cliente h4, .posts-cliente h5, .posts-cliente h6 {
  color: #EF6C00;
}
.posts-cliente .card-title:hover {
  color: #273E74;
}
.posts-cliente .title-section .title {
  color: #EF6C00;
  border-color: #EF6C00;
}
.posts-cliente .cat-label a {
  background-color: #EF6C00;
}
.posts-cliente .cat-label a:hover {
  background-color: #273E74;
}
.posts-cliente .widget-blog .cat-item:hover {
  background-color: #273E74;
}
.posts-cliente .widget-blog .cat-item:hover a {
  color: #fff; 
}
.posts-cliente .widget-blog .cat-item a {
  color: #273E74;
}

.widget-blog .title-section {
  margin-bottom: 15px;
}
.widget-blog ul {
  padding: 0;
  list-style: none;
}
.widget-blog .cat-item {
  border: solid 1px #E0E0E0;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #616161;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}
.widget-blog .cat-item a {
  padding: 4px 6px;
  display: inline-block;
}
.widget-blog .cat-item:hover {
  background-color: #EF6C00;
}
.widget-blog .cat-item:hover a {
  text-decoration: none;
  color: #fff;
  transition: all .3s ease-in-out;
}

/* Blog post */
.image-post{
  margin-right: 15px;
  margin-bottom: 2px;
  width: 330px;
  height: 200px; 
}
.image-post img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

/* Ferramenta BLOG */

.resultados .logo {
  width: 50px;
}
.resultados .item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.post-destaque img.card-img-top{
  opacity: .9;
}
.post-destaque .post-content{
  background-color: rgba(0, 0, 0, 26%);
  position: absolute;
  bottom: 0;
}
.post-destaque .image-destaque{
  display: block;
  opacity: .9;
  background: #000;
}
.post-destaque .image-destaque img{
  opacity: .9;
}
.cta-blog-post{
  margin-top: 25px;
  margin-bottom: 25px;
}
@media(min-width:768px){
  .cta-blog-post{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/03/cta-empresta-destaque-min.png'); 
    padding-left: 41%;
    background-position: left;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width:992px){

  /* Blog */
  .blog-list  img.card-img-top:not(.thumbnail-1){
    object-fit: cover;
    height: 290px;
  }
  /* Destaque Post blog */
  .post-destaque .image-destaque img{
    height: 420px;
    object-fit: cover;
    width: 100%;
    opacity: .9;
  }
  .post-grid-destaque .image-destaque img{
    height: 202px;
    object-fit: cover;
  }
  .post-grid-destaque:not(:last-child){
    margin-bottom: 15px;
  }  
}

@media (max-width: 991px) {
  .page-template-blog emilia-launcher, .single-post emilia-launcher {
    bottom: 82px;
  }
  .page-template-blog emilia-container.ok, .single-post emilia-container.ok {
    z-index: 99999;
  }
  .mini-comparador {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 200;
    left: 0;
    border: 0;
    border-radius: 0 !important;
    -webkit-transform: translate(0, 80.25%);
    transform: translate(0, 80.25%);
    transition: all 450ms cubic-bezier(0.32, 1, 0.23, 1) 100ms;
  }
  .mini-comparador .btn-mobile {
    border-radius: 0 !important;
    position: relative;
  }
  .mini-comparador .btn-mobile::after {
    content: "";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translatey(-50%);
    background-image: url("https://empresta.com.br/wp-content/uploads/2020/12/arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 69%;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .mini-comparador.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mini-comparador.open .btn-mobile::after {
  transform: rotate(180deg) translatey(50%);
  }
  .blog .carousel-item img{
    min-height: 290px;
    object-fit: cover;
    width: 100%;
  }
  .blog .carousel-caption{
    padding: 20px;
    padding-bottom: 40px;
    background-color: rgb(0 0 0 / 51%);
    right: 0;
    left: 0;
    bottom: 0;
  }
  .blog .carousel-control-next::before, .blog .carousel-control-prev::before{
    content: '';
    background-color: #fff;
    padding: 22px;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
  }
  .blog .carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%4000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  .blog .carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%4000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
}

@media (max-width: 767px) {
  .cta-blog-post{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/03/cta-empresta-destaque-mobile-min.png');
    background-position: bottom;
    height: 547px;
    background-size: cover;
  }
}