@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap");
body,
main,
footer,
p,
h1,
ul,
li {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #282723;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FBBC05;
}

[data-login], [data-register], .l-menu {
  display: none;
}

body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#main-left {
  background-color: #FDC430;
  width: auto;
  height: 100vh;
}
#main-left h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  color: #141313;
  margin-left: 50px;
  margin-top: 65px;
}
#main-left p {
  margin-left: 50px;
}
#main-left .main-img {
  margin-left: 85px;
  margin-top: 35px;
}

#main {
  width: auto;
  background-color: #282723;
  display: block;
}
#main [data-menu] .l-initials {
  display: flex;
  justify-content: end;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: right;
  margin-right: 40px;
  margin-top: 50px;
}
#main [data-menu] .ArrowDown {
  cursor: pointer;
  margin-bottom: 2px;
  margin-left: 10px;
  -webkit-animation: leaveMenu 0.3s forwards;
          animation: leaveMenu 0.3s forwards;
}
#main .floating-menu .ArrowDown {
  -webkit-animation: enterMenu 0.3s forwards;
          animation: enterMenu 0.3s forwards;
}
#main .floating-menu .l-menu {
  -webkit-animation: anime2 0.3s forwards;
          animation: anime2 0.3s forwards;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  color: #141313;
  width: 150px;
  height: auto;
  background-color: #FDC430;
  position: absolute;
  right: 0px;
  top: 80px;
  border-radius: 2px;
  margin-right: 40px;
  border: 2px solid black;
  cursor: pointer;
  z-index: 2;
}
#main .floating-menu .l-menu p {
  padding-bottom: 20px;
  padding-left: 10px;
  margin-top: 12px;
  border-bottom: 2px solid black;
}

@-webkit-keyframes enterMenu {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes enterMenu {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes leaveMenu {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes leaveMenu {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes anime2 {
  from {
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes anime2 {
  from {
    opacity: 0;
    transform: translate3d(0px, 50px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.login-activated {
  display: block;
  -webkit-animation: anime1 0.3s forwards;
          animation: anime1 0.3s forwards;
}
.login-activated .form-texts {
  margin-top: 70px;
  margin-left: 30%;
}
.login-activated .form-texts h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
}
.login-activated .form-texts form .texts {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-top: 60px;
}
.login-activated .form-texts form .texts .hidden {
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
}
.login-activated .form-texts form input {
  outline: none;
  margin-top: 10px;
  padding-left: 15px;
  width: 350px;
  height: 45px;
  border-radius: 6px;
  border: 2px solid black;
  background-color: #4A4942;
  color: white;
  font-size: 20px;
  transition: 0.9s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.435);
}
.login-activated .form-texts form input:hover {
  border: 2px solid #FFFFFF;
}
.login-activated .form-texts form .true {
  border: 2px solid rgb(57, 190, 36);
}
.login-activated .form-texts form [data-error] {
  display: none;
}
.login-activated .form-texts form .error-actived {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  position: absolute;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
  width: 330px;
  height: 28px;
  border-radius: 6px;
  background-color: #FBBC05;
  color: black;
  font-weight: bold;
  -webkit-animation: animaError 0.5s forwards;
          animation: animaError 0.5s forwards;
}
.login-activated .form-texts form .error-actived::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FDC430;
}
@-webkit-keyframes animaError {
  from {
    opacity: 0;
    transform: translate3d(0px, -20px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes animaError {
  from {
    opacity: 0;
    transform: translate3d(0px, -20px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.login-activated .form-texts .f-password {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: right;
  margin-right: 100px;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.4s;
}
.login-activated .form-texts .f-password:hover {
  color: #FBBC05;
}
.login-activated .form-texts .hidden-button {
  display: none;
}
.login-activated .form-texts .btn {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  color: #141313;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  margin-top: 40px;
  margin-left: 5%;
  width: 300px;
  height: 62px;
  background-color: #FBBC05;
  border: none;
  border-radius: 6px;
  box-shadow: 3px 6px 4px 0px rgba(0, 0, 0, 0.435);
}
.login-activated .form-texts [data-loading] {
  display: none;
}
.login-activated .form-texts .loading {
  display: block;
  width: 62px;
  height: 62px;
  margin-left: 23.5%;
  margin-top: 40px;
  border-radius: 100%;
  border: 1px solid black;
  -webkit-animation: ring 1s linear infinite;
          animation: ring 1s linear infinite;
}
@-webkit-keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 4px 2px yellow;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 1px 4px 2px yellow;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 1px 4px 2px yellow;
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 4px 2px yellow;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 1px 4px 2px yellow;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 1px 4px 2px yellow;
  }
}
.login-activated .f-register {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
}
.login-activated span {
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  color: #FFFFFF;
  transition: 0.4s;
}
.login-activated span:hover {
  color: #FBBC05;
}

@-webkit-keyframes anime1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes anime1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.register-activated {
  width: auto;
  background-color: #282723;
  display: block;
  -webkit-animation: anime1 0.3s forwards;
          animation: anime1 0.3s forwards;
}
.register-activated .registerForm {
  margin-left: 30%;
}
.register-activated .registerForm h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #FFFFFF;
}
.register-activated .btn {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  color: #141313;
  font-weight: 500;
  outline: none;
  margin-top: 40px;
  margin-left: 5%;
  width: 300px;
  height: 62px;
  background-color: #FBBC05;
  border: none;
  border-radius: 6px;
  box-shadow: 3px 6px 4px 0px rgba(0, 0, 0, 0.435);
  cursor: pointer;
}
.register-activated form .texts {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  padding-top: 30px;
}
.register-activated form .texts .hidden {
  position: absolute;
  margin-left: 10px;
  cursor: pointer;
}
.register-activated form input {
  margin-top: 10px;
  outline: none;
  margin-top: 10px;
  padding-left: 15px;
  width: 350px;
  height: 45px;
  border-radius: 6px;
  border: 2px solid black;
  background-color: #4A4942;
  color: white;
  font-size: 20px;
  transition: 0.9s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.435);
}
.register-activated form input:hover {
  border: 2px solid #FFFFFF;
}
.register-activated form .true {
  border: 2px solid rgb(57, 190, 36);
}
.register-activated form [data-error=register] {
  display: none;
}
.register-activated form .error-actived {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: block;
  width: 330px;
  min-height: 28px;
  max-height: auto;
  border-radius: 6px;
  background-color: #FBBC05;
  color: black;
  font-weight: bold;
  -webkit-animation: animaError 0.5s forwards;
          animation: animaError 0.5s forwards;
}
.register-activated form .error-actived::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FDC430;
}
@keyframes animaError {
  from {
    opacity: 0;
    transform: translate3d(0px, -20px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.register-activated .signIn {
  display: flex;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 40px;
  margin-left: 5%;
}
.register-activated span {
  margin-left: 6px;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  color: #FFFFFF;
  transition: 0.4s;
}
.register-activated span:hover {
  color: #FBBC05;
}

#end-page {
  display: none;
  text-align: center;
  margin-top: 55px;
}
#end-page h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
}
#end-page h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 40px;
}
#end-page p, #end-page span {
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  color: #9B9B97;
  margin-top: 40px;
}
#end-page [data-return] {
  color: white;
  cursor: pointer;
  transition: 0.4s;
}
#end-page [data-return]:hover {
  color: #FBBC05;
}
#end-page .ReturnLogin {
  display: flex;
  justify-content: center;
}
#end-page .ReturnLogin span {
  margin-right: 10px;
}
#end-page .end-img {
  max-width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #end-page h1, #end-page h2, #end-page p, #end-page span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1350px) {
  .login-activated .form-texts {
    margin-left: 20px;
  }
  .login-activated .form-texts .f-password {
    margin-right: 0px;
  }
  .login-activated .form-texts .btn {
    margin-left: 28%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1060px) {
  .login-activated .form-texts h1 {
    font-size: 38px;
  }
  .login-activated .form-texts form .texts {
    font-size: 16px;
  }
  .login-activated .form-texts form .texts .hidden {
    width: 25px;
    margin-left: 8px;
  }
  .login-activated .form-texts form input {
    width: 300px;
    font-size: 16px;
  }
  .login-activated .form-texts form .error-actived {
    width: 300px;
    font-size: 16px;
  }
  .login-activated .form-texts .f-password {
    font-size: 16px;
  }
  .login-activated .form-texts .btn {
    width: 200px;
    margin-left: 26%;
  }
  .login-activated .f-register {
    font-size: 16px;
    margin-left: 20px;
  }
  .login-activated span {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .login-activated {
    margin-left: 15%;
  }
  .login-activated .form-texts {
    margin-top: 0px;
  }
  .login-activated .form-texts .btn {
    margin-left: 0%;
  }
  .login-activated .form-texts .f-password {
    margin-right: 30px;
  }
  .login-activated .f-register {
    margin-right: 0px;
    text-align: start;
  }
}
@media screen and (max-width: 440px) {
  .login-activated {
    margin-left: 0px;
  }
  .login-activated .f-register {
    margin-top: 35px;
  }
}
@media screen and (max-width: 380px) {
  .login-activated .form-texts .f-password {
    font-size: 16px;
  }
  .login-activated .form-texts form input {
    width: 80%;
    height: 40px;
  }
  .login-activated .form-texts form .error-actived {
    width: 80%;
    font-size: 14px;
  }
  .login-activated .form-texts .btn {
    width: 150px;
    height: 50px;
    font-size: 24px;
  }
  .login-activated .f-register {
    font-size: 14px;
  }
  .login-activated span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1350px) {
  .register-activated .registerForm {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1060px) {
  .register-activated form .texts {
    font-size: 16px;
  }
  .register-activated form .texts .hidden {
    margin-left: 8px;
    width: 25px;
  }
  .register-activated form input {
    width: 70%;
    font-size: 16px;
  }
  .register-activated .registerForm h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  .register-activated {
    margin-left: 5%;
  }
  .register-activated .form-texts {
    margin-top: 0px;
  }
  .register-activated .form-texts .btn {
    margin-left: 0%;
  }
  .register-activated .form-texts .f-password {
    margin-right: 30px;
  }
  .register-activated form input {
    width: 300px;
    font-size: 16px;
  }
}
@media screen and (max-width: 440px) {
  .register-activated {
    margin-left: 0px;
  }
  .register-activated form input {
    width: 74%;
  }
  .register-activated .registerForm .btn {
    width: 200px;
    font-size: 22px;
    margin-right: 12%;
  }
  .register-activated .signIn {
    padding-bottom: 40px;
    font-size: 16px;
    margin-top: 40px;
  }
  .register-activated .signIn span {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .register-activated .registerForm h1 {
    font-size: 22px;
  }
  .register-activated .registerForm .btn {
    margin-left: 0%;
  }
  .register-activated .signIn {
    font-size: 14px;
    padding-bottom: 80px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1600px) {
  #main [data-menu] .l-initials {
    margin-right: 20px;
  }
  #main .floating-menu .l-menu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1350px) {
  #main [data-menu] .l-initials {
    font-size: 18px;
  }
}
@media screen and (max-width: 1060px) {
  #main .floating-menu .l-menu {
    margin-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  #main {
    width: 100vw;
    height: 100vh;
  }
  #main [data-menu] .l-initials {
    margin-right: 20px;
  }
  #main .floating-menu .l-menu {
    margin-right: 18px;
    top: 80px;
  }
}
@media screen and (max-width: 440px) {
  #main {
    height: 100vh;
  }
  #main [data-menu] .l-initials {
    margin-top: 20px;
  }
  #main [data-menu] .l-initials img {
    margin-bottom: 1px;
  }
  #main .floating-menu .l-menu {
    width: 100px;
    height: auto;
    margin-right: 18px;
    top: 50px;
    font-size: 18px;
  }
  #main .floating-menu .l-menu p {
    padding-bottom: 15px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 380px) {
  #main {
    height: 100vh;
  }
  #main [data-menu] .l-initials {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 40px;
  }
  #main .floating-menu .l-menu {
    top: 62px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1350px) {
  #main-left {
    height: 100vh;
  }
  #main-left .main-img {
    width: 500px;
  }
  #main-left .seal {
    display: none;
  }
}
@media screen and (max-width: 1060px) {
  #main-left .main-img {
    width: 400px;
    margin: 10px;
  }
  #main-left h1, #main-left p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  #main-left {
    display: none;
  }
}
@media screen and (max-height: 610px) {
  #main-left {
    height: 100%;
  }
}/*# sourceMappingURL=yellow.css.map */