
@media screen and (max-width: 820px) { 
  .headerMain {
    min-height: 200px;
    }
  .headerMain img{
    max-width: 320px;
  }
  #section-lexra, .bg-publicidad, .bg-mkt-offline, .bg-mkt-online, .bg-mkt-online, .bg-diseno-grafico, .bg-ilustracion, .bg-diseno-desarrollo, .bg-imprenta, .bg-taller-pop, .bg-comercial {
    min-height: 40vh;
  }
  .bg-publicidad, .bg-mkt-offline, .bg-mkt-online, .bg-mkt-online, .bg-diseno-grafico, .bg-ilustracion, .bg-diseno-desarrollo, .bg-imprenta, .bg-taller-pop, .bg-comercial {
    background-attachment: initial;
    background-position: 0px 0px !important;
    background-size: cover;
  }

.bg-publicidad{
  background-image: url('../images/sections/main-publicidad-mobile.jpg'); 
}
.bg-mkt-offline{
	background-image: url('../images/sections/main-mkt-offline-mobile.jpg'); 
}
.bg-mkt-online{
  background-image: url('../images/sections/main-mkt-online-mobile.jpg'); 
}
.bg-diseno-grafico{
  background-image: url('../images/sections/main-diseno-mobile.jpg'); 
}
.bg-ilustracion{
  background-image: url('../images/sections/main-ilustracion-mg-mobile.jpg'); 
}
.bg-diseno-desarrollo{
	background-image: url('../images/sections/main-desarrollo-mobile.jpg'); 
}
.bg-imprenta{
  background-image: url('../images/sections/main-imprenta-mobile.jpg');
}
.bg-taller-pop{
  background-image: url('../images/sections/main-taller-mobile.jpg'); 
}
.bg-comercial{
  background-image: url('../images/sections/main-commercial-mobile.jpg'); 
}



  .--publicidad{
    background-image: url('../images/sections/main-publicidad-mobile.jpg'); 
  }
  .--mkt-offline{
    background-image: url('../images/sections/main-mkt-offline-mobile.jpg'); 
  }
  .--mkt-online{
    background-image: url('../images/sections/main-mkt-online-mobile.jpg'); 
  }
  .--diseno{
    background-image: url('../images/sections/main-diseno-mobile.jpg'); 
  }
  .--ilustracion-mg{
    background-image: url('../images/sections/main-ilustracion-mg-mobile.jpg'); 
  }
  .--desarrollo{
    background-image: url('../images/sections/main-desarrollo-mobile.jpg'); 
  }
  .--imprenta{
    background-image: url('../images/sections/main-imprenta-mobile.jpg'); 
  }
  .--taller{
    background-image: url('../images/sections/main-taller-mobile.jpg'); 
  }
  .--commercial{
    background-image: url('../images/sections/main-commercial-mobile.jpg'); 
  }
  #mainSection {
    background-attachment: initial;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  h1 {
    font-size: 38px;
  }
  #projects{
    display: flex;
    align-items: center;
    padding: 2em 0;
  }
}
@media screen and (max-height: 736px){

}
@media screen and (max-width:576px){
 
}
@media screen and (max-width:320px){

}