.aboutText {
       text-align: justify;

}

.banner {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
     display: inline-block;
}

.banner__principal {
    height: calc(100vh - 90px);
    background-image: url('img/hero.png');
}
.bannerM {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
     display: inline-block;
}

.banner__principalM {
    height: calc(100vh - 90px);
    background-image: url('img/monumento.png');
}
hr{
     border: solid 1px #000;
   
         text-align: right;
}

@media screen and (max-width: 500px) {
    .imgLogo{
        width: 200px;
    }
}
