/*
! Style IBI Cascavel
*/

.bg-hero-home{
  background-image: url("../../assets/images/hero/bg_hero.webp");
  background-size: cover;
  height: 95vh;
  max-height: 730px;  
}
.footer-app-mockup{
  margin-top: -122px;
  margin-left: -70px;
}
.gradient-text{
background: linear-gradient(135deg, #2480F6 0%, #102A83 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.bg-pages-primary{
  background-image: url("../../assets/images/backgrounds/bg-pages.webp");
  background-size: cover;

} 
@media (max-width: 540px){

  .bg-hero-home{
    background-image: url("../../assets/images/hero/bg_hero.webp");
    background-size: cover;
    height: 85vh;
    max-height: 730px;  
  }

  .footer-app-mockup{
    margin-top: -104px;
    margin-left: -60px;
    width: 240px;
  }
  iframe{
    width: 100% !important;

  }
}