@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --p: #006da2;
  --p1: #cce8ef;
  --p2: #66b0cb;
  --p3: #003c65;
  --p4: #001223;

  --s: #02caad;
  --s1: #ccf8eb;
  --s2: #66e4c9;
  --s3: #007e74;
  --s4: #002c2b;

  --dark: #1e2130;
  --light: #f0eef9;
  --black: #000000;
  --white: #ffffff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: var(--dark);
}

/* ICONES */

.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
}

/* LINKS */

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

/* IMAGENS */

img {
  max-width: 100%;
}

/* BOTOES */

.btn {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s;
}

.btn:hover {
  filter: grayscale(0.4);
  transition: all 0.3s;
}

.btn-check:focus+.btn,
.btn:focus,
.btn-close:focus {
  box-shadow: none;
}

.btn-icon-text {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: var(--light);
}

.btn-icon-text i {
  font-size: 32px;
  line-height: 1;
  color: inherit;
}

/* TEXTOS */

.h1 {
  font-size: 52px;
  line-height: 78px;
  letter-spacing: -1.5px;
  font-weight: 500;
}

.h2 {
  font-size: 44px;
  line-height: 66px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.h3 {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0;
  font-weight: 500;
}

.h4 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.25px;
  font-weight: 500;
}

.h5 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 500;
}

.h6 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-weight: 500;
}

.subtitle {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-weight: 500;
}

.caption {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.overline {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  font-weight: 400;
}

/* BOX CONTENT */

.box {
  max-width: 576px;
  margin: auto;
}

/* LOADING */

.load {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(30 33 48 / 96%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.load img {
  max-width: 200px;
}

.load span {
  display: block;
  width: 70%;
  height: 4px;
  /* background-image: linear-gradient(to right, var(--p), var(--s)); */
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.load span:before {
  content: '';
  position: fixed;
  width: 500%;
  height: 6px;
  /* top: 0; */
  bottom: 0;
  left: -400%;
  background-image: linear-gradient(90deg,
      #006da2 23.41%,
      #02caad 51.28%,
      #006da2 83.44%);
  animation: load 5s ease infinite;
}

/* VER SENHA */

#login-padrao .form-group {
  position: relative;
}

#login-padrao #senha {
  padding-right: 40px;
}

#login-padrao .eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17.882 19.297A10.949 10.949 0 0 1 12 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 0 1 3.34-6.066L1.392 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31zM5.935 7.35A8.965 8.965 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604L5.935 7.35zm6.979 6.978l-3.242-3.242a2.5 2.5 0 0 0 3.241 3.241zm7.893 2.264l-1.431-1.43A8.935 8.935 0 0 0 20.777 12 9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 0 1-2.012 4.592zm-9.084-9.084a4.5 4.5 0 0 1 4.769 4.769l-4.77-4.769z' fill='rgba(30,33,48,1)'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 40px;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
  cursor: pointer;
}

#login-padrao .eye.open {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.819-9C2.121 6.88 6.608 3 12 3zm0 16a9.005 9.005 0 0 0 8.777-7 9.005 9.005 0 0 0-17.554 0A9.005 9.005 0 0 0 12 19zm0-2.5a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9zm0-2a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z' fill='rgba(30,33,48,1)'/%3E%3C/svg%3E");
}

@keyframes load {
  0% {
    left: 0;
  }

  50% {
    left: -400%;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .box {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .box {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .box {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .box {
    max-width: 1320px;
  }
}

.flex-vc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

