<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 3rem;
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif;
}

.form-control-feedback {
  position: absolute;
  padding: 12px;
  pointer-events: none;
}


#iconTancar:hover {
  filter: invert(100%);
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #controls{
    margin-top: 6%;
  }
  #divServei {
    margin-left: 4vw;
  }
  #logoPeu{
    width: 80%;
    height: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #controls{
    margin-top: 6%;
  }
  #logoPeu{
    width: 80%;
    height: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #controls{
    margin-top: 8%;
  }

  #divServei {
    margin-left: 2.2vw;
  }

  #divGeneral {
    margin-left: 4vw;
  }
  #logoPeu{
    width: 50%;
    height: 50%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #controls{
    margin-top: 7.5%;
  }

  #divServei {
    margin-left: 1.7vw;
  }

  #divGeneral {
    margin-left: 0vw;
  }
  #logoPeu{
    width: 50%;
    height: 50%;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #controls{
    margin-top: 6%;
  }

  #divServei {
    margin-left: 1.5vw;
  }

  #divGeneral {
    margin-left: 0vw;
  }

  #logoPeu{
    width: 50%;
    height: 50%;
  }
}


@media only screen and (min-width: 1360px) {
  #controls{
    margin-top: 7.3%;
  }

  #divServei {
    margin-left: 1.5vw;
  }

  #divGeneral {
    margin-left: 0vw;
  }

  #logoPeu{
    width: 50%;
    height: 50%;
  }

}

@media only screen and (min-width: 1900px) {
  #controls{
    margin-top: 7.3%;
  }
  #divServei {
    margin-left: 1vw;
  }

  #divGeneral {
    margin-left: 0vw;
  }

  #logoPeu{
    width: 50%;
    height: 50%;
  }

}


@media only screen and (min-width: 2560px) {
  #controls{
    margin-top: 7.5%;
  }
  #divServei {
    margin-left: 1vw;
  }

  #divGeneral {
    margin-left: 0vw;
  }

  #logoPeu{
    width: 50%;
    height: 50%;
  }

}
</pre></body></html>