#bg_h{
   width: 100%;
   height: 100%;
   background: url('/dist/img/capa.jpg') no-repeat center bottom/cover;
}

#dash{
    width: 100%;
    height: 100%;
    background: url('/dist/img/capa.jpg') no-repeat center bottom/cover;
 }

.welcome{
 font-size: 40px;
 font-weight: bold;
 color: #FF8C00;
 margin: AUTO;
 text-align: center;

}

@media (min-width: 768px) {
  .modal-xl {
    width: 80%;
   max-width:1200px;
   float: right;
  }
}

svg path {
    stroke-width: 20px;
    stroke-miterlimit: round;
    transition: stroke-dashoffset 850ms ease-in-out;
  }
