
/*======================================
//--//-->   STYLES dev
======================================*/


.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
}

.overlay-mf {
  background-color: none;
}

.overlay-mf {
  position: inherit;
  top: 10px;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 100;
  text-align: center;
}

.paralax-mf {
  position: relative;
  padding: 10rem 0;
}



@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}
  
.containerdev {
 padding-top: 40px;
 width: 100%;
}



   
