/* background */
.bg-blue-gradient::before{
  background-image: url('https://empresta.com.br/wp-content/uploads/2021/01/bg-blue3.jpg');
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  z-index: -1;
}
.info-loja{
  background-image: url('https://empresta.com.br/wp-content/uploads/2021/02/bg-lojas.png');
  background-position: top;
}

.b-loja{
  background-repeat: no-repeat;
  background-position: center;
}
.loja-rating .b-rating{
  border:none;
  box-shadow: none;
  padding: 0;
  flex-wrap: nowrap !important; 
}
.loja-rating .b-rating-value{
  color: var(--orange);
  padding: 0;
  line-height: 100%;
  min-width: 22px;
}
.loja-rating .b-rating-star:nth-of-type(1){
  order: 2;
}
.loja-rating .b-rating-star:nth-of-type(2){
  order: 3;
}
.loja-rating .b-rating-star:nth-of-type(3){
  order: 4;
}
.loja-rating .b-rating-star:nth-of-type(4){
  order: 5;
}
.loja-rating .b-rating-star:nth-of-type(5){
  order: 6;
}
.icon-lojas{
  margin-left: -26px;
  margin-right: 6px;
}
.icon-lojas.horario path{
  fill: var(--orange);
}
.wpsl-opening-hours{
  margin-top: -3px;
}
.btn-outline-secondary path.icon-go{
  stroke: var(--blue);
  transition: all .3s ease-in-out;
}
.btn-outline-secondary:hover path.icon-go{
  fill: #fff;
}

.page.localizador-lojas::after{
  content: '';
  background-color: #273E74;
  display: block;  
  position: absolute;
}
@media(min-width:768px){
  .wpsl-gmap-canvas{
    height: 500px;
    margin-bottom: 0;
  }    
  .b-loja{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    min-height: 540px;
  } 
  .page.localizador-lojas::after{
    height: 100%;
    width: 40%;
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    top: 0;
  }
  .page.localizador-lojas svg{
    width: 360px;
  }
  .onde-esta-loja{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/05/b-lojas2.png');
  }
}

@media(max-width:767px){
  .page.localizador-lojas::after{
    width: 100%;
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
    bottom: 0;
    height: 310px;
  }
  .onde-esta-loja{
    min-height: 750px;
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/05/b-lojas2-mobile.jpg');
    background-position: bottom;
  }
}
.checked {
  color: #EF6C00;
}

.flexdirection-unset {
  flex-direction: unset !important;
}

#divBusca{
background-color:#fff;
border-radius:4px;
width:250px;
height:50px;
}

#txtBusca{
float:left;
background-color:transparent;
padding-left:5px;
font-size:18px;
border:none;
height:32px;
width:191px;
}

@media (min-width: 1600px) {
  .bannerlojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/01/Banner-Background-mobile.png");
      padding: 60px 0px 50px 0px;
  }

  .fundooutraslojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/02/funcooutras.png");
      padding: 30px 0px 30px 0px;
  }

}

@media screen and (min-width: 960px) and (max-width: 1563px) {
  .bannerlojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/01/Banner-Background-mobile.png");
      padding: 50px 0px 50px 0px;
  }

  .fundooutraslojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/02/funcooutras.png");
      padding: 30px 0px 30px 0px;
  }
}

@media (max-width: 991px) {
  .bannerlojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/01/Banner-Background-mobile.png");
      padding: 30px 0px 30px 0px;
  }

  .fundooutraslojas {
      background-image: url("https://hml.empresta.com.br/wp-content/uploads/2021/02/funcooutras.png");
      padding: 30px 0px 30px 0px;
  }

  .blog-home ul.wp-block-latest-posts > li {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .blog-home
    ul.wp-block-latest-posts
    .wp-block-latest-posts__featured-image
    img {
    max-height: 24vh;
  }
}


.acesso-rapido img {
  width: 50px;
  height: 50px;
}
.acesso-rapido a.link {
  border-radius: 8px;
  color: initial;
  box-shadow: 0 8px 11px 0 rgba(33, 53, 101, 0.13);
  border: solid 2px #f2f2f2;
  transition: 0.2s all ease-in-out;
  min-height: 148px;
}
.acesso-rapido a.link:hover {
  cursor: pointer;
  text-decoration: none;
  border: solid 2px var(--orange);
  color: var(--orange);
  box-shadow: 0 8px 11px 0 rgba(239, 108, 0, 0.28);
}

/* blog */
.blog-home {
  background-color: rgb(239 241 247 / 48%);
}
.blog-home ul {
  max-width: 1224px;
  margin: auto;
}
.blog-home ul li {
  list-style: none;
  background-color: #fff;
}
.blog-home ul.wp-block-latest-posts > li {
  width: calc(33.333% - 20px);
  margin-left: 30px;
  float: left;
  margin-bottom: 30px;
  height: 39em !important;
  margin-right: 0;
}
.blog-home ul.wp-block-latest-posts > li:nth-child(1) {
  margin-left: 0;
}
.blog-home .wp-block-latest-posts li a {
  padding-bottom: 10px;
  display: block;
  color: var(--blue) !important;
}
.blog-home.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  margin: -20px -20px 0px -20px;
}

@media(min-width:992px){
  .banner-loja{
    background-image: url('https://empresta.com.br/wp-content/uploads/2021/10/banner-loja.png');
    background-position-x: right;
  }
}

@media (max-width: 504px){
  .banner-full.banner-loja {
      background-image: url("https://empresta.com.br/wp-content/uploads/2021/10/banner-loja-mobile.png");
      padding-bottom: 28em;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
    }
  .b-overlay{
    position: relative;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.425), rgba(0, 0, 0, 0.986));
    padding-top: 20px;
  }
  
  .width-md-100{
    width: 100%;
  }

  }
