
.navbar-brand{
    width: 100px;
  }

  #Hero-Section {
    background-image: url("../img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
  }

  .informacion{

margin: 1%;
display: flex;
justify-content: center;
width: 100%; 

  }


.seccion{
    background-size: cover;
    background-color: rgb(53, 52, 52);
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}
