@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Inconsolata:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Gothic&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Special+Gothic+Condensed+One&family=Special+Gothic+Expanded+One&display=swap');
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

html {
  width: 100%;
  height: 100%;
}

body {
  background: -webkit-linear-gradient(#ebece7, white);
  background: linear-gradient(#ebece7, white);
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Archivo Black", sans-serif;
  
}

.container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.title {
  font-weight: 800;
  color: transparent;
  font-size: 100px;
  /* background: url("https://wallpapers.com/images/hd/blue-space-background-qqaw9nuzj1myuzhs.jpg") repeat; */
  background: url("../ima/nube.png") repeat;
  background-position: 40% 50%;
  -webkit-background-clip: text;
  position: relative;
  text-align: center;
  line-height: 90px;
  letter-spacing: -8px;
}

.subtitle {
  display: block;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

@media screen and (max-width: 700px) {
  .title {
    font-weight: 400;
    color: transparent;
    font-size: 50px;
    background: url("../ima/fire.jpg") repeat;
    background-position: 40% 50%;
    -webkit-background-clip: text;
    position: relative;
    text-align: center;
    line-height: 90px;
    letter-spacing: -8px;
    /*display: none;*/
  }

  .subtitle {
    display: block;
    font-family: "Droid Sans", sans-serif;
    font-weight:200;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
  }

}



