/* ----------------------------------------------------------------
CONFIGS
-----------------------------------------------------------------*/
@import url('../configuracoes.css');
/* ----------------------------------------------------------------
AUXILIARES
-----------------------------------------------------------------*/
@import url('auxiliares.css');

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  outline-offset: 0 !important;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100% !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--text-color-white);
}

body {
  overflow-x: hidden;
}

.container-error {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-error {
  color: #ffffff;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
}

.btn-custom {
  padding: 12px 32px !important;
  background-color: var(--bg-color-custom) !important;
  color: var(--text-color-white) !important;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.center-div {
  position: relative;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
/* (800) */
@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (767) */
@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (720) */
@media only screen and (max-width: 720px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (667) */
@media only screen and (max-width: 667px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (480)*/
@media only screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (375)*/
@media only screen and (max-width: 375px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}

/* (320)*/
@media only screen and (max-width: 320px) {
  body {
    overflow-x: hidden;
  }

  .center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
}
