@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Ubuntu+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #424457;
}

main {
  position: relative;
  margin-top: 0;
  top: 12vh;
  padding-top: 15px;
}

h1 {
  font-family: "Poppins", sans-serif;
  color: #FAFFFD;
  letter-spacing: 2px;
}

h2, h3, h4, h5, h6, p {
  color: #FAFFFD;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}

.backdata {
  position: relative;
}
.backdata p {
  color: #6f718d;
}

.row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6f718d;
  text-align: center;
  padding: 5px;
}

.cell {
  flex: 1;
  color: #FAFFFD;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.header {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 2px;
  background-color: #6f718d;
  padding: 5px 0;
  letter-spacing: 2px;
}

.displayfont {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 110px;
  letter-spacing: -5px;
  color: #424457;
  text-shadow: -2px 2px #45F0DF, -2px -2px #45F0DF, 2px -2px #45F0DF, 2px 2px #45F0DF;
}

.displaynumberfont {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 180px;
  letter-spacing: -5px;
  color: #424457;
  text-shadow: -2px 2px #45F0DF, -2px -2px #45F0DF, 2px -2px #45F0DF, 2px 2px #45F0DF;
  cursor: pointer;
}
.displaynumberfont:hover {
  color: #45F0DF;
}

.extrag {
  font-size: 120px;
  padding-left: 5px;
}

table {
  margin-top: 20px;
  margin-inline: auto;
  width: 75vw;
  color: #FAFFFD;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  border-collapse: collapse;
}
table tr {
  border: 0.5px solid #6f718d;
}
table th {
  font-size: 12px;
  text-align: center;
  border: 1px solid #515369;
}
table th img {
  width: 10px;
}
table td {
  text-align: right;
  padding: 10px;
}
table td img {
  display: grid;
  place-items: center;
  width: 80px;
  filter: brightness(0) invert(1);
  padding: 10px;
}

.tb-rate-var {
  width: 20px;
  filter: none;
}

.pointer {
  cursor: pointer;
}

.tb-large {
  width: 98vw;
}

nav {
  position: fixed;
  top: 0;
  background-color: #6f718d;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: top 0.6s;
  z-index: 2000;
  color: #FAFFFD;
  font-family: "Poppins", sans-serif;
}
nav label {
  font-size: 12px;
}

.back {
  cursor: pointer;
}
.back svg {
  width: 55px;
  height: 30px;
}
.back svg rect {
  transition: fill 0.3s ease;
}
.back svg:hover > rect {
  fill: #515369;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
}

.fechas {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 30vw;
  align-items: center;
}
.fechas .menu-item {
  display: flex;
  align-items: center;
  height: 6vh;
  width: 20vw;
}
.fechas .tit {
  width: 140px;
  letter-spacing: 1px;
  font-size: 12px;
}
.fechas .data {
  width: 10em;
  height: 2.5em;
  line-height: 2.5;
  display: grid;
  place-items: center;
  background: #6f718d;
  font-size: 12px;
}

.extra-menu {
  display: flex;
  width: 30vw;
  justify-content: space-around;
}
.extra-menu .item a {
  color: #FAFFFD;
  text-decoration: none;
  font-size: 12px;
}

.select {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: #424457;
}
.select .select {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: #424457;
}

.subnav {
  position: fixed;
  background-color: #515369;
  width: 100vw;
  top: 10vh;
  height: 4vh;
  display: flex;
  align-items: center;
  z-index: 200;
}
.subnav .smenu {
  width: 50vw;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.subnav .menu-item {
  display: flex;
  font-family: "Poppins", sans-serif;
  color: #FAFFFD;
  font-size: 12px;
}
.subnav .menu-item .tit {
  padding: 0 15px 0 20px;
}
.subnav .menu-item .data {
  color: #FFC722;
}

.drop-content {
  display: none;
  position: absolute;
  padding: 15px 5px;
  background-color: transparent;
  min-width: 100px;
}
.drop-content a {
  float: none;
  color: #FAFFFD;
  text-decoration: none;
  display: block;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
.drop-content a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  opacity: 0;
  height: 0px;
  background-color: #424457;
}
.drop-content a:hover {
  color: #6f718d;
}
.drop-content a:hover::before {
  width: 0%;
  opacity: 1;
  height: 1.8px;
  transition: height 0.3s ease-out, opacity 0.3s ease-out, width 0.3s ease-out;
}

.drop-content-int {
  background: #6f718d;
  position: absolute;
  padding: 15px 25px;
  border-radius: 0 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.drop-content-int a {
  padding: 5px;
}
.drop-content-int a:hover {
  color: #FAFFFD;
  font-weight: bold;
}

.drop:hover + .drop-content {
  display: block;
}

.drop-content:hover {
  display: block;
}

.drop:active + .drop-content {
  display: block;
}

.drop-content:active {
  display: block;
}

.hvr {
  position: relative;
}
.hvr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  top: 20px;
  height: 2px;
  background-color: #FFC722;
  transition: width 0.3s ease-in-out;
}
.hvr:hover::after {
  width: 100%;
}

.logo svg {
  width: 120px;
  overflow: visible;
  transition: transform 0.2s ease-in;
  max-width: 100%;
  height: auto;
}

.logo svg {
  transition: transform 0.5s ease-in-out;
  height: auto;
}

#star {
  fill: #FFC722;
}

.logo:hover #star {
  animation: rotateOnce 0.5s linear forwards;
}

.logo:hover #VectorT1 {
  animation: growLetter 0.5s ease-in-out forwards;
}

.logo:hover #VectorR1 {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}

.logo:hover #VectorA1 {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}

.logo:hover #VectorV {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}

.logo:hover #VectorE {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}

.logo:hover #VectorL {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

.logo:hover #VectorR2 {
  animation: growLetter 0.5s ease-in-out forwards;
}

.logo:hover #VectorA2 {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.1s;
}

.logo:hover #VectorT2 {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}

.logo:hover #VectorI {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
}

.logo:hover #VectorN {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.4s;
}

.logo:hover #VectorG {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

.logo:hover #VectorS {
  animation: growLetter 0.5s ease-in-out forwards;
  animation-delay: 0.6s;
}

@keyframes rotateOnce {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(75deg) scale(1.2);
  }
}
@keyframes growLetter {
  50% {
    fill: #FFC722;
  }
}
#star {
  transform-origin: center;
  transform-box: fill-box;
}

nav {
  justify-content: center;
  margin-left: 0;
  width: 100vw;
}
nav .logo img {
  width: 30px;
}

main {
  display: grid;
  place-content: center;
  height: 80vh;
  width: 100vw;
}

.login {
  display: flex;
  background-color: #6f718d;
  flex-direction: column;
  height: 350px;
  width: 350px;
  justify-content: center;
  padding: 20px 30px;
  border-radius: 5px;
}

#id_username, #id_password {
  height: 20px;
  background-color: #424457;
  color: #FAFFFD;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 10px;
}

.boton {
  margin: 10px 0;
  background-color: #424457;
  color: #FAFFFD;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  padding: 5px 10px;
  cursor: pointer;
}/*# sourceMappingURL=login.css.map */