.bg-red {
    background: #E61600;
}
.info-icon span, .social-link i, .text-red{
    color: #E61600;
}

/*=============================================
   - Scroll top         
=============================================*/
.scroll-top-zap {
    position: fixed;
    right: 30px;
    top: 400px;
    bottom: -60px;
    z-index: 999;
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    opacity: 0;
  }
  
  @media only screen and (max-width: 479px) {
    .scroll-top-zap {
      width: 50px;
      height: 50px;
      top: 300px;
      line-height: 50px;
      font-size: 20px;
    }
  }
  
  .scroll-top-zap.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
  }
  .hot {
      background: #E61600;
      width: 100%;
      padding: 20px;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
  }

.header-area{
  background:  rgb(243, 243, 243) !important;
}
.logo{
  width: 200px;
}

@media screen and (min-width: 300px) and (max-width:768px){
  .logo{
    width: 100px;
  }
  h1 {
    font-size: 50px !important;
  }
}
.logo_card{
  width: 100%;
  height: 100%;
}
.submenu li a {
  color: #636363 !important;
}
.footer-logo {
  display: block;
  margin: 0 auto;
    width: 200px;
    height:100%;
}

.fundo-trans{
  background: #0000009F;
}