@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BebasNeue_Regular.otf')  format('truetype');
}
@font-face {
  font-family: 'Bebas-light';
  src: url('../fonts/BebasNeue Light.otf')  format('truetype');
}

p{
  font-family: helvetica;
  /* font-family: Bebas-light; */

}
h1,h2,h3,h4,h5,h6{
  font-family: Bebas;
}
.imagen_banner{
  width: 100%;
}
.margen_nav{
  padding: 1rem 6rem 0rem 6rem;
}
@media only screen and (max-width: 768px) {
 
  .margen_nav{
    padding: unset;
  }
}

@media only screen and (max-width: 576px) {
  

}
