body{
    font-family: 'Roboto', sans-serif;
    /* font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000; */
}

.v-application--wrap{
  min-height: 0vh;
}

.loader-imagen{
  background-color: #DDD
}

.titulo{
  /*font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;*/
  font-size: 50px;
  font-weight: 400;
}
  
.subtitulo{
  font-size: 24px;
  font-weight: 400;
}
  
.ruta{
  font-size: 15px;
  font-weight: 400;
  color: #7b7b7b;
  text-transform: uppercase;
  text-align: right;
  padding-top:20px;
}
  
.margenes{
  margin-left:30px;
  margin-right:30px;
}

.Parrafo{
  font-size: 17px;
  font-weight: 400;
  /* padding-right: 50px; */
  /* color: #7b7b7b; */
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 50px;
}
  
.ColorGris{
  color: #7b7b7b;
}
  
.ColorNeutral{
  color: #555;
}

.LineaNeutral{
  border-bottom: 4px solid #ccc; 
  border-bottom-color:#555;
  margin-left: 2%; 
  width: 96%;
}

.ColorBotonNeutral{
  background-color:#555 !important;
}
