.BannerPrincipal {
  width: calc(100% - 100px);
  background: url("../Images/Banner1.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left:50px;
  margin-right:50px;
    height: 92vh;
      font-family: 'Raleway', sans-serif !important;
}
.ImgBanner{
  text-align: center;
  width: 100%;
}
.ImgBanner img{
  max-width: 80%;
  display: inline-block;
  margin: 0px auto;
}
 
.TxtBanner{
  color: #dbc0f5;
  font-size: 1.6em;
  display: inline-block;
  margin-top: 5vh;
  width: 100%;
}
@media screen and (max-width:767px) {
.BannerPrincipal{
height:50vh !important;
}
}



