@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  background: linear-gradient(transparent, #0eaefc);
}

.blogin {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15vh;
  background: url(logoDL.png);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: center;
}

/* .blogin:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 8, 8, 0.164);
  
} */

.frame {
  height: 400px;
  width: 370px;
  backdrop-filter: blur(10px);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 5px white;
}

.login {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

.email,
.password {
  width: 90%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0.5rem;
  position: relative;
}

.email input,
.password input {
  padding: 8px 50px 8px 15px;
  background: transparent;

  width: 100%;
  border: 1px solid #cecece;
  border-radius: 50px;
  font-size: 18px;
  outline: none;
  font-weight: bold;
  color: #fff;
}

.email i {
  font-size: 30px;
  position: absolute;
  right: 5%;
  color: #0eaefc;
}

.password i {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  color: #0eaefc;
}

.email input::placeholder,
.password input::placeholder {
  color: #fff;
  font-weight: bold;
}

.email img,
.password img {
  position: absolute;
  right: 0.7rem;
}

.remember_forgot {
  height: auto;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.remember_forgot .remember {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 17px;
  color: white;
  font-weight: bold;
}

.remember_forgot .remember input {
  height: 15px;
  width: 15px;
  margin-right: 0.2rem;
}

.remember_forgot .forgot a {
  font-size: 17px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.log {
  width: 90%;
  padding: 10px;
  margin-top: 1rem;
  font-size: 25px;
  font-weight: bold;
  outline: none;
  color: #0eaefc;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 2s;
}

.log:hover {
  color: #fff;
  background: linear-gradient(transparent, #0eaefc);

  transition: 2s;
}

.reg {
  margin-top: 1.5rem;
  color: white;
}

.reg a {
  font-weight: bold;
  color: rgb(86, 84, 214);
}

/* acima css tela de login/cadastro */

/* css tela formulário/listagem */

.header {
  display: flex;
  flex-direction: row-reverse;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px 50px;
}

.nomesol i {
  padding: 10px;
}

.header a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em;
  transition: 2s;
}

.header label {
  color: #fff;
  font-size: 1.2em;
}

.contheader {
  padding: 0px 15px;
}

.contheader label {
  color: #000;
}

#esquerda {
  width: 40%;
  float: left;
  display: flex;
  flex-direction: column;
}

#direita {
  width: 60%;
  height: 93vh;
  float: left;
  overflow: hidden;
}

.sess1 {
  width: 80%;

  margin: auto;
  border-radius: 15px;
  border: 3px solid white;
  box-shadow: 10px 5px 5px #ff000070;
  color: #000;
  backdrop-filter: blur(5px);
}

.inpFor {
  padding: 5px 5px 5px 15px;
  background: #ffffff50;
  width: 90%;
  border: 2px solid #cecece;
  border-radius: 50px;
  font-size: 15px;
  outline: none;
  font-weight: bold;
  line-height: 13px;
  margin: auto;
  display: flex;
  flex-direction: row;
  color: #000;
  transition: 1s;
}

.inpvis {
  padding: 5px 5px 5px 50px;
  background: #ffffff50;
  width: 100%;
  border: 2px solid #cecece;
  border-radius: 50px;
  font-size: 15px;
  outline: none;
  font-weight: bold;
  line-height: 13px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  color: #000;
  transition: 1s;
}

.inpFor::placeholder {
  color: #00000050;
}

.inpFor:hover {
  background-color: #0eaefc;
  transition: 2s;
}

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

::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #0eaefc);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#0eaefc, transparent);
}

.inpradio {
  padding: 8px 8px 8px 15px;
  background: #ffffff50;

  width: 90%;
  border: 2px solid #cecece;
  border-radius: 50px;
  font-size: 17px;
  outline: none;
  font-weight: bold;
  line-height: 20px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.labFor {
  margin: 5px 35px 0px 35px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.labvisua {
  margin: 5px 35px 0px 35px;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.visua_md {
  display: flex;
  flex-direction: row;
  justify-content: center;

  padding: 25px 0px 0px 80px;
}

.contdthr {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.btarq {
  display: flex;
  flex-direction: row;
  margin: 10px auto;
  font-size: 10px;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.bsolic {
  /* display: flex; */
  /* background: url(background/DF12354.png); */
  background: linear-gradient(transparent, #0eaefc, #011d2b);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
}

.btinparq {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px auto 15px;
  width: 70%;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.btinparq:hover {
  background: linear-gradient(transparent, #0eaefc);

  transition: 2s;
}

.h2direita {
  padding: 0px 0px 0px 30px;
}

.h2esquerda {
  padding: 0px 0px 0px 60px;
}

#esquerda h2,
#direita h2 {
  font-size: 20px;
}

.h2direita,
.h2esquerda,
td,
a {
  color: #000;
  text-decoration: none;
}

.header a:hover {
  color: #0eaefc;
  font-size: 1.4em;
  transition: 2s;
}

.sess2 {
  width: 95%;
  height: 85%;
  padding: 10px;
  margin: auto;
  border-radius: 15px;
  border: 3px solid white;
  box-shadow: 10px 5px 5px #ff000070;
  overflow-y: scroll;
}

table {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cabtab {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.cabtab th {
  color: #000;
  padding: 0px 45px;
}

.tblista tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff50;
  border-radius: 20px;
  margin: 10px;
  justify-content: space-between;
  padding: 0px 25px 0px 25px;
}

.imgtb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

.pedtb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  width: 30%;
  height: 60px;
}

.pedtb a {
  color: #000;
  text-decoration: none;
}

.datatb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 50px;
  width: 25%;
  height: 60px;
}

.botoesed {
  display: flex;
  width: 25%;
  height: 60px;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
}

.tblista img {
  border-radius: 8px;
  width: 50px;
  height: 60px;
  object-fit: contain;
  transition: ease-in-out 0.5s;
}

.tblista img:hover {
  display: flex;
  width: 90px;
  height: 100px;
  transition: ease-in-out 0.5s;
}

/* css tela index */

.hindex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
}

.contindex {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.contindex a {
  color: #0eaefc;
}

.cardindex {
  position: relative;
  width: 250px;
  height: 200px;
  margin: 30px;
}

.cardindex:hover .flip {
  transform: rotateY(180deg);
}

.flip {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: 0.5s;
}

.frente,
.tras {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #0000001b;
  backface-visibility: hidden;
}

.frente {
  background-image: url(fotoscard/dlfundo1.png);
  background-size: cover;
}

.tras {
  background-color: #0eaefc;
  transform: rotateY(180deg);
}

.contcard {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 80px;
}

/* css carrosel */

.carrosel {
  display: flex;
  width: 100%;
  height: 100vh;
  background-image: url(images/logo_DL.png);
  bottom: 0;
  left: 0;
  background-size: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
}

.banner {
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.banner .slider {
  position: absolute;
  width: 300px;
  height: 230px;
  top: 20%;
  justify-content: center;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 30s linear infinite;
}

@keyframes autoRun {
  from {
    transform: perspective(1500px) rotateX(-13deg) rotateY(0deg);
  }

  to {
    transform: perspective(1500px) rotateX(-13deg) rotateY(360deg);
  }
}

.banner .slider .item {
  position: absolute;
  inset: 0 0 0 0;
  transform: rotateY(
      calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
    )
    translateZ(560px);
}

.banner .slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.banner {
  position: relative;
  bottom: 0;
  width: min(100vw, 100vw);
  height: max-content;
  padding-bottom: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* frameChave */

.bchave {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: end;
  background: url(logoDL.png);
  background-size: 35% auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.frameChave {
  height: 200px;
  width: 1200px;
  backdrop-filter: blur(30px);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 5px white;
}

.chaveCon {
  margin: 20px 0px 00px 0px;
}

.Pchave a {
  font-weight: bold;
  font-size: 16px;
  color: #0eaefc;
  text-decoration: none;
  transition: 3s;
}

.Pchave a:hover {
  color: #0b73a7;
  font-size: 18px;
  transition: 3s;
}

.cedit a {
  color: rgb(99, 73, 2);
}

.mostrar {
  display: block;
}

.ocultar {
  display: none;
}

.cdel a {
  color: red;
}

/* header */

.nav {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

.logo {
  margin-bottom: 15px;
  height: 50px;
  margin-right: 50px;
}

.nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 50px;
  list-style: none;
  padding: 10px;
}

.nav-list a {
  font-size: 18px;
  color: #000000;
  padding-block: 16px;
}

.hamburger {
  display: none;
  border: none;
  background: none;
  margin-top: -5px;
  border-top: 3px solid #000000;
  cursor: pointer;
  align-items: center;
}

.hamburger::after,
.hamburger::before {
  content: " ";
  display: flex;
  width: 30px;
  height: 3px;
  background: #000000;
  margin-top: 3px;
  position: relative;
  transition: 0.9s;
}

.bvisua {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.visua {
  width: 40vw;
  height: 80vh;
  padding: 10px;
  border-radius: 15px;
  border: 3px solid white;
  box-shadow: 10px 5px 5px #ff000070;
  color: #000;
  backdrop-filter: blur(5px);
}

.contfoot {
  width: 100%;
  height: 10px;
}

.icoim {
  width: 7vh;
}

.social-icons {
  padding: 10px;
}

.social-icons a {
  padding: 10px;
}

/* menu com rolagem */

.hcontainer {
  max-width: 1280px;
  margin: auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  width: 100%;
  padding: 20px 4%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  z-index: 50;
}

header.rolagem {
  background: linear-gradient(#fff, #0eaefc, #0eaefc80);
  padding: 10px 4%;
  z-index: 50;
}

header.rolagem a,
header.rolagem i {
  color: #ffffff;
  font-size: 20px;
  transition: 0.5s;
}

header ul {
  list-style-type: none;
}

header ul li {
  display: inline-block;
  margin: 0 40px;
}

header ul li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body {
    display: flex;
  }
  /* header */
  .hamburger {
    display: block;
    z-index: 10;
    margin-right: 50px;
    margin-top: 10px;
  }

  .nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0eaefc;
    clip-path: circle(80px at 90% -15%);
    transition: 0.7s ease-out;
    pointer-events: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    z-index: 9;
  }

  .nav-list a {
    font-size: 24px;
    opacity: 0;
  }

  .nav-list li:nth-child(1) a {
    transition: 0.5s 0.2s;
  }

  .nav-list li:nth-child(2) a {
    transition: 0.5s 0.4s;
  }

  .nav-list li:nth-child(3) a {
    transition: 0.5s 0.6s;
  }

  /* Estilos ativos */

  .nav.active .nav-list {
    clip-path: circle(1500px at 90% -15%);
    pointer-events: all;
  }

  .nav.active .nav-list a {
    opacity: 1;
  }

  .nav.active .hamburger {
    position: fixed;
    top: 26px;
    right: 16px;
    border-top-color: transparent;
  }

  .nav.active .hamburger::before {
    transform: rotate(135deg);
  }

  .nav.active .hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }

  .contcard {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: #fff; */
  }

  .banner {
    position: absolute;
  }

  .banner .slider {
    width: 150px;
    height: 100px;
    top: 80vh;
  }

  .banner .slider .item {
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(250px);
  }

  .carrosel {
    /* background-color: #fff; */
    position: relative;
    width: 100%;
    height: 60vw;
    display: flex;
    background-image: url(images/logo_DL.png);

    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: top;
  }

  .blogin {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 15vh;
    background: url(logoDL.png);
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .login {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0eaefc;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }

  .frame {
  height: 40vh;
  width: 50vw;
  backdrop-filter: blur(10px);
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0px 5px white;
}

  #esquerda {
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #direita {
    width: 100vw;
    height: 93vh;
    float: left;
  }

  .pedtb {
    font-size: 3vw;
  }

  .datatb {
    font-size: 3vw;
  }

  .inpFor {
    font-size: 3vw;
  }

  .contForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bsolic {
    display: block;

    overflow-y: scroll;
    overflow-x: hidden;
    align-self: center;
  }

  .cabtab {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .cabtab th {
    color: #000;
    padding: 0px 10px 0px;
    font-size: 15px;
  }

  .nomesol {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-left: -20px;
    width: 35%;
  }

  .header {
    display: flex;
    flex-direction: row-reverse;
    height: 38px;

    justify-content: right;
    padding: 30px 80px 50px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background: linear-gradient(transparent, #0eaefc);
  }
  /* header */
  .hamburger {
    display: block;
    z-index: 10;
    margin-right: 50px;
    margin-top: 10px;
  }

  .nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0eaefc;
    clip-path: circle(80px at 90% -15%);
    transition: 0.7s ease-out;
    pointer-events: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    z-index: 9;
  }

  .nav-list a {
    font-size: 24px;
    opacity: 0;
  }

  .nav-list li:nth-child(1) a {
    transition: 0.5s 0.2s;
  }

  .nav-list li:nth-child(2) a {
    transition: 0.5s 0.4s;
  }

  .nav-list li:nth-child(3) a {
    transition: 0.5s 0.6s;
  }

  /* Estilos ativos */

  .nav.active .nav-list {
    clip-path: circle(1500px at 90% -15%);
    pointer-events: all;
  }

  .nav.active .nav-list a {
    opacity: 1;
  }

  .nav.active .hamburger {
    position: fixed;
    top: 26px;
    right: 16px;
    border-top-color: transparent;
  }

  .nav.active .hamburger::before {
    transform: rotate(135deg);
  }

  .nav.active .hamburger::after {
    transform: rotate(-135deg);
    top: -7px;
  }

  .contcard {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: #fff; */
  }
  .banner {
    justify-content: center;
    position: absolute;
  }

  .banner .slider {
    width: 150px;
    height: 100px;
    top: 80vh;
  }

  .banner .slider .item {
    transform: rotateY(
        calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)
      )
      translateZ(250px);
  }

  .carrosel {
    /* background-color: #fff; */
    position: relative;
    width: 100%;
    height: 60vw;
    display: flex;
    background-image: url(images/logo_DL.png);
    align-items: center;
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: top;
  }

  .blogin {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 15vh;
    background: url(logoDL.png);
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .login {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0eaefc;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
  }

  #esquerda {
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  #direita {
    width: 100vw;
    height: 93vh;
    float: left;
  }

  .pedtb {
    font-size: 3vw;
  }

  .datatb {
    font-size: 3vw;
  }

  .inpFor {
    font-size: 3vw;
  }

  .contForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .bsolic {
    display: block;

    overflow-y: scroll;
    overflow-x: hidden;
    align-self: center;
  }

  .cabtab {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .cabtab th {
    color: #000;
    padding: 0px 10px 0px;
    font-size: 15px;
  }

  .nomesol {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-left: -20px;
    width: 35%;
  }

  .header {
    display: flex;
    flex-direction: row-reverse;
    height: 38px;

    justify-content: right;
    padding: 30px 80px 50px;
  }
}
