@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
}

.tigota-maintenance .container {
  width: 100%;
  height: 100vh;
  /* background: url('img/milano.jpg'); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
}

/* TOP */
.tigota-maintenance .box-tigota {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  /* color: white; */
  color: #222222;
}

/* logo */
.tigota-maintenance .box-tigota .logo {
  margin-bottom: 35px;
}

.tigota-maintenance .box-tigota .logo h1 {
  text-align: center;
  margin-top: 0;
}

.tigota-maintenance .box-tigota .logo img {
  height: 100px;
}

/* h2 */
.tigota-maintenance .box-tigota h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}

/* p */
.tigota-maintenance .box-tigota p {
  font-size: 20px;
  width: 550px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
}

.tigota-maintenance .box-tigota p a {
  font-weight: bold;
  color: #222222;
}

/* BOTTOM */
.tigota-maintenance .box-social {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
}

.tigota-maintenance .box-social img {
  height: 35px;
}

.tigota-maintenance .box-social .instagram {
  margin: 0 25px;
}





/* TABLET SMALL */
@media only screen and (max-width: 768px) {

  /* TOP */
  .tigota-maintenance .box-tigota {
    top: 8%;
    width: 100%;
    padding: 0 20px;
  }

  .tigota-maintenance .box-tigota .logo img {
    height: 65px;
  }

  /* h2 */
  .tigota-maintenance .box-tigota h2 {
    font-size: 32px;
  }

  /* p */
  .tigota-maintenance .box-tigota p {
    font-size: 16px;
    margin: auto;
    width: initial;
    max-width: 550px;
  }

  /* BOTTOM */
  .tigota-maintenance .box-social {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
  }
}

/* MOBILE PORTRAIT */
/* TABLET SMALL */
@media only screen and (max-height: 420px) {

  /* TOP */
  .tigota-maintenance .box-tigota {
    top: 10px;
  }

  .tigota-maintenance .box-tigota .logo {
    margin-bottom: 10px;
  }

  .tigota-maintenance .box-tigota .logo img {
    height: 65px;
  }

  .tigota-maintenance .box-social {
    bottom: 10px;
  }


}
