body{
  /* background-image: url(./../../../../../assets/general/fondo.gif) !important;
  background-position: center !important;
  background-size: cover !important; */
}

#fondo-control button{
  padding: 2px 8px;
  margin: 5px;
}

#fondo-control{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 5px;
  color: white;
}

#mensaje-bienvenida{
  font-size: xxx-large;
  text-align: center;
  color: white;
}

#logo-1{
  width: 6%;
}

#mensaje-1{
  width: auto;
  margin-left: 10px;
}

#logo-superior-contenedor{
  position: absolute;
  top: 15px;
  right: 0;
}

#fondo-mascara{
  position: absolute;
  top:0;
  left:0;
  object-fit: cover;
  z-index:-1;
  width: 100%;
  height: 100%;
  background: rgba(0, 100, 0, 0.4);
  transition: background 500ms linear;
}