body {
  padding-bottom: 60px;
  padding-top: 40px;
  /*margin-bottom: 15%;*/
}
.jumbotron{
    background-image: url('http://picsum.photos/1000/500');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 7rem 0;
}
.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 7rem 0;
}
.mastinfo{
    background-color: rgba(255,255,255,0.5);
}
/*.dropdown-menu {
    min-width: 3rem;
}*/
.dropdown-item { 
  width: max-content !important;
}

.dropdown-menu {
    max-height: max-content;
    max-width: max-content;
}
.eltextolimitado {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; /*magic*/
}
.registration-form{
     background: #f7f7f7;
     padding: 20px;
     border: 1px solid orange;
     margin: 50px 0px;
   }
   .err-msg{
     color:red;
   }
   .registration-form form{
     border: 1px solid #e8e8e8;
     padding: 10px;
     background: #f3f3f3;
   }